/* Modules */
/* * Shortcodes */
/* Shortcode:Drop Caps
-------------------------------------------------------------------- */
.pacz-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.pacz-dropcaps.square-custom,
.pacz-dropcaps.circle-custom {
  color: #fff !important;
}
.pacz-dropcaps.circle-custom,
.pacz-dropcaps.circle-default {
  margin-top: 3px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.pacz-dropcaps.circle-default,
.pacz-dropcaps.square-default {
  border: 2px solid #eee;
  background-color: #fafafa;
}
/* Shortcode:Highlight
-------------------------------------------------------------------- */
.pacz-highlight {
  display: inline-block;
  margin: 1px 2px;
}
.pacz-highlight.default-highlight {
  padding: 5px 10px;
  background-color: #ededed;
}
.pacz-highlight.custom-highlight {
  color: #fff;
  padding: 5px;
}
/* Shortcode: Skill Meter
-------------------------------------------------------------------- */
.pacz-skill-meter {
  margin-bottom: 18px;
}
.pacz-skill-meter .pacz-skill-meter-title {
  display: block;
  margin-bottom: 10px;
  color: #777;
  line-height: 13px;
  font-weight: bold;
}
.pacz-skill-meter .pacz-progress-bar {
  position: relative;
  display: block;
  background-color: #eee;
  width: 100%;
  border-color: #eee;
  border-style: solid;
}
.pacz-skill-meter .pacz-progress-bar .progress-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* Shortcode : Animated Columns
-------------------------------------------------------------------- */
.pacz-animated-columns {
  *zoom: 1;
  overflow: hidden;
}
.pacz-animated-columns:before,
.pacz-animated-columns:after {
  content: " ";
  display: table;
}
.pacz-animated-columns:after {
  clear: both;
}
.pacz-animated-columns.one-column .animated-column-item {
  width: 100%;
}
.pacz-animated-columns.two-column .animated-column-item {
  width: 50%;
}
.pacz-animated-columns.three-column .animated-column-item {
  width: 33.33%;
}
.pacz-animated-columns.four-column .animated-column-item {
  width: 25%;
}
.pacz-animated-columns.five-column .animated-column-item {
  width: 20%;
}
.pacz-animated-columns.six-column .animated-column-item {
  width: 16.66%;
}
.pacz-animated-columns.seven-column .animated-column-item {
  width: 14.28%;
}
.pacz-animated-columns.eight-column .animated-column-item {
  width: 12.5%;
}
.pacz-animated-columns.two-column .animated-column-item:nth-of-type(2n) {
  border-right-width: 1px;
}
.pacz-animated-columns.three-column .animated-column-item:nth-of-type(3n) {
  border-right-width: 1px;
}
.pacz-animated-columns.four-column .animated-column-item:nth-of-type(4n) {
  border-right-width: 1px;
}
.pacz-animated-columns.five-column .animated-column-item:nth-of-type(5n) {
  border-right-width: 1px;
}
.pacz-animated-columns.six-column .animated-column-item:nth-of-type(6n) {
  border-right-width: 1px;
}
.pacz-animated-columns.seven-column .animated-column-item:nth-of-type(7n) {
  border-right-width: 1px;
}
.pacz-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
  border-right-width: 1px;
}
@media handheld, only screen and (max-width: 960px) {
  .pacz-animated-columns.four-column .animated-column-item,
  .pacz-animated-columns.five-column .animated-column-item,
  .pacz-animated-columns.six-column .animated-column-item,
  .pacz-animated-columns.seven-column .animated-column-item,
  .pacz-animated-columns.eight-column .animated-column-item {
    width: 33.33% !important;
  }
  .pacz-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 1px;
  }
  .pacz-animated-columns.four-column .animated-column-item:nth-of-type(4n),
  .pacz-animated-columns.five-column .animated-column-item:nth-of-type(5n),
  .pacz-animated-columns.six-column .animated-column-item:nth-of-type(6n),
  .pacz-animated-columns.seven-column .animated-column-item:nth-of-type(7n),
  .pacz-animated-columns.eight-column .animated-column-item:nth-of-type(8n) {
    border-right-width: 0;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-animated-columns.four-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.five-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.six-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.seven-column .animated-column-item:nth-of-type(3n),
  .pacz-animated-columns.eight-column .animated-column-item:nth-of-type(3n) {
    border-right-width: 0;
  }
  .pacz-animated-columns.three-column .animated-column-item,
  .pacz-animated-columns.four-column .animated-column-item,
  .pacz-animated-columns.five-column .animated-column-item,
  .pacz-animated-columns.six-column .animated-column-item,
  .pacz-animated-columns.seven-column .animated-column-item,
  .pacz-animated-columns.eight-column .animated-column-item {
    width: 100% !important;
    border-right-width: 1px !important;
  }
}
.pacz-animated-columns .simple-style a {
  display: block;
  width: 100%;
  height: 100%;
}
.animated-column-item {
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.2s ease-out 0;
  -moz-transition: background 0.2s ease-out 0s;
  -o-transition: background 0.2s ease-out 0;
  transition: background 0.2s ease-out 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-holder {
  top: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.full-style .animated-column-icon {
  padding-bottom: 30px;
  display: block;
}
.simple-style .animated-column-icon,
.simple_text-style .animated-column-icon {
  display: block;
}
.simple-style .animated-column-title,
.simple_text-style .animated-column-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-style .animated-column-title span,
.simple_text-style .animated-column-title span {
  display: block;
}
.animated-column-title {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-style .animated-column-title {
  padding-bottom: 10px;
}
.animated-column-desc {
  line-height: 26px;
  font-size: 12px;
  position: relative;
  padding: 20px 30px 50px 30px;
  top: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animated-column-btn {
  position: relative;
  top: 100%;
  text-align: center;
  width: 100%;
}
.animated-column-btn .pacz-button {
  margin: 0 auto;
}
/* Shortcode:Milestone
-------------------------------------------------------------------- */
.pacz-milestone {
  
  text-align: center;
  margin:0 auto 20px;
}
.pacz-milestone.classic-style .milestone-number {
  padding:0;
  display: inline-block;
}
.pacz-milestone.classic-style .milestone-number.content-none {
  border: none;
}
.pacz-milestone.classic-style i {
  text-align: center;
  border-top: none;
  margin: 0 auto;
  display: block;
}
.pacz-milestone.modern-style .milestone-number {
  margin: 0 0 10px;
  padding: 0 10px 0;
  display: inline-block;
}
.pacz-milestone.modern-style i {
  font-size: 48px;
  text-align: center;
  border-top: none;
  margin: 0 auto;
  display: block;
}
.pacz-milestone .milestone-text {
  padding-top:0;
}
.pacz-milestone.classic-style .milestone-text {
  padding-top:13px;
}

/* Charts
-------------------------------------------------------------------- */
.pacz-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.pacz-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pacz-chart i,
.pacz-chart .chart-custom-text,
.pacz-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.pacz-chart i {
  font-size: 48px;
}
.pacz-chart .chart-custom-text {
  font-size: 18px;
}
.pacz-chart .chart-percent {
  font-weight: 600;
  font-size: 16px;
}
.pacz-chart-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-chart {
    margin: 0 auto;
  }
}
/* Shortcode:Image
-------------------------------------------------------------------- */
.pacz-image {
  position: relative;
  overflow: hidden;
  line-height: 4px;
}
.pacz-image a {
  display: block;
}
.pacz-image.circular-true {
  border-radius: 50%;
}
.pacz-image.circular-true img {
  border-radius: 50%;
}
.pacz-image.circular-true .hover-overlay {
  border-radius: 50%;
}
.pacz-image.align-left {
  text-align: left;
}
.pacz-image.align-right {
  float: right;
}
.pacz-image.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pacz-image img {
  position: relative;
  z-index: 6;
  line-height: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pacz-image.style1-image .hover-overlay {
  background-color: #000 !important;
}
.pacz-image.style1-image:hover .hover-overlay {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-image.style1-image:hover .pacz-image-hover i,
.pacz-image.style1-image:hover .pacz-image-caption {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-image.style2-image .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-color: inherit !important;
}
.pacz-image.style2-image:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-image.style2-image:hover .pacz-image-hover i,
.pacz-image.style2-image:hover .pacz-image-caption {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-image.style2-image:hover .pacz-image-hover {
  pointer-events: auto;
}
.pacz-image .pacz-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 12;
  text-align: center;
  display: block;
}
.pacz-image .pacz-image-hover i {
  font-size: 16px;
  color: #fff;
  position: relative;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pacz-image .pacz-image-hover i:hover {
  background-color: #fff;
  color: #000;
}
.pacz-image .pacz-image-caption {
  line-height: 24px;
  font-size: 13px;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  position: relative;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
/* Shortcode:Tables
-------------------------------------------------------------------- */
.pacz-fancy-table {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
  border: 2px solid #eee;
}
.pacz-fancy-table table {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.pacz-fancy-table th {
  padding: 18px 12px;
  background-color: #f7f7f7;
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.pacz-fancy-table tfoot td {
  padding: 8px;
}
.pacz-fancy-table tfoot {
  background-color: #f3f3f3;
}
.pacz-fancy-table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.pacz-fancy-table td {
  padding: 15px 12px;
  font-size: 13px;
  color: #4b4b4b;
  text-align: center;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.pacz-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
}
.pacz-list-styles ul li {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px 0;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #666;
}
.pacz-list-styles ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
}
/* Shortcode:List Styles
-------------------------------------------------------------------- */
.pacz-image-box {
  overflow: hidden;
}
.pacz-image-box.rounded-true {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.pacz-image-box.rounded-true .pacz-image-box-media {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
}
.pacz-image-box.rounded-true .featured-image {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  position: relative;
  z-index: 1;
}
.pacz-image-box.rounded-true .featured-image img {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  vertical-align: middle;
}
.pacz-image-box.align-left .item-holder {
  text-align: left;
}
.pacz-image-box.align-center .item-holder {
  text-align: center;
}
.pacz-image-box.align-right .item-holder {
  text-align: right;
}
.pacz-image-box .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  min-width: 32px;
  margin: -17px 0 0 -17px;
}
.pacz-image-box .gallery-meta i {
  font-size: 16px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  display: inline-block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.pacz-image-box .gallery-meta i:before {
  height: 28px;
  line-height: 28px;
}
.pacz-image-box .gallery-meta i:hover {
  background-color: #fff;
  color: #000;
}
.pacz-image-box .image-box-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.pacz-image-box .image-box-desc {
  font-size: 14px;
  line-height: 24px;
}
.pacz-image-box .item-holder {
  padding: 30px;
}
.pacz-image-box .featured-image {
  display: block;
  overflow: hidden;
}
.pacz-image-box .featured-image img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.pacz-image-box .featured-image i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pacz-image-box .featured-image i:hover {
  background-color: #fff;
  color: #000;
}
.pacz-image-box .featured-image:hover img {
  -webkit-transform: translate3d(0, -2.5%, 0) scale(1.05);
  transform: translate3d(0, -2.5%, 0) scale(1.05);
}
.pacz-image-box .featured-image:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-image-box .pacz-image-box-media {
  overflow: hidden;
  position: relative;
}
.pacz-image-box .pacz-imagebox-video-preview {
  display: none;
}
.pacz-image-box .pacz-video-container {
  padding-top: 0;
}
.pacz-image-box .pacz-imagebox-video {
  display: block;
  width: 100%;
}
.pacz-image-box .pacz-imagebox-video video {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-image-box .pacz-imagebox-video.video-self-hosted {
    display: none!important;
  }
  .pacz-image-box .pacz-imagebox-video-preview {
    display: block;
  }
}
/* Shortcode:Message Boxes
-------------------------------------------------------------------- */
.pacz-message-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.pacz-message-box.rounded-style {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pacz-message-box .pacz-inner-grid {
  padding: 15px;
}
.pacz-message-box .messagebox-content {
  display: block;
  margin: 16px 15px 16px 95px;
  padding: 12px 0 12px 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.pacz-message-box .messagebox-content p {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
}
.pacz-message-box .messagebox-icon {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
}
.pacz-message-box .box-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}
.pacz-message-box .box-close-btn:hover {
  opacity: 1;
}
.pacz-message-box.confirm-box {
  background-color: #a5de37;
}
.pacz-message-box.love-box {
  background-color: #ff667a;
}
.pacz-message-box.hint-box {
  background-color: #28cdfb;
}
.pacz-message-box.solution-box {
  background-color: #f668ca;
}
.pacz-message-box.alert-box {
  background-color: #ff4351;
}
.pacz-message-box.warning-box {
  background-color: #fc880f;
}
.pacz-message-box.star-box {
  background-color: #7b72e9;
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-message-box .messagebox-content {
    padding: 60px 10px 10px 10px !important;
    margin: 0 !important;
    border: 0 !important;
    text-align: center !important;
  }
  .pacz-message-box .messagebox-icon {
    top: 15px !important;
    left: 50% !important;
    margin-top: 0 !important;
    margin-left: -20px !important;
  }
}
/* Shortcode:Button
-------------------------------------------------------------------- */
button.pacz-button {
  outline: none;
  border: none;
  background: none;
  line-height: 100%;
}
.pacz-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  font-weight: bold;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  /* Corner Styles
	   ========================================================================== */
  /* Button Styles
	   ========================================================================== */
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.pacz-button[type=submit],
.pacz-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.pacz-button span {
  display: inline-block;
}
.pacz-button.full_rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.pacz-button.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pacz-button.pointed {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pacz-button.nudge-button.rounded:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pacz-button.nudge-button.full_rounded:after {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.pacz-button.three-dimension-button:active {
  top: 2px !important;
}
.pacz-button.outline-button {
  border-color: #444;
  border-style: solid;
  color: #fff;
}
.pacz-button.outline-button:hover {
  background-color: #444;
  color: #fff;
}
.pacz-button.outline-button.light {
  border-color: #fff;
  border-style: solid;
  color: #fff;
}
.pacz-button.outline-button.light:hover {
  background-color: #fff;
  color: #444;
}
.pacz-button.line-button:after,
.pacz-button.line-button:before {
  width: 2px;
  height: 100%;
  background: #444;
  position: absolute;
  top: 0;
  content: '';
}
.pacz-button.line-button:after {
  left: -3px;
  transition: all 0.2s ease-out;
}
.pacz-button.line-button:before {
  right: -3px;
  transition: all 0.2s ease-out;
}
.pacz-button.line-button:hover:after {
  left: 0;
}
.pacz-button.line-button:hover:before {
  right: 0;
}
.pacz-button.fill-button {
  position: relative;
  overflow: hidden;
}
.pacz-button.fill-button.rounded {
  overflow: auto !important;
}
.pacz-button.fill-button span {
  position: relative;
  /*&.fill-bg{
				width: 0; 
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 0;
				content: '';
				transition: all .3s ease;
			}*/
}
.pacz-button.fill-button:before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  transition: width 0.25s ease-out;
}
.pacz-button.fill-button i {
  position: relative;
  z-index: 2;
}
.pacz-button.fill-button:hover:before {
  width: 100%;
}
.pacz-button.nudge-button:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  transition: width 0.25s ease-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
}
.pacz-button.nudge-button:hover:after {
  -webkit-transform: translateX(4%);
  -moz-transform: translateX(4%);
  -ms-transform: translateX(4%);
  -o-transform: translateX(4%);
}
.pacz-button.radius-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.pacz-button.radius-button.xxlarge:hover {
  border-radius: 60px;
}
.pacz-button.radius-button.xlarge:hover {
  border-radius: 50px;
}
.pacz-button.radius-button.large:hover {
  border-radius: 40px;
}
.pacz-button.radius-button.medium:hover,
.pacz-button.radius-button.small:hover {
  border-radius: 30px;
}
.pacz-button.fancy_link-button {
  border-radius: 0;
  position: relative;
  text-align: left;
}
.pacz-button.fancy_link-button .line {
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all .3s ease;
  width: 0;
}
.pacz-button.fancy_link-button:before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pacz-button.fancy_link-button:before {
  width: 100%;
}
.pacz-button.fancy_link-button i {
  margin-left: 0;
}
.pacz-button.fancy_link-button:before {
  opacity: .3;
}
.pacz-button.fancy_link-button.xxlarge {
  padding: 32px 0;
  line-height: 100%;
  font-size: 30px;
}
.pacz-button.fancy_link-button.xlarge {
  padding: 26px 0;
  line-height: 100%;
  font-size: 25px;
}
.pacz-button.fancy_link-button.large {
  padding: 22px 0;
  line-height: 100%;
  font-size: 20px;
}
.pacz-button.fancy_link-button.medium {
  padding: 16px 0;
  line-height: 100%;
  font-size: 15px;
}
.pacz-button.fancy_link-button.small {
  padding: 12px 0;
  line-height: 100%;
  font-size: 12px;
}
.pacz-button.fancy_link-button:hover:after {
  transition: all .5s ease;
}
.pacz-button i {
  margin: 0px 5px 0 -10px;
  vertical-align: middle;
  padding-right: 10px;
  line-height: 16px;
}
.pacz-button.xxlarge {
  padding: 32px 60px;
  line-height: 100%;
  font-size: 15px;
}
.pacz-button.xxlarge i {
  font-size: 16px;
}
.pacz-button.xlarge {
  padding: 20px 50px;
  line-height: 100%;
  font-size: 13px;
}
.pacz-button.xlarge i {
  font-size: 16px;
}
.pacz-button.large {
  padding: 16px 42px;
  line-height: 100%;
}
.pacz-button.large i {
  font-size: 16px;
}
.pacz-button.medium {
  padding: 16px 25px;
  line-height: 100%;
}
.pacz-button.medium i {
  font-size: 16px;
}
.pacz-button.small {
  padding: 12px 22px;
  line-height: 100%;
}
.pacz-button.small i {
  margin-top: -3px;
  font-size: 16px;
}
button.pacz-button::-moz-focus-inner {
  border: none;
}
.pacz-button-align {
  display: inline-block;
}
.pacz-button-align.right {
  float: right;
}
.pacz-button-align.center {
  display: block !important;
  text-align: center;
  margin-left:15px;
}
.pacz-button-align.center:first-child{
  
}
.pacz-button-align.center .pacz-button {
  margin-right: 0;
}
.pacz-button-align.left {
  text-align: left;
}
@media handheld, only screen and (max-width: 770px) {
  .pacz-button-align.left,
  .pacz-button-align.center,
  .pacz-button-align.right {
    width: 100%;
    text-align: center !important;
  }
}
/* Shortcode:Dividers
-------------------------------------------------------------------- */
.pacz-divider {
  display: block;
  text-align: center;
}
.pacz-divider.divider_one_half .divider-inner,
.pacz-divider.divider_one_third .divider-inner,
.pacz-divider.divider_one_fourth .divider-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pacz-divider.divider_one_half .divider-inner {
  width: 50%;
}
.pacz-divider.divider_one_third .divider-inner {
  width: 33.33%;
}
.pacz-divider.divider_one_fourth .divider-inner {
  width: 25%;
}
.pacz-divider.divider-single .divider-inner {
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
}
.pacz-divider.divider-dashed .divider-inner {
  height: 2px;
  border-bottom: 2px dashed #dbdbdb;
}
.pacz-divider.divider-dotted .divider-inner {
  height: 1px;
  border-bottom: 1px dotted #dbdbdb;
}
.pacz-divider.divider-thick .divider-inner {
  height: 5px;
  border-top: 3px solid #e4e4e4;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-divider .divider-inner {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
/* Shortcode:Full Width Box
-------------------------------------------------------------------- */
.pacz-fullwidth-boxed {
  position: relative;
  display: block;
  padding: 30px;
}
/* Shortcode:Slideshow
-------------------------------------------------------------------- */
.pacz-image-slideshow {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.pacz-image-slideshow img {
  margin: 0 auto;
}
.pacz-image-slideshow .swiper-pagination {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-image-slideshow .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 2px solid #eee;
  cursor: pointer;
}
.pacz-image-slideshow .swiper-active-switch {
  background-color: #eee;
}
.pacz-image-slideshow .pacz-swiper-container:hover .slideshow-swiper-arrows,
.pacz-image-slideshow .pacz-swiper-container:hover .swiper-pagination {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-image-slideshow .pacz-swiper-container:hover .slideshow-swiper-arrows:hover {
  background-color: #fff !important;
}
.pacz-image-slideshow .pacz-swiper-container:hover .slideshow-swiper-arrows:hover i {
  color: #000 !important;
}
.pacz-image-slideshow .pacz-swiper-container:hover .pacz-swiper-next {
  right: 40px;
}
.pacz-image-slideshow .pacz-swiper-container:hover .pacz-swiper-prev {
  left: 40px;
}
.slideshow-swiper-arrows {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius:50%;
  text-align: center;
  cursor: pointer;
  z-index: 15;
  opacity: 0;
  line-height:35px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.slideshow-swiper-arrows i {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  display: block;
}
.slideshow-swiper-arrows.pacz-swiper-next {
  right: 50px;
}
.slideshow-swiper-arrows.pacz-swiper-prev {
  left: 50px;
}
@media handheld, only screen and (max-width: 768px) {
  .slideshow-swiper-arrows,
  .swiper-pagination {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  }
  .pacz-swiper-next {
    right: 15px;
  }
  .pacz-swiper-prev {
    left: 15px;
  }
}
/* Shortcode:Content Slideshow
-------------------------------------------------------------------- */
/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
blockquote {
  position: relative;
  margin: 15px 0;
  line-height: 24px;
  padding: 20px;
  background-color: #fafafa;
  border: 2px solid #eeeeee;
  font-style: italic;
}
.pacz-blockquote {
  position: relative;
  margin: 15px 0;
  font-size: 14px;
  line-height: 26px;
}
.pacz-blockquote .pacz-blockquote-content {
  padding: 30px 45px;
  background-color: #fafafa;
  border: 2px solid #eeeeee;
}
.pacz-blockquote.classic-style {
  font-style: italic;
}
.pacz-blockquote.classic-style .pacz-blockquote-content {
  padding: 30px 45px;
}
.pacz-blockquote.classic-style .pacz-quote-left,
.pacz-blockquote.classic-style .pacz-quote-right {
  position: absolute;
  font-size: 24px;
  color: #eee;
}
.pacz-blockquote.classic-style .pacz-quote-left {
  top: 10px;
  left: 10px;
}
.pacz-blockquote.classic-style .pacz-quote-right {
  bottom: 10px;
  right: 10px;
}
.pacz-blockquote.modern-style {
  color: #666;
  font-style: normal;
}
.pacz-blockquote.modern-style .pacz-blockquote-content {
  padding: 25px 40px;
}
.pacz-blockquote.modern-style:before {
  width: 7px;
  display: block;
  position: absolute;
  background-color: #919191;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}
.pacz-blockquote.modern-style .pacz-quote-left,
.pacz-blockquote.modern-style .pacz-quote-right {
  display: none;
}
.pacz-blockquote p {
  margin-bottom: 15px;
}
.pacz-blockquote.align-left {
  text-align: left;
}
.pacz-blockquote.align-right {
  text-align: right;
}
.pacz-blockquote.align-center {
  text-align: center;
}
/* Shortcode:Testimanial Slider
-------------------------------------------------------------------- */
.pacz-testimonial {
  margin: 3px 3px 20px;
}
.pacz-testimonial .testimonial-author {
  display: block;
  color: #777;

 
}
.pacz-testimonial.modern-style .slide{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
	
}
.pacz-testimonial .swiper-slide {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
.pacz-testimonial .swiper-pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.pacz-testimonial .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px 6px;
  width: 5px;
  height: 5px;
  border: 2px solid #eeeeee;
  cursor: pointer;
}
.pacz-testimonial .swiper-active-switch {
  background-color: #777;
  border-color: #777;
}
.pacz-testimonial .testimonial-company {
  font-size: 12px;
}
.pacz-testimonial .testimonial-image {

}
.pacz-testimonial .testimonial-quote {
  font-size: 14px;
  line-height: 26px;
}
 
 
/* testimonial style 1 */

.pacz-testimonial.testimonial1-style .pacz-swiper-wrapper {padding-top: 20px;}
.pacz-testimonial.testimonial1-style .swiper-slide { position: relative;}
.pacz-testimonial.testimonial1-style .testimonial-content {}
.pacz-testimonial.testimonial1-style .testimonial-quote {
	display: block;
    left: 0;
    text-align:center;
	padding-bottom:30px;
}
.pacz-testimonial.testimonial1-style .testi-bottom-left,
.pacz-testimonial.testimonial1-style .testi-bottom-right{width:50%;padding:0 10px;}
.pacz-testimonial.testimonial1-style .testimonial-quote:before {}
.pacz-testimonial.testimonial1-style .testimonial-image {}
.pacz-testimonial.testimonial1-style .author-details {
	display:block;
	position:relative;
}
.pacz-testimonial.testimonial1-style .testimonial-author {
	display:block;
    text-transform: uppercase;
	margin-bottom:0;
	padding-top:30px;
	text-align:left;
}
.pacz-testimonial.testimonial1-style .testimonial-company {
  font-size:14px;
  margin-left:5px;
  text-transform:uppercase;
}
.pacz-testimonial.testimonial1-style .testimonial-position {
  text-transform:uppercase;
}
.pacz-testimonial.testimonial1-style .testimonial-position{font-size:14px;}
.pacz-testimonial.testimonial1-style .swiper-pagination {
  text-align: left !important;
  padding-left: 138px;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.pacz-testimonial.testimonial1-style .testi-thumb {
    display: inline-block;
    margin: 0 auto;
	overflow:hidden;
	border-radius:50%;
	border:5px solid #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.pacz-testimonial.testimonial1-style  .owl-nav {
    top: 50%;
    transform: translateY(-50%);
	width:100%;
}
.pacz-testimonial.testimonial1-style  .owl-nav:before,
.pacz-testimonial.testimonial1-style  .owl-nav:after{
	clear:both;
}
.pacz-testimonial.testimonial1-style .owl-nav .owl-prev { float: left;}
.pacz-testimonial.testimonial1-style .owl-nav .owl-next { float: right;}

/* testimonial style 6 */
.pacz-testimonial.boxed-style .pacz-swiper-wrapper {
  padding-top: 20px;
}
.pacz-testimonial.boxed-style .swiper-slide {
  position: relative;
}
.pacz-testimonial.boxed-style .testimonial-content {

}
.pacz-testimonial .testimonial-content:before {
 color:rgba(39,46,67,0.10);
    content: "\f10d";
    display: none;
    font-family: "FontAwesome";
    font-size: 76px;
    left: 40px;
	top:20px;
    line-height: 1;
    position: relative;
    text-align: left;
}
.pacz-testimonial .testimonial-content:after {
	color:rgba(39,46,67,0.10);
    content: "\f10e";
    display:none;
    font-family: "FontAwesome";
    font-size: 76px;
    right: 40px;
	bottom:20px;
    line-height: 1;
    position: relative;
    text-align: right;
}
.pacz-testimonial.boxed-style .testimonial-quote {
 display: block;
    font-size: 14px !important;
    left: 0;
    padding: 0 18% 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    word-wrap: break-word;



}
.pacz-testimonial.boxed-style .testimonial-quote:before {

}
.pacz-testimonial.boxed-style .testimonial-image {
 
 
  
  
}
.pacz-testimonial.boxed-style .author-details {
  bottom: 30px;
    left: 80px;
    position: absolute;
}
.pacz-testimonial.boxed-style .testimonial-author {
  bottom: 50px;
    font-size: 18px;
    left: 80px;
    position: absolute;
    text-transform: capitalize;
}
.pacz-testimonial.boxed-style .testimonial-company {
  font-size:14px;
  margin-left:5px;
}
.pacz-testimonial.boxed-style .testimonial-position{
  
  font-size:14px;
}
.pacz-testimonial.boxed-style .swiper-pagination {
  text-align: left !important;
  padding-left: 138px;
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.pacz-testimonial.quote-style {
  text-align: center;
}
.pacz-testimonial.quote-style .testimonial-quote {
  position: relative;
  display: block;
  padding: 20px 25px;
  border: 2px solid #eeeeee;
  margin-bottom: 12px;
}
.pacz-testimonial.quote-style .testimonial-quote:before {
  position: absolute;
  bottom: -16px;
  margin-left: -16px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #eee;
}
.pacz-testimonial.quote-style .testimonial-footer-note {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
}
.pacz-testimonial.quote-style .pacz-swiper-wrapper {
  padding-top: 20px;
}
.pacz-testimonial.quote-style .swiper-pagination {
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.pacz-testimonial.modern-style .pacz-swiper-wrapper {
  padding-top: 20px;
}
.pacz-testimonial.modern-style .testimonial-content {
  text-align: center;
}
.pacz-testimonial.modern-style .swiper-pagination {
  left: 0 !important;
  top: 0 !important;
  bottom: auto !important;
}
.pacz-testimonial.modern-style .testimonial-quote {
	text-align:left;
}
.pacz-testimonial.modern-style .testimonial-footer-note {

}
.pacz-testimonial.modern-style .testimonial-image {
  display: block;

}
.pacz-testimonial.modern-style .author-details{
	bottom: 15px;
    left: 15px;
    
    text-align: left;
	}
.pacz-testimonial.light-skin.quote-style .testimonial-quote {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.pacz-testimonial.light-skin.quote-style .testimonial-quote:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.pacz-testimonial.light-skin.quote-style .testimonial-author {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.pacz-testimonial.light-skin.quote-style .swiper-pagination-switch {
  border-color: rgba(255, 255, 255, 0.2);
}
.pacz-testimonial.light-skin.quote-style .swiper-active-switch {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}

@media handheld, only screen and (max-width: 767px) {
  .pacz-testimonial {
    text-align: center;
  }
  .pacz-testimonial.boxed-style .testimonial-content {
    margin: 75px 0 0 !important;
    padding-bottom: 30px;
  }
  .pacz-testimonial.boxed-style .swiper-pagination {
    padding-left: 0 !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  .pacz-testimonial.boxed-style .testimonial-image {
    left: 50% !important;
    top: -85px !important;
    margin: 0 0 0 -35px !important;
  }
  .pacz-testimonial.boxed-style .testimonial-quote:before {
    top: -7px !important;
    margin: 0 0 0 -7px !important;
    left: 50% !important;
    border: 1px solid #eee !important;
    border-right: none !important;
    border-bottom: none !important;
  }
  .pacz-testimonial .testimonial-company,
  .pacz-testimonial .testimonial-author {
    margin: 0 !important;
  }
  .pacz-testimonial.modern-style .testimonial-quote {text-align:center;}
  .pacz-testimonial.modern-style .author-details {float:none;}
}
/* Shortcode: Fade Text Box
-------------------------------------------------------------------- */
.pacz-fade-txt-box .swiper-slide {
  line-height: 1;
  text-align: center;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-fade-txt-box .pacz-force-responsive {
    font-size: 36px !important;
  }
}
/* Shortcode: Tabs
-------------------------------------------------------------------- */
.pacz-tabs {
  margin-bottom: 20px;
}
.pacz-tabs .pacz-tabs-tabs {
  position: relative;
  z-index: 10;
  padding: 0;
  list-style: none;
}
.pacz-tabs .pacz-tabs-tabs li {
  margin: 0;
  position: relative;
  border-top: 0;
  border-bottom: 0;
}
.pacz-tabs .pacz-tabs-tabs li.ui-state-active > a {
  cursor: default;
}
.pacz-tabs .pacz-tabs-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  display: block;
  line-height: 100%;
  font-size: 12px !important;
}
.pacz-tabs .pacz-tabs-tabs li a i {
  font-size: 16px;
  padding-right: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-tabs .pacz-tabs-tabs {
    display: none !important;
  }
}
.pacz-tabs .pacz-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
}
.pacz-tabs .pacz-tabs-panes .title-mobile {
  display: none;
  color: #444444;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-tabs .pacz-tabs-panes .title-mobile {
    display: block;
  }
}
.pacz-tabs .pacz-tabs-panes .pacz-tabs-pane .inner-box {
  padding: 30px;
  display: block;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs {
  margin: 0 0 -1px 0;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li {
  display: inline-block;
  border-left: 2px solid #efefef;
  white-space: nowrap;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li:last-child {
  border-right: 2px solid #efefef;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li a {
  padding: 14px 20px 15px;
  margin-top: 15px;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li.tab-with-icon > a {
  padding: 14px 20px 12px;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li.ui-state-active a {
  position: relative;
  bottom: -2px;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-panes {
  border: 2px solid #efefef;
  border-bottom: none;
}
.pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-panes .pacz-tabs-pane {
  padding-bottom: 20px;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-panes .pacz-tabs-pane {
    padding-bottom: 0 !important;
  }
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs {
  padding: 40px 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs li {
  display: block;
  border-top: 2px solid #efefef;
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs li:last-child {
  border-bottom: 2px solid #efefef;
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs li a {
  padding: 15px 10px 15px 20px;
  margin-left: 15px;
  line-height: 18px;
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs li.ui-state-active a {
  position: relative;
  right: -2px;
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-panes {
  margin-left: 231px;
  display: block;
  border: 2px solid #efefef;
  border-right: none;
}
.pacz-tabs.style1-tabs.vertical-style .pacz-tabs-panes .pacz-tabs-pane {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-tabs.style1-tabs.vertical-style .pacz-tabs-panes .pacz-tabs-pane {
    padding-bottom: 0 !important;
  }
}
.pacz-tabs.style1-tabs .inner-box .pacz-text-block {
  font-size: 14px;
  line-height: 26px;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs {
  margin: 0 ;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li {
  display: inline-block;
  border-left: 2px solid #efefef;
  border-top: 2px solid #efefef;
  white-space: nowrap;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li:last-child {
  border-right: 2px solid #efefef;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li a {
  background-color: #fafafa;
  padding: 20px 15px 18px;
  font-size: 12px;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li.tab-with-icon > a {
  padding: 19px 11px 16px;
  font-size: 12px;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li.ui-state-active a {
  position: relative;
  bottom: -2px;
}
.pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-panes {
  border: 2px solid #efefef;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs {
  padding: 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs li {
  display: block;
  border-top: 2px solid #efefef;
  border-left: 2px solid #efefef;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs li:last-child {
  border-bottom: 2px solid #efefef;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs li:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs li a {
  padding: 18px 10px 18px 25px;
  line-height: 18px;
  background-color: #fafafa;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs li.ui-state-active a {
  position: relative;
  right: -2px;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-panes {
  margin-left: 231px;
  display: block;
  border: 2px solid #efefef;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style2-tabs.vertical-style .pacz-tabs-panes .pacz-tabs-pane {
  padding: 0;
  float: left;
  width: 100%;
}
.pacz-tabs.style3-tabs {
  text-align: center;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li:first-child {
  border-left-width: 0;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li:last-child {
  border-right-width: 0;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li.ui-state-active {
  border-left: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  background-color: #fafafa;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li.ui-state-active:last-child {
  border-right: none;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li.ui-state-active:first-child {
  border-left: none;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li a {
  height: 100%;
  padding: 25px;
  font-weight: normal !important;
  color: #3f3f3f;
  font-size: 13px;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li a i[class*='pacz-li-'] {
  margin-top: -1px;
}
.pacz-tabs.style3-tabs .pacz-tabs-tabs li.tab-with-icon > a {
  padding: 25px 20px;
}
.pacz-tabs.style3-tabs .pacz-tabs-panes {
  padding: 0;
  text-align: left;
}
.pacz-tabs.style3-tabs .pacz-tabs-panes .inner-box {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  padding: 30px 0;
}
.pacz-tabs.style1-tabs .pacz-tabs-panes .inner-box,
.pacz-tabs.style2-tabs .pacz-tabs-panes .inner-box,
.pacz-tabs.style3-tabs .pacz-tabs-panes .inner-box {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 26px !important;
}
@media handheld, only screen and (max-width: 650px) {
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs {
    border-right: 2px solid #efefef;
    margin-bottom: -2px;
  }
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li {
    display: block;
    float: none;
    border-bottom: 2px solid #efefef;
    border-right: none !important;
  }
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li:first-child {
    border-top: 2px solid #efefef;
  }
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li.ui-state-active {
    border-bottom: 2px solid #efefef;
  }
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li a {
    margin-top: 0;
  }
  .pacz-tabs.style1-tabs.horizontal-style .pacz-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .pacz-tabs.style1-tabs.vertical-style .pacz-tabs-tabs li a {
    margin: 0 10px;
  }
  .pacz-tabs.style1-tabs.vertical-style .pacz-tabs-panes {
    margin-left: 0;
    border: 2px solid #efefef !important;
  }
  .pacz-tabs.style1-tabs.vertical-style .pacz-tabs-panes .pacz-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: -2px;
  }
  .pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li {
    display: block;
    float: none;
    border-right: none !important;
  }
  .pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
  }
  .pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li:last-child {
    border-bottom: none;
  }
  .pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li a {
    margin-top: 0;
  }
  .pacz-tabs.style2-tabs.horizontal-style .pacz-tabs-tabs li:first-child a {
    border-left: none !important;
  }
  .pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs {
    width: 100%;
    float: none;
    padding: 0;
    margin-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .pacz-tabs.style2-tabs.vertical-style .pacz-tabs-tabs li a {
    margin: 0;
  }
  .pacz-tabs.style2-tabs.vertical-style .pacz-tabs-panes {
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: none !important;
  }
  .pacz-tabs.style2-tabs.vertical-style .pacz-tabs-panes .pacz-tabs-pane {
    padding: 0 0 20px 0;
    float: none;
    width: 100%;
  }
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.pacz-accordion {
  margin-bottom: 20px;
}
.pacz-accordion.boxed-style .pacz-accordion-single {
  overflow: hidden;
  background-color: #fafafa;
}
.pacz-accordion.boxed-style .pacz-accordion-single:last-of-type .pacz-accordion-tab {
  border-bottom: 2px solid #eee;
}
.pacz-accordion.boxed-style .pacz-accordion-single.current-item .pacz-accordion-tab {
  border-bottom: 2px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.pacz-accordion.boxed-style .pacz-accordion-single.current-item .pacz-accordion-tab:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pacz-accordion.boxed-style .pacz-accordion-tab {
  position: relative;
  padding: 11px 30px 11px 22px;
  border: 2px solid #eee;
  border-bottom: none;
  background-color: #fafafa;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-accordion.boxed-style .pacz-accordion-tab {
    border-bottom: 2px solid #eee;
  }
}
.pacz-accordion.boxed-style .pacz-accordion-tab i {
  margin-right: 10px;
  color: #686868;
  vertical-align: middle;
  font-size: 16px;
}
.pacz-accordion.boxed-style .pacz-accordion-pane .inner-box {
  padding: 25px;
}
.pacz-accordion.simple-style .pacz-accordion-tab {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 2px solid #eee;
}
.pacz-accordion.simple-style .pacz-accordion-tab i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.pacz-accordion.simple-style .pacz-accordion-pane {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.pacz-accordion.simple-style .pacz-accordion-pane .inner-box {
  padding: 25px;
  margin: 0 20px;
}
.pacz-accordion.simple-style .current-item .pacz-accordion-pane {
  border-top: none;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-accordion.simple-style .pacz-accordion-pane {
    border-top: none;
    border-bottom: none;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-accordion.simple-style .pacz-accordion-single,
  .pacz-accordion.boxed-style .pacz-accordion-single {
    margin-bottom: 15px;
  }
}
.pacz-accordion.simple-style .pacz-accordion-pane,
.pacz-accordion.boxed-style .pacz-accordion-pane {
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 26px;
}
/* Shortcode:Accordion
-------------------------------------------------------------------- */
.pacz-toggle {
  margin-bottom: 10px;
}
.pacz-toggle .pacz-toggle-title {
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  color: #777777;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.pacz-toggle .pacz-toggle-title.active-toggle {
  border-bottom: none;
}
.pacz-toggle .pacz-toggle-title i {
  font-size: 16px;
  color: #777777;
  margin: 0 8px 0 4px;
}
.pacz-toggle .pacz-toggle-pane {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 26px;
  display: none;
}
.pacz-toggle .pacz-toggle-pane .inner-box {
  padding: 25px;
  margin: 0 20px;
}
.wpb_content_element {
  margin-bottom: 20px;
}
/* Shortcode:Video Player
-------------------------------------------------------------------- */
.pacz-video-player {
  padding: 12px;
  border: 2px solid #eee;
}
.pacz-video-player .pacz-video-title {
  margin-bottom: 12px;
  font-size: 14px;
}
.pacz-video-player .video-container {
  margin-bottom: 0 !important;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Shortcode:Flickr Feeds
-------------------------------------------------------------------- */
.pacz-flickr-feeds {
  margin:0 -5px;
  
}
.pacz-flickr-feeds.one-column .featured-image {
  width: 100%;
}
.pacz-flickr-feeds.two-column .featured-image {
  width: 50%;
}
.pacz-flickr-feeds.three-column .featured-image {
  width: 33.3333%;
}
.pacz-flickr-feeds.four-column .featured-image {
  width: 25%;
}
.pacz-flickr-feeds.five-column .featured-image {
  width: 20%;
}
.pacz-flickr-feeds.six-column .featured-image {
  width: 16.6667%;
}
.pacz-flickr-feeds.seven-column .featured-image {
  width: 14.2857%;
}
.pacz-flickr-feeds.eight-column .featured-image {
  width: 12.5%;
}
.pacz-flickr-feeds .featured-image {
  position: relative;
  display: inline-block !important;
  padding:0 5px;
  float: left;
  margin:5px 0;
  
}
.pacz-flickr-feeds .featured-image .hover-overlay{
	
	width:calc(100% - 10px);
	height:calc(100% - 10px;);
	margin-left:5px;
	
}

.pacz-flickr-feeds .featured-image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media handheld, only screen and (max-width: 960px) {
  .pacz-flickr-feeds.five-column .featured-image,
  .pacz-flickr-feeds.four-column .featured-image,
  .pacz-flickr-feeds.six-column .featured-image,
  .pacz-flickr-feeds.seven-column .featured-image,
  .pacz-flickr-feeds.eight-column .featured-image {
    width: 33% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-flickr-feeds.five-column .featured-image,
  .pacz-flickr-feeds.four-column .featured-image,
  .pacz-flickr-feeds.six-column .featured-image,
  .pacz-flickr-feeds.seven-column .featured-image,
  .pacz-flickr-feeds.eight-column .featured-image {
    width: 49% !important;
  }
}
/* Shortcode:Contact Form
-------------------------------------------------------------------- */
.contact-captcha-invalid::-webkit-input-placeholder {
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid:-moz-placeholder {
  /* Firefox 18- */
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-invalid:-ms-input-placeholder {
  color: red !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid::-webkit-input-placeholder {
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.contact-captcha-valid:-ms-input-placeholder {
  color: #008200 !important;
  letter-spacing: 0 !important;
}
.pacz-contact-form-wrapper {
  position: relative;
  margin-bottom: 0;
}
.pacz-contact-form-wrapper .captcha-image {
  max-width: 50% !important;
}
.pacz-contact-form-wrapper.classic-style .captcha-image {
  position: absolute;
  right: 35px;
  top: 0;
  max-height: 45px;
}
.pacz-contact-form-wrapper.classic-style .captcha-change-image {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 10px;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .captcha-change-image {
  color: #444444;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .text-input,
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-textarea {
  border: 1px solid #ededed;
  color: #c3c3c3;
  
}
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-form-row i {
  
  color: #d5d5d5;
  z-index: 6;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-button {
  border: none;
  color: #fff;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-button:hover {
  background-color: #444;
  color: #fff;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .text-input::-webkit-input-placeholder,
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-textarea::-webkit-input-placeholder {
  color: #919191;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .text-input:-moz-placeholder,
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-textarea:-moz-placeholder {
  color: #919191;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .text-input::-moz-placeholder,
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-textarea::-moz-placeholder {
  color: #919191;
}
.pacz-contact-form-wrapper.classic-style.dark-skin .text-input:-ms-input-placeholder,
.pacz-contact-form-wrapper.classic-style.dark-skin .pacz-textarea:-ms-input-placeholder {
  color: #919191;
}
.pacz-contact-form-wrapper.classic-style.light-skin .captcha-change-image {
  color: #fff;
}
.pacz-contact-form-wrapper.classic-style.light-skin .text-input,
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-textarea {
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-form-row i {
  border-right: 3px solid #fff;
  color: #fff;
  z-index: 6;
}
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-button {
  border: 3px solid #fff;
  color: #fff;
}
.pacz-contact-form.three-column .button-row {
  padding-left:15px;
  padding-right:15px;
}
.pacz-contact-form.three-column .pacz-button {
  width:100%;
}

.pacz-contact-form-wrapper.classic-style.light-skin .pacz-button:hover {
  background-color: #fff;
  color: #444;
}
.pacz-contact-form-wrapper.classic-style.light-skin .text-input::-webkit-input-placeholder,
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-textarea::-webkit-input-placeholder {
  color: #fafafa;
}
.pacz-contact-form-wrapper.classic-style.light-skin .text-input:-moz-placeholder,
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-textarea:-moz-placeholder {
  color: #fafafa;
}
.pacz-contact-form-wrapper.classic-style.light-skin .text-input::-moz-placeholder,
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-textarea::-moz-placeholder {
  color: #fafafa;
}
.pacz-contact-form-wrapper.classic-style.light-skin .text-input:-ms-input-placeholder,
.pacz-contact-form-wrapper.classic-style.light-skin .pacz-textarea:-ms-input-placeholder {
  color: #fafafa;
}
.pacz-contact-form-wrapper.classic-style .pacz-invalid {
  border: 3px solid #ff0000 !important;
}
.pacz-contact-form-wrapper.modern-style .text-input,
.pacz-contact-form-wrapper.modern-style .pacz-textarea,
.pacz-contact-form-wrapper.modern-style .pacz-button {
  font-size: 15px !important;
  font-weight: normal !important;
}
.pacz-contact-form-wrapper.modern-style .captcha-image {
  position: absolute;
  right: 0;
  top: -20px;
}
.pacz-contact-form-wrapper.modern-style .captcha-change-image {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 10px;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .text-input,
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-textarea {
  border: 0;
  color: #000;
  background-color: transparent;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .text-input::-webkit-input-placeholder,
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-textarea::-webkit-input-placeholder {
  color: #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .text-input:-moz-placeholder,
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-textarea:-moz-placeholder {
  color: #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .text-input::-moz-placeholder,
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-textarea::-moz-placeholder {
  color: #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .text-input:-ms-input-placeholder,
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-textarea:-ms-input-placeholder {
  color: #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .text-input {
  border-bottom: 3px solid #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-textarea {
  border: 3px solid #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-button {
  border: 3px solid #000;
  color: #000;
}
.pacz-contact-form-wrapper.modern-style.dark-skin .pacz-button:hover {
  background-color: #000;
  color: #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .text-input,
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-textarea {
  border: 0;
  color: #fff;
  background-color: transparent;
}
.pacz-contact-form-wrapper.modern-style.light-skin .text-input::-webkit-input-placeholder,
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-textarea::-webkit-input-placeholder {
  color: #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .text-input:-moz-placeholder,
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-textarea:-moz-placeholder {
  color: #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .text-input::-moz-placeholder,
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-textarea::-moz-placeholder {
  color: #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .text-input:-ms-input-placeholder,
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-textarea:-ms-input-placeholder {
  color: #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .text-input {
  border-bottom: 3px solid #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-textarea {
  border: 3px solid #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-button {
  border: 3px solid #fff;
  color: #fff;
}
.pacz-contact-form-wrapper.modern-style.light-skin .pacz-button:hover {
  background-color: #fff;
  color: #000;
}
.pacz-contact-form-wrapper.modern-style .text-input {
  padding-left: 12px;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background-color: transparent;
}
.pacz-contact-form-wrapper.modern-style .text-input.pacz-invalid {
  border: 0 !important;
  border-bottom: 3px solid #ff0000 !important;
}
.pacz-contact-form-wrapper.modern-style .pacz-textarea {
  margin-top: 28px;
  margin-bottom: 45px !important;
  border-width: 3px;
  border-style: solid;
  background-color: transparent;
}
.pacz-contact-form-wrapper.modern-style .pacz-textarea.pacz-invalid {
  border: 3px solid #ff0000 !important;
}
.pacz-contact-form-wrapper.modern-style .pacz-form-row {
  margin-bottom: 25px !important;
}
.pacz-contact-form-wrapper.modern-style .text-input,
.pacz-contact-form-wrapper.modern-style .pacz-textarea,
.pacz-contact-form-wrapper.modern-style .pacz-button {
  font-weight: normal !important;
}
.pacz-contact-form-wrapper.modern-style .pacz-button {
  margin-bottom: 45px !important;
  border-width: 3px;
}
.pacz-contact-form-wrapper.modern-style .pacz-button:hover {
  color: #fff;
}
.pacz-contact-form-wrapper .pacz-form-row {
  margin-bottom: 10px;
  position: relative;
}
.pacz-contact-form.three-column .pacz-form-row{
	width:33.1%;
	padding-left:15px;
	padding-right:15px;
	display:inline-block;
	float:left;
	}
@media handheld, only screen and (max-width: 767px) {
	.pacz-contact-form.three-column .pacz-form-row{
	width:100%;
	}
}
.pacz-contact-form.three-column .pacz-form-textarea-wrap{
	padding-left:15px;
	padding-right:15px;
}
.pacz-contact-form.three-column{
	margin-left:-15px;
	margin-right:-15px;
}
.pacz-contact-form-wrapper .pacz-form-row i {
  float: right;
  width: 39px !important;
  height: 41px;
  line-height: 41px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 16px;
}
.pacz-contact-form-wrapper .pacz-form-row i.input-focused {
  color: #fff !important;
  border-right-width: 1px;
  border-right-style: solid;
}
.pacz-contact-form-wrapper .text-input,
.pacz-contact-form-wrapper .pacz-textarea {
  width: 100%;
  font-size: 12px;
  font-weight: 400 !important;
}
.pacz-contact-form-wrapper .text-input {
  padding: 12px;
  width: 100%;
  background:#fff;
}
.pacz-contact-form-wrapper .pacz-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
.pacz-contact-form-wrapper .button-row {
  text-align: center;
}
.pacz-contact-form-wrapper .pacz-button {
  margin: 0 auto;
}
.widget .pacz-contact-form-wrapper .captcha-image {
  max-width: 100% !important;
}
.widget .pacz-contact-form-wrapper.light-skin .text-input,
.widget .pacz-contact-form-wrapper.light-skin .pacz-textarea {
  border: 2px solid #eee;
  background-color: rgba(238, 238, 238, 0.1);
}
.widget .pacz-contact-form-wrapper.light-skin .pacz-form-row i {
  top: 2px;
  left: 2px;
  border-right: 2px solid #eee;
  color: #666;
}
.widget .pacz-contact-form-wrapper.light-skin .pacz-form-row i.input-focused {
  color: #fff;
  border-right: 0;
}
.widget .pacz-contact-form-wrapper.light-skin .pacz-button {
  border: 2px solid #eee;
  color: #444;
}
.widget .pacz-contact-form-wrapper.light-skin .pacz-button:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.widget .pacz-contact-form-wrapper.light-skin .text-input::-webkit-input-placeholder,
.widget .pacz-contact-form-wrapper.light-skin .pacz-textarea::-webkit-input-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.light-skin .text-input:-moz-placeholder,
.widget .pacz-contact-form-wrapper.light-skin .pacz-textarea:-moz-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.light-skin .text-input::-moz-placeholder,
.widget .pacz-contact-form-wrapper.light-skin .pacz-textarea::-moz-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.light-skin .text-input:-ms-input-placeholder,
.widget .pacz-contact-form-wrapper.light-skin .pacz-textarea:-ms-input-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.dark-skin .text-input,
.widget .pacz-contact-form-wrapper.dark-skin .pacz-textarea {
  border: 2px solid rgba(128, 128, 128, 0.5);
  background-color: rgba(128, 128, 128, 0.1);
}
.widget .pacz-contact-form-wrapper.dark-skin .pacz-form-row i {
  top: 2px;
  left: 2px;
  border-right: 2px solid rgba(128, 128, 128, 0.5);
  color: #666;
}
.widget .pacz-contact-form-wrapper.dark-skin .pacz-form-row i.input-focused {
  color: #fff;
  border-right: 0;
}
.widget .pacz-contact-form-wrapper.dark-skin .pacz-button {
  border: 2px solid rgba(128, 128, 128, 0.5);
  color: rgba(128, 128, 128, 0.5);
}
.widget .pacz-contact-form-wrapper.dark-skin .pacz-button:hover {
  background-color: #eee;
  border-color: #eee;
  color: #444;
}
.widget .pacz-contact-form-wrapper.dark-skin .text-input::-webkit-input-placeholder,
.widget .pacz-contact-form-wrapper.dark-skin .pacz-textarea::-webkit-input-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.dark-skin .text-input:-moz-placeholder,
.widget .pacz-contact-form-wrapper.dark-skin .pacz-textarea:-moz-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.dark-skin .text-input::-moz-placeholder,
.widget .pacz-contact-form-wrapper.dark-skin .pacz-textarea::-moz-placeholder {
  color: #666;
}
.widget .pacz-contact-form-wrapper.dark-skin .text-input:-ms-input-placeholder,
.widget .pacz-contact-form-wrapper.dark-skin .pacz-textarea:-ms-input-placeholder {
  color: #666;
}
.pacz-contact-loading {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: none;
  line-height: 1;
  color: rgba(128, 128, 128, 0.2);
  font-size: 16px;
  -moz-animation: spin 0.7s infinite linear;
  -o-animation: spin 0.7s infinite linear;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
}
.pacz-contact-success {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  color: #90b64d;
  font-size: 32px;
}
/* Quick Contact Form
-------------------------------------------------------------------- */
.quick-button-container {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.quick-button-container.go-right {
  right: 25px;
}
.quick-button-container.go-left {
  right: 70px;
}
.quick-button-container .pacz-quick-contact-link {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
}
.quick-button-container .pacz-quick-contact-link i {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
}
.quick-button-container .pacz-quick-contact-link:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media handheld, only screen and (max-width: 767px) {
  .quick-button-container .pacz-quick-contact-link {
    display: none;
  }
}
.pacz-quick-contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.pacz-quick-contact-overlay.light-skin {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.pacz-quick-contact-overlay.light-skin .pacz-quick-contact-close {
  color: #000;
}
.pacz-quick-contact-overlay.dark-skin {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.pacz-quick-contact-overlay.dark-skin .pacz-quick-contact-close {
  color: #fff;
}
.pacz-quick-contact-overlay .pacz-quick-contact-wrapper {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.pacz-quick-contact-overlay .pacz-quick-contact-wrapper .captcha-change-image {
  color: #969696;
}
.pacz-quick-contact-overlay .pacz-quick-contact-inset {
  width: 800px;
  margin: 0 auto;
  opacity: 0.4;
  -webkit-transform: translateY(25%) rotateX(-35deg);
  -ms-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s;
}
.pacz-quick-contact-overlay .pacz-quick-contact-close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.pacz-quick-contact-overlay .pacz-quick-contact-close i {
  line-height: 25px;
  font-size: 32px;
  display: inline-block;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.pacz-quick-contact-overlay .pacz-quick-contact-close:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pacz-quick-contact-overlay.pacz-quick-contact-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pacz-quick-contact-overlay.pacz-quick-contact-visible .pacz-quick-contact-inset {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0deg);
  -ms-transform: translateY(0) rotateX(0deg);
  transform: translateY(0) rotateX(0deg);
}
.pacz-progress-button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.pacz-progress-button i {
  border-right: none!important;
}
.pacz-progress-button[disabled],
.pacz-progress-button[disabled].state-loading {
  cursor: default;
}
.pacz-progress-button .pacz-progress-button-content {
  position: relative;
  display: block;
}
.pacz-progress-button .state-success,
.pacz-progress-button .state-error {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.pacz-progress-button.medium .state-success,
.pacz-progress-button.medium .state-error {
  font-size: 14px;
}
.notransition {
  transition: none !important;
}
.pacz-progress-button .pacz-progress-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}
.pacz-contact-form-wrapper.dark-skin .outline-button .pacz-progress-inner,
.pacz-contact-form-wrapper.light-skin .outline-button:hover .pacz-progress-inner {
  background: rgba(0, 0, 0, 0.5);
}
.pacz-contact-form-wrapper.light-skin .outline-button .pacz-progress-inner,
.pacz-contact-form-wrapper.dark-skin .outline-button:hover .pacz-progress-inner {
  background: rgba(255, 255, 255, 0.5);
}
.pacz-progress-button[data-horizontal] .pacz-progress-inner {
  bottom: 0;
  width: 0;
  height: 5px;
  transition: width 0.3s, opacity 0.3s;
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
}
.pacz-progress-button[data-vertical] .pacz-progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s, opacity 0.3s;
}
/* move-up */
/* ====================== */
.pacz-progress-button[data-style="move-up"] {
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pacz-progress-button[data-style="move-up"] .pacz-progress-button-content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.pacz-progress-button[data-style="move-up"] .pacz-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pacz-progress-button[data-style="move-up"].state-loading .pacz-progress-button-content {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Shortcode:Contact Info
-------------------------------------------------------------------- */
.pacz-contactinfo-shortcode {
  margin-bottom: 20px;
}
/* Shortcode:Social Networks
-------------------------------------------------------------------- */
.pacz-social-network {
  margin:0;
  padding: 0;
}
.pacz-social-network.social-align-right {
  text-align: right;
}
.pacz-social-network.social-align-center {
  text-align: center;
}
.pacz-social-network.social-align-left {
  text-align: left;
}
.pacz-social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pacz-social-network ul li {
  display: inline-block;
  margin: 0;
}
.pacz-social-network ul li a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 4px;
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.pacz-social-network ul li a.dark {
  border-color: #737373;
  color: #999;
}
.pacz-social-network ul li a.dark:hover {
  color: #fff ;
  background-color: #737373;
}
.pacz-social-network ul li a.light {
  border-color: #fff;
  color: #fff;
}
.pacz-social-network ul li a.light:hover {
  background-color: #fff ;
  color: #000 ;
}
.pacz-social-network ul li a i {
  vertical-align: middle;
  line-height: 32px;
}
.pacz-social-network.square-style a,
.pacz-social-network.circle-style a {
  border-style: solid;
  border-width: 3px;
}
.pacz-social-network.square-style a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pacz-social-network.circle-style a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pacz-social-network.simple-style a {
  border-color: transparent !important;
}
.pacz-social-network.simple-style a i {
  transition: color .3s ease;
}
.pacz-social-network.simple-style a:hover,
.pacz-social-network.simple-style a.custom {
  background-color: transparent !important;
}
.pacz-social-network.simple-style a.dark:hover {
  color: inherit !important;
}
.pacz-social-network.simple-style a.light:hover {
  color: #fff !important;
}
@media handheld, only screen and (max-width: 650px) {
  .pacz-social-network.social-align-right,
  .pacz-social-network.social-align-left {
    text-align: center;
  }
}
/* Shortcode:Fancy Title
-------------------------------------------------------------------- */
.pacz-fancy-title.stroke-title span {
  padding: 7px 11px;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-fancy-title.stroke-title .fancy-title-span {
    border: none !important;
  }
}
.pacz-fancy-title.standard-title:after,
.pacz-fancy-title.standard-title:before {
  
}
.pacz-fancy-title.standard-title .fancy-title-span {
  display: inline-block;
}
.pacz-fancy-title.standard-title.center-align .fancy-title-span {
  padding: 0 3px;
  border: none;
  border-top: none;
  border-bottom: none;
}
.pacz-fancy-title.standard-title.left-align:before {
  display: none;
}
.pacz-fancy-title.standard-title.left-align .fancy-title-span {
  padding-right: 15px;
  
}
.pacz-fancy-title.standard-title.right-align:after {
  display: none;
}
.pacz-fancy-title.standard-title.right-align .fancy-title-span {
  padding-left: 15px;
  
}
.pacz-fancy-title.avantgarde-title:after,
.pacz-fancy-title.avantgarde-title:before {
  display: inline-block;
  content: "";
  width: 170px;
  height: 3px;
  margin-top: -2px;
  vertical-align: middle;
  background-color: #fff;
}
.pacz-fancy-title.avantgarde-title .fancy-title-span {
  display: inline-block;
}
.pacz-fancy-title.avantgarde-title.center-align .fancy-title-span {
  padding: 0 15px;
}
.pacz-fancy-title.avantgarde-title.left-align:before {
  display: none;
}
.pacz-fancy-title.avantgarde-title.left-align .fancy-title-span {
  padding-right: 15px;
}
.pacz-fancy-title.avantgarde-title.right-align:after {
  display: none;
}
.pacz-fancy-title.avantgarde-title.right-align .fancy-title-span {
  padding-left: 15px;
}
.pacz-fancy-title.alt-title {
  position: relative;
}
.pacz-fancy-title.alt-title .fancy-title-span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.pacz-fancy-title.alt-title:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.pacz-fancy-title.alt-title.center-align .fancy-title-span {
  padding: 0 10px;
}
.pacz-fancy-title.alt-title.left-align .fancy-title-span {
  padding-right: 10px;
}
.pacz-fancy-title.alt-title.right-align .fancy-title-span {
  padding-left: 10px;
}
.pacz-fancy-title.underline-title span {
  display: inline-block;
}
.pacz-fancy-title.underline-title span:after {
  content: '';
  display: block;
  width: 100%;
}
.pacz-fancy-title p {
  margin-bottom: 0 !important;
}
@media handheld, only screen and (max-width: 960px) {
  .vc_span6 .pacz-fancy-title,
  .vc_span8 .pacz-fancy-title,
  .vc_span3 .pacz-fancy-title,
  .vc_span4 .pacz-fancy-title {
    text-align: center !important;
  }
  .vc_span6 .pacz-fancy-title .fancy-title-span,
  .vc_span8 .pacz-fancy-title .fancy-title-span,
  .vc_span3 .pacz-fancy-title .fancy-title-span,
  .vc_span4 .pacz-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .vc_span6 .pacz-fancy-title:after,
  .vc_span6 .pacz-fancy-title:before,
  .vc_span8 .pacz-fancy-title:after,
  .vc_span8 .pacz-fancy-title:before,
  .vc_span3 .pacz-fancy-title:after,
  .vc_span3 .pacz-fancy-title:before,
  .vc_span4 .pacz-fancy-title:after,
  .vc_span4 .pacz-fancy-title:before {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-fancy-title .fancy-title-span {
    border: none !important;
    padding: 0 !important;
  }
  .pacz-fancy-title:after,
  .pacz-fancy-title:before {
    display: none !important;
  }
  .fancy-title-responsive-title {
    font-size: 36px !important;
	line-height:1 !important;
  }
}
.pacz-fancy-text {
  display: block;
  line-height: 100%;
}
.pacz-fancy-text.title-box-right {
  float: right;
  text-align: right;
}
.pacz-fancy-text.title-box-left {
  float: left;
}
.pacz-fancy-text.title-box-justify {
  text-align: justify;
}
.pacz-fancy-text.title-box-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pacz-fancy-text p {
  margin: 0;
}
.pacz-fancy-text span {
  padding: 4px 0;
  box-decoration-break: clone;
}
/* Shortcode:Font Icons
-------------------------------------------------------------------- */
.pacz-font-icons {
  display: inline-block;
}
.pacz-font-icons.icon-align-right {
  float: right;
}
.pacz-font-icons.icon-align-center {
  display: block;
  text-align: center;
}
.pacz-font-icons.icon-align-left {
  float: left;
}
.pacz-font-icons a:hover .default-font-icon {
  color: #fff !important;
}
.pacz-font-icons .default-font-icon {
  border: 3px solid #777;
}
.pacz-font-icons .filled-font-icon {
  color: #fff;
}
.pacz-font-icons .custom-font-icon {
  border-width: 3px;
  border-style: solid;
}
.pacz-font-icons i {
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
}
.pacz-font-icons i.pacz-size-small {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.pacz-font-icons i.pacz-size-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
}
.pacz-font-icons i.pacz-size-large {
  width: 150px;
  height: 150px;
  font-size: 48px;
  line-height: 150px;
}
.pacz-font-icons i.pacz-size-x-large {
  width: 186px;
  height: 186px;
  font-size: 64px;
  line-height: 186px;
}
.pacz-font-icons i.pacz-size-xx-large {
  width: 296px;
  height: 296px;
  font-size: 128px;
  line-height: 296px;
}
.pacz-font-icons i.pacz-size-xxx-large {
  width: 520px;
  height: 520px;
  font-size: 256px;
  line-height: 520px;
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-font-icons i.pacz-size-xxx-large {
    width: 296px;
    height: 296px;
    font-size: 128px;
    line-height: 296px;
  }
}
.pacz-font-icons.remove-frame i {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent !important;
  line-height: 100% !important;
}
/* Shortcode:Icon Text
-------------------------------------------------------------------- */
.pacz-box-text {
  text-align: center;
  padding: 20px 0;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pacz-box-text i {
  line-height: 100%;
  display: block;
}
.pacz-box-text.large i {
  margin-bottom: 30px;
}
.pacz-box-text.medium i {
  margin-bottom: 20px;
}
.pacz-box-text.small i {
  margin-bottom: 10px;
}
.pacz-box-text .icon-txt-default {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pacz-box-text .icon-txt-hover {
  opacity: 0;
  text-transform: uppercase;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pacz-box-text.light-skin .icon-txt-default,
.pacz-box-text.light-skin .icon-txt-hover,
.pacz-box-text.light-skin i {
  color: #fff;
}
.pacz-box-text.dark-skin .icon-txt-default,
.pacz-box-text.dark-skin .icon-txt-hover,
.pacz-box-text.dark-skin i {
  color: #444;
}
.pacz-box-text:hover {
  padding: 10px 0 55px;
}
.pacz-box-text:hover .icon-txt-default {
  opacity: 0;
}
.pacz-box-text:hover .icon-txt-hover {
  opacity: 1;
  margin-top: -25px;
}
/* Shortcode:Clients Carousel
-------------------------------------------------------------------- */
.pacz-clients-shortcode {
  position: relative;
}
.pacz-clients-shortcode .owl-item{
  padding:10px;
}
.pacz-clients-shortcode .pacz-grid {
  margin:0 auto;
}
.pacz-clients-shortcode .pacz-grid ul {
  *zoom: 1;
  margin-left:-15px;
  margin-right:-15px;
}
.pacz-clients-shortcode .pacz-grid ul.owl-carousel {
  margin-left:0;
  margin-right:0;
}
.pacz-clients-shortcode ul:before,
.pacz-clients-shortcode ul:after {
  content: " ";
  display: table;
}
.pacz-clients-shortcode ul:after {
  clear: both;
}
.pacz-clients-shortcode ul,
.pacz-clients-shortcode li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pacz-clients-shortcode.grid-style .client-item-wrapper {
  border: none !important;
  margin: 0 1px 1px;
}
@media handheld, only screen and (max-width: 500px) {
  .pacz-clients-shortcode.grid-style .client-item {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
  }
}
.pacz-clients-shortcode .client-item {
  float: left;
  position: relative;
}
.pacz-clients-shortcode .client-item:hover .clients-info {
  opacity: 1;
}
.pacz-clients-shortcode .client-item:last-of-type .client-item-wrapper {
  border-right-width: 5px;
}
.pacz-clients-shortcode .client-item-wrapper {
  border-style: solid;
  border-right-width: 0;
  line-height: 4px;
  position: relative;
  z-index: 5;
}
.pacz-clients-shortcode.column-style.one-column li {
  width: 100%;
}
.pacz-clients-shortcode.column-style.two-column li {
  width: 50%;
  padding:0 15px;
}
.pacz-clients-shortcode.column-style.three-column li {
  width: 33.3333%;
  padding:0 15px;
}
.pacz-clients-shortcode.column-style.four-column li {
  width: 25%;
  padding:0 15px;
}
.pacz-clients-shortcode.column-style.five-column li {
  width: 20%;
  padding:0 15px;
}
.pacz-clients-shortcode.column-style.six-column li {
  width: 16.6667%;
  padding:0 15px;
}
@media handheld, only screen and (max-width: 960px) {
  .pacz-clients-shortcode.column-style.three-column li{
    width: 33.333% !important;
  }
  .pacz-clients-shortcode.column-style.four-column li {
    width: 25% !important;
  }

  .pacz-clients-shortcode.column-style.five-column li {
    width: 20% !important;
  }
  .pacz-clients-shortcode.column-style.six-column li {
    width: 33.33% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-clients-shortcode.column-style.three-column li,
  .pacz-clients-shortcode.column-style.four-column li,
  .pacz-clients-shortcode.column-style.five-column li,
  .pacz-clients-shortcode.column-style.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .pacz-clients-shortcode.column-style.three-column li,
  .pacz-clients-shortcode.column-style.four-column li,
  .pacz-clients-shortcode.column-style.two-column li,
  .pacz-clients-shortcode.column-style.five-column li,
  .pacz-clients-shortcode.column-style.six-column li {
    width: 100% !important;
	margin-bottom:30px;
  }
}
.pacz-clients-shortcode.column-style .client-logo {
  width: 100%;
}
.pacz-clients-shortcode.column-style .client-item .client-item-wrapper {
  border-top: none !important;
  border-left: none !important;
}
.pacz-clients-shortcode .client-logo {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-position: center;
  background-repeat: no-repeat;
  filter:grayscale(100%);
}
.pacz-clients-shortcode .client-logo:hover{
	filter:grayscale(0);
}
.pacz-clients-shortcode.bg-cover-true .client-logo {
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.pacz-clients-shortcode .clients-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100%;
  line-height: 20px;
  z-index: 14;
  display: table;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  background-color: #222222 !important;
}
.pacz-clients-shortcode .clients-info-holder {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pacz-clients-shortcode .client-company {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 0 5%;
}
/* Shortcode:Icon Box
-------------------------------------------------------------------- */
.pacz-box-icon {
  position: relative;
  margin-bottom: 30px;
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
}
.pacz-box-icon .icon-box-title {
  margin-bottom: 14px;
  font-size: 18px !important;
  font-weight: normal !important;
  color: #696969;
  letter-spacing:2px;
}
.pacz-box-icon .icon-box-desc {
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 26px !important;
}
.pacz-box-icon .icon-box-desc p {
  margin: 0;
  color: inherit;
  word-break:break-all;
}
.pacz-box-icon .pacz-button {
  margin: 0;
}
.pacz-box-icon .box-ico,
.pacz-box-icon .icon-box-container {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.pacz-box-icon .box-image {
  display: block;
  margin: 0 auto;
}
.pacz-box-icon.style1-box{
  text-align: center;
  padding:40px 30px;
  
}
.pacz-box-icon.style1-box:hover{
  
}

.pacz-box-icon .pacz-button-btn {
  margin-top:20px;
}
.pacz-box-icon.pacz-button-btn a.pacz-button {
  
}
.pacz-box-icon .pacz-button-btn a.pacz-button:hover {
  background:#ccc;
}


.pacz-box-icon.style1-box .box-ico {
  font-size: 32px;
  margin-bottom: 13px;
  display: block;
}

.pacz-box-icon.style1-box .icon-box-title{
  text-align: center;
}

.pacz-box-icon.style1-box .box-image  {
  margin-bottom: 15px;
}

.pacz-box-icon.style1-box .icon-box-title {
  font-size: 16px !important;
  font-weight: 600;
}
.pacz-box-icon.style2-box {
  text-align: left;
}
.pacz-box-icon.style2-box .icon-box-title {
  margin-bottom: 10px !important;
}
.pacz-box-icon.style2-box.icon-left-align .icon-box-container {
  left: 0;
}
.pacz-box-icon.style2-box.icon-left-align .icon-box-content {
  margin-left: 45px;
}
.pacz-box-icon.style2-box.icon-left-align .icon-box-title {
  text-align: left;
}
.pacz-box-icon.style2-box.icon-left-align.type-image .icon-box-content {
  margin-left: 100px;
}
.pacz-box-icon.style2-box.icon-right-align {
  text-align: right;
}
.pacz-box-icon.style2-box.icon-right-align .icon-box-container {
  right: 0;
}
.pacz-box-icon.style2-box.icon-right-align .icon-box-content {
  margin-right: 45px;
}
.pacz-box-icon.style2-box.icon-right-align .icon-box-title {
  text-align: right;
}
.pacz-box-icon.style2-box.icon-right-align.type-image .icon-box-content {
  margin-right: 100px;
}
.pacz-box-icon.style2-box .icon-box-container {
  position: absolute;
  top: 2px;
}
.pacz-box-icon.style2-box .box-ico {
  font-size: 32px;
  display: block;
}
.pacz-box-icon.style2-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
.pacz-box-icon.style3-box,
.pacz-box-icon.style4-box,
.pacz-box-icon.style5-box,
.pacz-box-icon.style6-box ,
.pacz-box-icon.style8-box {
  text-align: center;
}
.pacz-box-icon.style3-box .icon-box-container,
.pacz-box-icon.style4-box .icon-box-container,
.pacz-box-icon.style6-box .icon-box-container {
  width: 80px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pacz-box-icon.style4-box .icon-box-container {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pacz-box-icon.style5-box .icon-box-container {
  width: 110px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius:5px;
}
.pacz-box-icon.style8-box .icon-box-container{
	width: 64px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.pacz-box-icon.style3-box.icon-round-true .icon-box-container,
.pacz-box-icon.style4-box.icon-round-true .icon-box-container,
.pacz-box-icon.style5-box.icon-round-true .icon-box-container,
.pacz-box-icon.style8-box.icon-round-true .icon-box-container,
.pacz-box-icon.style6-box.icon-round-true .icon-box-container {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pacz-box-icon.style3-box .box-ico,
.pacz-box-icon.style4-box .box-ico,
.pacz-box-icon.style5-box .box-ico,
.pacz-box-icon.style6-box .box-ico {
  font-size: 24px;
  line-height: 78px;
}
.pacz-box-icon.style8-box .box-ico {
  font-size: 20px;
  line-height: 60px;
}
.pacz-box-icon.style8-box {
	border:1px solid #eee;
	padding:30px 20px;
	background:#fff;
	}
.pacz-box-icon.style3-box .box-image,
.pacz-box-icon.style4-box .box-image,
.pacz-box-icon.style5-box .box-image,
.pacz-box-icon.style8-box .box-image,
.pacz-box-icon.style6-box .box-image {
  margin-bottom: 20px;
}
.pacz-box-icon.style3-box .icon-box-container,
.pacz-box-icon.style4-box .icon-box-container {
  margin-bottom: 15px;
}

.pacz-box-icon.style5-box .icon-box-container {
  background-color: #fff;
  border: 1px solid #ced6d9;
  
}
.pacz-box-icon.style3-box{
	border-bottom:2px solid #eaeaea;
	padding-bottom:25px;
}
.pacz-box-icon.style3-box .icon-box-container{
	border: 2px solid #eee;
	margin-left:0;
}
.pacz-box-icon.style3-box .icon-box-content{
	text-align:left;
}
.pacz-box-icon.style8-box .icon-box-container{
  background-color: #fff;
  border: 2px solid #eee;
  margin-bottom:15px;
}
.pacz-box-icon.style4-box .box-ico,
.pacz-box-icon.style6-box .box-ico {
  color: #fff;
}
.pacz-box-icon.style4-box .icon-box-container,
.pacz-box-icon.style6-box .icon-box-container {
  border: 2px solid #eee;
}
.pacz-box-icon.style5-box .icon-box-container,
.pacz-box-icon.style6-box .icon-box-container {
  margin-bottom: -43px;
  z-index: 10;
  position: relative;
}

.pacz-box-icon.style6-box .icon-box-content {
  background-color: #fff;
  border: 2px solid #eee;
  padding: 60px 42px 40px;
  position: relative;
  z-index: 2;
}
.pacz-box-icon.style5-box .icon-box-content{
  background-color: #fff;
  border: 1px solid #ced6d9;
  padding: 60px 42px 30px;
  position: relative;
  z-index: 2;
  border-radius:3px;
}
.pacz-box-icon.style8-box .icon-box-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.pacz-box-icon.style7-box {
  text-align: left;
}
.pacz-box-icon.style7-box .icon-box-container {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.pacz-box-icon.style7-box.icon-frame-false.size-small .icon-box-container {
  border:3px solid #ced6d9
}
.pacz-box-icon.style7-box .icon-box-container.icon-type-holder {
  width: 130px;
  height: 130px;
  line-height: 130px;
}
.pacz-box-icon.style7-box.icon-round-true .icon-box-container.icon-type-holder {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.pacz-box-icon.style7-box .box-ico {
  font-size: 64px;
  line-height: 130px;
  color: #fff;
  display: block;
}
.pacz-box-icon.style7-box.icon-frame-false .box-ico {
  font-size: 128px;
  vertical-align: top;
}
.pacz-box-icon.style7-box .icon-box-title {
  margin-bottom: 10px !important;
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-box-icon.style7-box .icon-box-title {
    text-align: center !important;
  }
}
.pacz-box-icon.style7-box.icon-left-align .icon-box-container {
  left: 0;
}
.pacz-box-icon.style7-box.icon-left-align .icon-box-content {
  margin-left: 150px;
}
.pacz-box-icon.style7-box.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 140px;
  padding-top: 10px;
}
.pacz-box-icon.style7-box.icon-left-align .icon-box-title {
  text-align: left;
}
.pacz-box-icon.style7-box.icon-left-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.pacz-box-icon.style7-box.icon-right-align {
  text-align: right;
}
.pacz-box-icon.style7-box.icon-right-align .icon-box-container {
  right: 0;
}
.pacz-box-icon.style7-box.icon-right-align .icon-box-content {
  margin-right: 150px;
}
.pacz-box-icon.style7-box.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 140px;
  padding-top: 10px;
}
.pacz-box-icon.style7-box.icon-right-align .icon-box-container {
  position: absolute;
  top: 3px;
}
.pacz-box-icon.style7-box.icon-top-align {
  text-align: center;
}
.pacz-box-icon.style7-box.icon-top-align .icon-box-container {
  margin-bottom: 10px;
}
.pacz-box-icon.style7-box.icon-top-align .icon-box-title {
  text-align: center;
}
.pacz-box-icon.style7-box.size-small .box-ico {
  font-size: 32px;
  line-height: 62px;
}
.pacz-box-icon.style7-box.size-small.icon-frame-false .box-ico {
  font-size: 20px;
  vertical-align: top;
  line-height:80px;
}
.pacz-box-icon.style7-box.size-small .icon-box-container.icon-type-holder {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.pacz-box-icon.style7-box.size-small.icon-frame-false .icon-box-container.icon-type-holder {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.pacz-box-icon.style7-box.size-small.icon-frame-false.icon-left-align .icon-box-container.icon-type-holder {
	top:50%;
	transform:translateY(-50%);
	
}
.pacz-box-icon.style7-box.size-small.icon-left-align .icon-box-content {
  margin-left: 75px;
}
.pacz-box-icon.style7-box.size-small.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 90px;
  
  
}
.pacz-box-icon.style7-box.size-small.icon-right-align .icon-box-content {
  margin-right: 75px;
}
.pacz-box-icon.style7-box.size-small.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 75px;
  padding-top: 10px;
}
.pacz-box-icon.style7-box.size-medium .box-ico {
  font-size: 48px;
  line-height: 92px;
}
.pacz-box-icon.style7-box.size-medium.icon-frame-false .box-ico {
  font-size: 64px;
  vertical-align: top;
}
.pacz-box-icon.style7-box.size-medium .icon-box-container.icon-type-holder {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.pacz-box-icon.style7-box.size-medium.icon-left-align .icon-box-content {
  margin-left: 105px;
}
.pacz-box-icon.style7-box.size-medium.icon-left-align.icon-frame-false .icon-box-content {
  margin-left: 105px;
  padding-top: 10px;
}
.pacz-box-icon.style7-box.size-medium.icon-right-align .icon-box-content {
  margin-right: 105px;
}
.pacz-box-icon.style7-box.size-medium.icon-right-align.icon-frame-false .icon-box-content {
  margin-right: 105px;
  padding-top: 10px;
}
.pacz-box-icon.style7-box .icon-box-title {
  color: #696969;
  padding-top: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-box-icon.style7-box .icon-box-container {
    position: relative !important;
    margin-bottom: 10px;
  }
  .pacz-box-icon.style7-box .icon-box-content {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
}

.pacz-box-icon.style9-box {
  text-align: center;
  padding:40px 30px;
  background:#fff;
  -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.03);
	box-shadow: 0 0 8px 8px rgba(0,0,0,0.03);
	transition:all .5s ease;
	border-radius:10px;
}
.pacz-box-icon.style9-box:hover {
  -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05);
box-shadow: 0 0 12px 6px rgba(0,0,0,0.05);
transform:translateY(-10px);
transition:all .5s ease;
}
.pacz-box-icon.style9-box .box-ico {
  font-size: 32px;
  margin-bottom: 13px;
  display: block;
}
.pacz-box-icon.style9-box .icon-box-title {
  text-align: center;
}
.pacz-box-icon.style9-box .box-image  {
  margin-bottom: 15px;
}
.pacz-box-icon.style9-box .icon-box-title {
  font-size: 16px !important;
  font-weight: 600;
}
/* Shortcode:Mini Callout Box
-------------------------------------------------------------------- */
.pacz-call-to-action {
  overflow: hidden;
  
}
.pacz-call-to-action p {
  display: inline;
  margin-bottom: 0;
}
.pacz-call-to-action .callout-desc {
  display: table;
  min-height: 43px;
}
.pacz-call-to-action .callout-desc-holder {
  display: table-cell;
  padding:0;
  vertical-align: middle;
}
.pacz-call-to-action .callout-desc-holder h4 {
  margin-bottom: 0px;
}
.pacz-call-to-action .callout-title {
  line-height: 1.3;
  margin-bottom:0;
  
}
.pacz-call-to-action .pacz-button {
  margin-right: 0;
}
.pacz-call-to-action .cta-btn-wrap{
	display:inline-block;
}
.pacz-call-to-action .pacz-cta-large{
	display:block;
	text-align:center;
}

@media handheld, only screen and (max-width: 700px) {
  .pacz-call-to-action .callout-desc {
    display: block !important;
    text-align: center;
  }
  .pacz-call-to-action .callout-desc-holder {
    display: block !important;
    padding: 0 !important;
  }
  .pacz-call-to-action .pacz-button {
    display: block !important;
    margin: 0 0 20px !important;
  }
}
/* Shortcode:Full Width Slideshow
-------------------------------------------------------------------- */
.pacz-fullwidth-slideshow {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  
  
}


/* Shortcode:Google Maps
-------------------------------------------------------------------- */
.wpb_map_wraper {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 4px;
}
.wpb_map_wraper.circle-map {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.pacz-gmaps-parallax {
  overflow: hidden;
}
.pacz-gmaps-parallax > div {
  margin-top: -100px;
}

/* Shortcode:Twitter Feed
-------------------------------------------------------------------- */
.pacz-tweet-shortcode {
  margin: 0;
}
.pacz-tweet-shortcode li {
  list-style: none;
}
.pacz-tweet-shortcode li .tweet-time {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.pacz-tweet-shortcode li span a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.pacz-twitter-shortcode {
    background: #fff;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    padding: 50px 30px;
}
.tweet-icon{width:100px;height:100px;border-radius:50%;border-width:2px;border-style:solid;font-size:32px;line-height:2.8;margin:0 auto;}
.tweet-time{
	text-transform:capitalize !important;
	letter-spacing:1px;
	}

.tweet-text{
	font-size:24px;
	font-weight:300;
	color:#333;
	line-height:1.4;
	margin:40px 0 20px;
	display:block;
	}
.tweet-user{
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
	margin-bottom:10px;
	}
.pacz-tweet-shortcode .owl-item{
	text-align:center;
	}
.pacz-tweet-shortcode .owl-item li{
	text-align:center;
	width:80%;
	margin:0 auto;
	float:none;
	
	}
/* Shortcode:Audio Player
-------------------------------------------------------------------- */
.pacz-audio {
  margin-bottom: 10px;
  padding: 9px;
  position: relative;
}
.pacz-audio.add-baloon .jp-interface:before {
  position: absolute;
  top: -8px;
  left: 50px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #fff;
  border-left: 2px solid #eee;
  border-top: 2px solid #eee;
}
.pacz-audio .pacz-audio-author {
  display: block;
  margin: 0 0 9px 30px;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
}
.pacz-audio.small-version-true .jp-interface {
  padding: 20px 20px 55px;
}
.pacz-audio.small-version-true .jp-controls {
  top: 62px;
  left: 20px;
}
.pacz-audio.small-version-true .js-volume-wrapper {
  top: 62px;
  right: 20px;
}
/* Shortcode:Moving Images
-------------------------------------------------------------------- */
.pacz-moving-image img {
  display: inline-block !important;
  width: auto !important;
}
.pacz-moving-image.align-center {
  text-align: center;
}
.pacz-moving-image.align-center img {
  margin: 0 auto;
}
.pacz-moving-image.align-right {
  text-align: right;
}
.pacz-moving-image.align-left {
  text-align: left;
}
/* Shortcode:Process Steps
-------------------------------------------------------------------- */
.pacz-process-steps {
  position: relative;
}
.pacz-process-steps .step-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
}
.pacz-process-steps .step-desc {
  font-size: 13px;
  font-weight: 600;
}
.pacz-process-steps .step-icon {
  width: 95px;
  height: 95px;
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  font-size: 32px;
  text-align: center;
  line-height: 95px;
  -webkit-backface-visibility: hidden;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 10;
}
.pacz-process-steps .step-icon i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 95px;
  text-align: center;
  width: 95px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.pacz-process-steps.dark-skin .step-title {
  color: #444 !important;
}
.pacz-process-steps.dark-skin .step-desc {
  color: #939393;
}
.pacz-process-steps.dark-skin .step-icon {
  background-color: #fff;
  border: 2px solid #666;
}
.pacz-process-steps.dark-skin .active-step-item .step-icon,
.pacz-process-steps.dark-skin li:hover .step-icon,
.pacz-process-steps.dark-skin .pacz-step:hover .step-icon {
  color: #fff;
}
.pacz-process-steps.dark-skin.vertical .step-items:before {
  border-left: 2px solid #666;
}
.pacz-process-steps.dark-skin.vertical .pacz-step:nth-child(odd) .step-holder:before {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}
.pacz-process-steps.dark-skin.vertical .pacz-step:nth-child(even) .step-holder:before {
  border-right: 2px solid #666;
  border-top: 2px solid #666;
}
.pacz-process-steps.dark-skin.vertical .step-holder {
  background: #fff;
  border: 2px solid #666;
}
.pacz-process-steps.dark-skin.vertical .step-holder:before {
  background-color: #fff;
}
.pacz-process-steps.light-skin .step-title {
  color: #fff !important;
}
.pacz-process-steps.light-skin .step-desc {
  color: #eee;
}
.pacz-process-steps.light-skin .step-icon {
  border: 2px solid #eee;
  color: #eee;
}
.pacz-process-steps.light-skin .active-step-item .step-icon,
.pacz-process-steps.light-skin li:hover .step-icon,
.pacz-process-steps.light-skin .pacz-step:hover .step-icon {
  background-color: #fff;
}
.pacz-process-steps.light-skin.vertical .step-items:before {
  border-left: 2px solid #eee;
}
.pacz-process-steps.light-skin.vertical .pacz-step:nth-child(odd) .step-holder:before {
  border-left: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.pacz-process-steps.light-skin.vertical .pacz-step:nth-child(even) .step-holder:before {
  border-right: 2px solid #eee;
  border-top: 2px solid #eee;
}
.pacz-process-steps.light-skin.vertical .step-holder {
  background: #222;
  border: 2px solid #eee;
}
.pacz-process-steps.light-skin.vertical .step-holder:before {
  background-color: #222;
}
.pacz-process-steps.custom-skin.vertical .step-items:before {
  border-left-width: 2px;
  border-left-style: solid;
}
.pacz-process-steps.custom-skin.vertical .pacz-step:nth-child(odd) .step-holder:before {
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.pacz-process-steps.custom-skin.vertical .pacz-step:nth-child(even) .step-holder:before {
  border-right-width: 2px;
  border-right-style: solid;
  border-top-width: 2px;
  border-top-style: solid;
}
.pacz-process-steps.custom-skin.vertical .step-holder {
  border-width: 2px;
  border-style: solid;
}
.pacz-process-steps.vertical {
  margin-bottom: 30px;
}
.pacz-process-steps.vertical .step-items {
  padding-top: 50px;
}
.pacz-process-steps.vertical .step-items:before {
  content: "";
  display: block;
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
}
.pacz-process-steps.vertical .pacz-step {
  display: block;
  padding: 70px 0;
  position: relative;
  *zoom: 1;
}
.pacz-process-steps.vertical .pacz-step:before,
.pacz-process-steps.vertical .pacz-step:after {
  content: " ";
  display: table;
}
.pacz-process-steps.vertical .pacz-step:after {
  clear: both;
}
.pacz-process-steps.vertical .pacz-step:nth-child(odd) {
  margin-left: 50%;
  text-align: left;
}
.pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-icon {
  left: -49px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-holder {
  margin: 0 30px 0 80px;
  right: -30px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-holder:before {
  left: -9px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(odd):hover .step-holder {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  right: 0px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(even) {
  margin-right: 50%;
  text-align: right;
}
.pacz-process-steps.vertical .pacz-step:nth-child(even) .step-icon {
  right: -49px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(even) .step-holder {
  margin: 0 80px 0 30px;
  left: -30px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(even) .step-holder:before {
  right: -9px;
}
.pacz-process-steps.vertical .pacz-step:nth-child(even):hover .step-holder {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  left: 0;
}
.pacz-process-steps.vertical .step-icon {
  position: absolute;
  top: 50%;
  margin-top: -47px;
}
.pacz-process-steps.vertical .step-holder {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pacz-process-steps.vertical .step-holder:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pacz-process-steps.vertical .step-holder .step-desc-responsive {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-process-steps.vertical .pacz-step:nth-child(odd),
  .pacz-process-steps.vertical .pacz-step:nth-child(even) {
    margin: 0;
    text-align: center;
  }
  .pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-icon,
  .pacz-process-steps.vertical .pacz-step:nth-child(even) .step-icon {
    left: 50%;
    margin-left: -50px;
    right: 0;
    bottom: 30px;
    position: relative;
  }
  .pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-holder,
  .pacz-process-steps.vertical .pacz-step:nth-child(even) .step-holder {
    position: relative;
    margin: 0 !important;
    right: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
  }
  .pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-holder:before,
  .pacz-process-steps.vertical .pacz-step:nth-child(even) .step-holder:before {
    position: absolute;
    top: -1px;
    right: auto;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
  }
  .pacz-process-steps.vertical .pacz-step:nth-child(odd) .step-holder:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  .pacz-process-steps.vertical .pacz-step:nth-child(even) .step-holder:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
.pacz-process-steps.horizontal .step-panes .step-icon {
  display: none;
}
.pacz-process-steps.horizontal .step-items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 765px) {
  .pacz-process-steps.horizontal .step-items {
    display: none;
  }
}
.pacz-process-steps.horizontal .step-items li {
  margin: 0 30px;
  display: inline-block;
}
.pacz-process-steps.horizontal .step-panes {
  min-height: 50px;
  padding-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 765px) {
  .pacz-process-steps.horizontal .step-panes {
    display: none;
  }
}
.pacz-process-steps.horizontal .step-panes .pacz-step {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  top: 30px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
.pacz-process-steps.horizontal .step-panes .pacz-step.active-step {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  top: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-process-steps.horizontal .step-items {
    text-align: center;
  }
  .pacz-process-steps.horizontal .step-items:before {
    display: none;
  }
  .pacz-process-steps.horizontal .step-items li {
    margin: 15px;
  }
}
.pacz-process-steps.horizontal .step-panes-responsive {
  display: none;
}
@media handheld, only screen and (max-width: 765px) {
  .pacz-process-steps.horizontal .step-panes-responsive {
    display: block;
  }
}
.pacz-process-steps.horizontal .step-panes-responsive .pacz-step {
  margin-bottom: 30px;
}
.pacz-process-steps.horizontal .step-panes-responsive .pacz-step .step-icon {
  margin: 0 auto 15px auto;
  display: block;
}
.pacz-process-steps.horizontal .step-panes-responsive .pacz-step .step-title {
  text-align: center;
}
.pacz-process-steps.horizontal .step-panes-responsive .pacz-step .step-desc {
  display: none;
}
.pacz-process-steps.horizontal .step-panes-responsive .pacz-step .step-desc-responsive {
  font-size: inherit !important;
  font-weight: normal !important;
}
.pacz-advanced-gmaps img {
  max-width: none !important;
}
/* Shortcode:-------------------------------------------------------------------- */
.pacz-window-scroller {
  margin: 0 0 20px 14px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: -12px 12px 0 0 rgba(0, 0, 0, 0.08);
  cursor: ns-resize;
}
.pacz-window-scroller .window-top-bar {
  position: relative;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  height: 30px;
}
.pacz-window-scroller .window-top-bar:before,
.pacz-window-scroller .window-top-bar:after,
.pacz-window-scroller .window-top-bar span {
  display: block;
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  top: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pacz-window-scroller .window-top-bar:before {
  background-color: #ff4351;
  left: 12px;
}
.pacz-window-scroller .window-top-bar:after {
  background-color: #ffc600;
  left: 27px;
}
.pacz-window-scroller .window-top-bar span {
  background-color: #71b93f;
  left: 43px;
}
.pacz-window-scroller .image-holder {
  overflow: hidden;
  position: relative;
}
.pacz-window-scroller .image-holder img {
  position: absolute;
  top: 0;
}
/* Shortcode:Count Down
-------------------------------------------------------------- */


.pacz-event-countdown {
  
}
.pacz-event-countdown ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pacz-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
  width: 110px;
  border: 2px solid #e3e3e3;
}
.pacz-event-countdown ul li:first-child {
  margin-left: 0;
}
.pacz-event-countdown ul li:first-child:before {
  display: none !important;
}
.pacz-event-countdown ul li:before {
  position: absolute;
  top: 50%;
  left: -17px;
  display: block;
  width: 15px;
  height: 2px;
  content: "";
}
.pacz-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height:1;
  font-family:'Montserrat';
  margin-bottom:15px;
}
.pacz-event-countdown ul .countdown-text {
  display: block;
  color: #545454;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-family:'Montserrat';
  padding:0;
  
}
.pacz-event-countdown.dark-skin li:before {
  background-color: #e3e3e3;
}
.pacz-event-countdown.dark-skin li {
  border-color: #e3e3e3;
}
.pacz-event-countdown.light-skin li:before {
  
}
.pacz-event-countdown.light-skin li {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}
.pacz-event-countdown.light-skin .countdown-text {
  color: #fff;
}
.pacz-event-countdown.light-skin .countdown-timer {
  color: #fff;
}

/* Shortcode:Count Down style 1
-------------------------------------------------------------- */

.countdown_style_one{
	background:rgba(26,28,40,0.3);
	padding:20px;
	margin-top:-140px;
}
.countdown_style_one .countdown-wrap{
	width:50%;
	float:left;
	max-height:304px;
	min-height:304px;
}
.countdown_style_one .upcoming-event-wrap{
	width:50%;
	float:right;
	background:#1a1c28;
	padding:40px 50px;
	text-align:center;
	max-height:306px;
	min-height:304px;
}

.countdown_style_one .upcoming-event-wrap h4{
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700 !important;
}
.countdown_style_one .upcoming-event-wrap p{
	color:#6a727d !important;
}
.countdown_style_one .upcoming-event-wrap a{
	min-width:170px;
	padding:12px 0;
	color:#fff;
	border-radius:4px;
	opacity:0.9;
	display:table;
	margin:0 auto;
	text-transform:uppercase;
}
.countdown_style_one .upcoming-event-wrap a:hover{
	opacity:1;
}
.countdown_style_one.pacz-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 30px 0;
  width: 50%;
  border:none;
}
.countdown_style_one .upcoming-event-wrap a:hover{
	opacity:1;
}


/* Shortcode:Count Down style 2
-------------------------------------------------------------- */

.countdown_style_two.pacz-event-countdown ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
  width: 170px;
  border: 2px solid #e3e3e3;
}
.countdown_style_two.pacz-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height:1;
  font-family:'Montserrat';
  margin-bottom:0;
  padding:30px;
}
.countdown_style_two.pacz-event-countdown ul .countdown-text {
  display: block;
  color: #545454;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-family:'Montserrat';
  padding:15px;
  
}


/* Shortcode:Count Down style 3
-------------------------------------------------------------- */

.countdown_style_three{
}
.countdown_style_three .countdown-wrap{
	width:50%;
	float:left;
	text-align:left;
}
.countdown_style_three .countdown-wrap ul{
	text-align:left;
}
.countdown_style_three .upcoming-event-wrap{
	width:50%;
	float:right;
	text-align:right;
}
.countdown_style_three .upcoming-event-wrap h4{
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700 !important;
}
.countdown_style_three .upcoming-event-wrap p{
	color:#6a727d !important;
}
.countdown_style_three .upcoming-event-wrap a{
	min-width:170px;
	padding:12px 0;
	color:#fff;
	border-radius:4px;
	opacity:0.9;
	display:table;
	float:right;
	text-transform:uppercase;
	clear:both;
	text-align:center;
	font-size:12px;
	font-weight:700;
}

/* Shortcode:Count Down style 4
-------------------------------------------------------------- */

.countdown_style_three.pacz-event-countdown ul li {
	border-radius:6px;
	text-align:center;
}
.countdown_style_three.pacz-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height:1;
  font-family:'Montserrat';
  margin-bottom:0;
  padding:20px;
}
.countdown_style_three.pacz-event-countdown ul .countdown-text {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-family:'Montserrat';
  padding:10px;
  
}

.countdown_style_four.pacz-event-countdown ul li {
	border:none;
}

.countdown_style_four.pacz-event-countdown ul .countdown-timer {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height:90px;
  font-family:'Montserrat';
  margin-bottom:0;
  color:#333;
  padding:0;
  width:104px;
  height:104px;
  border-radius:50%;
  border:8px solid rgba(234,234,234,0.9);
}



.countdown_style_four.pacz-event-countdown ul .countdown-text {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-family:'Montserrat';
  padding:0;
  margin-top:20px;
}

/* Shortcode:Count Down style 5
-------------------------------------------------------------- */
.countdown_style_five{
}
.countdown_style_five .countdown-wrap{
	width:50%;
	float:left;
	text-align:left;
}
.countdown_style_five .countdown-wrap ul{
	text-align:left;
}
.countdown_style_five.pacz-event-countdown.light-skin li {
  border: none;
  background-color: #fff;
  border-radius:4px;
  width:90px;
  height:90px;
  padding:15px 10px;
}
.countdown_style_five.pacz-event-countdown ul .countdown-timer {
    font-size: 36px;
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.countdown_style_five.pacz-event-countdown ul .countdown-text {
    font-size: 14px;
	text-align:center;
}
.countdown_style_five .upcoming-event-wrap{
	width:50%;
	float:right;
	text-align:right;
}
.countdown_style_five .upcoming-event-wrap h4{
	text-transform:uppercase;
	color:#fff !important;
	margin-bottom:15px;
	font-weight:700 !important;
}
.countdown_style_five .upcoming-event-wrap p{
	color:#6a727d !important;
}
.countdown_style_five .upcoming-event-wrap a{
	min-width:170px;
	padding:12px 0;
	color:#fff;
	border-radius:4px;
	opacity:0.9;
	display:table;
	float:right;
	text-transform:uppercase;
	clear:both;
	text-align:center;
	font-size:12px;
	font-weight:700;
}

/* Shortcode:Count Down responsive
-------------------------------------------------------------- */
@media handheld, only screen and (min-width: 768px) and (max-width:960px) {
  .countdown_style_one .upcoming-event-wrap{
	width:50%;
	float:right;
	background:#1a1c28;
	padding:33px 30px;
	text-align:center;
	max-height:330px;
	min-height:330px;
}
.countdown_style_one.pacz-event-countdown ul li {
  padding: 36px 0;
}
.countdown_style_one.pacz-event-countdown{
	margin-top:40px;
}
  .countdown_style_one .upcoming-event-wrap h4{margin-bottom:10px;}
#pacz-main-navigation{padding:0 15px;}
}

@media screen and (max-width: 600px) {
.countdown_style_one.pacz-event-countdown{
	margin-top:40px;
}
.countdown_style_one .countdown-wrap{
	width:100%;
	float:none;
	max-height:auto;
	min-height:auto;
}
.countdown_style_one .upcoming-event-wrap{
	width:100%;
	float:none;
	background:#1a1c28;
	padding:20px;
	text-align:center;
	max-height:100%;
	min-height:auto;
}
.countdown_style_one .upcoming-event-wrap h4{
	margin-bottom:20px;
}
.pacz-event-countdown ul {
    width: 100% !important;
  }
  .pacz-event-countdown li {
    width: 100% !important;
    padding: 10px 0 10px 0 !important;
  }
  .pacz-event-countdown li .countdown-timer {
    font-size: 14px !important;
  }
  .pacz-event-countdown li .countdown-text {
    display: none;
  }
 .pacz-event-wrap img{width:100%;}
}


/* Shortcode:Laptop Slideshow
-------------------------------------------------------------------- */
.pacz-tablet-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
.pacz-tablet-slideshow .pacz-flex-slides {
  margin: 0 auto !important;
}
.pacz-tablet-slideshow .flex-direction-nav a {
  margin-top: -16px;
}
.pacz-tablet-slideshow .flex-direction-nav a .pacz-theme-icon-prev-big:before,
.pacz-tablet-slideshow .flex-direction-nav a .pacz-theme-icon-next-big:before {
  font-size: 16px;
}
.pacz-tablet-slideshow .flex-direction-nav a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-tablet-slideshow:hover .flex-direction-nav a {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-tablet-slideshow:hover .flex-prev {
  left: 60px;
}
.pacz-tablet-slideshow:hover .flex-next {
  right: 60px;
}
.pacz-tablet-slideshow .pacz-flex-slides {
  text-align: center;
}
.pacz-tablet-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-tablet-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
}
.pacz-tablet-slideshow .flex-prev {
  left: 30px;
}
.pacz-tablet-slideshow .flex-next {
  right: 30px;
}
.pacz-tablet-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.vc_col-sm-4 > .pacz-tablet-slideshow:hover .flex-prev {
  left: 40px;
}
.vc_col-sm-4 > .pacz-tablet-slideshow:hover .flex-next {
  right: 40px;
}
.vc_col-sm-3 > .pacz-tablet-slideshow .flex-prev,
.vc_col-sm-3 > .pacz-tablet-slideshow .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_col-sm-3 > .pacz-tablet-slideshow:hover .flex-prev {
  left: 30px;
}
.vc_col-sm-3 > .pacz-tablet-slideshow:hover .flex-next {
  right: 30px;
}
.vc_col-sm-2 > .pacz-tablet-slideshow .flex-prev,
.vc_col-sm-2 > .pacz-tablet-slideshow .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_col-sm-2 > .pacz-tablet-slideshow:hover .flex-prev {
  left: 20px;
}
.vc_col-sm-2 > .pacz-tablet-slideshow:hover .flex-next {
  right: 20px;
}
/* Shortcode:Mobile Slideshow
-------------------------------------------------------------------- */
.pacz-mobile-slideshow {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.pacz-mobile-slideshow:hover .flex-direction-nav a {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-mobile-slideshow.landscape-style .pacz-flex-slides {
  margin: 0 auto !important;
}
.pacz-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 155px;
}
.pacz-mobile-slideshow.landscape-style:hover .flex-next {
  right: 140px;
}
@media handheld, only screen and (max-width: 700px) {
  .pacz-mobile-slideshow.landscape-style:hover .flex-prev {
    left: 105px !important;
  }
  .pacz-mobile-slideshow.landscape-style:hover .flex-next {
    right: 95px !important;
  }
}
.pacz-mobile-slideshow.portrait-style .pacz-flex-slides {
  margin: 0 auto !important;
  /*padding: 75px  20px 80px 20px;
			@media handheld, only screen and (max-width:400px) {
				padding: 90px  10px 60px 10px !important;
			}*/
}
.pacz-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 50px;
}
.pacz-mobile-slideshow.portrait-style:hover .flex-next {
  right: 50px;
}
.pacz-mobile-slideshow .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-mobile-slideshow .flex-direction-nav a i {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
}
.pacz-mobile-slideshow .flex-prev {
  left: 30px;
}
.pacz-mobile-slideshow .flex-next {
  right: 30px;
}
.pacz-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.vc_col-sm-4 > .pacz-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 70px;
}
.vc_col-sm-4 > .pacz-mobile-slideshow.landscape-style:hover .flex-next {
  right: 70px;
}
.vc_col-sm-3 > .pacz-mobile-slideshow.landscape-style .flex-prev,
.vc_col-sm-3 > .pacz-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.vc_col-sm-3 > .pacz-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 40px;
}
.vc_col-sm-3 > .pacz-mobile-slideshow.landscape-style:hover .flex-next {
  right: 40px;
}
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style .flex-prev,
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 30px;
}
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style:hover .flex-next {
  right: 30px;
}
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style .flex-prev,
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style .flex-next {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style:hover .flex-prev {
  left: 20px;
}
.vc_col-sm-2 > .pacz-mobile-slideshow.portrait-style:hover .flex-next {
  right: 20px;
}
.vc_col-sm-2 > .pacz-mobile-slideshow.landscape-style .flex-prev,
.vc_col-sm-2 > .pacz-mobile-slideshow.landscape-style .flex-next {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.vc_col-sm-2 > .pacz-mobile-slideshow.landscape-style:hover .flex-prev {
  left: 20px;
}
.vc_col-sm-2 > .pacz-mobile-slideshow.landscape-style:hover .flex-next {
  right: 20px;
}
/* Theatre Slider
-------------------------------------------------------------- */
.theatre-slider-container {
  width: 100%;
}
.theatre-slider-container.center-align .computer-theatre-slider,
.theatre-slider-container.center-align .laptop-theatre-slider {
  margin: 0 auto;
}
.theatre-slider-container.right-align .computer-theatre-slider,
.theatre-slider-container.right-align .laptop-theatre-slider {
  margin: 0 0 0 auto;
}
.theatre-slider-container .computer-theatre-slider {
  width: 100%;
  max-width: 920px;
  position: relative;
}
.theatre-slider-container .laptop-theatre-slider {
  width: 100%;
  max-width: 920px;
  position: relative;
}
.theatre-slider-container .laptop-theatre-slider img,
.theatre-slider-container .computer-theatre-slider img {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.no-csstransforms .theatre-slider-container .laptop-theatre-slider img,
.no-csstransforms .theatre-slider-container .computer-theatre-slider img {
  z-index: 1;
}
.theatre-slider-container .laptop-theatre-slider .player,
.theatre-slider-container .computer-theatre-slider .player {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  background-color: #000;
  height: 0;
}
.theatre-slider-container .laptop-theatre-slider .player video,
.theatre-slider-container .computer-theatre-slider .player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theatre-slider-container .laptop-theatre-slider .player iframe,
.theatre-slider-container .computer-theatre-slider .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theatre-slider-container .laptop-theatre-slider .player .pacz-theatre-video,
.theatre-slider-container .computer-theatre-slider .player .pacz-theatre-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .theatre-slider-container .laptop-theatre-slider .player .pacz-theatre-video,
  .theatre-slider-container .computer-theatre-slider .player .pacz-theatre-video {
    display: none !important;
  }
}
.theatre-slider-container .laptop-theatre-slider .player .pacz-video-theatre-touch,
.theatre-slider-container .computer-theatre-slider .player .pacz-video-theatre-touch {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width: 320px) and (max-width: 1024px) {
  .theatre-slider-container .laptop-theatre-slider .player .pacz-video-theatre-touch,
  .theatre-slider-container .computer-theatre-slider .player .pacz-video-theatre-touch {
    display: block !important;
  }
}
.theatre-slider-container .laptop-theatre-slider .player-container {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 32px 110px 67px;
  left: 0;
  top: 0;
  z-index: 2;
}
.theatre-slider-container .laptop-theatre-slider .player-container .player {
  padding-bottom: 63%;
  /* 16:10 */
}
.theatre-slider-container .computer-theatre-slider .player-container {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 37px 36px 192px 39px;
  left: 0;
  top: 0;
  z-index: 2;
}
.theatre-slider-container .computer-theatre-slider .player-container .player {
  padding-top: 2px;
  padding-bottom: 56.25%;
  /* 16:9 */
}
/* Text Block shortcode
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .responsive-align-center,
  .responsive-align-center p,
  .responsive-align-center h1,
  .responsive-align-center h2,
  .responsive-align-center h3,
  .responsive-align-center h4,
  .responsive-align-center h5,
  .responsive-align-center h6 {
    text-align: center !important;
  }
  .responsive-align-left,
  .responsive-align-left p,
  .responsive-align-left h1,
  .responsive-align-left h2,
  .responsive-align-left h3,
  .responsive-align-left h4,
  .responsive-align-left h5,
  .responsive-align-left h6 {
    text-align: left!important;
  }
  .responsive-align-right,
  .responsive-align-right p,
  .responsive-align-right h1,
  .responsive-align-right h2,
  .responsive-align-right h3,
  .responsive-align-right h4,
  .responsive-align-right h5,
  .responsive-align-right h6 {
    text-align: right!important;
  }
}
/* Gravity forms Styling
-------------------------------------------------------------- */
.gform_wrapper select {
  padding: 12px 14px 12px 20px !important;
}
.gform_wrapper select[multiple=multiple] {
  padding: 8px !important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  font-size: 13px !important;
  color: #767676 !important;
  padding: 10px !important;
}
.gform_wrapper .button {
  margin-right: 10px !important;
  border: 1px solid #eee !important;
  outline: none !important;
  color: #666 !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 25px !important;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
  background-color: transparent;
}
.gform_wrapper .button:hover {
  color: #fff !important;
}
.gform_wrapper .gf_progressbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.gform_wrapper .percentbar_blue {
  background-image: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-left: 2px;
}
.gform_wrapper li,
.gform_wrapper form li {
  padding-bottom: 10px;
}
.gform_wrapper .top_label .gfield_label {
  margin-bottom: 6px !important;
}
@media only screen and (max-width: 550px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_wrapper .top_label li.gfield.gf_left_third,
  .gform_wrapper .top_label li.gfield.gf_middle_third,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 99% !important;
    margin-top: 10px;
    float: none !important;
  }
}
/* Shortcode:Flibox
-------------------------------------------------------------------- */
.pacz-flipbox-container {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  width: 100%;
  text-align: center;
}
.pacz-flipbox-container.flip-horizontal .pacz-flipbox-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  ms-transform: rotateY(0deg);
}
.pacz-flipbox-container.flip-horizontal .pacz-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  ms-transform: rotateY(-180deg);
}
.pacz-flipbox-container.flip-horizontal:hover .pacz-flipbox-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  ms-transform: rotateY(0deg);
}
.pacz-flipbox-container.flip-horizontal:hover .pacz-flipbox-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  ms-transform: rotateY(180deg);
  visibility: hidden;
}
.pacz-flipbox-container.flip-vertical .pacz-flipbox-front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  ms-transform: rotateX(0deg);
}
.pacz-flipbox-container.flip-vertical .pacz-flipbox-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  ms-transform: rotateX(180deg);
}
.pacz-flipbox-container.flip-vertical .pacz-flipbox-flipper {
  -webkit-transform-origin: 100% 213.5px;
  -moz-transform-origin: 100% 213.5px;
  -ms-transform-origin: 100% 213.5px;
  -o-transform-origin: 100% 213.5px;
}
.pacz-flipbox-container.flip-vertical:hover .pacz-flipbox-back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  ms-transform: rotateX(0deg);
}
.pacz-flipbox-container.flip-vertical:hover .pacz-flipbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  ms-transform: rotateX(-180deg);
  visibility: hidden;
}
.pacz-flipbox-flipper {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
  position: relative;
}
.pacz-flipbox-front,
.pacz-flipbox-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.pacz-flipbox-front.border-radius-true,
.pacz-flipbox-back.border-radius-true {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pacz-flipbox-front .front-desc {
  padding: 0 10%;
}
.pacz-flipbox-back .back-desc {
  padding: 0 10%;
}
.pacz-flipbox-content {
  display: table-cell;
  vertical-align: middle;
}
.pacz-flipbox-content .back-button {
  display: inline-block;
  margin-top: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  overflow: visible;
}
.pacz-flipbox-content .back-button.rounded {
  overflow: inherit !important;
}
.pacz-flipbox-content .front-title,
.pacz-flipbox-content .back-title {
  padding: 20px;
}
@-moz-document url-prefix() {
  
}
/* Shortcode:Woocommerce Loops
-------------------------------------------------------------------- */
.woocommerce .products {
  *zoom: 1;
}
.woocommerce .products:before,
.woocommerce .products:after {
  content: " ";
  display: table;
}
.woocommerce .products:after {
  clear: both;
}
.woocommerce .products li {
  float: left;
}
/* Shortcode:Woocommerce Categories Loops
-------------------------------------------------------------------- */
.pacz-product-categories .pacz-product-categories-list {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.pacz-product-categories .pacz-product-categories-list:before,
.pacz-product-categories .pacz-product-categories-list:after {
  content: " ";
  display: table;
}
.pacz-product-categories .pacz-product-categories-list:after {
  clear: both;
}
.pacz-product-categories .pacz-product-categories-list .product-item {
  margin-left: 0;
  display: inline-block;
  float: left;
}
.pacz-product-categories .pacz-product-categories-list .product-item .category-img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.pacz-product-categories .pacz-product-categories-list .product-item .item-holder {
  overflow: hidden;
  position: relative;
  margin: 0 15px 30px 15px;
}
.pacz-product-categories .pacz-product-categories-list .product-item .item-holder h4 {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.pacz-product-categories .pacz-product-categories-list .product-item .item-holder h4 span {
  display: block;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  background-color: #222222;
  line-height: 1;
}
.pacz-product-categories .pacz-product-categories-list .product-item .item-holder h4 span.category-name {
  font-size: 13px;
  color: #fff;
  padding: 20px 20px 5px 20px;
  font-weight: bold;
}
.pacz-product-categories .pacz-product-categories-list .product-item .item-holder h4 span.item-count {
  font-size: 12px;
  color: #a9a9a9;
  padding: 5px 20px 20px 20px;
  text-transform: uppercase;
}
.pacz-product-categories .pacz-product-categories-list .product-item:hover .category-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.pacz-product-categories .pacz-product-categories-list.columns-4 .product-item {
  width: 24.9%;
}
.pacz-product-categories .pacz-product-categories-list.columns-3 .product-item {
  width: 33.3%;
}
.pacz-product-categories .pacz-product-categories-list.columns-2 .product-item {
  width: 49.9%;
}
.pacz-product-categories .pacz-product-categories-list.columns-1 .product-item {
  width: 100%;
}
.pacz-product-categories .pacz-product-categories-list.columns-1 .product-item .item-holder {
  margin-left: 0;
  margin-right: 0;
}
@media handheld, only screen and (max-width: 960px) {
  .pacz-product-categories .pacz-product-categories-list.columns-3 .product-item,
  .pacz-product-categories .pacz-product-categories-list.columns-4 .product-item {
    width: 49.9% !important;
  }
  .pacz-product-categories .pacz-product-categories-list.columns-3 .product-item .item-holder,
  .pacz-product-categories .pacz-product-categories-list.columns-4 .product-item .item-holder {
    margin: 0 15px 30px 15px !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .pacz-product-categories .pacz-product-categories-list.columns-2 .product-item,
  .pacz-product-categories .pacz-product-categories-list.columns-3 .product-item,
  .pacz-product-categories .pacz-product-categories-list.columns-4 .product-item {
    width: 100% !important;
  }
  .pacz-product-categories .pacz-product-categories-list.columns-2 .product-item .item-holder,
  .pacz-product-categories .pacz-product-categories-list.columns-3 .product-item .item-holder,
  .pacz-product-categories .pacz-product-categories-list.columns-4 .product-item .item-holder {
    margin-left: 0;
  }
}
  
  
  /* Shortcode:Gallery
-------------------------------------------------------------------- */
.pacz-gallery {
  margin: 0 auto;
}
.pacz-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pacz-gallery ul li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
  line-height: 4px;
  /*&:hover {
			.hover-overlay {
				.opacity(90);
			}
			.gallery-meta {
				.opacity(100);
			}
			.gallery-meta i {
				.rotate(0deg);
			}
		}*/
}
.pacz-gallery.one-column li {
  width: 100%;
}
.pacz-gallery.two-column li {
  width: 50%;
}
.pacz-gallery.three-column li {
  width: 33.3%;
}
.pacz-gallery.four-column li {
  width: 25%;
}
.pacz-gallery.five-column li {
  width: 20%;
}
.pacz-gallery.six-column li {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 960px) {
  .pacz-gallery.three-column li,
  .pacz-gallery.four-column li,
  .pacz-gallery.five-column li,
  .pacz-gallery.six-column li {
    width: 33.2% !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-gallery.three-column li,
  .pacz-gallery.four-column li,
  .pacz-gallery.five-column li,
  .pacz-gallery.six-column li {
    width: 49.8% !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .pacz-gallery.three-column li,
  .pacz-gallery.four-column li,
  .pacz-gallery.two-column li,
  .pacz-gallery.five-column li,
  .pacz-gallery.six-column li {
    width: 100% !important;
  }
}
.pacz-gallery.grid-style .item-holder {
  margin: 0 1px 1px 0;
  position: relative;
}
.pacz-gallery.grid-style .item-holder img {
  width: 100%;
}
.pacz-gallery.grid-style .pacz-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.pacz-gallery.grid-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.pacz-gallery.thumb-style {
  text-align: center;
}
.pacz-gallery.thumb-style .gallery-thumb-large {
  margin-bottom: 1px;
}
.pacz-gallery.thumb-style:hover .slideshow-swiper-arrows,
.pacz-gallery.thumb-style:hover .gallery-thumb-lightbox {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-gallery.thumb-style:hover .pacz-swiper-next {
  right: 20px;
}
.pacz-gallery.thumb-style:hover .pacz-swiper-prev {
  left: 20px;
}
.pacz-gallery.thumb-style .gallery-thumb-lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 30px;
  margin: -16px 0 0 -16px;
  z-index: 10;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pacz-gallery .gallery-thumbs-small {
  display: inline-block;
  margin: 0 auto;
}
.pacz-gallery .gallery-thumbs-small a {
  display: inline-block;
  padding-right: 1px;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pacz-gallery .gallery-thumbs-small a img {
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-gallery .gallery-thumbs-small a.active-item img {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-gallery.masonry-style .pacz-gallery-item {
  width: 24.95%;
}
.pacz-gallery.masonry-style .gallery-mansory-large {
  width: 49.95%;
}
.pacz-gallery.masonry-style .pacz-lightbox {
  min-width: 100px;
  min-height: 100px;
}
.pacz-gallery.masonry-style .the-title {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 1140px) {
  .pacz-gallery.masonry-style .pacz-gallery-item {
    width: 24.9%;
  }
  .pacz-gallery.masonry-style .gallery-mansory-large {
    width: 49.9%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .pacz-gallery.masonry-style .pacz-gallery-item,
  .pacz-gallery.masonry-style .gallery-mansory-large {
    width: 49.9%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-gallery.masonry-style .pacz-gallery-item,
  .pacz-gallery.masonry-style .gallery-mansory-large {
    width: 100%;
  }
}
.pacz-gallery.grid-style .featured-image.overlay-hover .hover-overlay,
.pacz-gallery.masonry-style .featured-image.overlay-hover .hover-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.pacz-gallery.grid-style .featured-image.overlay-hover img,
.pacz-gallery.masonry-style .featured-image.overlay-hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.pacz-gallery.grid-style .featured-image.overlay-hover i,
.pacz-gallery.masonry-style .featured-image.overlay-hover i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pacz-gallery.grid-style .featured-image.overlay-hover i:hover,
.pacz-gallery.masonry-style .featured-image.overlay-hover i:hover {
  background-color: #fff;
  color: #000;
}
.pacz-gallery.grid-style .featured-image.overlay-hover .the-title,
.pacz-gallery.masonry-style .featured-image.overlay-hover .the-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pacz-gallery.grid-style .featured-image.overlay-hover:hover img,
.pacz-gallery.masonry-style .featured-image.overlay-hover:hover img {
  -webkit-transform: translate3d(0, -2.5%, 0) scale(1.05);
  transform: translate3d(0, -2.5%, 0) scale(1.05);
}
.pacz-gallery.grid-style .featured-image.overlay-hover:hover i,
.pacz-gallery.masonry-style .featured-image.overlay-hover:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-gallery.grid-style .featured-image.overlay-hover:hover .the-title,
.pacz-gallery.masonry-style .featured-image.overlay-hover:hover .the-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-gallery.grid-style .featured-image.gradient-hover .hover-overlay,
.pacz-gallery.masonry-style .featured-image.gradient-hover .hover-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.pacz-gallery.grid-style .featured-image.gradient-hover img,
.pacz-gallery.masonry-style .featured-image.gradient-hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.pacz-gallery.grid-style .featured-image.gradient-hover .the-title,
.pacz-gallery.masonry-style .featured-image.gradient-hover .the-title,
.pacz-gallery.grid-style .featured-image.gradient-hover i,
.pacz-gallery.masonry-style .featured-image.gradient-hover i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, transform 0.25s ease-in-out, visibility 0.25s, background-color 0.25s, color 0.25s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.pacz-gallery.grid-style .featured-image.gradient-hover i:hover,
.pacz-gallery.masonry-style .featured-image.gradient-hover i:hover {
  background-color: #fff;
  color: #000;
}
.pacz-gallery.grid-style .featured-image.gradient-hover:hover .hover-overlay,
.pacz-gallery.masonry-style .featured-image.gradient-hover:hover .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-gallery.grid-style .featured-image.gradient-hover:hover img,
.pacz-gallery.masonry-style .featured-image.gradient-hover:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pacz-gallery.grid-style .featured-image.gradient-hover:hover .the-title,
.pacz-gallery.masonry-style .featured-image.gradient-hover:hover .the-title,
.pacz-gallery.grid-style .featured-image.gradient-hover:hover i,
.pacz-gallery.masonry-style .featured-image.gradient-hover:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pacz-gallery.grid-style .gallery-meta,
.pacz-gallery.masonry-style .gallery-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  text-align: center;
  min-width: 32px;
}
.pacz-gallery.grid-style .gallery-meta i,
.pacz-gallery.masonry-style .gallery-meta i {
  font-size: 16px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: 3px solid #fff;
  display: inline-block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}
.pacz-gallery.grid-style .gallery-meta i:before,
.pacz-gallery.masonry-style .gallery-meta i:before {
  height: 27px;
  line-height: 27px;
}
  
 .pacz-employees{
	
}
.pacz-employees .owl-item{padding:5px;}
.pacz-employee-item{
	position:relative;
	margin-bottom:30px;
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
	-moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
}
.pacz-employee-item:hover{
	position:relative;
	margin-bottom:30px;
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.05);
}
.pacz-employees > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pacz-employees.column_rounded-style .pacz-employee-item {
  float: left;
  margin: 0;
  text-align: center;
}
.pacz-employees.column_rounded-style .team-member-name {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 6px;
}
.pacz-employees.column_rounded-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
}
.pacz-employees.column_rounded-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.pacz-employees.column_rounded-style .team-thumbnail,
.pacz-employees.column_rounded-style .team-thumbnail img,
.pacz-employees.column_rounded-style .hover-overlay {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.pacz-employees.column_rounded-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.pacz-employees.column_rounded-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.pacz-employees.column_rounded-style .team-thumbnail:hover .pacz-employeee-networks {
  pointer-events: auto;
}
.pacz-employees.column_rounded-style .team-thumbnail:hover .pacz-employeee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-employees.column_rounded-style .team-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}
.pacz-employees.column_rounded-style .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}
.pacz-employees.column_rounded-style.one-column .pacz-employee-item {
  padding: 0 0 50px;
  width: 100%;
}
.pacz-employees.column_rounded-style.one-column .pacz-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.pacz-employees.column_rounded-style.one-column .pacz-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.pacz-employees.column_rounded-style.two-column .pacz-employee-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.pacz-employees.column_rounded-style.three-column .pacz-employee-item {
  padding: 0 20px 40px;
  width: 33.3%;
}
.pacz-employees.column_rounded-style.four-column .pacz-employee-item {
  padding: 0 10px 30px;
  width: 24.8%;
}
.pacz-employees.column_rounded-style.five-column .pacz-employee-item {
  padding: 0 10px 20px;
  width: 19.8%;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-employees.column_rounded-style.three-column .pacz-employee-item,
  .pacz-employees.column_rounded-style.four-column .pacz-employee-item,
  .pacz-employees.column_rounded-style.five-column .pacz-employee-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .pacz-employees.column_rounded-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-employees.column_rounded-style .pacz-employee-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.pacz-employees.column-style .pacz-employee-item {
  float: left;
  margin: 0;
}
.pacz-employees.column-style .team-member-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.pacz-employees.column-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.pacz-employees.column-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.pacz-employees.column-style .team-thumbnail {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.pacz-employees.column-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.pacz-employees.column-style .team-thumbnail:hover .pacz-employeee-networks {
  pointer-events: auto;
}
.pacz-employees.column-style .team-thumbnail:hover .pacz-employeee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-employees.column-style .team-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-employees.column-style.one-column .pacz-employee-item {
  padding: 0 0 30px;
  width: 100%;
}
.pacz-employees.column-style.one-column .pacz-employee-item .team-thumbnail {
  float: left;
  width: 50%;
}
.pacz-employees.column-style.one-column .pacz-employee-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.pacz-employees.column-style.two-column .pacz-employee-item {
  padding: 0 15px 30px;
  width: 50%;
}
.pacz-employees.column-style.three-column .pacz-employee-item {
  padding: 0 15px 30px;
  width: 33.3333%;
}
.pacz-employees.column-style.four-column .pacz-employee-item {
  padding: 0 15px 30px;
  width: 25%;
}
.pacz-employees.column-style.five-column .pacz-employee-item {
  padding: 0 15px 30px;
  width: 20%;
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-employees.column-style.three-column .pacz-employee-item,
  .pacz-employees.column-style.four-column .pacz-employee-item,
  .pacz-employees.column-style.five-column .pacz-employee-item {
    padding: 0 15px 30px;
    width: 50%;
  }
  .pacz-employees.column-style .pacz-employee-item {
    padding: 0 15px 30px !important;
}
  .pacz-employees.column-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-employees.column-style .pacz-employee-item {
    padding: 0 15px 30px !important;
    width: 100% !important;
  }
}
.pacz-employees.grid-style {
  text-align: center;
  margin: 0 auto;
}
.pacz-employees.grid-style .pacz-employee-item {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  border-right: none;
  line-height: 4px;
  display: inline-block;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
  overflow: hidden;
  float: left;
}
.pacz-employees.grid-style .pacz-employee-item:hover .pacz-employeee-networks {
  pointer-events: auto;
}
.pacz-employees.grid-style .pacz-employee-item:hover .pacz-employeee-networks a {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-employees.grid-style .pacz-employee-item:hover .pacz-employeee-networks a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-employees.grid-style .pacz-employee-item:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-employees.grid-style .pacz-employee-item:hover .team-member-name,
.pacz-employees.grid-style .pacz-employee-item:hover .team-member-position {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-employees.grid-style .pacz-employee-item img {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .pacz-employees.grid-style .pacz-employee-item {
    width: 33.3%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pacz-employees.grid-style .pacz-employee-item {
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .pacz-employees.grid-style .pacz-employee-item {
    width: 100%;
  }
  .pacz-employees.grid-style .pacz-employee-item img {
    width: 100%;
  }
}
.employee-item-wrapper{
	transition:all 0.3s ease;
	box-shadow:0 0 0 1px #eee inset;
	box-shadow:0 2px 4px 2px rgba(237,240,241,0.75);
	}
.employee-item-wrapper .team-info-wrapper{
	padding:30px 15px;
	transition:all 0.3s ease;
	background:#fff;
}
.employee-item-wrapper:hover .team-info-wrapper{
	background:#272e43;
	transition:all 0.3s ease;
}
.employee-item-wrapper:hover .team-info-wrapper .team-member-name{
	color:#fff !important;
}
.employee-item-wrapper:hover .team-info-wrapper .pacz-employeee-networks li a{
	color:#fff;
}
.pacz-employees.grid-style .team-info-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 215px;
  width: 100%;
  z-index: 8;
  line-height: 20px;
}
.pacz-employees.grid-style .team-info-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.pacz-employees.grid-style .team-info-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.pacz-employees .team-info-wrapper .team-member-name {
  text-align:center;
  font-size: 18px;
  text-transform:uppercase;
  display: block;
  font-weight: 700;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.pacz-employees .team-info-wrapper .team-member-position {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align:center;
  margin:10px 0 15px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  text-transform:capitalize;
}
.pacz-employees.grid-style .pacz-employeee-networks {
  position: relative !important;
  margin: 10px 0 0 !important;
  top: auto !important;
  left: auto !important;
}
.pacz-employees .hover_style1.hover-overlay {
  z-index: 8;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 195px, 0);
  transform: translate3d(0, 195px, 0);
   width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
  height:165px;
  bottom:30px;
  top:auto;
  left:0;
  right:0;
  margin:0 auto;
  background:#fff !important;
  /*background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background-color: rgba(0, 0, 0, 0.6);*/
}

.pacz-employees .hover-overlay .team-info-wrapper{
	margin-top:26px;
}
.pacz-employees .hover-overlay .team-info-wrapper{
	margin-top:26px;
}
.pacz-employees .pacz-employee-item  .hover_style2.team-info-wrapper{
	padding:30px;
	background:#fff;
}
.pacz-employees .pacz-employee-item:hover  .hover_style2.team-info-wrapper{
	padding:30px;
	background:#343C55;
}
.pacz-employees .pacz-employee-item:hover  .hover_style2.team-info-wrapper .team-member-name{color:#fff;}
.pacz-employees .pacz-employee-item:hover  .hover_style2.team-info-wrapper .pacz-employeee-networks li a{color:#fff;border-color:#fff;}
.pacz-employees .pacz-employee-item:hover .hover_style1.hover-overlay {
  z-index: 8;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pacz-employeee-networks {
  margin:0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.pacz-employeee-networks li {
  display: inline-block;
  float: none !important;
  margin: 0;
}
.pacz-employeee-networks li a {
  display: block;
  margin:0 5px;
  width: 44px;
  height: 44px;
  line-height:44px;
  border: 1px solid #ced6d9;
  text-align: center;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0,0, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
.pacz-employeee-networks li a i {
  line-height: 44px;
  font-size: 16px;
}
.pacz-employeee-networks li a:hover {
  color:#fff;
}



/* Testimonial style2 */

.testimonial2-style .slide{
	background:#fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.testimonial2-style .owl-item{padding-top:50px;padding-bottom:10px;}
.testimonial2-style .slide .testi-thumb{ margin: -50px auto 0; width: 100px;}
.testimonial2-style .slide .testi-thumb .testimonial-image{border-radius: 50%;}
.testimonial2-style .slide .testimonial-content {margin:0 0 20px;}
.testimonial2-style .slide .testimonial-author{margin:20px 0 0;}

/* Testimonial style3 */

.testimonial3-style .slide{
	background:#fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding-top:50px;
	padding-bottom:75px;
}
.testimonial3-style .owl-item{padding-top:50px;padding-bottom:10px;}
.testimonial3-style .slide .testi-thumb{ margin: 0 auto; width: 100px;display:inline-block;}
.testimonial3-style .slide .testi-thumb .testimonial-image{border-radius: 50%;border:1px solid #eee;}
.testimonial3-style .slide .testimonial-content {margin:0;padding:20px 10% 20px;}
.testimonial3-style .slide .testimonial-content .testimonial-quote{font-style:italic;font-weight:300;}
.testimonial3-style .slide .author-details{display:inline-block;padding-left:90px;position: relative;top:15px;text-align:left;}
.testimonial3-style .slide .author-details:before{
	content:"\e64b";
	border-right: 1px solid #dcdff1;
    display: block;
	color:#dcdff1;
    font-family: Pe-icon-line;
    font-size: 33px;
    left: 25px;
    line-height: 53px;
    margin-left: 0;
    padding-right: 15px;
    position: absolute;
    text-align: left;
}
.testimonial3-style .slide .testimonial-author{margin:5px 0 0;}
.testimonial3-style .owl-dots{margin:0 -3px 0;bottom:65px;position:absolute;left:0;right:0;}
.testimonial3-style .owl-dot{padding:0 3px;display:inline-block;}
.testimonial3-style .owl-dot span{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#eee;
	display:block;
}

/* Testimonial style4 */

.testimonial4-style .slide{
	background:#fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding-top:50px;
	padding-bottom:75px;
	position:relative;
	text-align:left;
}
.testimonial4-style .owl-item{padding:10px 0 30px 50px;}
.testimonial4-style .slide .testi-thumb{	margin: 0 auto; width: 100px;display:inline-block;position:absolute;left:-50px;}
.testimonial4-style .slide .testi-thumb .testimonial-image{
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.10);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.10);
	box-shadow: 0 0 10px rgba(0,0,0,.10);
	}
.testimonial4-style .slide .testimonial-content {margin:20px 0 0;padding-bottom:0;text-align:left;}
.testimonial4-style .slide .author-details{display:inline-block;padding-left:120px;position: relative;top:15px;text-align:left;}
.testimonial4-style .slide .author-details:before{
	content:"\e64b";
	border-right: 1px solid #dcdff1;
    display: block;
	color:#dcdff1;
    font-family: Pe-icon-line;
    font-size: 33px;
    left: 55px;
    line-height: 53px;
    margin-left: 0;
    padding-right: 15px;
    position: absolute;
    text-align: left;
}
.testimonial4-style .slide .testimonial-author{margin:5px 0 0;}
.testimonial4-style .owl-dots{margin:0 -3px 0;}
.testimonial4-style .owl-dot{padding:0 3px;display:inline-block;}
.testimonial4-style .owl-dot span{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#eee;
	display:block;
}

.user_is_logedin{
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 30px;
}
.user_is_logedin_button-inner{
	padding:0 5px;
	display:inline-block;
}
.dhvc-form-container .vc_btn3-container{
	margin-bottom:10px;
	margin-top:6px;
}
.dhvc-form-container .vc_btn3{
	box-shadow:none;
	background:none;
}
.dhvc-form-container .vc_btn3:hover,
.dhvc-form-container .vc_btn3:visited,
.dhvc-form-container .vc_btn3:link{
	box-shadow:none;
	background:none;
	    padding: 0;
    line-height: 26px;
    font-size: 14px;
}
.dhvc-form-flat .rememberme .dhvc-form-checkbox label i {
	height:16px !important;
	margin:0 !important;

}
.dhvc-form-flat .rememberme{
margin-bottom: 10px;
    text-align: left;
    margin-top: 6px;
}
.dhvc-form-flat .rememberme.dhvc-form-checkbox label{
	color:#999 !important;
}
.form-inner-regiter-link{text-align:left;margin-top:10px;}
.form-inner-regiter-link p{display:inline-block;margin:0;}
.dhvc-register-link{margin-left:10px;}
@media handheld, only screen and (max-width: 600px) {
	.dhvc-form-container .vc_btn3-container{
	margin-bottom:0;
	margin-top:0;
}
.dhvc-form-flat .rememberme{
margin-bottom: 0;
    margin-top: 0;
}
}