/**
 *
 * NAVY WORDPRESS THEME
 * Please use ruby build/styles.rb to generate LESS -> CSS
 *
 * Theme Stylesheet
 * 01. General Styles
 *     - reset
 *     - print styles
 *     - grids
 *     - transitions
 *     - general layout
 *     - header notifications
 *     - toolbar
 *     - navigation
 *     - footer
 *     - intro
 *     - news loop
 *     - single news
 *     - news teaser
 *     - error 404
 *     - under construction
 * 02. Theme built-in plugins
 *     - flexslider
 *     - iCarousel
 *     - banner builder
 *     - jPlayer
 *     - prettyphoto
 * 03. Blog
 *     - grid
 *     - modern
 *     - classic
 *     - newspaper
 *     - pager
 *     - single
 *     - comments
 *     - search loop
 * 04. Portfolio
 *     - loop
 *     - single
 *     - stack
 * 05. Rest theme modules
 *     - shortcodes;
 *     - employee
 *     - pricong tables
 *     - flexslider custom styles
 *     - WP widgets
 *     - retina support
 *     - WP defaults
 *
 */
/**
 * 01. CSS Ideology: General Styles
 */
/*
* RESET CSS
*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.google_map img {
  max-width: none !important;
}
.theme-content img,
#pow-sidebar img,
#pow-footer img,
.pow-page-section img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  font-size: 100%;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #777;
}
p {
  line-height: 22px;
  margin-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
strong,
th,
thead td {
  font-weight: bold;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
pre,
xmp {
  margin: 10px 0 10px 0;
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  padding: 1px 20px;
  -webkit-box-shadow: inset 10px 0 0 0 #e8e8e8;
  -moz-box-shadow: inset 10px 0 0 0 #e8e8e8;
  box-shadow: inset 10px 0 0 0 #e8e8e8;
  background: #282828;
  background: #282828 url("../images/preformat.png") repeat scroll 0 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  overflow: auto;
}
del {
  color: #666;
  text-decoration: line-through;
}
ins,
dfn {
  border-bottom: 1px solid #ccc;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: .1em;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0 none;
  text-decoration: none;
}
hr {
  border-width: 1px 0 0 0;
  opacity: 0.2;
}
* html .clearboth {
  height: 1%;
}
ul {
  margin-bottom: 1em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul li {
  margin-left: .85em;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-bottom: 1em;
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
dt {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.2em;
}
dd {
  margin: 0;
  padding: 0 0 1em 15px;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0;
}
fieldset {
  padding: 1em;
  border: 1px solid #dddddd;
}
legend {
  padding: 0 .8em;
  font-weight: bold;
  font-size: 1.2em;
}
textarea,
input[type=text],
input[type=password],
input[type=email],
select {
  outline: none;
  border: none;
  font-size: inherit;
}
input,
select {
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email] {
  cursor: text;
}
textarea {
  overflow: auto;
}
textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 13px;
  color: #767676;
  padding: 12px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  outline: none;
  margin-bottom: 4px;
}
textarea:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: #fff;
}
select {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  background: url('../images/selectbox-arrow.png') right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 14px 12px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #313d53;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-weight: bold;
  min-width: 240px;
  max-width: 100%;
  display: block;
}
option {
  padding: 0 4px;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8em;
  font-weight: normal;
  line-height: 1.2em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 36px;
  margin-bottom: 16px;
}
h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
h4 {
  font-size: 24px;
  margin-bottom: 9px;
}
h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
h6 {
  font-size: 14px;
  margin-bottom: 8px;
}
.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  left: -100000px;
  top: -100000px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.pow-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.pow-video-container iframe,
.pow-video-container object,
.pow-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pow-video-wrapper {
  max-width: 100%;
}
.pow-background-stretch {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pow-background-stretch-150 {
  -webkit-background-size: 150% auto;
  -moz-background-size: 150% auto;
  -o-background-size: 150% auto;
  background-size: 150% auto;
}
.pow-background-stretch-200 {
  -webkit-background-size: 200% auto;
  -moz-background-size: 200% auto;
  -o-background-size: 200% auto;
  background-size: 200% auto;
}
.pow_rev_slider_wrapper {
  overflow: hidden;
}
.ls-falcon .ls-nav-prev,
.ls-falcon .ls-nav-next {
  z-index: 10 !important;
}
.relative {
  position: relative !important;
}
/* Makes the site print friendly... */
@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    /* Images, vectors and such */
    filter: Gray();
    /* IE4-8: depreciated */
    filter: url('filters.svg#grayscale');
    /* SVG version for IE10, Firefox, Safari 5 and Opera */
    -webkit-filter: grayscale(100%);
    /* Chrome + Safari 6 */
    -moz-filter: grayscale(100%);
    /* Future proof */
    -ms-filter: grayscale(100%);
    /* Future proof */
    -o-filter: grayscale(100%);
    /* Future proof */
    filter: grayscale(100%);
    /* Future proof or polyfilled */
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
  #pow-header,
  #pow-sidebar,
  #pow-footer,
  .news-post-heading,
  .pow-quick-contact-wrapper,
  .pow-go-top,
  .pow-back-top,
  .pow-loop-next-prev {
    display: none !important;
  }
  .theme-page-wrapper {
    width: 100% !important;
  }
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearboth:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
}
.hidden {
  display: none;
}
input[type="text"],
textarea,
.pow-grid div,
[class*='pow-col-'],
*:after,
*:before,
.text-input,
.theme-page-wrapper,
.pow-blog-grid-item,
#pow-page-introduce,
.pow-header-toolbar,
.pow-news-item,
.pow-employee-item,
#pow-notification-bar,
.blog-classic-item,
.pow-fullwidth-boxed,
.pow-image-caption,
.pow-gallery-shortcode .gallery-inner,
.testimonial-column .testimonial-item,
.pow-blog-grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='pow-col-'] {
  float: left;
  padding-right: 25px;
}
[class*='pow-col-']:last-of-type {
  padding-right: 0px;
}
.pow-grid {
  width: 100%;
  min-width: 755px;
  margin: 0 auto;
}
.pow-grid:after {
  content: "";
  display: table;
  clear: both;
}
.pow-grid-pad {
  padding: 20px 0 0px 20px;
}
.pow-grid-pad > [class*='pow-col-']:last-of-type {
  padding-right: 20px;
}
.pow-push-right {
  float: right;
}
/* Content Columns */
.pow-col-1-1 {
  width: 100%;
}
.pow-col-2-3,
.pow-col-8-12 {
  width: 66.66%;
}
.pow-col-1-2,
.pow-col-6-12 {
  width: 50%;
}
.pow-col-1-3,
.pow-col-4-12 {
  width: 33.33%;
}
.pow-col-1-4,
.pow-col-3-12 {
  width: 25%;
}
.pow-col-1-5 {
  width: 20%;
}
.pow-col-1-6,
.pow-col-2-12 {
  width: 16.667%;
}
.pow-col-1-7 {
  width: 14.28%;
}
.pow-col-1-8 {
  width: 12.5%;
}
.pow-col-1-9 {
  width: 11.1%;
}
.pow-col-1-10 {
  width: 10%;
}
.pow-col-1-11 {
  width: 9.09%;
}
.pow-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.pow-col-11-12 {
  width: 91.66%;
}
.pow-col-10-12 {
  width: 83.333%;
}
.pow-col-9-12 {
  width: 75%;
}
.pow-col-5-12 {
  width: 41.66%;
}
.pow-col-7-12 {
  width: 58.33%;
}
@media handheld, only screen and (max-width: 1140px) {
  .pow-grid {
    width: 100%;
  }
  .pow-padding-wrapper {
    padding: 0 15px;
  }
}
@media handheld, only screen and (max-width: 770px) {
  .pow-grid {
    width: 100%;
    min-width: 0;
  }
  [class*='pow-col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 3%;
}
.row-fluid .first-column {
  margin-left: 0 !important;
}
.row-fluid .first.last-column {
  margin-left: 0;
}
.row-fluid .last-column:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.row-fluid .first-column {
  clear: left;
}
.row-fluid .span12 {
  width: 100%;
  *width: 100%;
  padding: 0 !important;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.8%;
  *width: 82.8%;
}
.row-fluid .span9 {
  width: 74%;
  *width: 74%;
}
.row-fluid .span8 {
  width: 65.65%;
  *width: 65.65%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.5%;
  *width: 48.5%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.33%;
  *width: 31.33%;
}
.row-fluid .span3 {
  width: 22.75%;
  *width: 22.75%;
}
.row-fluid .span2 {
  width: 14.16%;
  *width: 14.16%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.wpb_row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
  *zoom: 1;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}
.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
  width: 100%;
}
.vc_row-fluid .vc_span11 {
  width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
  width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
  width: 74.375%;
}
.vc_row-fluid .vc_span8 {
  width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
  width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
  width: 48.75%;
}
.vc_row-fluid .vc_span5 {
  width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
  width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
  width: 23.125%;
}
.vc_row-fluid .vc_span2 {
  width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
  width: 6.041666666666667%;
}
@media handheld, only screen and (max-width: 770px) {
  .row-fluid [class*="span"],
  .vc_row-fluid [class*="vc_span"] {
    width: auto;
    float: none;
    margin-left: 0 !important;
  }
  .row-fluid .first-column {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row-fluid .last-column {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.featured-image a.post-type-badge,
.featured-image .image-hover-overlay,
.portfolio-logo-section .portfolio-social li a,
.widget_contact_form .contact-widget-button,
.widget_instagram ul li a,
.widget_posts_lists ul li.post-list-document .post-type-thumb,
.widget .pow-searchform .search-button,
.pow-image-shortcode-link,
.pow-process-steps p,
.widget-portfolio-overlay,
.portfolio-widget-info,
.portfolio-widget-lightbox,
.portfolio-widget-permalink,
.portfolio-carousel-overlay,
.blog-carousel-overlay,
.portfolio-carousel-lightbox,
.portfolio-carousel-permalink,
.blog-showcase-overlay,
.pow-portfolio-carousel .flex-viewport ul li img,
.pow-blog-showcase ul li img,
.image-hover-overlay,
.featured-image img,
.permalink-badge,
.pow-lightbox,
.post-type-badge,
.pow-similiar-thumbnail img,
.pow-skype-call,
.pow-skype-call i:before,
.widget_posts_lists ul li img,
.portfolio-showcase-extra-info,
.blog-showcase-extra-info,
.pow-blog-showcase ul li,
#pow-header-social ul li a,
.blog-classic-item .featured-image a.permalink-badge,
.blog-classic-item .featured-image a.zoom-badge,
.blog-newspaper-item .newspaper-meta-wrapper,
.blog-newspaper-item .featured-image .image-hover-overlay,
.blog-newspaper-item .featured-image a.permalink-badge,
.blog-newspaper-item .featured-image a.zoom-badge,
.pow-pagination a,
.pow-woocommerce-pagination a,
.pow-blog-single-page .about-author-avatar-social-wrapper .about-author-social,
.pow-blog-single-page .about-author-avatar-social-wrapper .about-author-social li a,
.similar-posts-wrapper ul li .post-thumbnail .overlay-pattern,
.filter-portfolio ul li a,
.portfolio-carousel-extra-info,
.pow-portfolio-newspaper-item .zoom-badge,
.pow-clients-shortcode .client-logo,
.pow-pricing-cols .pow-pricing-button a,
.widget_social_networks a,
.widget-sub-navigation ul li a,
.pow-social-network-shortcode a i,
.pow-quick-contact-link,
.portfolio-similar-posts img,
.single-post-tags a,
.showcase-blog-overlay,
.pow-nav-responsive-link,
.pow-responsive-close,
#pow-footer-navigation ul li a,
.ls-falcon .ls-nav-prev,
.ls-falcon .ls-nav-next,
a.jp-play,
a.jp-pause,
#cboxPrevious,
#cboxNext,
#cboxClose,
.woo-hidden-section,
.pow-image-overlay,
.modern-post-type-icon,
.portfolio-modern-meta,
.pow-loop-next-prev a,
.portfolio-similar-meta,
.text-input,
.pow-textarea,
#pow-nav-search-wrapper form i,
.blog-grid-hover-icon,
.shop-flat-btn,
#review_form_wrapper input[type=submit],
.pow-message-box .button,
.blog-modern-btn,
.the-title a,
.pow-readmore,
.blog-social-share a,
.blog-modern-comment,
.blog-modern-share,
.pow-search-trigger > i,
.pow-loadmore-button {
  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;
  -webkit-perspective: 1000;
}
.modern-style-nav .pow-header-inner .main-navigation-ul > li > a {
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -webkit-perspective: 1000;
}
.pow-box-icon .icon-box-boxed .pow-main-ico {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-perspective: 1000;
}
.pow-blog-showcase-thumb a,
.pow-header-start-tour i,
.pow-accordion-tab:before,
.pow-toggle-title:before,
.pow-social-network-shortcode ul li a {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-perspective: 1000;
}
.pow-transform .pow-animate-element {
  opacity: 0;
  -webkit-perspective: 1000;
}
.pow-transform .pow-animate-element.pow-in-viewport.fade-in {
  -webkit-animation: pow_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pow_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pow_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pow_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.pow-transform .pow-animate-element.pow-in-viewport.scale-up {
  -webkit-animation: pow_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: pow_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: pow_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: pow_scale 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.pow-transform .pow-animate-element.pow-in-viewport.right-to-left {
  -webkit-animation: pow_right_to_left 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -moz-animation: pow_right_to_left 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -o-animation: pow_right_to_left 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  animation: pow_right_to_left 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  opacity: 1;
}
.pow-transform .pow-animate-element.pow-in-viewport.left-to-right {
  -webkit-animation: pow_left_to_right 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -moz-animation: pow_left_to_right 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -o-animation: pow_left_to_right 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  animation: pow_left_to_right 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  opacity: 1;
}
.pow-transform .pow-animate-element.pow-in-viewport.top-to-bottom {
  -webkit-animation: pow_top_to_bottom 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -moz-animation: pow_top_to_bottom 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -o-animation: pow_top_to_bottom 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  animation: pow_top_to_bottom 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  opacity: 1;
}
.pow-transform .pow-animate-element.pow-in-viewport.bottom-to-top {
  -webkit-animation: pow_bottom_to_top 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -moz-animation: pow_bottom_to_top 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  -o-animation: pow_bottom_to_top 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  animation: pow_bottom_to_top 0.6s 1 cubic-bezier(1, -0.12, 0.005, 1);
  opacity: 1;
}
.pow-floating-vertical {
  -webkit-animation: pow_float 2s infinite linear;
  -moz-animation: pow_float 2s infinite linear;
  -ms-animation: pow_float 2s infinite linear;
  -o-animation: pow_float 2s infinite linear;
  position: relative;
}
.pow-floating-horizontal {
  -webkit-animation: pow_floatx 2s infinite linear;
  -moz-animation: pow_floatx 2s infinite linear;
  -ms-animation: pow_floatx 2s infinite linear;
  -o-animation: pow_floatx 2s infinite linear;
  position: relative;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* Floating */
@-webkit-keyframes pow_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes pow_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes pow_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@keyframes pow_float {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes pow_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes pow_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes pow_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
@keyframes pow_floatx {
  0% {
    left: 0px;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0px;
  }
}
/* Fade In animation */
@-webkit-keyframes pow_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pow_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pow_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pow_fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/* Scale Up animation */
@-webkit-keyframes pow_scale {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes pow_scale {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes pow_scale {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes pow_scale {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Left to Right animation */
@-webkit-keyframes pow_left_to_right {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes pow_left_to_right {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes pow_left_to_right {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes pow_left_to_right {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right To Left animation */
@-webkit-keyframes pow_right_to_left {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes pow_right_to_left {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes pow_right_to_left {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes pow_right_to_left {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to Top animation */
@-webkit-keyframes pow_bottom_to_top {
  0% {
    -webkit-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes pow_bottom_to_top {
  0% {
    -moz-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes pow_bottom_to_top {
  0% {
    -o-transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes pow_bottom_to_top {
  0% {
    transform: translate(0, 60%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Top to Bottom animation */
@-webkit-keyframes pow_top_to_bottom {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes pow_top_to_bottom {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes pow_top_to_bottom {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes pow_top_to_bottom {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.la-popping,
.shopping-cart-header i span {
  -moz-animation: popping 1s linear infinite;
  -webkit-animation: popping 1s linear infinite;
  animation: popping 1s linear infinite;
}
@-moz-keyframes popping {
  0% {
    -moz-transform: scale(0.8);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(0.8);
  }
}
@-webkit-keyframes popping {
  0% {
    -webkit-transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes popping {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.8);
  }
}
/**
 * Header
 */
.large-header {
  -webkit-backface-visibility: hidden;
}
#pow-header {
  width: 100%;
  position: relative;
}
#pow-header .pow-header-bg,
#pow-header .pow-classic-nav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#pow-header .pow-header-bg {
  padding-top: 1px;
  -webkit-box-shadow: inset 0 3px 0 0 #dddddd;
  -moz-box-shadow: inset 0 3px 0 0 #dddddd;
  box-shadow: inset 0 3px 0 0 #dddddd;
}
#pow-header .pow-header-wrapper {
  position: relative;
  max-width: 1140px;
  height: 100%;
  margin: auto;
}
#pow-header .header-logo {
  float: left;
  top: 0;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 10;
}
#pow-header .header-logo.left-logo {
  left: 20px;
}
#pow-header .header-logo.right-logo {
  right: 20px;
}
#pow-header .header-logo a {
  display: inline-block;
  height: 100%;
  position: relative;
}
#pow-header .header-logo a img {
  margin-top: 3px;
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
}
#pow-header.classic-style-nav .header-logo.center-logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  width: 100%;
}
#pow-header.classic-style-nav .header-logo.center-logo a {
  margin: 0 auto;
}
#pow-header .pow-header-inner {
  position: relative;
  z-index: 210;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.modern-style-nav .pow-header-inner {
  padding-bottom: 0;
}
.modern-style-nav .pow-header-inner.pow-fixed {
  position: fixed !important;
  right: 0;
  z-index: 9999 !important;
}
.classic-style-nav .pow-fixed .pow-classic-nav-bg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.boxed_layout #pow-boxed-layout {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.boxed_layout #pow-boxed-layout .pow-header-inner.pow-fixed {
  right: auto !important;
}
.pow-header-start-tour {
  font-weight: bold;
  float: right;
  padding-left: 20px;
}
.pow-header-start-tour i {
  padding-left: 16px;
  font-size: 18px;
}
.pow-header-start-tour:hover i {
  padding-left: 9px;
}
.pow-header-right {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 30;
}
.not-found-page .theme-page-wrapper,
.not-found-page .pow-tabbed-box {
  margin: 0 !important;
}
.not-found-page #theme-page {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.not-found-page .theme-content {
  padding: 0 !important;
}
.pow-relative {
  position: relative;
}
.no-margin-top {
  padding-top: 0px !important;
}
.pow-zindex-fix {
  position: relative;
  z-index: 60;
}
.pow-love-this span {
  color: #c2c2c2;
  font-size: 11px;
}
.pow-love-this span:hover i {
  color: #b1b1b1;
}
.pow-love-this i {
  font-size: 16px;
  color: #c2c2c2;
}
.pow-love-this.item-loved i {
  color: #da4c26;
}
/*----------------------------*/
/*
* Page SECTION
*/
#theme-page {
  overflow: hidden;
  padding: 20px 0 0;
  margin: 0;
  min-height: 400px;
}
#theme-page .theme-page-wrapper {
  margin: 0 auto;
}
#theme-page .theme-page-wrapper #pow-sidebar {
  position: relative;
}
#theme-page .theme-page-wrapper.right-layout #pow-sidebar {
  float: right;
}
#theme-page .theme-page-wrapper.left-layout #pow-sidebar {
  float: left;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
  padding: 40px 20px 30px;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
  padding: 40px 20px 30px;
}
#theme-page .theme-page-wrapper.full-layout .theme-content {
  padding: 40px 20px 0px;
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
  padding: 40px 10px 30px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 40px 30px 30px 10px;
}
* html #theme-page,
* html #pow-sidebar {
  display: inline;
}
@media handheld, only screen and (max-width: 768px) {
  #theme-page {
    padding: 0 !important;
  }
  .theme-page-wrapper {
    margin: 0 auto 0 !important;
  }
}
#pow-notification-bar {
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  width: 100%;
  position: relative;
  z-index: 100;
  min-height: 24px;
  text-align: left;
}
#pow-notification-bar .container {
  max-width: 1140px;
  margin: auto;
  position: relative;
}
#pow-notification-bar .pow-noti-icon {
  margin-right: 15px;
  line-height: 4px;
  display: inline-block;
}
#pow-notification-bar .pow-noti-message,
#pow-notification-bar .pow-noti-more {
  font-size: 12px;
  line-height: 12px;
  font-weight: bolder;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  display: inline-block;
}
#pow-notification-bar .pow-noti-more {
  opacity: .8;
}
#pow-notification-bar .pow-noti-more:hover {
  opacity: .6;
}
#pow-notification-bar .pow-noti-more {
  margin-left: 6px;
}
#pow-notification-bar #pow-bar-close i {
  position: absolute;
  right: 15px;
  top: 50%;
  padding: 0 10px;
  height: 17px;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -9px;
  color: #fff;
  opacity: .4;
  border: 1px #ffffff solid;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#pow-notification-bar #pow-bar-close i::before {
  font-size: 14px;
}
.pow-header-toolbar {
  padding: 10px 20px;
  width: 100%;
  position: relative;
  z-index: 231;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.pow-header-toolbar .pow-button {
  color: #fff !important;
}
.pow-header-toolbar .pow-header-toolbar-wrapper {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pow-header-tagline {
  font-size: 12px;
  line-height: 30px;
  margin-right: 15px;
}
.header-toolbar-contact {
  font-size: 12px;
  line-height: 30px;
  margin-right: 15px;
}
.header-toolbar-contact i {
  font-size: 14px;
  padding-right: 6px;
}
.pow-header-date {
  font-size: 11px;
  padding-right: 20px;
}
.pow-header-date i {
  padding-right: 6px;
  vertical-align: middle;
  font-size: 16px;
}
.pow-language-nav {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  line-height: 30px;
  height: 30px;
}
.pow-language-nav > a {
  font-size: 11px;
}
.pow-language-nav > a i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 14px;
  margin-top: -1px;
  border-radius: 100%;
}
.pow-language-nav:hover > .pow-language-nav-sub-wrapper {
  display: block;
}
.pow-language-nav-sub-wrapper {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 20;
  padding-top: 8px;
}
.pow-language-nav-sub {
  background-color: #fff;
  position: relative;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.pow-language-nav-sub:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-bottom: none;
  top: -7px;
  left: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pow-language-navigation {
  margin: 0;
  padding: 1px 0;
  list-style: none;
}
.pow-language-navigation li {
  margin: 0;
}
.pow-language-navigation li a {
  display: block;
  margin: 5px 0;
  padding: 6px 12px 6px 0;
  min-width: 120px;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
}
.pow-language-navigation li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.pow-language-navigation li a .pow-lang-flag {
  margin-left: 8px;
  vertical-align: middle;
}
.pow-language-navigation li a .pow-lang-name {
  padding-left: 8px;
}
.pow-language-navigation li.current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.05);
}
#pow-header-search {
  display: inline-block;
  float: right;
  margin-left: 6px;
}
.pow-header-toolbar #pow-header-searchform {
  padding-top: 4px;
}
.pow-header-inner #pow-header-searchform {
  float: right;
  display: inline-block;
}
.pow-header-inner #pow-header-searchform span {
  line-height: 12px;
}
.pow-header-inner #pow-header-searchform .text-input {
  width: 200px;
  padding: 5px 15px 5px 25px !important;
  height: 28px;
  line-height: 20px;
}
.pow-header-inner #pow-header-searchform .pow-icon-search {
  left: 7px;
  top: 5px;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
#pow-header-searchform span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#pow-header-searchform span .text-input {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  width: 90px;
  height: 23px;
  padding: 3px 15px 3px 25px;
  line-height: 16px;
  margin: 0;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  opacity: 0.7;
}
#pow-header-searchform span .text-input:focus {
  opacity: 1;
}
#pow-header-searchform span i {
  font-size: 16px;
  opacity: 0.7;
  position: absolute;
}
#pow-header-searchform span .pow-icon-search {
  left: 7px;
  top: 3px;
}
.header-search-btn {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
#pow-header-social {
  display: inline-block;
  float: right;
  height: 30px;
}
#pow-header-social ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
#pow-header-social ul li {
  margin: 0;
  display: inline-block;
}
#pow-header-social ul li:last-child a {
  margin-right: 0;
}
#pow-header-social ul li a {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  margin-right: 4px;
  line-height: 4px;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
#pow-header-social ul li a i:before {
  font-size: 18px;
  line-height: 18px;
  top: 3px;
}
#pow-header-social ul li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-header-login {
  float: right;
  display: inline-block;
  margin: 4px 20px 0 0;
  position: relative;
}
.pow-header-login .pow-login-link i {
  margin-right: 4px;
  vertical-align: middle;
  font-size: 16px;
}
.pow-login-register,
#pow-header-subscribe {
  position: absolute;
  right: -10px;
  width: 220px;
  top: 27px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1), 0 -500px 0 2500px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1), 0 -500px 0 2500px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1), 0 -500px 0 2500px rgba(50, 50, 50, 0.5);
  padding: 15px;
  display: none;
}
.pow-login-register:before,
#pow-header-subscribe:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-bottom: none;
  top: -6px;
  right: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 8;
}
.pow-login-register .form-section,
#pow-header-subscribe .form-section {
  margin-bottom: 8px;
  display: block;
}
.pow-login-register .form-section .text-input,
#pow-header-subscribe .form-section .text-input {
  width: 220px;
  background-color: #fff;
}
.pow-login-register .register-login-links,
#pow-header-subscribe .register-login-links {
  display: inline-block;
  float: left;
  padding-top: 5px;
}
.pow-login-register .register-login-links a,
#pow-header-subscribe .register-login-links a {
  color: #888888;
  line-height: 12px;
  display: inline-block;
}
.pow-login-register .register-login-links .pow-create-account,
#pow-header-subscribe .register-login-links .pow-create-account {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 2px solid #b6b6b6;
}
.pow-login-register .pow-login-remember,
#pow-header-subscribe .pow-login-remember {
  display: block;
  margin: 5px 0 10px;
}
.pow-login-register .shop-flat-btn,
#pow-header-subscribe .shop-flat-btn {
  float: right;
}
.pow-login-register .pow-login-title,
#pow-header-subscribe .pow-login-title {
  font-size: 16px;
}
#pow-register-panel {
  display: none;
}
#pow-register-panel .register-login-links {
  float: right;
  display: block;
  margin: 5px 0;
}
#pow-forget-panel {
  display: none;
}
#pow-forget-panel .register-login-links {
  float: right;
  display: block;
  margin: 5px 0;
}
.user-profile-box img {
  float: left;
}
.user-profile-box a {
  margin: 0 0 0px 60px;
  display: block;
  color: #747474;
}
.pow-header-signup {
  float: right;
  display: inline-block;
  margin: 4px 10px 0 0;
}
.pow-header-signup .pow-subscribe-link i {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 16px;
  margin-top: -2px;
}
.pow-header-signup {
  position: relative;
}
#pow-header-subscribe label {
  margin-bottom: 8px;
  display: block;
}
#pow-header-subscribe .text-input {
  background-color: #fff;
  width: 220px;
  margin-bottom: 10px;
}
.pow-header-checkout {
  float: right;
  display: inline-block;
  margin: 4px 20px 0 0;
  position: relative;
  height: 25px;
}
.pow-header-checkout:hover > #pow-header-checkout {
  display: block;
  -webkit-box-shadow: 0 -200px 0 2500px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 -200px 0 2500px rgba(50, 50, 50, 0.5);
  box-shadow: 0 -200px 0 2500px rgba(50, 50, 50, 0.5);
}
.pow-header-checkout .pow-checkout-btn i {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 14px;
}
#pow-header-checkout {
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d9;
  padding: 0;
  display: none;
  z-index: 9;
  width: 320px;
}
#pow-header-checkout:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-bottom: none;
  top: -6px;
  right: 28px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 8;
}
#pow-toolbar-navigation {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
}
#pow-toolbar-navigation ul {
  padding: 0;
  margin: 0;
}
#pow-toolbar-navigation ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 32px;
}
#pow-toolbar-navigation ul li:first-child > a {
  padding-left: 0;
}
#pow-toolbar-navigation ul li:last-child > a {
  border: none !important;
}
#pow-toolbar-navigation ul li a {
  font-size: 11px;
  line-height: 10px;
  display: inline-block;
  padding: 0 5px;
}
#pow-toolbar-navigation ul li ul {
  display: none;
}
#pow-toolbar-navigation ul li a,
.pow-language-nav > a,
.pow-header-login .pow-login-link,
.pow-subscribe-link,
.pow-checkout-btn,
.pow-header-tagline a {
  font-size: 12px;
}
#pow-toolbar-navigation ul li a:hover,
.pow-language-nav > a:hover,
.pow-header-login .pow-login-link:hover,
.pow-subscribe-link:hover,
.pow-checkout-btn:hover,
.pow-header-tagline a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.main-nav-side-search {
  display: inline-block;
  float: right;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.pow-search-trigger {
  display: block;
  font-size: 16px;
}
.classic-style-nav .pow-search-trigger {
  padding: 16px 0;
}
#pow-nav-search-wrapper {
  position: absolute;
  right: 20px;
  width: 50%;
  height: 70px;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: none;
}
#pow-nav-search-wrapper .ui-helper-hidden-accessible {
  display: none;
}
#pow-nav-search-wrapper form {
  display: block;
  overflow: hidden;
}
#pow-nav-search-wrapper form.ajax-searching .pow-moon-search-3:before {
  -moz-animation: spin 0.8s infinite linear;
  -o-animation: spin 0.8s infinite linear;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  display: inline-block;
  content: "\e2a2";
}
#pow-nav-search-wrapper form i::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #bfbcbc;
  top: -12px;
  right: 5px;
  z-index: 8;
}
#pow-nav-search-wrapper input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 18px;
  color: #282828;
  background-color: #fff;
  padding: 0 10px;
  width: 100%;
  line-height: 30px;
  border: none;
  border-right: none;
}
#pow-nav-search-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
#pow-nav-search-wrapper .pow-moon-search-3 {
  width: 70px;
  height: 100%;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  display: block;
  color: #fff;
  background-color: #bfbcbc;
  text-align: center;
}
.main-nav-align-right.pow-boxed-enabled #pow-nav-search-wrapper {
  right: -30px;
}
.main-nav-align-right.pow-boxed-enabled #pow-nav-search-wrapper:before {
  display: none;
}
#pow-nav-search-wrapper .ui-autocomplete {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-bottom: none;
  overflow: auto;
  text-align: left;
  top: 66px !important;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 2800px rgba(128, 128, 128, 0.1);
  -moz-box-shadow: 0 0 0 2800px rgba(128, 128, 128, 0.1);
  box-shadow: 0 0 0 2800px rgba(128, 128, 128, 0.1);
}
#pow-nav-search-wrapper .ui-autocomplete li {
  line-height: 16px;
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
#pow-nav-search-wrapper .ui-autocomplete li a {
  cursor: pointer;
}
#pow-nav-search-wrapper .ui-autocomplete li a:hover {
  color: #313d53;
}
#pow-nav-search-wrapper .ui-autocomplete li .search-date {
  color: #8c8c8c;
  font-size: 11px;
}
#pow-nav-search-wrapper .ui-autocomplete li .search-cat {
  color: #999999;
  font-size: 11px;
}
#pow-nav-search-wrapper .ui-autocomplete li .search-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #313d53;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
#pow-nav-search-wrapper .ui-autocomplete li:hover {
  background-color: #fbfbfb;
}
#pow-nav-search-wrapper .ui-autocomplete li img,
#pow-nav-search-wrapper .ui-autocomplete li i {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  margin-right: 15px;
}
#pow-nav-search-wrapper .ui-autocomplete li i {
  background-color: #f3f3f3;
  text-align: center;
}
#pow-nav-search-wrapper .ui-autocomplete li i:before {
  font-size: 18px;
  color: #636363;
  line-height: 48px;
}
.shopping-cart-header {
  float: right;
  position: relative;
}
.shopping-cart-header:hover > .pow-shopping-cart-box {
  display: block;
}
.shoping-cart-link {
  float: right;
  padding: 7px 10px 0;
  margin: 0 20px;
}
.shoping-cart-link i {
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.shoping-cart-link span {
  position: absolute;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  top: -12px;
  left: 12px;
}
.pow-shopping-cart-box {
  position: absolute;
  right: -10px;
  top: 80px;
  width: 320px;
  padding: 15px;
  display: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 20px 980px 980px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 20px 980px 980px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 980px 980px rgba(0, 0, 0, 0.15);
}
.pow-shopping-cart-box:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-bottom: none;
  top: -7px;
  right: 38px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#pow-header-checkout .widget,
.pow-shopping-cart-box .widget {
  margin: 0;
}
#pow-header-checkout .product_list_widget,
.pow-shopping-cart-box .product_list_widget {
  margin-bottom: 10px;
}
#pow-header-checkout .product_list_widget li,
.pow-shopping-cart-box .product_list_widget li {
  margin: 0  !important;
  line-height: 22px !important;
  padding: 12px 0 !important;
  border-top: 1px solid #efefef;
}
#pow-header-checkout .product_list_widget li.empty,
.pow-shopping-cart-box .product_list_widget li.empty {
  padding: 12px 20px 3px !important;
}
#pow-header-checkout .product_list_widget li a,
.pow-shopping-cart-box .product_list_widget li a {
  font-size: 16px;
  font-weight: 600 !important;
  padding-left: 5px;
}
#pow-header-checkout .product_list_widget li a img,
.pow-shopping-cart-box .product_list_widget li a img {
  width: 48px;
  height: 48px;
}
#pow-header-checkout .product_list_widget li a::after,
.pow-shopping-cart-box .product_list_widget li a::after {
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 18px;
  opacity: .1;
  position: absolute;
  right: 5px;
  top: 10px;
}
#pow-header-checkout .product_list_widget li .variation,
.pow-shopping-cart-box .product_list_widget li .variation {
  display: none !important;
}
#pow-header-checkout .product_list_widget li .quantity,
.pow-shopping-cart-box .product_list_widget li .quantity {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
  text-align: left;
}
#pow-header-checkout .product_list_widget li:first-child,
.pow-shopping-cart-box .product_list_widget li:first-child {
  border-top: none;
}
#pow-header-checkout .product_list_widget li img,
.pow-shopping-cart-box .product_list_widget li img {
  padding: 0 !important;
}
#pow-header-checkout .total,
.pow-shopping-cart-box .total {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: left;
  border-top: 1px solid #efefef !important;
  padding-top: 15px !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
#pow-header-checkout .total .amount,
.pow-shopping-cart-box .total .amount {
  color: #a0a0a0;
}
#pow-header-checkout .buttons,
.pow-shopping-cart-box .buttons {
  text-align: center;
  margin-bottom: 7px;
}
#pow-header-checkout .buttons .shop-black-btn,
.pow-shopping-cart-box .buttons .shop-black-btn {
  background-color: #898989 !important;
}
#pow-header-checkout .buttons .shop-black-btn:hover,
.pow-shopping-cart-box .buttons .shop-black-btn:hover {
  background-color: #707070 !important;
}
#pow-header-checkout .buttons a,
.pow-shopping-cart-box .buttons a {
  padding: 16px 28px !important;
  line-height: 13px !important;
}
@media handheld, only screen and (max-width: 780px) {
  .pow-header-right {
    display: none !important;
  }
}
/**
 * NAV: Navigation
 */
.pow-header-nav-container {
  line-height: 4px;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 1140px) {
  #pow-header .pow-header-nav-container {
    width: 100% !important;
  }
  #pow-header .pow-classic-menu-wrapper {
    width: 100% !important;
  }
}
.classic-style-nav .pow-classic-nav-bg {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.classic-style-nav .pow-header-nav-container {
  width: 100% !important;
  float: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.classic-style-nav .pow-header-nav-container.pow-fixed {
  text-align: left;
}
.classic-style-nav #pow-main-navigation > ul > li > a {
  padding: 16px 25px;
  border-top: 2px solid transparent;
  line-height: 16px;
}
.classic-style-nav .pow-header-nav-container.pow-fixed {
  position: fixed !important;
  left: 0;
  z-index: 210;
  border: none;
}
.classic-style-nav .pow-header-nav-container.pow-fixed .pow-classic-nav-bg {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#pow-main-navigation {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.pow-classic-menu-wrapper {
  position: relative;
  z-index: 99;
  margin: 0 auto;
}
.pow-classic-menu-wrapper .main-navigation-ul > li > a i {
  padding-right: 7px;
}
/**
 * NAV: Mega Menu Styles
 */
.main-navigation-ul ul,
.main-navigation-ul ul li {
  list-style: none;
}
.main-navigation-ul ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.main-navigation-ul ul li ul {
  display: none;
}
.main-navigation-ul .sub,
.main-navigation-ul ul {
  display: none;
}
.main-navigation-ul .sub .megamenu-title,
.main-navigation-ul ul .megamenu-title {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 14px 4px 15px;
  margin: 0 0 6px;
}
.main-navigation-ul .sub .megamenu-title.has-icon .megamenu-tagline,
.main-navigation-ul ul .megamenu-title.has-icon .megamenu-tagline {
  line-height: 1.8em;
  font-weight: 400;
  margin-left: 20px;
}
.main-navigation-ul .sub .megamenu-title .megamenu-tagline,
.main-navigation-ul ul .megamenu-title .megamenu-tagline {
  display: block;
  letter-spacing: 1px;
  font-size: 75%;
}
.main-navigation-ul .sub .megamenu-title i,
.main-navigation-ul ul .megamenu-title i {
  margin-right: 5px;
}
.main-navigation-ul .sub ul {
  display: block;
}
.main-navigation-ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.main-navigation-ul .sub ul {
  display: block;
}
.main-navigation-ul {
  width: 100%;
  display: inline-block;
}
.main-navigation-ul li {
  margin: 0 1px 0 0;
  padding: 0;
  float: left;
}
.main-navigation-ul > li > a {
  float: left;
  border-top: 3px solid transparent;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.modern-style .main-navigation-ul > li > a > span.pow-me-item {
  vertical-align: middle;
  line-height: 1.5em;
}
.modern-style .main-navigation-ul > li > a i {
  margin-left: -10px;
  padding-right: 5px;
}
.pow-mega-icon {
  display: none;
}
.main-navigation-ul .pow-mega-icon {
  display: block;
  position: absolute;
  right: 3px;
  top: 9px;
}
.pow-fixed .modern-style .main-navigation-ul > li > a i {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.main-navigation-ul li .sub-container {
  position: absolute;
}
.main-navigation-ul li .sub {
  zoom: 1;
  filter: alpha(opacity=98);
  opacity: 0.98;
  -moz-opacity: 0.98;
  -webkit-box-shadow: 2px 2px 0 0 rgba(128, 128, 128, 0.1), 0 2500px 0 2500px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 0 0 rgba(128, 128, 128, 0.1), 0 2500px 0 2500px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 0 0 rgba(128, 128, 128, 0.1), 0 2500px 0 2500px rgba(50, 50, 50, 0.5);
}
.main-navigation-ul li .sub-container.pow-nested-sub > ul li {
  position: relative;
}
.main-navigation-ul li .sub-container.pow-nested-sub ul ul {
  display: none;
  top: -5px;
  padding: 0;
  margin-top: 4px;
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0 10px 40px 0px rgba(128, 128, 128, 0.1);
  -moz-box-shadow: 0 10px 40px 0px rgba(128, 128, 128, 0.1);
  box-shadow: 0 10px 40px 0px rgba(128, 128, 128, 0.1);
  border: 1px solid rgba(128, 128, 128, 0.1);
}
.main-navigation-ul li .sub .row {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.main-navigation-ul li .sub li {
  list-style: none;
  float: none;
  margin: 0;
}
.pow_megamenu_columns_2 {
  width: 49.5%;
}
.pow_megamenu_columns_3 {
  width: 33.25%;
}
.pow_megamenu_columns_4 {
  width: 24.9%;
}
.pow_megamenu_columns_5 {
  width: 19.8%;
}
.pow_megamenu_columns_6 {
  width: 16.5%;
}
.sub-container.non-mega .sub li a {
  width: 210px;
}
.main-navigation-ul li .sub li.mega-hdr {
  margin: 0;
  float: left;
  -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-navigation-ul li .sub li.mega-hdr.last {
  border: none;
}
.main-navigation-ul li .sub a {
  display: block;
  position: relative;
  font-size: 12px;
  text-align: left;
  float: none;
  background-color: transparent !important;
  margin: 0;
  padding: 6px 10px;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 18px;
}
.main-navigation-ul li .sub a i {
  margin-right: 5px;
}
.main-navigation-ul .sub li.mega-hdr li a {
  font-weight: normal;
}
.main-navigation-ul .sub ul li {
  padding-right: 0;
}
.main-navigation-ul li .sub-container.non-mega .sub li {
  width: auto !important;
}
.main-navigation-ul li .sub-container.non-mega li {
  padding: 0;
  margin: 0;
  min-width: 180px;
}
.main-navigation-ul li .sub-container.non-mega li a {
  line-height: 18px;
  padding: 9px 15px;
}
.main-navigation-ul li .sub-container.non-mega > ul {
  padding: 0 !important;
}
.main-navigation-ul li .sub-container.mega .pow_mega_menu {
  padding: 0 10px 10px 10px;
}
.main-navigation-ul li .sub-container.mega > .sub-menu {
  opacity: 1;
  -webkit-box-shadow: 2px 2px 0 0 rgba(128, 128, 128, 0.1), 0 2500px 0 2500px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 0 0 rgba(128, 128, 128, 0.1), 0 2500px 0 2500px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 0 0 rgba(128, 128, 128, 0.1), 0 2500px 0 2500px rgba(50, 50, 50, 0.5);
  padding: 20px 0 !important;
}
.pow-nav-responsive-link {
  display: none;
}
#pow-responsive-nav > li > ul,
#pow-responsive-nav > li > div {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#pow-responsive-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#pow-responsive-nav .pow-nav-arrow {
  position: absolute;
  right: 0px;
  top: 2px;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  width: 70px;
  height: 100%;
  line-height: 50px;
}
#pow-responsive-nav .pow-nav-arrow:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.menu-html-content {
  line-height: 22px !important;
  text-align: left;
}
#pow-responsive-nav {
  border-radius: 3px;
  position: relative;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 20;
}
#pow-responsive-nav li {
  display: block;
  margin: 0;
}
#pow-responsive-nav li .sub li a {
  width: auto !important;
}
#pow-responsive-nav li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
#pow-responsive-nav li a > i {
  display: none;
}
#pow-responsive-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#pow-responsive-nav li a .sub-menu {
  left: auto;
  position: relative;
}
#pow-responsive-nav li a .pow_mega_menu .megamenu-title {
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-weight: 700;
}
#pow-responsive-nav li a .pow_mega_menu .megamenu-title > i {
  margin-right: 10px;
}
#pow-responsive-nav li a .pow_mega_menu .row {
  width: auto;
}
#pow-responsive-nav li ul {
  margin: 0;
  padding: 0;
}
#pow-responsive-nav li ul li a,
#pow-responsive-nav li ul li .megamenu-title {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 12px 15px 12px 35px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
}
.pow-fixed .main-nav-side-search .pow-search-trigger > i {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.pow-fixed .pow-header-nav-container.modern-style.pow-mega-nav {
  margin-top: -3px;
}
#pow-responsive-nav > .responsive-searchform {
  display: block !important;
}
.responsive-searchform {
  margin: 10px;
  position: relative;
}
.responsive-searchform .text-input {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #9e9e9e !important;
}
.responsive-searchform .pow-icon-search {
  position: absolute;
  right: 15px;
  font-size: 20px;
  bottom: 14px;
  color: #ccc;
  color: rgba(0, 0, 0, 0.3);
}
.responsive-searchform .pow-icon-search input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
}
#pow-footer {
  width: 100%;
  position: relative;
  padding: 50px 0 0;
}
#pow-footer.pow-footer-disable {
  padding-top: 0;
}
#pow-footer .footer-wrapper {
  position: relative;
  min-height: 100px;
}
#pow-footer .pow-padding-wrapper {
  padding: 0 20px;
}
#pow-footer .pow-padding-wrapper > div:last-child {
  padding-right: 0;
}
#pow-footer .widget .widget_text img {
  display: block;
}
@media handheld, only screen and (max-width: 960px) {
  #pow-footer [class*='pow-col-'] {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 790px) {
  #pow-footer [class*='pow-col-'] {
    width: 100% !important;
  }
}
/* SUB FOOTER SECTION */
#sub-footer > .pow-grid {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sub-footer .pow-footer-copyright {
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-opacity: 0.4;
  font-size: 11px;
  float: left;
  padding: 20px 0;
  font-size: bold;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}
#sub-footer .pow-footer-logo {
  float: left;
  display: inline-block;
  padding: 8px 20px 8px 0;
}
#pow-footer-navigation {
  float: right;
}
#pow-footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#pow-footer-navigation ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
#pow-footer-navigation ul li a {
  margin: 20px 12px;
  display: block;
  font-size: 11px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
#pow-footer-navigation ul li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
#pow-footer-navigation ul li ul {
  display: none;
}
@media handheld, only screen and (max-width: 1140px) {
  .pow-footer-copyright {
    padding-left: 20px !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  #pow-footer-navigation {
    float: none;
    width: auto;
    text-align: center;
  }
  #pow-footer-navigation ul li {
    display: block !important;
  }
  .pow-footer-copyright {
    display: block;
    float: none !important;
    text-align: left;
    clear: both;
    padding: 10px 10px 5px !important;
  }
}
@media handheld, only screen and (max-width: 540px) {
  #pow-footer-navigation ul li {
    float: none !important;
    width: 100% !important;
  }
  #pow-footer-navigation ul li a {
    margin: 5px auto;
  }
  .pow-footer-copyright {
    text-align: center;
  }
}
.pow-footer-tweets {
  padding: 40px 0 20px;
  text-align: center;
}
.pow-footer-tweets ul {
  padding: 0;
  margin: 0 auto;
  width: 50%;
}
.pow-footer-tweets ul li .tweet-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.pow-footer-tweets ul li .tweet-username {
  font-size: 38px;
  display: block;
  margin-bottom: 30px;
  line-height: 32px;
}
.pow-footer-tweets ul li .tweet-time {
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
  color: #999999;
}
.pow-footer-tweets.pow-light-skin .tweet-text {
  color: #444444;
}
.pow-footer-tweets.pow-light-skin .tweet-text a {
  color: #444444;
}
.pow-footer-tweets.pow-dark-skin .tweet-text {
  color: #fff;
}
.pow-footer-tweets.pow-dark-skin .tweet-text a {
  color: #fff;
}
.pow-footer-tweets.pow-dark-skin .tweet-time {
  color: #999999;
}
#pow-page-introduce {
  padding: 0;
  position: relative;
  z-index: 8;
}
#pow-page-introduce.intro-left {
  text-align: left;
}
#pow-page-introduce.intro-right {
  text-align: right;
}
#pow-page-introduce.intro-center {
  text-align: center;
}
.page-introduce-title {
  margin: 15px 20px 15px;
  display: inline-block;
  line-height: 120%;
  float: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-introduce-title.pow-drop-shadow {
  text-shadow: 1px 1px 0 rgba(128, 128, 128, 0.3);
}
.page-introduce-title span {
  font-size: 18px;
}
.page-introduce-subtitle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 100%;
  margin: 10px 20px 10px 23px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#pow-breadcrumbs {
  display: inline-block;
  float: right;
  margin: 22px 0;
}
#pow-breadcrumbs .pow-breadcrumbs-inner {
  float: right;
  display: inline-block;
  margin: 0 20px -15px 0;
  line-height: 11px;
  padding: 9px 12px 9px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.1);
}
#pow-breadcrumbs .pow-breadcrumbs-inner.dark-skin {
  color: #fff;
}
#pow-breadcrumbs .pow-breadcrumbs-inner.dark-skin a,
#pow-breadcrumbs .pow-breadcrumbs-inner.dark-skin .separator {
  color: #d1d1d1;
  color: rgba(255, 255, 255, 0.5);
}
#pow-breadcrumbs .pow-breadcrumbs-inner.light-skin {
  color: #919191;
}
#pow-breadcrumbs .pow-breadcrumbs-inner.light-skin a,
#pow-breadcrumbs .pow-breadcrumbs-inner.light-skin .separator {
  color: #bcbcbc;
}
@media handheld, only screen and (max-width: 700px) {
  #pow-breadcrumbs .pow-breadcrumbs-inner {
    margin: 15px 0 -15px !important;
    float: none !important;
    display: block !important;
    text-align: center;
  }
}
#pow-breadcrumbs .separator {
  padding: 0 3px;
}
@media handheld, only screen and (max-width: 1140px) {
  #pow-page-introduce {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media handheld, only screen and (max-width: 760px) {
  #pow-page-introduce .introduce-fancy-title {
    padding: 8px 20px;
    font-size: 20px !important;
    line-height: 35px !important;
  }
  #pow-page-introduce .introduce-fancy-title span {
    padding: 8px 20px;
    font-size: 20px !important;
  }
}
.pow-news-container {
  margin-bottom: 50px;
}
.pow-news-item {
  background-color: #fafafa;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 10px 10px 0;
  opacity: 0;
  overflow: hidden;
  float: left;
}
.pow-news-item .news-categories {
  font-weight: bold;
  font-size: 12px;
}
.pow-news-item .news-the-title {
  font-size: 18px;
  font-weight: bold;
}
.pow-news-item .pow-read-more {
  font-size: 11px;
}
.pow-news-item .pow-read-more i {
  margin-left: 5px;
  vertical-align: middle;
}
.news-full-with-image .news-meta-wrapper,
.news-half-with-image .news-meta-wrapper,
.news-fourth-with-image .news-meta-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
}
.news-full-with-image .news-categories,
.news-half-with-image .news-categories,
.news-fourth-with-image .news-categories {
  line-height: 28px;
  color: #fff;
}
.news-full-with-image .news-categories span,
.news-half-with-image .news-categories span,
.news-fourth-with-image .news-categories span {
  line-height: 100%;
  padding: 3px 0;
}
.news-full-with-image .news-date,
.news-half-with-image .news-date,
.news-fourth-with-image .news-date {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 6px 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-align: center;
}
.news-full-with-image .news-date .month,
.news-half-with-image .news-date .month,
.news-fourth-with-image .news-date .month {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
}
.news-full-with-image .news-date .day,
.news-half-with-image .news-date .day,
.news-fourth-with-image .news-date .day {
  display: block;
  font-size: 32px;
}
.news-full-with-image .news-date .year,
.news-half-with-image .news-date .year,
.news-fourth-with-image .news-date .year {
  display: block;
}
.news-full-with-image img,
.news-half-with-image img,
.news-fourth-with-image img {
  height: 100%;
  width: 100%;
}
.news-full-with-image .news-the-title,
.news-half-with-image .news-the-title,
.news-fourth-with-image .news-the-title {
  line-height: 32px;
}
.news-full-with-image .news-the-title a,
.news-half-with-image .news-the-title a,
.news-fourth-with-image .news-the-title a {
  color: #fff;
}
.news-full-with-image .news-the-title span,
.news-half-with-image .news-the-title span,
.news-fourth-with-image .news-the-title span {
  line-height: 100%;
  background-color: #000;
  padding: 4px 0;
  box-shadow: 8px 0 0 #000000, -8px 0 0 #000000;
}
.news-full-without-image .news-the-title,
.news-half-without-image .news-the-title {
  margin: 0;
  font-size: 26px;
}
.news-full-without-image,
.news-half-without-image,
.news-fourth-without-image {
  padding: 20px;
}
.news-full-without-image .news-categories,
.news-half-without-image .news-categories,
.news-fourth-without-image .news-categories {
  margin-bottom: 5px;
}
.news-full-without-image .news-the-title,
.news-half-without-image .news-the-title,
.news-fourth-without-image .news-the-title {
  margin: 0;
}
.news-full-without-image .news-date,
.news-half-without-image .news-date,
.news-fourth-without-image .news-date {
  color: #777777;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}
.news-full-without-image .news-date .month,
.news-half-without-image .news-date .month,
.news-fourth-without-image .news-date .month {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
}
.news-full-without-image .news-date .day,
.news-half-without-image .news-date .day,
.news-fourth-without-image .news-date .day {
  display: block;
  font-size: 32px;
}
.news-full-without-image .news-date .year,
.news-half-without-image .news-date .year,
.news-fourth-without-image .news-date .year {
  display: block;
}
.news-full-with-image {
  width: 98.8%;
}
.news-full-without-image {
  width: 98.5%;
}
.news-half-with-image {
  width: 49%;
}
.news-half-without-image {
  width: 49%;
}
.news-fourth-with-image {
  width: 24%;
}
.news-fourth-without-image {
  width: 24%;
}
@media handheld, only screen and (max-width: 1024px) {
  .news-half-with-image,
  .news-fourth-with-image,
  .news-full-with-image {
    height: auto !important;
  }
  .news-half-with-image .news-meta-wrapper,
  .news-fourth-with-image .news-meta-wrapper,
  .news-full-with-image .news-meta-wrapper {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    margin: 20px;
  }
  .news-full-with-image,
  .news-full-without-image {
    width: 97% !important;
  }
  .news-half-with-image,
  .news-fourth-with-image,
  .news-fourth-without-image,
  .news-half-without-image {
    width: 48% !important;
    height: auto !important;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .news-full-with-image,
  .news-full-without-image {
    width: 100% !important;
  }
  .pow-news-item {
    margin-right: 0 !important;
  }
  .news-half-with-image,
  .news-fourth-with-image {
    width: 100% !important;
  }
  .news-fourth-without-image,
  .news-half-without-image {
    width: 100% !important;
  }
}
.news-post-heading {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid #dddddd;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.news-single-social {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
}
.news-single-social li {
  display: inline-block;
  margin: 0;
  padding: 0 7px 0 5px;
  border-right: 1px solid #bcbcbc;
  line-height: 14px;
}
.news-single-social li.pow-news-share {
  position: relative;
}
.news-single-social li.pow-news-share .news-share-buttons {
  position: absolute;
  background-color: #e9e9e9;
  border: 1px solid #cccccc;
  display: block;
  padding: 10px 6px;
  width: 215px;
  top: 30px;
  right: 0;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
}
.news-single-social li.pow-news-share .news-share-buttons:after {
  position: absolute;
  display: block;
  content: "";
  top: -6px;
  right: 43px;
  width: 12px;
  height: 12px;
  background-color: #e9e9e9;
  border: 1px solid #cccccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.news-single-social li.pow-news-share .news-share-buttons .share-button {
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.news-single-social li:last-child {
  border: none !important;
}
.news-single-social li a {
  line-height: 16px;
  display: block;
}
.back-news-page {
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
}
.back-news-page i {
  display: inline-block;
  font-size: 16px;
  color: #bbbbbb;
  margin-right: 8px;
}
.news-single-date {
  display: inline-block;
}
.news-single-date a {
  font-size: 11px;
  color: #999999;
}
.news-single-categories {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  display: inline-block;
  text-transform: uppercase;
}
.single-news-meta {
  line-height: 13px;
}
.news-featured-image {
  margin: 10px 0 50px;
}
.news-post-content {
  margin-bottom: 50px;
}
.pow-back-top {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #dddddd;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.pow-back-top .pow-back-top-link {
  color: #999999;
  font-size: 12px;
}
.pow-back-top .pow-back-top-link i {
  margin-right: 5px;
}
.pow-news-tab-heading {
  background-color: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ebebeb));
  background: -webkit-linear-gradient(top, #f7f7f7, #ebebeb);
  background: -moz-linear-gradient(top, #f7f7f7, #ebebeb);
  background: -ms-linear-gradient(top, #f7f7f7, #ebebeb);
  background: -o-linear-gradient(top, #f7f7f7, #ebebeb);
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -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: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pow-news-tab-title {
  float: left;
  font-size: 14px;
  line-height: 12px;
  padding: 14px 20px 0 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  color: #333333;
}
@media handheld, only screen and (max-width: 700px) {
  .pow-news-tab-title {
    display: none;
  }
}
.pow-news-tab {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.pow-news-tab .pow-tabs-tabs {
  margin: 0 0 -1px 0 !important;
  position: relative;
  z-index: 10;
  float: right;
}
.pow-news-tab .pow-tabs-tabs li {
  margin: 0;
  position: relative;
  padding: 0;
  display: inline;
  float: left;
}
.pow-news-tab .pow-tabs-tabs li.ui-tabs-active > a {
  cursor: default;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: -webkit-linear-gradient(top, transparent, transparent);
  background: -moz-linear-gradient(top, transparent, transparent);
  background: -ms-linear-gradient(top, transparent, transparent);
  background: -o-linear-gradient(top, transparent, transparent);
  background-color: transparent;
  padding-bottom: 16px;
}
.pow-news-tab .pow-tabs-tabs li a {
  font-weight: bold;
  color: #333333;
  display: block;
  line-height: 100%;
  padding: 15px 20px;
  margin: 0;
  border-left: 1px solid #dbdbdb;
  white-space: nowrap;
}
@media handheld, only screen and (max-width: 700px) {
  .pow-news-tab .pow-tabs-tabs {
    float: none;
  }
  .pow-news-tab .pow-tabs-tabs li {
    display: block;
    float: none;
  }
  .pow-news-tab .pow-tabs-tabs li a {
    border: none;
    border-bottom: 1px solid #dbdbdb;
  }
  .pow-news-tab .pow-tabs-tabs li.ui-tabs-active > a {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
  }
}
.pow-news-tab .pow-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border: 1px solid #dbdbdb;
}
.pow-news-tab .pow-tabs-panes .pow-tabs-pane {
  padding: 20px;
  position: relative;
  z-index: 8;
}
.news-tab-wrapper {
  float: left;
  width: 50%;
  padding: 15px;
}
@media handheld, only screen and (max-width: 700px) {
  .news-tab-wrapper {
    width: 100%;
    padding: 10px;
  }
}
.news-tab-wrapper .news-tab-thumb {
  margin-bottom: 20px;
  display: block;
}
.news-tab-wrapper .the-title {
  line-height: 16px;
  margin-bottom: 5px;
}
.news-tab-wrapper .the-title a {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #333333;
}
.news-tab-wrapper .new-tab-readmore i {
  padding-left: 6px;
  font-size: 14px;
}
.not-found-wrapper {
  text-align: center;
  padding: 30px 0 100px 0;
}
.not-found-title {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.not-found-subtitle {
  font-size: 20em;
  font-size: 20rem;
  line-height: 100%;
  display: block;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.not-found-desc {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.pow-notfound-search {
  position: relative;
  background-color: #f4f4f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  padding: 25px;
  display: inline-block;
  width: 100%;
}
.pow-notfound-search span {
  position: relative;
}
.pow-notfound-search .notfound-text-input {
  width: 100%;
  font-size: 22px;
  background-color: #fff;
  padding: 10px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-notfound-search .pow-icon-remove-sign {
  position: absolute;
  left: 7px;
  top: 0px;
  font-size: 16px;
  color: #cccccc;
  cursor: pointer;
}
.pow-notfound-search .notfound-search-btn {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
}
.pow-notfound-search .pow-icon-search {
  position: absolute;
  right: 8px;
  top: -1px;
  font-size: 16px;
  color: #cccccc;
}
.pow-uc-header {
  text-align: center;
  padding: 100px 0 140px 0;
  position: relative;
}
.pow-uc-wrapper {
  position: relative;
  z-index: 20;
  width: 760px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-height: 500px;
  background-color: rgba(128, 128, 128, 0.05);
  margin: -145px auto 100px;
  text-align: center;
}
@media handheld, only screen and (max-width: 760px) {
  .pow-uc-wrapper {
    width: 90% !important;
  }
}
.pow-trans-border {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  width: 752px;
  margin-left: -376px;
  left: 50%;
  bottom: -104px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 250px;
}
@media handheld, only screen and (max-width: 760px) {
  .pow-trans-border {
    width: 90% !important;
  }
}
.pow-uc-title {
  padding: 70px 30px 60px;
  font-size: 32px;
  line-height: 40px;
  display: block;
  color: #333333;
}
.pow-uc-subtitle {
  display: block;
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}
#pow-uc-countdown {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#pow-uc-countdown li {
  display: inline-block;
  margin: 0 0 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pow-uc-countdown li .timestamp {
  display: block;
  font-size: 36px;
  list-style: 100%;
  font-weight: 300;
  padding: 15px 18px 5px;
  color: #8c8c8c;
  text-shadow: 1px 1px #fff;
}
#pow-uc-countdown li .timeRef {
  color: #8c8c8c;
  display: block;
  padding: 3px;
  font-size: 12px;
  text-transform: capitalize;
}
@media handheld, only screen and (max-width: 750px) {
  #pow-uc-countdown li {
    width: 90%;
    display: block;
    margin: 0 auto 15px;
  }
}
.pow-uc-social-subscribe {
  margin: 40px auto 20px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 15px;
  background-color: #eaeaea;
  border: 1px solid #d9d9d9;
}
.uc-social {
  margin: 0;
  padding: 9px 0 0;
  list-style: none;
  float: left;
}
@media handheld, only screen and (max-width: 750px) {
  .uc-social {
    float: none !important;
    display: block;
    margin: 0 auto 10px  !important;
    text-align: center;
  }
  .uc-social li {
    float: none !important;
  }
}
.uc-social li {
  display: inline-block;
  float: left;
  margin: 0;
  line-height: 4px;
}
.uc-social li a {
  margin-right: 8px;
  line-height: 4px;
}
.uc-social li a i {
  font-size: 32px;
}
.uc-social li a.facebook-icon i {
  color: #3d619b;
}
.uc-social li a.twitter-icon i {
  color: #1fabc9;
}
.uc-social li a.googleplus-icon i {
  color: #b7312c;
}
.uc-social li a.rss-icon i {
  color: #fe3b1e;
}
#pow-uc-subscribe {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
#pow-uc-subscribe form {
  position: relative;
}
#pow-uc-subscribe .text-input {
  background-color: #fff;
  width: 300px;
  padding: 15px 70px 15px 10px;
}
#pow-uc-subscribe .pow-button {
  position: absolute;
  right: 8px;
  top: 9px;
  margin: 0;
  padding: 9px 15px;
  font-weight: normal;
  font-size: 10px;
}
#pow-uc-subscribe .pow-button:active {
  top: 9px;
}
/**
 * 02. CSS Ideology: Plugins Styles
 */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.pow-flexslider a:active,
.flex-container a:focus,
.pow-flexslider a:focus {
  outline: none;
}
.pow-flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* pow-flexslider Necessary Styles
*********************************/
.pow-flexslider {
  margin: 0;
  padding: 0;
}
.pow-flexslider .pow-flex-slides > li,
.pow-flexslider .pow-banner-slides > li {
  display: none;
  margin: 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.pow-flexslider .pow-flex-slides img,
.pow-flexslider .pow-banner-slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.pow-flex-slides:after,
.pow-banner-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .pow-flex-slides {
  display: block;
}
* html .pow-flex-slides {
  height: 1%;
}
.pow-flexslider .pow-banner-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-flexslider .pow-banner-slides li {
  margin: 0;
}
/* flexslider Default Theme
*********************************/
.pow-flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loading .flex-viewport {
  max-height: 100px;
}
.pow-flexslider .pow-flex-slides,
.pow-flexslider .pow-banner-slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.flex-direction-nav .flex-prev {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.flex-direction-nav .flex-next:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.flex-direction-nav .flex-prev:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-flexslider:hover .flex-next:hover,
.pow-flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
.flex-control-thumbs {
  margin: 20px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 100px;
  height: 60px;
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* The Preloader in the Slider */
#iCarousel-preloader {
  position: absolute;
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #000 1px solid;
  border-color: rgba(0, 0, 0, 0.6);
  padding: 1px;
  width: 150px;
  height: 3px;
}
#iCarousel-preloader div {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 3px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  width: 0px;
}
/* The timer in the Slider */
#iCarousel-timer {
  position: absolute;
  z-index: 1000;
  border-radius: 5px;
  cursor: pointer;
}
#iCarousel-timer div {
  border-radius: 3px;
}
.pow-icarousel-slideshow {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  visibility: hidden;
}
.pow-icarousel-slideshow > div {
  width: 490px;
  height: 400px;
  position: relative;
  margin: 20px auto;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.pow-icarousel-slideshow div img {
  border-radius: 4px;
  border: 8px #333 solid !important;
  border: 8px rgba(0, 0, 0, 0.5) solid !important;
  width: 470px;
  height: 360px !important;
}
/* The Navigation buttons in the Slider */
a.iCarouselNav {
  display: block;
  position: absolute;
  top: 170px;
  width: 38px;
  height: 38px;
  z-index: 1000;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
a.iCarouselNav:before {
  position: absolute;
  left: 13px;
  top: 12px;
  font-size: 16px;
  color: #fff;
}
a.iCarouselNav:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a#iCarouselPrev {
  left: 16px;
}
a#iCarouselPrev:before {
  content: "\f053";
}
a#iCarouselNext {
  right: 20px;
}
a#iCarouselNext:before {
  content: "\f054";
}
#pow_block .flex-viewport {
  margin: 0 auto !important;
}
#pow_block > .flex-direction-nav a {
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#pow_block > .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#pow_block > .flex-direction-nav a i {
  position: absolute;
  left: 6px;
  top: 11px;
  font-size: 22px;
  color: #fff;
}
#pow_block > .flex-direction-nav .flex-next {
  right: 10px;
}
#pow_block > .flex-direction-nav .flex-prev {
  left: 10px;
}
#pow_block:hover .flex-direction-nav .flex-next {
  right: 20px;
}
#pow_block:hover .flex-direction-nav .flex-prev {
  left: 20px;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */
div.pow-audio-section {
  overflow: hidden;
}
div.jp-audio {
  display: block;
}
div.jp-audio.audio-has-img {
  margin-left: 0;
}
div.jp-interface {
  position: relative;
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
  min-height: 90px;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  position: absolute;
  margin-left: 1em;
  bottom: 0px;
  left: 0;
}
div.jp-interface ul.jp-controls li {
  margin: 0;
}
div.jp-audio ul.jp-controls {
  margin-bottom: 0;
}
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
}
a.jp-play,
a.jp-pause {
  padding: 9px 6px 7px 10px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
a.jp-play:hover,
a.jp-pause:hover {
  border-color: #fff;
}
a.jp-play i,
a.jp-pause i {
  line-height: 30px;
  width: 30px;
  font-size: 16px;
}
a.jp-pause {
  padding: 9px 8px 7px;
  display: none;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  background-color: rgba(0, 0, 0, 0.2);
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 0px;
  left: 0;
  height: 12px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 0;
  width: 100%;
}
div.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 0px;
  height: 100%;
  position: relative;
}
/* The seeking class is added/removed inside jPlayer */
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 0px;
}
div.jp-volume-bar {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  width: 26px;
  height: 14px;
  cursor: pointer;
  background: url(../images/jp-volume-control.png) left bottom no-repeat;
}
div.jp-volume-bar i {
  position: absolute;
  left: -12px;
  color: #fff;
  top: -3px;
  font-size: 16px;
}
div.jp-volume-bar-value {
  background: url(../images/jp-volume-control.png) left top no-repeat;
  width: 0px;
  height: 14px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  color: #fff;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
}
div.jp-current-time,
div.jp-duration {
  display: inline-block;
}
div.jp-current-time {
  float: left;
}
div.jp-duration {
  float: right;
}
/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #fff;
}
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}
ul.jp-toggles li {
  display: block;
  float: right;
}
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
}
a.jp-full-screen {
  background: url("../images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url("../images/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}
a.jp-restore-screen {
  background: url("../images/jplayer.blue.monday.jpg") -60px -310px no-repeat;
  margin-left: 20px;
}
a.jp-restore-screen:hover {
  background: url("../images/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}
a.jp-repeat {
  background: url("../images/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}
a.jp-repeat:hover {
  background: url("../images/jplayer.blue.monday.jpg") -30px -290px no-repeat;
}
a.jp-repeat-off {
  background: url("../images/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
  background: url("../images/jplayer.blue.monday.jpg") -90px -290px no-repeat;
}
a.jp-shuffle {
  background: url("../images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle:hover {
  background: url("../images/jplayer.blue.monday.jpg") -30px -270px no-repeat;
}
a.jp-shuffle-off {
  background: url("../images/jplayer.blue.monday.jpg") -60px -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle-off:hover {
  background: url("../images/jplayer.blue.monday.jpg") -90px -270px no-repeat;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
div.pow-prettyphoto .pp_top,
div.pow-prettyphoto .pp_top .pp_middle,
div.pow-prettyphoto .pp_top .pp_left,
div.pow-prettyphoto .pp_top .pp_right,
div.pow-prettyphoto .pp_bottom,
div.pow-prettyphoto .pp_bottom .pp_left,
div.pow-prettyphoto .pp_bottom .pp_middle,
div.pow-prettyphoto .pp_bottom .pp_right {
  height: 5px;
}
div.pow-prettyphoto .pp_top .pp_left {
  background-color: #fff;
  border-top-left-radius: 3px;
}
div.pow-prettyphoto .pp_top .pp_middle {
  background-color: #fff;
}
div.pow-prettyphoto .pp_top .pp_right {
  background-color: #fff;
  border-top-right-radius: 3px;
}
div.pow-prettyphoto .pp_content .ppt {
  color: #f8f8f8;
}
div.pow-prettyphoto .pp_content_container .pp_left {
  background-color: #fff;
  padding-left: 5px;
}
div.pow-prettyphoto .pp_content_container .pp_right {
  background-color: #fff;
  padding-right: 5px;
}
div.pow-prettyphoto .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pow-prettyphoto .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pow-prettyphoto .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pow-prettyphoto .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pow-prettyphoto .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pow-prettyphoto .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pow-prettyphoto .pp_close {
  position: absolute;
  right: 12px;
  top: 8px;
  display: block;
  line-height: 5px;
}
div.pow-prettyphoto .pp_close {
  padding: 6px 8px;
  background-color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
div.pow-prettyphoto .pp_close i {
  font-size: 16px;
  line-height: 16px;
  color: #b2b2b2;
}
div.pow-prettyphoto .pp_close:hover i {
  color: #5c5c5c;
}
div.pow-prettyphoto .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
div.pow-prettyphoto .pp_social {
  margin-top: 7px;
}
div.pow-prettyphoto .pp_gallery a.pp_arrow_previous,
div.pow-prettyphoto .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pow-prettyphoto .pp_nav .pp_play,
div.pow-prettyphoto .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pow-prettyphoto .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pow-prettyphoto a.pp_arrow_previous,
div.pow-prettyphoto a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pow-prettyphoto a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pow-prettyphoto .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pow-prettyphoto .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pow-prettyphoto .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pow-prettyphoto .pp_description {
  display: none;
  margin: 0;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
  margin: 10px 50px 5px 10px;
}
div.pow-prettyphoto .pp_bottom .pp_left {
  background-color: #fff;
  border-bottom-left-radius: 3px;
}
div.pow-prettyphoto .pp_bottom .pp_middle {
  background-color: #fff;
}
div.pow-prettyphoto .pp_bottom .pp_right {
  background-color: #fff;
  border-bottom-right-radius: 3px;
}
div.pow-prettyphoto .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_social {
  float: left;
  margin: 0 0 0 10px;
}
.pp_social .facebook {
  display: block;
  width: 80px;
  overflow: hidden;
}
.pp_social .twitter {
  display: block;
}
.pp_nav {
  clear: right;
  float: right;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 30%;
}
a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 30%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  left: 10px;
  text-indent: -10000px;
  top: 5px;
  width: 20px;
  z-index: 20000;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  display: none;
}
div.pow-prettyphoto .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pow-prettyphoto #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pow-prettyphoto .pp_gallery ul li a:hover,
div.pow-prettyphoto .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pow-prettyphoto .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/**
 * 03. CSS Ideology: Blog Styles
 */
.pow-blog-grid-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-blog-grid-item .blog-grid-holder {
  margin: 0 12px 24px 12px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(128, 128, 128, 0.1);
  -moz-box-shadow: inset 0 0 0 2px rgba(128, 128, 128, 0.1);
  box-shadow: inset 0 0 0 2px rgba(128, 128, 128, 0.1);
  background-color: #fff;
}
.pow-blog-grid-item.one-column {
  width: 100%;
}
.pow-blog-grid-item.two-column {
  width: 50%;
}
.pow-blog-grid-item.three-column {
  width: 33.1%;
}
.pow-blog-grid-item.four-column {
  width: 25%;
}
.pow-blog-grid-item.four-column .blog-grid-holder {
  margin: 0 8px 16px 8px;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-blog-grid-item.three-column,
  .pow-blog-grid-item.four-column {
    width: 49.5% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .pow-blog-grid-item.three-column,
  .pow-blog-grid-item.four-column,
  .pow-blog-grid-item.two-column,
  .pow-blog-grid-item.one-column {
    width: 100% !important;
  }
  .pow-blog-grid-item.three-column .blog-grid-holder,
  .pow-blog-grid-item.four-column .blog-grid-holder,
  .pow-blog-grid-item.two-column .blog-grid-holder,
  .pow-blog-grid-item.one-column .blog-grid-holder {
    margin: 0 0 18px 0 !important;
  }
}
.pow-blog-grid-item .featured-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.pow-blog-grid-item .featured-image img {
  position: relative;
  width: 100%;
}
.pow-blog-grid-item .featured-image:hover .blog-grid-hover-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-blog-grid-item .pow-blog-meta {
  padding: 20px;
  line-height: 18px;
}
.pow-blog-grid-item time {
  display: block;
  margin-bottom: 10px;
}
.pow-blog-grid-item time a {
  color: #999999;
  font-style: italic;
  font-size: 11px;
}
.pow-blog-grid-item .the-title {
  margin-top: 5px;
  text-transform: uppercase !important;
  line-height: 18px !important;
}
.pow-blog-grid-item .the-title a {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
}
.pow-blog-grid-item .the-excerpt {
  margin: 5px 0;
  line-height: 22px;
  color: #666666;
}
.pow-blog-grid-item .blog-grid-hover-icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  z-index: 10;
}
.pow-blog-grid-item .blog-grid-footer {
  position: relative;
  padding: 15px 20px;
  border-top: 1px rgba(128, 128, 128, 0.1) solid;
}
.pow-blog-grid-item .pow-love-holder {
  position: absolute;
  right: 20px;
  top: 15px;
}
.blog-modern-item {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  margin-bottom: 50px;
}
.blog-modern-item .pow-blog-meta {
  margin: 0 20px 20px 75px;
  display: block;
  padding: 0 !important;
}
.blog-modern-item .pow-audio-section,
.blog-modern-item .featured-image {
  margin-bottom: 25px;
}
.blog-modern-item .blog-modern-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.blog-modern-item .blog-modern-btn:hover {
  background-color: #313d53 !important;
}
.blog-modern-item .pow-audio-section {
  height: 170px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 780px) {
  .blog-modern-item .pow-audio-section .audio-has-img {
    margin: 0 !important;
  }
  .blog-modern-item .pow-audio-section .audio-thumb {
    display: none;
  }
}
.blog-modern-item .pow-audio-section .jp-audio.audio-has-img {
  margin-left: 0 ;
}
.blog-modern-item .pow-audio-section .jp-audio div.jp-interface {
  min-height: 160px !important;
}
.blog-modern-item .blog-modern-comment,
.blog-modern-item .blog-modern-share,
.blog-modern-item .pow-love-holder {
  display: block;
  padding: 12px 0;
  color: #898989;
  text-align: center;
  line-height: 16px;
}
.blog-modern-item .blog-modern-comment i,
.blog-modern-item .blog-modern-share i,
.blog-modern-item .pow-love-holder i {
  font-size: 14px;
}
.blog-modern-item .blog-share-container {
  display: block;
  float: none;
}
.blog-modern-item .blog-modern-comment {
  line-height: 16px;
}
.blog-modern-item .blog-modern-comment span {
  display: block;
}
.blog-modern-item .blog-modern-share {
  cursor: pointer;
  padding: 20px 0;
}
.blog-modern-item .pow-love-holder span {
  display: block;
}
.blog-modern-item .blog-social-share {
  position: absolute;
  left: 50px;
  bottom: -10px;
  background-color: #313d53;
  margin: 0;
  list-style: none;
  width: 160px;
  text-align: center;
  padding: 10px;
  text-transform: center;
  -webkit-box-shadow: 4px 4px 0 0 rgba(20, 20, 20, 0.4);
  -moz-box-shadow: 4px 4px 0 0 rgba(20, 20, 20, 0.4);
  box-shadow: 4px 4px 0 0 rgba(20, 20, 20, 0.4);
}
.blog-modern-item .blog-social-share:before {
  left: -5px;
  top: 50%;
  margin-top: -5px;
}
.blog-modern-item .blog-social-share li {
  display: inline-block;
  margin: 16px 0;
}
.blog-modern-social-section {
  float: left;
  width: 50px;
  -webkit-box-shadow: 1px 0 0 0 rgba(128, 128, 128, 0.2);
  -moz-box-shadow: 1px 0 0 0 rgba(128, 128, 128, 0.2);
  box-shadow: 1px 0 0 0 rgba(128, 128, 128, 0.2);
  min-height: 150px;
  text-transform: center;
}
.blog-modern-social-section > * {
  margin: 1px 0;
}
.blog-classic-item {
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.blog-classic-item .pow-readmore {
  position: absolute;
  right: 20px;
  bottom: 15px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-classic-item .pow-readmore i {
  margin-left: 5px;
  font-size: 12px;
}
.blog-classic-item .pow-readmore:hover {
  color: #313d53 !important;
}
.blog-classic-item .blog-social-share {
  left: 50px;
  bottom: -10px;
  min-width: 150px;
}
.blog-classic-item .blog-social-share:before {
  left: -5px;
  top: 50%;
}
.blog-classic-item .blog-social-share li {
  float: left;
  display: inline-block;
}
.blog-classic-item .pow-audio-section {
  height: 170px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 780px) {
  .blog-classic-item .pow-audio-section .audio-has-img {
    margin: 0 !important;
  }
  .blog-classic-item .pow-audio-section .audio-thumb {
    display: none;
  }
}
.blog-classic-item .pow-audio-section .jp-audio.audio-has-img {
  margin-left: 0;
}
.blog-classic-item .pow-audio-section .jp-audio div.jp-interface {
  min-height: 160px !important;
}
.featured-image:hover img {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.featured-image:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
}
.pow-classic-comments,
.pow-blog-share {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
  text-align: center;
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.pow-classic-comments i,
.pow-blog-share i {
  line-height: 32px;
  color: #636363;
  font-size: 16px;
}
.pow-classic-comments span {
  position: absolute;
  font-weight: bold;
  color: #fff;
  line-height: 10px;
  font-size: 11px;
  height: 20px;
  padding: 0 7px;
  line-height: 20px;
  right: -15px;
  top: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.pow-classic-comments:hover,
.pow-blog-share:hover {
  background-color: #f1f1f1;
}
.blog-share-container {
  margin-top: -3px;
  position: relative;
  float: left;
}
.post-type-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  margin: -24px 0 0 -24px;
}
.post-type-badge i {
  font-size: 48px;
  color: #fff;
}
.pow-blog-portraite {
  width: 100%;
}
.pow-blog-portraite .featured-image {
  float: left;
  display: inline-block;
  width: 50%;
}
.pow-blog-portraite .pow-blog-meta {
  float: left;
  width: 50%;
}
@media handheld, only screen and (max-width: 1140px) {
  .pow-blog-portraite {
    width: 100%;
  }
  .pow-blog-portraite .featured-image {
    float: none !important;
    display: block;
    width: 100%  !important;
  }
  .pow-blog-portraite .pow-blog-meta {
    float: none !important;
    width: 100% !important;
  }
}
.sticky {
  border: 1px solid #cccccc;
}
.the-excerpt {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.image-hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-box-shadow: inset 0 0 1920px 1920px rgba(128, 128, 128, 0.5);
  -moz-box-shadow: inset 0 0 1920px 1920px rgba(128, 128, 128, 0.5);
  box-shadow: inset 0 0 1920px 1920px rgba(128, 128, 128, 0.5);
}
.pow-audio-section {
  display: block;
  background-color: #fbb845;
  height: 100px;
}
.pow-audio-section > img {
  float: left;
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.pow-audio-section .pow-audio-author {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  position: absolute;
  top: 40px;
  left: 10px;
  display: block;
  color: #fff;
}
.pow-readmore {
  line-height: 12px;
  font-weight: bold;
  font-size: 12px;
}
.pow-readmore i {
  margin-right: 5px;
  text-decoration: none;
  font-size: 8px;
}
.pow-readmore:hover {
  color: #313d53 !important;
}
.blog-modern-item .pow-blog-meta,
.blog-classic-item .pow-blog-meta {
  padding: 20px;
}
.blog-modern-item .the-title,
.blog-classic-item .the-title {
  margin-top: 5px;
}
.blog-modern-item .the-title a,
.blog-classic-item .the-title a {
  font-size: 24px;
  line-height: 24px;
}
.blog-modern-item .the-excerpt,
.blog-classic-item .the-excerpt {
  margin-bottom: 20px;
}
.blog-modern-item .pow-categories,
.blog-classic-item .pow-categories,
.blog-modern-item .pow-blog-author,
.blog-classic-item .pow-blog-author,
.blog-modern-item time,
.blog-classic-item time {
  display: inline-block;
  font-size: 11px;
  color: #999999;
  margin-right: 5px;
}
.blog-modern-item .pow-categories a,
.blog-classic-item .pow-categories a,
.blog-modern-item .pow-blog-author a,
.blog-classic-item .pow-blog-author a,
.blog-modern-item time a,
.blog-classic-item time a {
  color: #313d53;
}
.blog-modern-item .featured-image,
.blog-classic-item .featured-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-modern-item .featured-image a,
.blog-classic-item .featured-image a {
  overflow: hidden;
  display: block;
}
.blog-modern-item .featured-image img,
.blog-classic-item .featured-image img {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.985, 0.005, 0.03, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.985, 0.005, 0.03, 0.99);
  -o-transition: all 500ms cubic-bezier(0.985, 0.005, 0.03, 0.99);
  transition: all 500ms cubic-bezier(0.985, 0.005, 0.03, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.985, 0.005, 0.03, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.985, 0.005, 0.03, 0.99);
  -o-transition-timing-function: cubic-bezier(0.985, 0.005, 0.03, 0.99);
  transition-timing-function: cubic-bezier(0.985, 0.005, 0.03, 0.99);
}
.blog-modern-item .featured-image:hover .image-hover-overlay,
.blog-classic-item .featured-image:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
  -moz-opacity: 0.85;
}
.blog-modern-item .featured-image:hover .post-type-badge,
.blog-classic-item .featured-image:hover .post-type-badge {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.blog-modern-item .featured-image:hover img,
.blog-classic-item .featured-image:hover img {
  -webkit-transform: scale(1.3) rotate(3deg);
  -moz-transform: scale(1.3) rotate(3deg);
  -ms-transform: scale(1.3) rotate(3deg);
  -o-transform: scale(1.3) rotate(3deg);
}
.blog-social-share {
  position: absolute;
  background-color: #313d53;
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 10px;
  display: none;
}
.blog-social-share:before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #313d53;
  content: "";
}
.blog-social-share li {
  margin: 0;
}
.blog-social-share li a {
  color: #a8a8a8;
  display: block;
  margin: 0 10px;
}
.blog-social-share li a:hover {
  color: #ffffff;
}
.blog-social-share li a i {
  font-size: 16px;
}
.blog-newspaper-item {
  margin: 0;
  float: left;
  overflow: hidden;
  opacity: 0;
}
.blog-newspaper-item .blog-item-holder {
  margin: 0 12px 24px 12px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 2px rgba(128, 128, 128, 0.1);
  -moz-box-shadow: inset 0 0 0 2px rgba(128, 128, 128, 0.1);
  box-shadow: inset 0 0 0 2px rgba(128, 128, 128, 0.1);
}
.blog-newspaper-item.one-column {
  width: 100%;
}
.blog-newspaper-item.two-column {
  width: 50%;
}
.blog-newspaper-item.three-column {
  width: 33.1%;
}
.blog-newspaper-item.four-column {
  width: 25%;
}
.blog-newspaper-item.four-column .blog-grid-holder {
  margin: 0 8px 16px 8px;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-newspaper-item.three-column,
  .blog-newspaper-item.four-column {
    width: 49.5% !important;
  }
}
@media handheld, only screen and (max-width: 650px) {
  .blog-newspaper-item.three-column,
  .blog-newspaper-item.four-column,
  .blog-newspaper-item.two-column {
    width: 100% !important;
  }
  .blog-newspaper-item .blog-item-holder {
    margin: 0 0 18px 0 !important;
  }
}
.blog-newspaper-item .featured-image {
  position: relative;
  overflow: hidden;
}
.blog-newspaper-item .featured-image img {
  width: 100%;
  max-width: 100%;
}
.blog-newspaper-item .featured-image:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.blog-newspaper-item .featured-image:hover .post-type-badge {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.blog-newspaper-item .pow-blog-meta {
  padding: 20px;
}
.blog-newspaper-item time {
  margin-bottom: 15px;
  display: block;
}
.blog-newspaper-item time a {
  font-size: 11px;
  line-height: 11px;
  color: #999999;
  font-style: italic;
  letter-spacing: 1px;
}
.blog-newspaper-item .the-title {
  line-height: 18px;
  margin-bottom: 10px !important;
}
.blog-newspaper-item .the-title a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.blog-newspaper-item .the-excerpt {
  color: #555555;
}
.blog-newspaper-item .pow-readmore {
  float: left;
  margin-top: 7px;
}
.blog-newspaper-item .newspapre-footer-icons {
  float: right;
  margin-left: 15px;
  color: #cccccc;
  cursor: pointer;
}
.blog-newspaper-item .newspapre-footer-icons:hover {
  color: #b1b1b1;
}
.blog-newspaper-item .newspaper-item-footer-holder {
  padding: 20px;
}
.blog-newspaper-item .newspaper-item-footer {
  background-color: #fafafa;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list {
  margin: 0;
  list-style: none;
  display: none;
  background-color: #fff;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li {
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:first-child {
  padding-top: 20px !important;
  border-top: 1px solid #e3e3e3;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li:last-child {
  padding-bottom: 10px !important;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .avatar {
  float: left;
  display: inline-block;
  margin: 0 16px 5px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-author {
  font-weight: bold;
  display: block;
  margin: 0 0 4px 40px;
  font-size: 11px;
  line-height: 15px;
  color: #333333;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-comments-list li .comment-content {
  line-height: 18px;
  font-size: 11px;
  color: #666666;
  display: block;
  margin-left: 50px;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-social-share {
  display: none;
  list-style: none;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  background-color: #fff;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-social-share li {
  display: inline-block;
  margin: 0;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a {
  width: 30px;
  height: 30px;
  border: 1px solid #b9b9b9;
  margin: 0 7px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: block;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a i {
  color: #b9b9b9;
  font-size: 16px;
  line-height: 30px;
}
.blog-newspaper-item .newspaper-item-footer .newspaper-social-share li a:hover {
  color: #9b9b9b;
  border-color: #9b9b9b;
}
/* 
* Pageination
*/
.pow-pagination {
  margin: 40px 0;
  text-align: center;
  padding: 25px 0 0;
  border-top: 1px solid #bcbcbc;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.pow-pagination .pow-pagination-inner {
  margin: 0 10px;
  float: left;
}
.pow-pagination .page-number,
.pow-pagination .current-page,
.pow-pagination .pow-pagination-next a,
.pow-pagination .pow-pagination-previous a {
  display: block;
  padding: 11px 14px;
  line-height: 12px;
  font-size: 12px;
  margin: 0 1px;
  font-weight: bold;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-pagination .page-number,
.pow-pagination .current-page {
  background-color: #313d53;
  color: #fff !important;
}
.pow-pagination .page-number:hover,
.pow-pagination .current-page:hover {
  background-color: #a1a1a1;
}
.pow-pagination .current-page {
  background-color: #a1a1a1;
}
.pow-pagination .pow-total-pages {
  float: right;
}
.pow-pagination .pow-pagination-next a,
.pow-pagination .pow-pagination-previous a {
  float: left;
  color: #a1a1a1;
}
.pow-pagination .pow-pagination-next a:before,
.pow-pagination .pow-pagination-previous a:before {
  line-height: 32px;
  font-size: 16px;
}
.pow-pagination .pow-pagination-next a:hover,
.pow-pagination .pow-pagination-previous a:hover {
  color: #313d53;
}
.pow-page-links {
  margin: 10px 0 20px 10px;
  font-weight: bold;
}
.pow-page-links a {
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  margin: 0;
}
/* Loader */
.pow-loader {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.pow-loader::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #73a000;
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.pow-loader.la-animate {
  z-index: 910;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pow-loader.la-animate::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 5.4s linear 0.3s;
  transition: transform 5.4s linear 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pow-loadmore-button {
  margin: 0 auto 40px;
  color: #313d53 !important;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 0 0 15px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.pow-loadmore-button:hover {
  opacity: 0.8;
}
.pow-loadmore-button .pow-moon-arrow-down-4 {
  font-size: 16px;
  margin-right: 10px;
  color: #b5b5b5;
}
.pow-loadmore-button .pow-moon-loop-4 {
  font-size: 16px;
  color: #313d53;
  -moz-animation: spin 0.6s infinite linear;
  -o-animation: spin 0.6s infinite linear;
  -webkit-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
  display: block;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-loadmore-button.pagination-loading {
  background-color: #fff;
  color: #d7d7d7 !important;
}
.pow-loadmore-button.pagination-loading .pow-moon-arrow-down-4 {
  color: #e6e6e6;
}
.pow-loadmore-button.pagination-loading .pow-moon-loop-4 {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-loadmore-button #infscr-loading {
  display: none !important;
}
.pow-loadmore-button.disable-pagination {
  cursor: default;
}
@media handheld, only screen and (max-width: 700px) {
  .pow-loadmore-button {
    width: 100% !important;
  }
}
.pow-blog-single .the-title {
  margin-bottom: 10px;
}
.pow-blog-single .the-title a {
  font-size: 28px;
}
.pow-blog-single .blog-single-meta {
  margin-bottom: 20px;
  float: left;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-blog-single .blog-single-meta {
    float: none !important;
    display: block;
  }
}
.pow-blog-single .pow-blog-author,
.pow-blog-single .pow-post-date,
.pow-blog-single .pow-post-cat {
  color: #999999;
  font-style: italic;
  font-size: 11px;
  display: inline-block;
}
.pow-blog-single article {
  position: relative;
}
.pow-blog-single .pow-audio-section {
  height: 170px;
  overflow: hidden;
}
.pow-blog-single .pow-audio-section .jp-audio.audio-has-img {
  margin-left: 0;
}
.pow-blog-single .pow-audio-section .jp-audio div.jp-interface {
  min-height: 160px !important;
}
@media handheld, only screen and (max-width: 780px) {
  .pow-blog-single .pow-audio-section .audio-has-img {
    margin: 0 !important;
  }
  .pow-blog-single .pow-audio-section .audio-thumb {
    display: none;
  }
}
.single-social-section {
  float: right;
}
.single-social-section .blog-modern-comment,
.single-social-section .blog-share-container,
.single-social-section .pow-love-holder {
  float: right;
  display: inline-block;
  margin-left: 30px;
}
.single-social-section .blog-modern-comment i {
  color: #898989;
}
.single-social-section .blog-share-container {
  position: relative;
}
.single-social-section .blog-single-share {
  cursor: pointer;
}
.single-social-section .blog-single-share i {
  font-size: 18px;
  color: #898989;
}
@media handheld, only screen and (max-width: 960px) {
  .single-social-section {
    float: none !important;
    display: block;
    margin-bottom: 20px;
  }
  .single-social-section .blog-modern-comment,
  .single-social-section .blog-share-container,
  .single-social-section .pow-love-holder {
    float: left;
    padding: 0 20px 0 0!important;
    margin: 0 !important;
  }
  .single-social-section .single-share-box {
    right: -170px;
    left: auto !important;
  }
  .single-social-section .single-share-box:before {
    left: -5px;
    right: auto !important;
  }
}
.single-share-box {
  position: absolute;
  left: -180px;
  bottom: -13px;
  background-color: #313d53;
  margin: 0;
  list-style: none;
  display: none;
  text-align: center;
  padding: 12px;
  text-transform: center;
}
.single-share-box:before {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #313d53;
  content: "";
}
.single-share-box li {
  float: left;
  margin: 0;
}
.single-share-box li a {
  color: #a8a8a8;
  display: block;
  margin: 0 10px;
}
.single-share-box li a:hover {
  color: #ffffff;
}
.single-share-box li a i {
  font-size: 16px;
}
.pow-blog-next-prev {
  display: block;
  margin-bottom: -10px;
}
.pow-blog-next-prev a {
  float: left !important;
}
.pow-single-content {
  margin: 30px 0 60px;
}
.single-post-tags {
  margin-bottom: 30px;
}
.single-post-tags span {
  font-size: 12px;
  color: #999999;
  margin-right: 15px;
}
.single-post-tags a {
  display: inline-block;
  padding: 5px 8px;
  margin: 5px 5px 0 0;
  line-height: 13px;
  font-size: 12px;
  background-color: #bebebe;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
}
.single-back-top {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
}
.single-back-top a {
  float: right;
  margin-top: -15px;
  font-size: 13px;
  color: #999999;
}
.single-back-top a:hover {
  color: #afafaf;
}
.single-back-top a i {
  padding-right: 5px;
}
@media handheld, only screen and (max-width: 800px) {
  .single-back-top {
    display: none !important;
  }
}
.pow-about-author-wrapper {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.pow-about-author-wrapper .avatar {
  display: block;
  margin: 8px 0 0 0;
  border: 1px #ccc solid;
}
.pow-about-author-wrapper .avatar-wrapper {
  display: block;
  width: 80px;
  float: left;
}
.pow-about-author-wrapper .pow-about-author-meta {
  display: block;
  margin-left: 80px;
}
.pow-about-author-wrapper .about-author-name {
  display: block;
  font-weight: bold;
}
.pow-about-author-wrapper .about-author-desc {
  display: block;
}
.pow-about-author-wrapper .about-author-social {
  list-style: none;
  margin: 10px 0 0;
}
.pow-about-author-wrapper .about-author-social li {
  display: inline-block;
  float: left;
  margin: 0;
}
.pow-about-author-wrapper .about-author-social li a {
  padding: 5px 4px;
  margin-right: 5px;
  line-height: 4px;
  display: block;
}
.pow-about-author-wrapper .about-author-social li a:hover {
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.pow-about-author-wrapper .about-author-social li a i {
  color: #fff;
}
.pow-about-author-wrapper .about-author-social li .googleplus-icon {
  background-color: #D73D32;
}
.pow-about-author-wrapper .about-author-social li .twitter-icon {
  background-color: #1fabc9;
}
.pow-about-author-wrapper .about-author-social li .email-icon {
  background-color: #adadad;
}
.similar-post-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-similar-posts {
  margin-bottom: 40px;
  border-bottom: 3px solid #dddddd;
  padding-bottom: 30px;
}
.blog-similar-posts .similar-post-holder {
  border: 1px solid #efefef;
  overflow: hidden;
  margin: 0 10px 20px;
}
.blog-similar-posts ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}
.blog-similar-posts ul.three-cols li {
  width: 33.3%;
}
.blog-similar-posts ul.four-cols li {
  width: 24.9%;
}
.blog-similar-posts ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.blog-similar-posts ul li img {
  position: relative;
}
@media handheld, only screen and (max-width: 960px) {
  .blog-similar-posts li {
    width: 50% !important;
  }
  .blog-similar-posts li img {
    -webkit-backface-visibility: hidden;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .blog-similar-posts li {
    width: 100% !important;
  }
}
.pow-similiar-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.pow-similiar-thumbnail .image-hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-similiar-thumbnail:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.pow-similiar-title {
  padding: 15px;
  display: block;
  color: #313d53;
  font-weight: bold;
  font-size: 12px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-author-social.archive {
  list-style: none;
  margin: 10px 0 0;
}
.about-author-social.archive li {
  display: inline-block;
  float: left;
  margin: 0;
}
.about-author-social.archive li a {
  padding: 5px 4px;
  margin-right: 5px;
  line-height: 4px;
  display: block;
}
.about-author-social.archive li a:hover {
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.about-author-social.archive li a i {
  color: #fff;
}
.about-author-social.archive li .googleplus-icon {
  background-color: #D73D32;
}
.about-author-social.archive li .twitter-icon {
  background-color: #1fabc9;
}
.about-author-social.archive li .email-icon {
  background-color: #adadad;
}
.pow-commentlist {
  margin: 0 0 40px;
}
.pow-commentlist li {
  list-style: none;
  margin: 0 0 15px;
}
.pow-commentlist li .pow-single-comment {
  margin-bottom: 20px;
}
.pow-commentlist li .gravatar {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 0 10px;
}
.pow-commentlist li .comment-author {
  font-weight: bold;
  color: #666;
  float: left;
  margin: 6px 16px 0 0;
}
.pow-commentlist li .comment-time {
  display: inline-block;
  float: left;
  color: #999999;
  margin: 6px 16px 0 0;
  font-size: 11px;
}
.pow-commentlist li .comment-reply {
  float: left;
  display: inline-block;
  margin-top: 6px;
}
.pow-commentlist li .comment-content {
  display: block;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin-top: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.pow-commentlist li .comment-content p {
  margin: 0;
}
.pow-commentlist li .comment-content:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 22px;
  top: -8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
}
.pow-commentlist li .children {
  margin-left: 30px;
}
.blog-comment-title {
  text-align: center;
  color: #666666 !important;
}
.comment-form-info {
  font-size: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9a9a9a;
}
.cancel-comment-reply {
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 11px;
}
form#commentform {
  margin-bottom: 40px;
}
form#commentform .comment-textarea {
  margin-bottom: 4px;
}
form#commentform .comment-textarea textarea {
  width: 100%;
}
.bypostauthor .comment-content {
  background-color: rgba(0, 0, 0, 0.03);
}
#respond {
  margin-top: 50px;
  position: relative;
}
#respond .respond-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #666666;
}
.comment-form-row {
  width: 33%;
  display: inline-block;
  margin-bottom: 7px;
}
.comment-form-row input {
  width: 100%;
}
.comment-form-button {
  float: left;
  margin: 10px 0 0 0 !important;
}
.comments-back-top {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  color: #999999;
}
.comments-back-top:hover {
  color: #afafaf;
}
.comments-back-top i {
  padding-right: 6px;
}
@media only screen and (max-width: 960px) {
  .comment-form-row {
    width: 100%;
    margin-bottom: 7px;
  }
  form#commentform .comment-textarea textarea {
    width: 100% !important;
    margin-bottom: 6px;
  }
}
.search-result-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.search-result-item .the-title {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.search-result-item .the-title a {
  font-size: 16px;
}
.search-result-item .search-loop-meta {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  font-size: 11px;
}
.search-result-item .search-loop-meta .pow-blog-author {
  display: inline-block;
}
.search-result-item .search-loop-meta time {
  display: inline-block;
}
.search-result-item .search-loop-meta .pow-search-cats {
  display: inline-block;
}
.search-result-item .the-excerpt p {
  margin-bottom: 5px;
}
.search-result-item .pow-search-permnalink {
  margin-bottom: 10px;
}
.pow-search-loop .widget_search {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pow-search-loop .widget_search .pow-searchform {
  margin: 0 auto;
  width: 100%;
}
@media handheld, only screen and (max-width: 700px) {
  .pow-search-loop .widget_search .pow-searchform {
    width: 100%;
  }
}
.pow-search-loop .widget_search p {
  margin-bottom: 10px;
}
/**
 * 04. CSS Ideology: Portfolio Styles
 */
#pow-filter-portfolio {
  margin-bottom: 15px;
}
#pow-filter-portfolio.filter-classic {
  padding-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
}
#pow-filter-portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: inline-block;
}
#pow-filter-portfolio ul li {
  display: inline-block;
  float: left;
  margin: 0 10px 5px 0;
}
#pow-filter-portfolio ul li a {
  padding: 8px;
  line-height: 12px;
  font-size: 13px;
  display: block;
  border: 1px solid transparent;
}
#pow-filter-portfolio ul li a.current {
  background-color: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-portfolio-list .pow-portfolio-item {
  width: 98% !important;
  margin: 0 0 20px !important;
}
.pow-portfolio-list .portfolio-meta-wrapper {
  float: left;
  width: 55%;
}
.pow-portfolio-list .featured-image {
  width: 45%;
  float: left;
}
.pow-portfolio-classic-item {
  float: left;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-portfolio-classic-item .portfolio-classic-holder {
  margin: 0 10px 20px 10px;
  background-color: #fff;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 2px 0 #f9f9f9;
  -moz-box-shadow: 0 2px 0 #f9f9f9;
  box-shadow: 0 2px 0 #f9f9f9;
  overflow: hidden;
}
.pow-portfolio-classic-item.portfolio-one-column {
  width: 100%;
}
.pow-portfolio-classic-item.portfolio-two-column {
  width: 50%;
}
.pow-portfolio-classic-item.portfolio-three-column {
  width: 33.31%;
}
.pow-portfolio-classic-item.portfolio-four-column {
  width: 25%;
}
.pow-portfolio-classic-item.portfolio-five-column {
  width: 20%;
}
.pow-portfolio-classic-item.portfolio-six-column {
  width: 16.6%;
}
@media handheld, only screen and (max-width: 1140px) {
  .pow-portfolio-classic-item.portfolio-four-column,
  .pow-portfolio-classic-item.portfolio-five-column,
  .pow-portfolio-classic-item.portfolio-six-column {
    width: 33.1%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .pow-portfolio-classic-item.portfolio-two-column,
  .pow-portfolio-classic-item.portfolio-three-column,
  .pow-portfolio-classic-item.portfolio-four-column,
  .pow-portfolio-classic-item.portfolio-five-column,
  .pow-portfolio-classic-item.portfolio-six-column {
    width: 49.5%;
  }
}
@media handheld, only screen and (max-width: 540px) {
  .pow-portfolio-classic-item {
    width: 100% !important;
  }
}
.pow-portfolio-classic-item .featured-image {
  position: relative;
  overflow: hidden;
}
.pow-portfolio-classic-item .featured-image img {
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.pow-portfolio-classic-item .featured-image .image-hover-overlay {
  z-index: 11;
}
.pow-portfolio-classic-item .featured-image:hover .permalink-badge,
.pow-portfolio-classic-item .featured-image:hover .pow-lightbox {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-portfolio-classic-item .featured-image:hover .permalink-badge {
  left: 50%;
}
.pow-portfolio-classic-item .featured-image:hover .pow-lightbox {
  right: 50%;
}
.pow-portfolio-classic-item .featured-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.pow-portfolio-classic-item .permalink-badge,
.pow-portfolio-classic-item .pow-lightbox {
  position: absolute;
  z-index: 20;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -20px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.pow-portfolio-classic-item .permalink-badge:hover,
.pow-portfolio-classic-item .pow-lightbox:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.pow-portfolio-classic-item .permalink-badge i,
.pow-portfolio-classic-item .pow-lightbox i {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.pow-portfolio-classic-item .permalink-badge {
  margin-left: -50px;
}
.pow-portfolio-classic-item .pow-lightbox {
  margin-right: -50px;
}
.pow-portfolio-classic-item .pow-lightbox.hover-single-icon {
  margin-right: -20px !important;
}
.portfolio-meta-wrapper {
  padding: 20px;
}
.portfolio-meta-wrapper .the-title {
  line-height: 20px !important;
  margin-bottom: 8px;
  font-size: 14px !important;
}
.portfolio-meta-wrapper .the-title a {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.portfolio-meta-wrapper .portfolio-categories {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-meta-wrapper .the-excerpt {
  margin-top: 10px;
}
.pow-portfolio-orientation,
.pow-woocommerce-orientation {
  float: right;
  margin-top: 10px;
}
.pow-portfolio-orientation a,
.pow-woocommerce-orientation a {
  display: block;
  float: right;
  padding: 14px 16px;
  line-height: 11px;
  background-color: #e8e8e8;
  border: 1px solid #d1d1d1;
  background-repeat: no-repeat;
  background-image: url(../images/portfolio-orientation.png);
  margin-left: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
}
.pow-portfolio-orientation a:active,
.pow-woocommerce-orientation a:active,
.pow-portfolio-orientation a.current,
.pow-woocommerce-orientation a.current {
  background-color: #fff;
}
@media handheld, only screen and (max-width: 860px) {
  .pow-portfolio-orientation,
  .pow-woocommerce-orientation {
    display: none !important;
  }
}
.pow-list-view {
  background-position: 7px 8px;
}
.pow-grid-view {
  background-position: -77px -27px;
}
/*******************************/
/* Modern Style */
.pow-modern-portfolio-item {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  float: left;
  margin: 0 2px 4px;
}
.pow-modern-portfolio-item.portfolio-one-column {
  width: 100%;
}
.pow-modern-portfolio-item.portfolio-two-column {
  width: 49.4%;
}
.pow-modern-portfolio-item.portfolio-three-column {
  width: 32.8%;
}
.pow-modern-portfolio-item.portfolio-four-column {
  width: 24.6%;
}
.pow-modern-portfolio-item.portfolio-five-column {
  width: 19.6%;
}
.pow-modern-portfolio-item.portfolio-six-column {
  width: 16%;
}
@media handheld, only screen and (max-width: 1140px) {
  .pow-modern-portfolio-item.portfolio-four-column,
  .pow-modern-portfolio-item.portfolio-five-column,
  .pow-modern-portfolio-item.portfolio-six-column {
    width: 32%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .pow-modern-portfolio-item.portfolio-two-column,
  .pow-modern-portfolio-item.portfolio-three-column,
  .pow-modern-portfolio-item.portfolio-four-column,
  .pow-modern-portfolio-item.portfolio-five-column,
  .pow-modern-portfolio-item.portfolio-six-column {
    width: 48%;
  }
}
@media handheld, only screen and (max-width: 540px) {
  .pow-modern-portfolio-item {
    width: 100% !important;
  }
}
.pow-modern-portfolio-item.portfolio-six-column .modern-portfolio-meta {
  display: none;
}
.pow-modern-portfolio-item .modern-portfolio-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  text-transform: uppercase;
  padding-bottom: 20px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  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;
}
.pow-modern-portfolio-item .the-title {
  letter-spacing: 2px;
  padding: 0 20px;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.pow-modern-portfolio-item .portfolio-categories {
  padding: 0 20px;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-modern-portfolio-item .portfolio-categories span {
  color: #fff;
}
.pow-modern-portfolio-item .modern-post-type-icon {
  position: absolute;
  display: block;
  z-index: 20;
  top: 25%;
  left: 50%;
  margin-left: -26px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 32px;
  color: #fff;
}
.pow-modern-portfolio-item .modern-post-type-icon i {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  padding: 10px;
}
.pow-modern-portfolio-item .featured-image {
  position: relative;
  overflow: hidden;
}
.pow-modern-portfolio-item .featured-image img {
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.pow-modern-portfolio-item .featured-image .image-hover-overlay {
  z-index: 11;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-box-shadow: inset 0 0 1920px 1920px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 1920px 1920px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 1920px 1920px rgba(0, 0, 0, 0.5);
}
.pow-modern-portfolio-item .featured-image .modern-post-type-icon {
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0.005, 1);
  -webkit-transition: all 500ms cubic-bezier(1, -0.12, 0.005, 1);
  -moz-transition: all 500ms cubic-bezier(1, -0.12, 0.005, 1);
  -o-transition: all 500ms cubic-bezier(1, -0.12, 0.005, 1);
  transition: all 500ms cubic-bezier(1, -0.12, 0.005, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.005, 1);
  -webkit-transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
  -moz-transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
  transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
}
.pow-modern-portfolio-item .featured-image:hover .modern-post-type-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.pow-modern-portfolio-item .featured-image:hover .modern-portfolio-meta {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  bottom: 30px;
}
.pow-modern-portfolio-item .featured-image:hover .portfolio-categories {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-modern-portfolio-item .featured-image:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-two-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-two-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-three-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-three-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-four-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-four-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-five-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-five-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-six-column,
.pow-main-wrapper.right-layout .pow-modern-portfolio-item.portfolio-six-column {
  width: 49.5%;
}
.ajax-container {
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  border: 1px solid #dddddd;
  -webkit-transform: scale(0) rotateX(45deg);
  -moz-transform: scale(0) rotateX(45deg);
  -ms-transform: scale(0) rotateX(45deg);
  -o-transform: scale(0) rotateX(45deg);
  margin: 15px 7px 0px 2px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.ajax-container.opened {
  z-index: 999;
  height: auto !important;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
}
.ajax_project {
  padding: 20px;
}
.ajax-controls {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.ajax-controls a {
  float: right;
  width: 37px;
  height: 37px;
  text-align: center;
  color: #bbbbbb;
  border-left: 1px solid #dddddd;
}
.ajax-controls a.close-ajax {
  float: left;
  border-left: none;
  border-right: 1px solid #dddddd;
}
.ajax-controls a i {
  font-size: 16px;
  line-height: 37px;
}
.ajax-controls a:hover {
  color: #222222;
}
.portfolio-loader {
  position: absolute;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.portfolio-loader > div {
  background: url(../images/ajax-loading.gif) no-repeat center center #000000;
  border-radius: 30px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 40%;
  width: 60px;
  opacity: 0.7;
  z-index: 10000;
}
.pow-loop-next-prev a {
  position: fixed;
  z-index: 900;
  height: 130px;
  width: 40px;
  display: block;
  background-color: transparent;
  top: 50%;
  margin-top: -65px;
}
.pow-loop-next-prev a:hover {
  background-color: transparent;
}
.pow-loop-next-prev a i {
  font-size: 36px;
  color: #b2b2b2;
  line-height: 130px;
  text-align: center;
  width: 36px;
}
.pow-loop-next-prev .pow-next-post {
  right: 0;
}
.pow-loop-next-prev .pow-next-post i {
  width: 40px;
}
.pow-loop-next-prev .pow-prev-post {
  left: 0;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-loop-next-prev {
    display: none !important;
  }
}
.single-featured-image,
.pow-portfolio-video {
  margin-bottom: 40px;
}
.portfolio-title {
  display: block;
  font-size: 26px !important;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 3px solid #dddddd;
}
.portfolio-single-cat {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.portfolio-desc {
  margin-bottom: 20px;
  padding-right: 40px;
}
.portfolio-single-content {
  margin-bottom: 40px;
}
.portfolio-similar-posts {
  padding: 60px 0;
  border-top: 1px solid #dfe2e5;
  background-color: rgba(0, 0, 0, 0.03);
}
.portfolio-similar-posts .similar-post-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #3f3f3f;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
}
.portfolio-similar-posts ul {
  margin: 0;
  padding: 0;
  line-height: 4px;
  text-align: center;
  width: 100%;
}
.portfolio-similar-posts ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 25%;
}
@media handheld, only screen and (max-width: 960px) {
  .portfolio-similar-posts ul li {
    width: 33.33%;
  }
}
@media handheld, only screen and (max-width: 780px) {
  .portfolio-similar-posts ul li {
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .portfolio-similar-posts ul li {
    width: 100%;
  }
}
.portfolio-similar-posts-image {
  position: relative;
  line-height: 4px;
}
.portfolio-similar-posts-image img {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.portfolio-similar-posts-image .image-hover-overlay {
  z-index: 11;
  background-color: #000 !important;
}
.portfolio-similar-posts-image .modern-post-type-icon {
  top: 10%;
}
.portfolio-similar-posts-image .portfolio-similar-meta {
  bottom: 0;
}
.portfolio-similar-posts-image:hover .modern-post-type-icon {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  top: 20%;
}
.portfolio-similar-posts-image:hover .portfolio-similar-meta {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  bottom: 10px;
}
.portfolio-similar-posts-image:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.portfolio-similar-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  text-transform: uppercase;
  padding: 20px;
  line-height: 22px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-similar-meta .the-title {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.portfolio-similar-meta .portfolio-categories {
  color: #fff;
}
.pow-image-shortcode .pow-image-inner.stack.stack-spread,
.pow-image-shortcode .stack.stack-spread,
.pow-image-shortcode .pow-image-inner.stack.stack-fanout,
.pow-image-shortcode .stack.stack-fanout,
.pow-image-shortcode .pow-image-inner.stack.stack-randomrot,
.pow-image-shortcode .stack.stack-randomrot,
.pow-image-shortcode .pow-image-inner.stack.stack-sideslide,
.pow-image-shortcode .stack.stack-sideslide,
.pow-image-shortcode .pow-image-inner.stack.stack-sidegrid,
.pow-image-shortcode .stack.stack-sidegrid,
.pow-image-shortcode .pow-image-inner.stack.stack-bouncygrid,
.pow-image-shortcode .stack.stack-bouncygrid,
.pow-image-shortcode .pow-image-inner.stack.stack-peekaboo,
.pow-image-shortcode .stack.stack-peekaboo,
.pow-image-shortcode .pow-image-inner.stack.stack-previewgrid,
.pow-image-shortcode .stack.stack-previewgrid,
.pow-image-shortcode .pow-image-inner.stack.stack-cornergrid,
.pow-image-shortcode .stack.stack-cornergrid,
.pow-image-shortcode .pow-image-inner.stack.stack-coverflow,
.pow-image-shortcode .stack.stack-coverflow,
.pow-image-shortcode .pow-image-inner.stack.stack-leaflet,
.pow-image-shortcode .stack.stack-leaflet,
.pow-image-shortcode .pow-image-inner.stack.stack-vertspread,
.pow-image-shortcode .stack.stack-vertspread,
.pow-image-shortcode .pow-image-inner.stack.stack-vertelastic,
.pow-image-shortcode .stack.stack-vertelastic,
.pow-image-shortcode .pow-image-inner.stack.stack-fan,
.pow-image-shortcode .stack.stack-fan,
.pow-image-shortcode .pow-image-inner.stack.stack-queue,
.pow-image-shortcode .stack.stack-queue {
  margin: 20px auto;
  width: 100%;
  overflow: visible;
  padding: 0;
  position: relative;
  max-width: 100%;
}
.pow-image-shortcode .pow-image-inner.stack.stack-spread .stack-figure,
.pow-image-shortcode .stack.stack-spread .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-fanout .stack-figure,
.pow-image-shortcode .stack.stack-fanout .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-randomrot .stack-figure,
.pow-image-shortcode .stack.stack-randomrot .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-sideslide .stack-figure,
.pow-image-shortcode .stack.stack-sideslide .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-sidegrid .stack-figure,
.pow-image-shortcode .stack.stack-sidegrid .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-bouncygrid .stack-figure,
.pow-image-shortcode .stack.stack-bouncygrid .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-peekaboo .stack-figure,
.pow-image-shortcode .stack.stack-peekaboo .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-previewgrid .stack-figure,
.pow-image-shortcode .stack.stack-previewgrid .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-cornergrid .stack-figure,
.pow-image-shortcode .stack.stack-cornergrid .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-coverflow .stack-figure,
.pow-image-shortcode .stack.stack-coverflow .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-leaflet .stack-figure,
.pow-image-shortcode .stack.stack-leaflet .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-vertspread .stack-figure,
.pow-image-shortcode .stack.stack-vertspread .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-vertelastic .stack-figure,
.pow-image-shortcode .stack.stack-vertelastic .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-fan .stack-figure,
.pow-image-shortcode .stack.stack-fan .stack-figure,
.pow-image-shortcode .pow-image-inner.stack.stack-queue .stack-figure,
.pow-image-shortcode .stack.stack-queue .stack-figure {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 1px solid transparent;
}
.pow-image-shortcode .pow-image-inner.stack.stack-spread .stack-figure img,
.pow-image-shortcode .stack.stack-spread .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-fanout .stack-figure img,
.pow-image-shortcode .stack.stack-fanout .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-randomrot .stack-figure img,
.pow-image-shortcode .stack.stack-randomrot .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-sideslide .stack-figure img,
.pow-image-shortcode .stack.stack-sideslide .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-sidegrid .stack-figure img,
.pow-image-shortcode .stack.stack-sidegrid .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-bouncygrid .stack-figure img,
.pow-image-shortcode .stack.stack-bouncygrid .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-peekaboo .stack-figure img,
.pow-image-shortcode .stack.stack-peekaboo .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-previewgrid .stack-figure img,
.pow-image-shortcode .stack.stack-previewgrid .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-cornergrid .stack-figure img,
.pow-image-shortcode .stack.stack-cornergrid .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-coverflow .stack-figure img,
.pow-image-shortcode .stack.stack-coverflow .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-leaflet .stack-figure img,
.pow-image-shortcode .stack.stack-leaflet .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-vertspread .stack-figure img,
.pow-image-shortcode .stack.stack-vertspread .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-vertelastic .stack-figure img,
.pow-image-shortcode .stack.stack-vertelastic .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-fan .stack-figure img,
.pow-image-shortcode .stack.stack-fan .stack-figure img,
.pow-image-shortcode .pow-image-inner.stack.stack-queue .stack-figure img,
.pow-image-shortcode .stack.stack-queue .stack-figure img {
  opacity: 0.1;
}
.pow-image-shortcode .pow-image-inner.stack.stack-spread .stack-figure:last-child,
.pow-image-shortcode .stack.stack-spread .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-fanout .stack-figure:last-child,
.pow-image-shortcode .stack.stack-fanout .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-randomrot .stack-figure:last-child,
.pow-image-shortcode .stack.stack-randomrot .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-sideslide .stack-figure:last-child,
.pow-image-shortcode .stack.stack-sideslide .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-sidegrid .stack-figure:last-child,
.pow-image-shortcode .stack.stack-sidegrid .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-bouncygrid .stack-figure:last-child,
.pow-image-shortcode .stack.stack-bouncygrid .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-peekaboo .stack-figure:last-child,
.pow-image-shortcode .stack.stack-peekaboo .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-previewgrid .stack-figure:last-child,
.pow-image-shortcode .stack.stack-previewgrid .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-cornergrid .stack-figure:last-child,
.pow-image-shortcode .stack.stack-cornergrid .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-coverflow .stack-figure:last-child,
.pow-image-shortcode .stack.stack-coverflow .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-leaflet .stack-figure:last-child,
.pow-image-shortcode .stack.stack-leaflet .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-vertspread .stack-figure:last-child,
.pow-image-shortcode .stack.stack-vertspread .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-vertelastic .stack-figure:last-child,
.pow-image-shortcode .stack.stack-vertelastic .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-fan .stack-figure:last-child,
.pow-image-shortcode .stack.stack-fan .stack-figure:last-child,
.pow-image-shortcode .pow-image-inner.stack.stack-queue .stack-figure:last-child,
.pow-image-shortcode .stack.stack-queue .stack-figure:last-child {
  position: relative;
}
/**
 * Portfolio: Simple Spread
 */
.stack-spread.active .stack-figure:nth-child(3) {
  -webkit-transform: translate(-15px, 15px);
  transform: translate(-15px, 15px);
}
.stack-spread.active .stack-figure:first-child {
  -webkit-transform: translate(15px, -15px);
  transform: translate(15px, -15px);
}
/**
 * Portfolio: Fan out
 */
.stack-fanout .stack-figure:first-child,
.stack-fanout .stack-figure:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.stack-fanout.active .stack-figure:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.stack-fanout.active .stack-figure:first-child {
  -webkit-transform: rotate(-10deg) translateX(-25%) scale(0.8);
  transform: rotate(-10deg) translateX(-25%) scale(0.8);
}
.stack-fanout.active .stack-figure:nth-child(2) {
  -webkit-transform: rotate(10deg) translateX(25%) scale(0.8);
  transform: rotate(10deg) translateX(25%) scale(0.8);
}
/**
 * Portfolio: Random rotation
 */
.stack-randomrot.active .stack-figure:nth-child(3) {
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
}
.stack-randomrot.active .stack-figure:first-child {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.stack-randomrot.active .stack-figure:nth-child(2) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
/**
 * Portfolio: Side slide
 */
.stack-sideslide .stack-figure:first-child,
.stack-sideslide .stack-figure:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
}
.stack-sideslide .stack-figure:first-child {
  -webkit-transform: translateX(-50%) scale(0.6);
  transform: translateX(-50%) scale(0.6);
}
.stack-sideslide .stack-figure:nth-child(2) {
  -webkit-transform: translateX(50%) scale(0.6);
  transform: translateX(50%) scale(0.6);
}
.stack-sideslide.active .stack-figure:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.stack-sideslide.active .stack-figure:first-child,
.stack-sideslide.active .stack-figure:nth-child(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.stack-sideslide.active .stack-figure:first-child {
  -webkit-transform: translateX(-20%) scale(0.8);
  transform: translateX(-20%) scale(0.8);
}
.stack-sideslide.active .stack-figure:nth-child(2) {
  -webkit-transform: translateX(20%) scale(0.8);
  transform: translateX(20%) scale(0.8);
}
/**
 * Portfolio: Side Grid
 */
.stack-sidegrid .stack-figure:first-child,
.stack-sidegrid .stack-figure:nth-child(2),
.stack-sidegrid .stack-figure:nth-child(3) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.stack-sidegrid .stack-figure:nth-child(4) {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.stack-sidegrid .stack-figure:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.stack-sidegrid .stack-figure:nth-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.stack-sidegrid .stack-figure:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.stack-sidegrid.active .stack-figure {
  -webkit-transform: scale(0.48);
  transform: scale(0.48);
}
/**
 * Portfolio: Bouncy Grid
 */
.stack-bouncygrid.active .stack-figure {
  -webkit-transform: scale(0.48);
  transform: scale(0.48);
}
.stack-bouncygrid.active .stack-figure:nth-child(4) {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.stack-bouncygrid.active .stack-figure:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.stack-bouncygrid.active .stack-figure:nth-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.stack-bouncygrid.active .stack-figure:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Peek-a-boo */
.stack-peekaboo .stack-figure:first-child,
.stack-peekaboo .stack-figure:nth-child(2),
.stack-peekaboo .stack-figure:nth-child(3) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.stack-peekaboo .pow-image-overlay,
.stack-peekaboo .pow-lightbox {
  -webkit-transform: scale(0.5) translate(-50%, -50%) rotate(-15deg);
  transform: scale(0.5) translate(-50%, -50%) rotate(-15deg);
}
.stack-peekaboo.active .stack-figure:nth-child(3) {
  -webkit-transform: scale(0.5) translate(-50%, -50%) rotate(-15deg);
  transform: scale(0.5) translate(-50%, -50%) rotate(-15deg);
}
.stack-peekaboo.active .stack-figure:first-child {
  -webkit-transform: scale(0.5) translate(50%, -50%) rotate(15deg);
  transform: scale(0.5) translate(50%, -50%) rotate(15deg);
}
.stack-peekaboo.active .stack-figure:nth-child(2) {
  -webkit-transform: scale(0.5) translate(0, -50%);
  transform: scale(0.5) translate(0, -50%);
}
.stack-peekaboo.active .stack-figure:nth-child(4) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.stack-peekaboo .stack-figure:nth-child(4) {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
/**
 * Portfolio: Preview Grid
 */
.stack-previewgrid .stack-figure:first-child,
.stack-previewgrid .stack-figure:nth-child(2),
.stack-previewgrid .stack-figure:nth-child(3) {
  width: 24.5%;
  top: auto;
  left: auto;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.stack-previewgrid .stack-figure:first-child {
  right: 12.5%;
}
.stack-previewgrid .stack-figure:nth-child(2) {
  left: 37.75%;
}
.stack-previewgrid .stack-figure:nth-child(3) {
  left: 12.5%;
}
.stack-previewgrid .stack-figure:nth-child(4) {
  -webkit-transform-origin: 50% -1.5%;
  transform-origin: 50% -1.5%;
}
.stack-previewgrid.active .stack-figure:first-child,
.stack-previewgrid.active .stack-figure:nth-child(2),
.stack-previewgrid.active .stack-figure:nth-child(3) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.stack-previewgrid.active .stack-figure:nth-child(4) {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
/**
 * Portfolio: Corner grid
 */
.stack-cornergrid .stack-figure:first-child,
.stack-cornergrid .stack-figure:nth-child(2),
.stack-cornergrid .stack-figure:nth-child(3) {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.stack-cornergrid .stack-figure:nth-child(4) {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.stack-cornergrid.active .stack-figure:nth-child(3) {
  -webkit-transform: scale(0.5) translate(-100%, 0%);
  transform: scale(0.5) translate(-100%, 0%);
}
.stack-cornergrid.active .stack-figure:nth-child(2) {
  -webkit-transform: scale(0.5) translate(-100%, -100%);
  transform: scale(0.5) translate(-100%, -100%);
}
.stack-cornergrid.active .stack-figure:first-child {
  -webkit-transform: scale(0.5) translate(0%, -100%);
  transform: scale(0.5) translate(0%, -100%);
}
.stack-cornergrid.active .stack-figure:nth-child(4) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
/**
 * Portfolio: Coverflow
 */
.stack-coverflow {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.stack-coverflow .pow-image-overlay,
.stack-coverflow .pow-lightbox {
  -webkit-transform: translateZ(-300px) translateX(-10%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(-10%) rotateY(-45deg);
}
.stack-coverflow.active .stack-figure:nth-child(3) {
  -webkit-transform: translateZ(-300px) translateX(-10%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(-10%) rotateY(-45deg);
}
.stack-coverflow.active .stack-figure:first-child {
  -webkit-transform: translateZ(-300px) translateX(10%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(10%) rotateY(-45deg);
}
.stack-coverflow.active .stack-figure:nth-child(2) {
  -webkit-transform: translateZ(-300px) rotateY(-45deg);
  transform: translateZ(-300px) rotateY(-45deg);
}
/**
 * Portfolio: leaflet
 */
.stack-leaflet {
  -webkit-perspective: 1600px;
  perspective: 1600px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.stack-leaflet .pow-image-overlay,
.stack-leaflet .pow-lightbox {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(35deg);
  transform: rotateX(35deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
.stack-leaflet .stack-figure {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.stack-leaflet.active .stack-figure:nth-child(4) {
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg);
}
.stack-leaflet.active .stack-figure:nth-child(2) {
  -webkit-transform: rotateX(25deg);
  transform: rotateX(25deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.stack-leaflet.active .stack-figure:nth-child(3) {
  -webkit-transform: rotateX(35deg);
  transform: rotateX(35deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
/**
 * Portfolio: Vertical Spread
 */
.stack-vertspread .pow-image-overlay,
.stack-vertspread .pow-lightbox {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.stack-vertspread.active .stack-figure:nth-child(4) {
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
}
.stack-vertspread.active .stack-figure:nth-child(3) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.stack-vertspread.active .stack-figure:nth-child(2) {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
/**
 * Portfolio: Vertical Elastic Spread
 */
.stack-vertelastic .stack-figure {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.stack-vertelastic.active .stack-figure {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1);
  /**
 * Portfolio: older webkit
 */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
}
.stack-vertelastic.active:nth-child(4) {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}
.stack-vertelastic.active:nth-child(2) {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.stack-vertelastic.active:nth-child(3) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
/**
 * Portfolio: Fan
 */
.stack-fan .stack-figure,
.stack-fan .pow-image-overlay,
.stack-fan .pow-lightbox {
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%;
}
.stack-fan.active .stack-figure:nth-child(4) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.stack-fan.active .stack-figure:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.stack-fan.active .stack-figure:nth-child(3),
.stack-fan.active .stack-figure .pow-image-overlay {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
.stack-fan .pow-image-overlay,
.stack-fan .pow-lightbox {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
/**
 * Portfolio: Queue
 */
.stack-queue {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stack-queue .pow-image-overlay,
.stack-queue .pow-lightbox {
  background-color: transparent !important;
}
.stack-queue.active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.stack-queue .stack-figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}
.stack-queue .stack-figure:first-child {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.stack-queue .stack-figure:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.stack-queue .stack-figure:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/**
 * 05. CSS Ideology: Theme Modules
 */
/**
 * Shortcode : Drop Caps
 */
.pow-dropcaps {
  display: inline-block;
  float: left;
  margin: 5px 8px 0 0;
  padding: 10px 8px;
  font-weight: bold;
  font-size: 25px;
  line-height: 16px;
}
.pow-dropcaps.simple-style {
  margin: 5px 0 0 0;
  padding: 6px 6px 6px 0;
  color: #666666;
  font-size: 50px;
}
.pow-dropcaps.fancy-style {
  color: #fff;
}
/**
 * Shortcode : Breaking News
 */
.pow-breaking-news {
  display: table;
  width: 100%;
}
.pow-breaking-news .pow-breaking-news-wrap {
  display: table-row;
}
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-left {
  letter-spacing: 1px;
  overflow: visible;
  font-size: 40px;
  font-weight: 600;
}
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-left,
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-right,
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-last {
  display: inline-block;
  padding: 20px;
  font-size: 18px;
}
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-left a,
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-right a,
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-last a {
  font-weight: 600;
  text-transform: uppercase;
}
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-left h2,
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-right h2,
.pow-breaking-news .pow-breaking-news-wrap .breaking-news-last h2 {
  font-size: 18px;
  font-weight: 900;
}
/**
 * Shortcode : Highlight
 */
.pow-highlight {
  margin: 0;
  padding: 2px;
  color: #fff;
}
/**
 * Shortcode : Skype Call Link
 */
.pow-skype-call {
  display: inline-block;
  padding: 10px 20px 9px 14px;
  border: 1px solid #cccccc;
  background-color: #ededed;
  color: #282828;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pow-skype-call i {
  margin-right: 10px;
  color: #01a8e9;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
}
.pow-skype-call:hover {
  background-color: #01a8e9;
  color: #fff;
}
.pow-skype-call:hover i {
  color: #fff;
}
/**
 * Shortcode : Tooltip
 */
.pow-tooltip {
  position: relative;
  z-index: 30;
}
.pow-tooltip .tooltip-init {
  cursor: help;
}
.pow-tooltip .tooltip-text {
  position: absolute;
  bottom: 28px;
  left: 0;
  padding: 12px;
  min-width: 140px;
  max-width: 230px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
.pow-tooltip .tooltip-text:after {
  position: absolute;
  bottom: -5px;
  left: 15px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pow-shortcode-heading.pow-fancy-title {
  margin-bottom: 18px;
  font-weight: bold !important;
  font-size: 14px !important;
}
.pow-shortcode-heading.pow-fancy-title.pattern-false {
  background: none !important;
}
.pow-shortcode-heading.pow-fancy-title.pattern-false span {
  background: none !important;
}
.pow-shortcode-heading.pow-fancy-title span {
  padding-right: 8px;
}
/**
 * Experience Counter
 */
.pow-skill-meter {
  margin-bottom: 15px;
}
.pow-skill-meter .pow-skill-meter-title {
  display: block;
  margin-bottom: 6px;
  font-weight: 300;
  line-height: 16px;
}
.pow-skill-meter .pow-progress-bar {
  position: relative;
  display: block;
  height: 14px;
  background-color: #dcdcdc;
  background-color: rgba(0, 0, 0, 0.12);
}
.pow-skill-meter .pow-progress-bar .progress-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.1));
}
.pow-skill-meter .pow-progress-bar .progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.progress-outer,
.progress-inner,
.pow-progress-bar {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/**
 * Shortcode : Skill Meter Chart
 */
.pow-skill-chart {
  text-align: center;
}
/**
 * Shortcode : Milestone
 */
.pow-milestone {
  margin-bottom: 20px;
}
.pow-milestone i {
  float: left;
  margin-right: 10px;
}
.pow-milestone .milestone-text {
  font-size: 14px;
}
.pow-milestone .milestone-top {
  float: left;
}
.pow-milestone.milestone-small i {
  font-size: 32px;
}
.pow-milestone.milestone-small .milestone-number,
.pow-milestone.milestone-small .milestone-prefix,
.pow-milestone.milestone-small .milestone-suffix {
  font-size: 26px;
  line-height: 32px;
}
.pow-milestone.milestone-medium i {
  font-size: 48px;
}
.pow-milestone.milestone-medium .milestone-number,
.pow-milestone.milestone-medium .milestone-prefix,
.pow-milestone.milestone-medium .milestone-suffix {
  font-size: 40px;
  line-height: 44px;
}
.pow-milestone.milestone-medium .milestone-text {
  margin: -5px 0 0 4px;
}
.pow-milestone.milestone-large i {
  font-size: 72px;
}
.pow-milestone.milestone-large .milestone-number,
.pow-milestone.milestone-large .milestone-prefix,
.pow-milestone.milestone-large .milestone-suffix {
  font-size: 50px;
  line-height: 72px;
}
.pow-milestone.milestone-large .milestone-text {
  margin: -10px 0 0 4px;
}
.pow-milestone.milestone-x-large {
  text-align: center;
}
.pow-milestone.milestone-x-large i {
  font-size: 96px;
  text-align: center;
  display: block;
  width: 100%;
}
.pow-milestone.milestone-x-large .milestone-top {
  width: 100%;
  display: block;
  text-align: center;
}
.pow-milestone.milestone-x-large .milestone-number,
.pow-milestone.milestone-x-large .milestone-prefix,
.pow-milestone.milestone-x-large .milestone-suffix {
  font-size: 76px;
  line-height: 96px;
}
.pow-milestone.milestone-x-large .milestone-text {
  margin: -10px 0 0 8px;
}
.pow-milestone.milestone-xx-large {
  text-align: center;
}
.pow-milestone.milestone-xx-large i {
  font-size: 128px;
  display: block;
  width: 100%;
  text-align: center;
}
.pow-milestone.milestone-xx-large .milestone-number,
.pow-milestone.milestone-xx-large .milestone-prefix,
.pow-milestone.milestone-xx-large .milestone-suffix {
  font-size: 108px;
  line-height: 128px;
}
.pow-milestone.milestone-xx-large .milestone-text {
  margin: -10px 0 0 12px;
}
.pow-milestone.milestone-xx-large .milestone-top {
  width: 100%;
  display: block;
  text-align: center;
}
/**
 * Charts
 */
.pow-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.pow-chart canvas {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pow-chart i,
.pow-chart .chart-custom-text,
.pow-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.pow-chart .chart-custom-text {
  font-size: 18px;
}
.pow-chart .chart-percent {
  font-weight: bold;
  font-size: 16px;
}
.pow-chart-desc {
  display: block;
  text-align: center;
  font-size: 16px;
}
@media handheld, only screen and (max-width: 600px) {
  .pow-chart {
    margin: 0 auto;
  }
}
/**
 * Process Steps
 */
.pow-process-steps {
  margin-bottom: 30px;
  text-align: center;
}
.pow-process-steps ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-process-steps ul:before {
  position: absolute;
  left: 80px;
  display: block;
  width: 85%;
  height: 0;
  border-top: 1px double rgba(128, 128, 128, 0.1);
  content: "";
}
.pow-process-steps ul li {
  display: inline-block;
  float: left;
  margin: 0;
  opacity: 0.8;
}
.pow-process-steps ul li i {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  perspective: 1500px;
}
.pow-process-steps ul li:hover {
  opacity: 1;
}
.pow-process-steps ul li:hover i {
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
}
.pow-process-steps ul li h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 18px !important;
}
.pow-process-steps ul li p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.pow-process-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.pow-process-icon:after {
  display: none;
}
.pow-process-icon i {
  display: inline-block;
  color: #bbbbbb;
  color: rgba(0, 0, 0, 0.24);
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0.4;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translate(0, 100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
  }
  51% {
    opacity: 1;
  }
}
/* steps range */
.pow-process-steps.process-steps-3 ul:before {
  top: 115px;
}
.pow-process-steps.process-steps-3 li {
  width: 33.3%;
}
.pow-process-steps.process-steps-3 li h3,
.pow-process-steps.process-steps-3 li p {
  padding: 0 20px;
}
.pow-process-steps.process-steps-3 .pow-process-desc,
.pow-process-steps.process-steps-3 .pow-process-title {
  width: 288px;
}
.pow-process-steps.process-steps-3 .pow-process-icon {
  width: 230px;
  height: 230px;
  text-align: center;
}
.pow-process-steps.process-steps-3 .pow-process-icon i {
  font-size: 80px;
  line-height: 230px;
}
/* ======= */
/* steps range */
.pow-process-steps.process-steps-4 ul:before {
  top: 90px;
}
.pow-process-steps.process-steps-4 li {
  width: 25%;
}
.pow-process-steps.process-steps-4 li h3,
.pow-process-steps.process-steps-4 li p {
  padding: 0 20px;
}
.pow-process-steps.process-steps-4 .pow-process-icon {
  width: 180px;
  height: 180px;
  text-align: center;
}
.pow-process-steps.process-steps-4 .pow-process-icon i {
  font-size: 70px;
  line-height: 180px;
}
/* ======= */
/* steps range */
.pow-process-steps.process-steps-5 ul:before {
  top: 70px;
}
.pow-process-steps.process-steps-5 li {
  width: 20%;
}
.pow-process-steps.process-steps-5 li h3,
.pow-process-steps.process-steps-5 li p {
  padding: 0 15px;
}
.pow-process-steps.process-steps-5 .pow-process-icon {
  width: 140px;
  height: 140px;
  text-align: center;
}
.pow-process-steps.process-steps-5 .pow-process-icon i {
  font-size: 60px;
  line-height: 140px;
}
/* ======= */
@media handheld, only screen and (max-width: 960px) {
  .pow-process-steps ul:before {
    display: none !important;
  }
  .pow-process-steps li {
    margin-bottom: 30px !important;
    width: 100% !important;
    text-align: left;
  }
  .pow-process-steps li .pow-process-detail {
    padding-left: 30px;
  }
  .pow-process-steps li .pow-process-detail,
  .pow-process-steps li .pow-process-icon {
    float: left;
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 540px) {
  .pow-process-steps li {
    text-align: center;
  }
  .pow-process-steps li .pow-process-detail {
    padding-left: 0;
  }
  .pow-process-steps li .pow-process-detail,
  .pow-process-steps li .pow-process-icon {
    float: none;
    width: 100%;
  }
}
/**
 * Shortcode : Image
 */
.pow-image-shortcode {
  position: relative;
  line-height: 4px;
}
.pow-image-shortcode.align-left {
  text-align: left;
}
.pow-image-shortcode.align-right {
  float: right;
}
.pow-image-shortcode.align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pow-image-shortcode img {
  position: relative;
}
.pow-image-shortcode.lightbox-enabled:hover img {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.pow-image-shortcode:hover .pow-image-overlay {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
}
.pow-image-shortcode:hover .pow-image-shortcode-lightbox {
  max-width: 100%;
  width: 100%;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-image-shortcode.rounded-frame {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-image-shortcode.rounded-frame img,
.pow-image-shortcode.rounded-frame .pow-image-overlay {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-image-shortcode.gray_border-frame .pow-image-inner {
  border: 6px solid rgba(0, 0, 0, 0.06);
}
.pow-image-shortcode.border_shadow-frame .pow-image-inner {
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.pow-image-shortcode.shadow_only-frame .pow-image-inner {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.pow-image-shortcode.single_line-frame .pow-image-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pow-image-shortcode .pow-image-inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
}
.pow-image-shortcode.inside-image .pow-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 10px;
  padding: 10px;
  background-color: #4c4c4c;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-image-shortcode.inside-image .pow-image-caption:hover {
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.5);
}
.pow-image-shortcode.inside-image .pow-image-caption .pow-caption-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.pow-image-shortcode.inside-image .pow-image-caption .pow-caption-desc {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 18px;
}
.pow-image-shortcode.outside-image .pow-image-caption {
  margin: 10px 0;
}
.pow-image-shortcode.outside-image .pow-image-caption .pow-caption-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.pow-image-shortcode.outside-image .pow-image-caption .pow-caption-desc {
  display: block;
  margin-top: 5px;
  font-style: italic;
  font-size: 11px;
  line-height: 18px;
}
.pow-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-image-shortcode-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  margin: -50px 0 0 -50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 100px;
  height: 100px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-image-shortcode-lightbox:hover {
  color: #fff;
}
.pow-image-shortcode-lightbox:hover .gallery-inner img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.pow-image-shortcode-lightbox i {
  line-height: 100px;
  font-size: 48px;
}
.pow-image-shortcode-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media handheld, only screen and (max-width: 480px) {
  .inside-image .pow-image-caption {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 770px) {
  .pow-image-shortcode.align-left,
  .pow-image-shortcode.align-right {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}
/**
 * Shortcode : Circle Image Frame
 */
.pow-circle-image {
  text-align: center;
}
.pow-circle-image span {
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.pow-circle-image span a {
  display: inline-block;
  line-height: 4px;
}
/**
 * Shortcode : Tables
 */
.pow-fancy-table {
  overflow: hidden;
  margin-bottom: 20px;
}
.pow-fancy-table table {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pow-fancy-table th {
  padding: 18px 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.pow-fancy-table tfoot td {
  padding: 8px;
}
.pow-fancy-table.table-style1 tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}
.pow-fancy-table.table-style1 tfoot {
  background-color: #f3f3f3;
}
.pow-fancy-table.table-style1 tr {
  background-color: rgba(0, 0, 0, 0.02);
}
.pow-fancy-table.table-style1 td {
  padding: 12px;
  border-left: 1px solid #fff;
  text-align: center;
}
.pow-fancy-table.table-style2 {
  border-bottom: 1px solid #dcdcdc;
}
.pow-fancy-table.table-style2 td {
  padding: 12px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}
/**
 * Shortcode : List Styles
 */
.pow-list-styles.align-left {
  float: left;
}
.pow-list-styles.align-right {
  float: right;
}
.pow-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-list-styles ul li {
  position: relative;
  margin: 0 0 6px 0;
  padding: 0 0 0 21px;
  line-height: 20px;
}
.pow-list-styles ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
}
/**
 * Shortcode : Message Boxes
 */
.woocommerce .pow-message-box {
  padding: 20px 20px 20px 64px;
}
.pow-message-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-width: 0;
  -webkit-box-shadow: inset 4px 0 0 rgba(128, 128, 128, 0.1);
  -moz-box-shadow: inset 4px 0 0 rgba(128, 128, 128, 0.1);
  box-shadow: inset 4px 0 0 rgba(128, 128, 128, 0.1);
  border-style: solid;
  background-position: 15px 15px;
  background-repeat: no-repeat;
}
.pow-message-box article {
  display: block;
  padding: 15px 15px 0 64px;
  text-align: left;
}
.pow-message-box .box-close-btn {
  position: absolute;
  top: 4px;
  right: 10px;
}
.pow-message-box.pow-comment-message-box {
  border-color: #dddddd;
  background-color: #eeeeee;
  background-image: url(../images/box-comment-icon.png);
  -webkit-box-shadow: inset 4px 0 0 #dddddd;
  -moz-box-shadow: inset 4px 0 0 #dddddd;
  box-shadow: inset 4px 0 0 #dddddd;
}
.pow-message-box.pow-comment-message-box i {
  color: #aaaaaa;
}
.pow-message-box.pow-info-message-box {
  border-color: #afe0ee;
  background-color: #d1eff8;
  background-image: url(../images/box-info-icon.png);
  -webkit-box-shadow: inset 4px 0 0 #afe0ee;
  -moz-box-shadow: inset 4px 0 0 #afe0ee;
  box-shadow: inset 4px 0 0 #afe0ee;
}
.pow-message-box.pow-info-message-box i {
  color: #3ea3bc;
}
.pow-message-box.pow-error-message-box {
  border-color: #fd8585;
  background-color: #fac6bf;
  background-image: url(../images/box-error-icon.png);
  -webkit-box-shadow: inset 4px 0 0 #fd8585;
  -moz-box-shadow: inset 4px 0 0 #fd8585;
  box-shadow: inset 4px 0 0 #fd8585;
}
.pow-message-box.pow-error-message-box i {
  color: #de303a;
}
.pow-message-box.pow-confirm-message-box {
  border-color: #72dd9d;
  background-color: #b8f4d0;
  -webkit-box-shadow: inset 4px 0 0 #72dd9d;
  -moz-box-shadow: inset 4px 0 0 #72dd9d;
  box-shadow: inset 4px 0 0 #72dd9d;
  background-image: url(../images/box-confirm-icon.png);
}
.pow-message-box.pow-confirm-message-box i {
  color: #20b66e;
}
.pow-message-box.pow-warning-message-box {
  border-color: #e0c069;
  background-color: #fbf1c8;
  -webkit-box-shadow: inset 4px 0 0 #e0c069;
  -moz-box-shadow: inset 4px 0 0 #e0c069;
  box-shadow: inset 4px 0 0 #e0c069;
  background-image: url(../images/box-warning-icon.png);
}
.pow-message-box.pow-warning-message-box i {
  color: #be9a34;
}
/**
 * Shortcode : Button
 */
.pow-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  zoom: 1;
  letter-spacing: 2px;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-button.two-dimension,
.pow-button.three-dimension {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
.pow-button.two-dimension:hover,
.pow-button.three-dimension:hover {
  color: #fff;
}
.pow-button:hover {
  color: #fff;
}
.pow-button.two-dimension.dark-color,
.pow-button.three-dimension.dark-color {
  color: #282828 !important;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.pow-button.two-dimension.light-color,
.pow-button.three-dimension.light-color {
  color: #fff !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
.pow-button.two-dimension.light-color:hover,
.pow-button.three-dimension.light-color:hover {
  color: #fff !important;
}
.pow-button.outline-dimension {
  border-width: 1px !important;
  border-style: solid  !important;
}
.pow-button.outline-btn-light {
  border-color: #fff !important;
  color: #fff;
}
.pow-button.outline-btn-light:hover {
  background-color: #fff;
  color: #313d53;
}
.pow-button.outline-btn-dark {
  border-color: #313d53 !important;
  color: #313d53;
}
.pow-button.outline-btn-dark:hover {
  background-color: #313d53;
  color: #fff;
}
.pow-button[type=submit],
.pow-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.pow-button i {
  margin: -4px 5px 0 0;
  line-height: 4px !important;
}
.pow-button.large {
  padding: 15px 24px;
  font-size: 14px;
  line-height: 100%;
}
.pow-button.large i {
  padding-top: 3px;
  font-size: 16px;
}
.pow-button.medium {
  padding: 12px 26px;
  font-size: 12px;
  line-height: 100%;
}
.pow-button.medium i {
  padding-top: 3px;
  font-size: 14px;
}
.pow-button.small {
  padding: 12px 14px;
  font-size: 10px;
  line-height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-button.small i {
  margin-top: -3px;
  font-size: 12px;
}
.pow-button.three-dimension {
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.pow-button.three-dimension:active {
  top: 1px;
}
.pow-button.two-dimension {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.15));
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
}
.pow-button.two-dimension:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.07)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.07));
}
button.pow-button {
  outline: none;
  border: none !important;
  background: none;
  line-height: 100%;
}
button.pow-button::-moz-focus-inner {
  border: none;
}
.pow-button-align {
  display: inline-block;
}
.pow-button-align.right {
  float: right;
}
.pow-button-align.center {
  display: block !important;
  text-align: center;
}
.pow-button-align.left {
  text-align: left;
}
@media handheld, only screen and (max-width: 770px) {
  .pow-button-align.left,
  .pow-button-align.center,
  .pow-button-align.right {
    width: 100%;
    text-align: center !important;
    float: none !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .ls-wp-container .pow-button {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}
@media handheld, only screen and (max-width: 800px) {
  .ls-wp-container .pow-button {
    margin-left: -30px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 100%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
  }
  .ls-wp-container .pow-button i {
    margin-top: -3px;
    font-size: 10px;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .ls-wp-container .pow-button {
    display: none !important;
  }
}
.shop-flat-btn,
#review_form_wrapper input[type=submit],
.pow-message-box .button {
  border: none!important;
  outline: none!important;
  color: #fff !important;
  font-size: 13px;
  line-height: 13px !important;
  padding: 12px 15px !important;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: top;
  background-image: none !important;
  letter-spacing: 1px;
  display: inline-block;
}
.shop-flat-btn i,
#review_form_wrapper input[type=submit] i,
.pow-message-box .button i {
  color: #fff !important;
  font-size: 16px;
  line-height: 16px !important;
  margin-right: 10px;
}
.shop-flat-btn.shop-black-btn,
#review_form_wrapper input[type=submit].shop-black-btn,
.pow-message-box .button.shop-black-btn {
  background-color: #313d53;
}
.shop-flat-btn.shop-black-btn:hover,
#review_form_wrapper input[type=submit].shop-black-btn:hover,
.pow-message-box .button.shop-black-btn:hover {
  background-color: #707070;
}
.shop-flat-btn.shop-skin-btn:hover,
#review_form_wrapper input[type=submit].shop-skin-btn:hover,
.pow-message-box .button.shop-skin-btn:hover {
  background-color: #313d53 !important;
}
#review_form_wrapper input[type=submit]:hover {
  background-color: #313d53 !important;
}
.pow-message-box .button {
  background-color: #313d53 !important;
}
a.shop-flat-btn,
.pow-message-box .button {
  font-weight: bold;
  display: inline-block;
}
a.shop-flat-btn:hover,
.pow-message-box .button:hover {
  color: #fff;
}
/**
 * Shortcode : Contact Form 7
 */
.wpcf7-form p {
  margin-bottom: 10px !important;
}
.wpcf7-form .wpcf7-textarea {
  width: 70%;
}
div.wpcf7-response-output {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 15px 15px 15px 65px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #72dd9d;
  background-color: #b8f4d0;
  background-image: url(../images/box-confirm-icon.png);
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #afe0ee;
  background-color: #d1eff8;
  background-image: url(../images/box-info-icon.png);
}
div.wpcf7-spam-blocked {
  border: 2px solid #fd8585;
  background-color: #fac6bf;
  background-image: url(../images/box-error-icon.png);
}
div.wpcf7-validation-errors {
  border: 2px solid #e0c069 ;
  background-color: #fbf1c8;
  background-image: url(../images/box-warning-icon.png);
}
span.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  top: -3px;
  right: 10px;
  z-index: 30;
  color: #f00;
  font-size: 12px;
}
span.wpcf7-not-valid-tip-no-ajax {
  display: block;
  color: #f00;
  font-size: 12px;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  margin-bottom: 15px;
  margin-left: 4px;
  border: none;
  vertical-align: middle;
}
div.wpcf7 .placeheld {
  color: #888;
}
.wpcf7-submit {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 11px 35px;
  outline: none;
  border: none;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
}
.wpcf7-submit:active {
  top: 2px;
}
/**
 * Shortcode : Dividers
 */
.pow-divider {
  display: block;
  text-align: center;
}
.pow-divider.divider_one_half .divider-inner,
.pow-divider.divider_one_third .divider-inner,
.pow-divider.divider_one_fourth .divider-inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pow-divider.divider_one_half .divider-inner {
  width: 50%;
}
.pow-divider.divider_one_third .divider-inner {
  width: 33.33%;
}
.pow-divider.divider_one_fourth .divider-inner {
  width: 25%;
}
.pow-divider .divider-inner {
  height: 6px;
}
.pow-divider.double_dot .divider-inner {
  height: 5px;
  border-top: 1px dashed #dadada;
  border-bottom: 1px dashed #dadada;
}
.pow-divider.thick_solid .divider-inner {
  border-top: 2px solid #e5e5e5;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.pow-divider.thin_solid .divider-inner {
  border-top: 1px solid #e5e5e5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pow-divider.single_dotted .divider-inner {
  border-top: 1px dashed #dadada;
}
.pow-divider.shadow_line .divider-inner {
  height: 7px;
}
.pow-divider.shadow_line .divider-inner .divider-shadow-left,
.pow-divider.shadow_line .divider-inner .divider-shadow-right {
  display: inline-block;
  width: 50%;
  height: 7px;
  background-image: url(../images/shadow-divider.png);
  background-repeat: no-repeat;
}
.pow-divider.shadow_line .divider-inner .divider-shadow-left {
  background-position: left center;
}
.pow-divider.shadow_line .divider-inner .divider-shadow-right {
  background-position: right center;
}
.pow-divider[class*='go_top'] .divider-inner {
  position: relative;
  height: 12px;
}
.pow-divider[class*='go_top'] .divider-inner:before {
  top: 6px;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.pow-divider[class*='go_top'] .divider-inner .divider-go-top {
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 4;
  float: right;
  padding-left: 6px;
  color: #585858;
  font-size: 11px;
  line-height: 12px;
}
.pow-divider[class*='go_top'] .divider-inner .divider-go-top i {
  padding-left: 3px;
  vertical-align: top;
  font-size: 14px;
}
.pow-divider.go_top_thick .divider-inner:before {
  height: 2px;
}
.pow-divider.divider_page_divider {
  width: 100%;
}
/**
 * Shortcode : Full Width Box
 */
.pow-fullwidth-boxed {
  position: relative;
  display: block;
  padding: 30px;
}
/**
 * Shortcode : Container Box
 */
.pow-content-box {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-content-box .content-box-heading {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 14px;
}
.pow-content-box .content-box-heading p {
  margin-bottom: 0;
}
.pow-content-box .content-box-heading i:before {
  margin-top: -2px;
  padding-right: 6px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 12px;
}
.pow-content-box .content-box-content {
  padding: 20px;
}
/**
 * Shortcode : Slideshow
 */
.pow-slideshow-shortcode {
  position: relative;
  margin-bottom: 20px;
}
.pow-slideshow-shortcode .pow-flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pow-slideshow-shortcode .pow-flex-caption span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.pow-slideshow-shortcode:hover .flex-direction-nav .flex-next,
.pow-slideshow-shortcode:hover .flex-direction-nav .flex-prev {
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.pow-slideshow-shortcode .flex-direction-nav .flex-next,
.pow-slideshow-shortcode .flex-direction-nav .flex-prev {
  top: 50%;
  margin-top: -10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-slideshow-shortcode .flex-direction-nav .flex-next:hover,
.pow-slideshow-shortcode .flex-direction-nav .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-slideshow-shortcode .flex-direction-nav .flex-next i,
.pow-slideshow-shortcode .flex-direction-nav .flex-prev i {
  position: absolute;
  top: 8px;
  left: 4px;
  color: #fff;
  font-size: 18px;
}
.pow-slideshow-shortcode .flex-direction-nav .flex-next {
  right: 20px !important;
}
.pow-slideshow-shortcode .flex-direction-nav .flex-prev {
  left: 20px !important;
}
.pow-slideshow-shortcode .flex-control-nav {
  bottom: 10px;
  display: block;
}
.pow-slideshow-shortcode .flex-control-nav li a {
  display: block;
  padding: 0;
  width: 6px;
  height: 14px;
}
.pow-slideshow-shortcode .flex-control-nav li a i {
  color: #fff;
  font-size: 12px;
}
.pow-slideshow-shortcode .flex-control-nav li a.flex-active i:before {
  content: "\f111" !important;
}
.pow-slideshow-shortcode .color-pow-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
/**
 * Shortcode : Laptop Slideshow
 */
.pow-laptop-slideshow-shortcode {
  margin: 0 auto 20px;
  width: 100%;
  text-align: center;
}
.pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
  margin: 0 auto !important;
  padding: 25px 100px 10px 110px;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 23px 97px 10px 103px !important;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 21px 85px 10px 91px !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 18px 73px 10px 77px !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 15px 66px 10px 71px !important;
  }
}
@media handheld, only screen and (max-width: 500px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 12px 55px 10px 60px !important;
  }
}
@media handheld, only screen and (max-width: 450px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 10px 49px 10px 53px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 5px 42px 10px 47px !important;
  }
}
@media handheld, only screen and (max-width: 350px) {
  .pow-laptop-slideshow-shortcode.full-laptop .pow-flex-slides {
    padding: 10px 41px 10px 40px !important;
  }
}
.pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
  margin: 0 auto !important;
  padding: 10px  94px 20px 91px;
}
@media handheld, only screen and (max-width: 700px) {
  .pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
    padding: 15px  85px 10px 85px !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
    padding: 10px 55px 10px 55px !important;
  }
}
@media handheld, only screen and (max-width: 500px) {
  .pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
    padding: 10px 45px 10px 45px !important;
  }
}
@media handheld, only screen and (max-width: 450px) {
  .pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
    padding: 10px 40px 10px 40px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
    padding: 7px 38px 10px 38px !important;
  }
}
@media handheld, only screen and (max-width: 350px) {
  .pow-laptop-slideshow-shortcode.one-half-laptop .pow-flex-slides {
    padding: 10px 35px 10px 35px !important;
  }
}
.pow-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a {
  margin-top: -16px;
}
.pow-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-laptop-slideshow-shortcode.one-half-laptop .flex-direction-nav a .pow-icon-chevron-right:before {
  font-size: 32px;
}
.pow-laptop-slideshow-shortcode.one-third-laptop .pow-flex-slides {
  margin: 0 auto !important;
  padding: 8px  45px 20px 45px;
}
@media handheld, only screen and (max-width: 450px) {
  .pow-laptop-slideshow-shortcode.one-third-laptop .pow-flex-slides {
    padding: 10px  47px 10px 47px !important;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .pow-laptop-slideshow-shortcode.one-third-laptop .pow-flex-slides {
    padding: 8px  43px 10px 43px !important;
  }
}
.pow-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a {
  margin-top: -12px;
}
.pow-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-laptop-slideshow-shortcode.one-third-laptop .flex-direction-nav a .pow-icon-chevron-right:before {
  font-size: 24px;
}
.pow-laptop-slideshow-shortcode.one-fourth-laptop {
  margin-bottom: 30px !important;
}
.pow-laptop-slideshow-shortcode.one-fourth-laptop .pow-flex-slides {
  padding: 5px  34px 30px 36px;
}
.pow-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a {
  margin-top: -8px;
}
.pow-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-laptop-slideshow-shortcode.one-fourth-laptop .flex-direction-nav a .pow-icon-chevron-right:before {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 600px) {
  .pow-laptop-slideshow-shortcode .pow-icon-chevron-left:before,
  .pow-laptop-slideshow-shortcode .pow-icon-chevron-right:before {
    font-size: 32px !important;
  }
}
.pow-laptop-slideshow-shortcode:hover .flex-direction-nav a {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-laptop-slideshow-shortcode:hover .flex-prev {
  left: 0px;
}
.pow-laptop-slideshow-shortcode:hover .flex-next {
  right: 0px;
}
.pow-laptop-slideshow-shortcode .pow-flex-slides {
  text-align: center;
}
.pow-laptop-slideshow-shortcode .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 60;
  margin-top: -16px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-laptop-slideshow-shortcode .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-laptop-slideshow-shortcode .flex-direction-nav a .pow-icon-chevron-right:before {
  color: #ccc;
  text-shadow: -1px -1px 1px #999999;
  font-size: 48px;
}
.pow-laptop-slideshow-shortcode .flex-direction-nav a:hover i:before {
  color: #7f7f7f;
  text-shadow: -1px -1px 1px #525252;
}
.pow-laptop-slideshow-shortcode .flex-prev {
  left: 30px;
}
.pow-laptop-slideshow-shortcode .flex-next {
  right: 30px;
}
.pow-laptop-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.vc_span10 .full-laptop .pow-flex-slides {
  padding: 25px 100px 10px 110px;
}
.vc_span8 .full-laptop .pow-flex-slides {
  padding: 12px 105px 20px 105px;
}
.vc_span6 .full-laptop .pow-flex-slides {
  padding: 10px  90px 20px 90px;
}
.vc_span6 .full-laptop .pow-icon-chevron-left:before,
.vc_span6 .full-laptop .pow-icon-chevron-right:before {
  font-size: 32px !important;
}
.vc_span4 .full-laptop .pow-flex-slides,
.vc_span4 .one-half-laptop .pow-flex-slides {
  padding: 10px  60px 20px 60px;
}
.vc_span4 .full-laptop .pow-icon-chevron-left:before,
.vc_span4 .one-half-laptop .pow-icon-chevron-left:before,
.vc_span4 .full-laptop .pow-icon-chevron-right:before,
.vc_span4 .one-half-laptop .pow-icon-chevron-right:before {
  font-size: 24px !important;
}
.vc_span3 .full-laptop .pow-flex-slides,
.vc_span3 .one-half-laptop .pow-flex-slides,
.vc_span3 .one-third-laptop .pow-flex-slides {
  padding: 2px  43px 15px 43px;
}
.vc_span3 .full-laptop .pow-icon-chevron-left:before,
.vc_span3 .one-half-laptop .pow-icon-chevron-left:before,
.vc_span3 .one-third-laptop .pow-icon-chevron-left:before,
.vc_span3 .full-laptop .pow-icon-chevron-right:before,
.vc_span3 .one-half-laptop .pow-icon-chevron-right:before,
.vc_span3 .one-third-laptop .pow-icon-chevron-right:before {
  font-size: 24px !important;
}
.vc_span3 .one-third-laptop .pow-flex-slides {
  padding: 7px  38px 15px 38px;
}
.vc_span3 .one-third-laptop .pow-icon-chevron-left:before,
.vc_span3 .one-third-laptop .pow-icon-chevron-right:before {
  font-size: 16px !important;
}
.vc_span2 .full-laptop .pow-flex-slides,
.vc_span2 .one-half-laptop .pow-flex-slides,
.vc_span2 .one-third-laptop .pow-flex-slides,
.vc_span2 .one-fourth-laptop .pow-flex-slides {
  padding: 2px  23px 15px 23px;
}
.vc_span2 .full-laptop .pow-icon-chevron-left:before,
.vc_span2 .one-half-laptop .pow-icon-chevron-left:before,
.vc_span2 .one-third-laptop .pow-icon-chevron-left:before,
.vc_span2 .one-fourth-laptop .pow-icon-chevron-left:before,
.vc_span2 .full-laptop .pow-icon-chevron-right:before,
.vc_span2 .one-half-laptop .pow-icon-chevron-right:before,
.vc_span2 .one-third-laptop .pow-icon-chevron-right:before,
.vc_span2 .one-fourth-laptop .pow-icon-chevron-right:before {
  font-size: 16px !important;
}
/**
 * Shortcode : LCD Slideshow
 */
.pow-lcd-slideshow {
  margin: 0 auto 160px;
  width: 100%;
  text-align: center;
}
.pow-lcd-slideshow:hover .flex-direction-nav a {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.pow-lcd-slideshow:hover .flex-prev {
  left: 40px !important;
}
.pow-lcd-slideshow:hover .flex-next {
  right: 40px !important;
}
.pow-lcd-slideshow.showroom3 .pow-flex-slides li {
  width: 100%;
  height: 200px;
  margin-left: 17% !important;
  padding-top: 14px;
  position: relative;
  overflow: hidden;
}
.pow-lcd-slideshow.showroom3 .pow-flex-slides li img {
  display: block;
}
.pow-lcd-slideshow.showroom4 .pow-flex-slides li,
.pow-lcd-slideshow.showroom5 .pow-flex-slides li {
  margin-top: 8%;
}
.pow-lcd-slideshow.showroom4 .flex-direction-nav a,
.pow-lcd-slideshow.showroom5 .flex-direction-nav a {
  top: 50%;
}
.pow-lcd-slideshow.showroom6 .pow-flex-slides li,
.pow-lcd-slideshow.showroom7 .pow-flex-slides li {
  margin-top: 8%;
}
.pow-lcd-slideshow.showroom6 .flex-direction-nav a,
.pow-lcd-slideshow.showroom7 .flex-direction-nav a {
  top: 50%;
}
.pow-lcd-slideshow.showroom8 li,
.pow-lcd-slideshow.showroom9 li {
  max-width: 98%;
}
.pow-lcd-slideshow.showroom8:hover .flex-prev,
.pow-lcd-slideshow.showroom9:hover .flex-prev {
  left: 100px !important;
}
.pow-lcd-slideshow.showroom8:hover .flex-next,
.pow-lcd-slideshow.showroom9:hover .flex-next {
  right: 100px !important;
}
.pow-lcd-slideshow .pow-flex-slides {
  padding: 10px  20px 100px 20px;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-lcd-slideshow .pow-flex-slides {
    padding: 10px  10px 100px 10px !important;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .pow-lcd-slideshow .pow-flex-slides {
    padding: 10px  10px 100px 10px !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .pow-lcd-slideshow .pow-flex-slides {
    padding: 10px  10px 100px 10px !important;
  }
}
.pow-lcd-slideshow .flex-direction-nav a {
  position: absolute;
  top: 45%;
  z-index: 60;
  margin-top: -16px;
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-lcd-slideshow .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-lcd-slideshow .flex-direction-nav a .pow-icon-chevron-right:before {
  position: absolute;
  top: 12px;
  left: 13px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.pow-lcd-slideshow .flex-prev {
  left: 70px !important;
}
.pow-lcd-slideshow .flex-next {
  right: 70px !important;
}
.pow-lcd-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.vc_span8 .pow-lcd-slideshow {
  margin: 0 auto 70px;
}
.vc_span8 .pow-lcd-slideshow .pow-flex-slides {
  padding: 15px  10px 100px 10px;
}
.vc_span8 .pow-lcd-slideshow .flex-direction-nav a {
  margin-top: -48px;
}
.vc_span6 .pow-lcd-slideshow {
  margin: 0 auto 50px;
}
.vc_span6 .pow-lcd-slideshow .pow-flex-slides {
  padding: 5px 11px 80px;
}
.vc_span6 .pow-lcd-slideshow .flex-direction-nav a {
  margin-top: -28px;
}
.vc_span4 .pow-lcd-slideshow {
  margin: 0 auto 50px;
}
.vc_span4 .pow-lcd-slideshow .pow-flex-slides {
  padding: 10px  5px 80px 5px;
}
.vc_span4 .pow-lcd-slideshow .flex-direction-nav a {
  margin-top: -28px;
}
.vc_span3 .pow-lcd-slideshow {
  margin: 0 auto 60px;
}
.vc_span3 .pow-lcd-slideshow .pow-flex-slides {
  padding: 5px  0px 50px 0px;
}
.vc_span3 .pow-lcd-slideshow .flex-direction-nav a {
  margin-top: -28px;
}
.vc_span2 .pow-lcd-slideshow {
  margin: 0 auto 40px;
}
.vc_span2 .pow-lcd-slideshow .pow-flex-slides {
  padding: 3px  0px 40px 0px;
}
.vc_span2 .pow-lcd-slideshow .flex-direction-nav a {
  display: none;
}
.vc_span6 .vc_span8 .pow-lcd-slideshow {
  margin: 0 auto 40px;
}
.vc_span6 .vc_span8 .pow-lcd-slideshow .pow-flex-slides {
  padding: 10px  10px 90px;
}
.vc_span6 .vc_span4 .pow-lcd-slideshow {
  margin: 0 auto 40px;
}
.vc_span6 .vc_span4 .pow-lcd-slideshow .pow-flex-slides {
  padding: 5px  5px 50px;
}
.vc_span6 .vc_span4 .pow-lcd-slideshow .flex-direction-nav a {
  display: none;
}
/**
 * Shortcode : Content Slideshow
 */
.pow-content-slideshow-shortcode {
  margin-bottom: 40px;
  padding-right: 20px;
}
.pow-content-slideshow-shortcode .pow-flex-content {
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pow-content-slideshow-shortcode p {
  margin-bottom: 0;
}
.pow-content-slideshow-shortcode .flex-direction-nav a {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-content-slideshow-shortcode .flex-direction-nav .flex-next {
  top: 30px;
  right: 0 !important;
  margin: 0;
  border-left-width: 11px;
  border-left-style: solid;
}
.pow-content-slideshow-shortcode .flex-direction-nav .flex-prev {
  top: 30px;
  right: 0 !important;
  margin: 14px 0 0 0;
  border-right-width: 11px;
  border-right-style: solid;
  background-position: 0 bottom;
}
/**
 * Shortcode : Blockquotes
 */
.pow-blockquote {
  position: relative;
  margin-bottom: 20px;
  line-height: 150% !important;
}
.pow-blockquote p {
  margin-bottom: 0px;
}
.pow-blockquote.align-left {
  float: left;
}
.pow-blockquote.align-right {
  float: right;
}
.pow-blockquote.align-left {
  float: none;
  clear: both;
}
.pow-blockquote.quote-style {
  padding: 20px 20px 20px 70px;
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.05);
}
.pow-blockquote.quote-style:before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  color: #dddddd;
  color: rgba(0, 0, 0, 0.1);
  content: "\f10d";
  font-size: 32px;
}
.pow-blockquote.line-style {
  padding: 10px 10px 10px 40px;
  border-left: 2px solid;
}
@media handheld, only screen and (max-width: 760px) {
  .pow-blockquote {
    font-size: 12px !important;
  }
}
/**
 * Shortcode : Testimanial Slider
 */
.pow-testimonial {
  margin: 3px 3px 40px;
}
.pow-testimonial .pow-testimonial-image {
  position: relative;
  float: left;
  margin: 0 15px;
}
.pow-testimonial .pow-testimonial-image img {
  width: 50px !important;
  height: 50px !important;
}
.pow-testimonial .pow-testimonial-content {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 20px 0;
}
.pow-testimonial .pow-testimonial-content p {
  margin-bottom: 20px;
  line-height: 20px;
}
.pow-testimonial .pow-testimonial-author {
  display: block;
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 18px;
  line-height: 11px;
}
.pow-testimonial .pow-testimonial-company {
  font-size: 13px;
  line-height: 14px;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.pow-testimonial .flex-direction-nav a {
  color: #878787;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-opacity: 0.4;
}
.pow-testimonial .flex-direction-nav a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-testimonial.boxed-style .pow-testimonial-author-block {
  background-color: rgba(128, 128, 128, 0.04);
  padding: 16px 0;
  height: 82px;
}
.pow-testimonial.boxed-style .pow-testimonial-content {
  border: 1px solid transparent;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-testimonial.boxed-style .pow-testimonial-content:before {
  position: absolute;
  bottom: -7px;
  left: 35px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pow-testimonial.boxed-style .flex-direction-nav .flex-next {
  right: 10px !important;
  bottom: 30px;
  margin: 0;
}
.pow-testimonial.boxed-style .flex-direction-nav .flex-prev {
  right: 20px !important;
  bottom: 30px;
}
.pow-testimonial.simple-style {
  padding: 10px 50px 0;
  text-align: center;
}
.pow-testimonial.simple-style .pow-testimonial-author {
  font-size: 16px;
  letter-spacing: 2px;
}
.pow-testimonial.simple-style .pow-testimonial-company {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pow-testimonial.simple-style .pow-moon-quotes-left,
.pow-testimonial.simple-style .pow-moon-quotes-right {
  position: absolute;
  color: #eeeeee;
  font-size: 50px;
}
.pow-testimonial.simple-style .pow-testimonial-content {
  margin-bottom: 0;
  font-size: 18px !important;
  line-height: 28px;
}
.pow-testimonial.simple-style .pow-testimonial-content p {
  font-size: inherit;
  line-height: inherit;
}
.pow-testimonial.simple-style .pow-moon-quotes-left {
  top: 70px;
  left: 0;
}
.pow-testimonial.simple-style .pow-moon-quotes-right {
  top: 70px;
  right: 0;
}
.pow-testimonial.simple-style .flex-direction-nav a i {
  font-size: 16px;
}
.pow-testimonial.simple-style .flex-direction-nav .flex-next {
  top: 50%;
  right: 50% !important;
  margin: 100px -50px 0 0 !important;
}
.pow-testimonial.simple-style .flex-direction-nav .flex-prev {
  top: 50%;
  left: 50% !important;
  margin: 100px 0 0 -50px !important;
}
.pow-testimonial.simple-style .pow-testimonial-author {
  font-size: 24px !important;
  font-weight: 100 !important;
  text-transform: uppercase;
  background-image: none;
}
.pow-testimonial.simple-style.light-version {
  padding-bottom: 100px;
}
.pow-testimonial.simple-style.light-version .pow-testimonial-content,
.pow-testimonial.simple-style.light-version .pow-testimonial-content p,
.pow-testimonial.simple-style.light-version .pow-testimonial-company,
.pow-testimonial.simple-style.light-version .pow-testimonial-author,
.pow-testimonial.simple-style.light-version .flex-direction-nav a i {
  color: #fff !important;
}
.pow-testimonial.simple-style.light-version .flex-direction-nav a i {
  font-size: 42px;
}
.pow-testimonial.simple-style.light-version .flex-direction-nav .flex-next {
  margin: 0 0 0 6px;
}
.pow-testimonial.simple-style.light-version .flex-direction-nav .flex-prev {
  margin: 0 0 0 -54px;
}
.pow-testimonial.simple-style.light-version .pow-moon-quotes-left,
.pow-testimonial.simple-style.light-version .pow-moon-quotes-right {
  color: rgba(255, 255, 255, 0.2);
}
.pow-testimonial.modern-style .pow-testimonial-content {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pow-testimonial.modern-style .pow-testimonial-content:before {
  position: absolute;
  bottom: -8px;
  left: 55px;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  border-left: none;
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pow-testimonial.modern-style .pow-testimonial-quote {
  padding: 20px 20px 0;
}
.pow-testimonial.modern-style .pow-testimonial-image {
  margin: 0 20px;
}
.pow-testimonial.modern-style .pow-testimonial-image img {
  -webkit-box-shadow: 0 0 1px #a9a9a9;
  -moz-box-shadow: 0 0 1px #a9a9a9;
  box-shadow: 0 0 1px #a9a9a9;
}
.pow-testimonial.modern-style .pow-testimonial-author {
  margin-top: 30px;
  color: #313d53 !important;
}
.pow-testimonial.modern-style .flex-control-nav {
  top: 15px;
  display: block;
  height: 5px;
}
.pow-testimonial.modern-style .flex-control-nav li {
  margin: 0;
}
.pow-testimonial.modern-style .flex-control-nav li a {
  display: block;
  padding: 0 3px;
}
.pow-testimonial.modern-style .flex-control-nav li a i {
  color: #b2b2b2;
  font-size: 5px;
}
.pow-testimonial.modern-style .flex-control-nav li a i:before {
  content: "\f111" !important;
}
.pow-testimonial.modern-style .flex-control-nav li a.flex-active i {
  color: #4c4c4c;
}
.testimonial-column .testimonial-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonial-column .testimonial-item {
  display: inline-block;
  margin: 0;
  float: left;
  padding: 0 15px 30px 15px;
}
.testimonial-column .one-column {
  width: 100%;
  padding: 0 0 30px;
}
.testimonial-column .two-column {
  width: 50%;
}
.testimonial-column .three-column {
  width: 33%;
}
.testimonial-column .four-column {
  width: 25%;
}
@media handheld, only screen and (max-width: 900px) {
  .testimonial-column .four-column,
  .testimonial-column .three-column {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .testimonial-column .four-column,
  .testimonial-column .three-column,
  .testimonial-column .two-column {
    width: 100% !important;
    padding: 0 0 30px 0 !important;
  }
}
/**
 * Shortcode : Tabs
 */
.pow-tabs {
  margin-bottom: 20px;
}
.pow-tabs .pow-tabs-tabs li {
  position: relative;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.pow-tabs .pow-tabs-tabs li a {
  display: block;
  margin: 0;
  outline: none;
  color: #444444;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
}
.pow-tabs .pow-tabs-panes .pow-tabs-pane {
  position: relative;
  z-index: 8;
}
.pow-tabs.default-style {
  margin-bottom: 20px;
  /* Vertical Style */
}
.pow-tabs.default-style .pow-tabs-tabs {
  z-index: 10;
  position: relative;
  margin: 0 0 -2px 0 !important;
}
.pow-tabs.default-style .pow-tabs-tabs li a {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-left: none;
  background-color: #ebebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f4f4f4));
  background: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
  background: -moz-linear-gradient(top, #fafafa, #f4f4f4);
  background: -ms-linear-gradient(top, #fafafa, #f4f4f4);
  background: -o-linear-gradient(top, #fafafa, #f4f4f4);
  background-color: #fafafa;
}
.pow-tabs.default-style .pow-tabs-tabs li:first-child a {
  border-left: 1px solid #e5e5e5;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}
.pow-tabs.default-style .pow-tabs-tabs li:last-of-type a {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}
.pow-tabs.default-style .pow-tabs-tabs li:hover i {
  color: #868686 !important;
}
.pow-tabs.default-style .pow-tabs-tabs li.tab-with-icon a {
  padding: 10px 20px 10px 14px !important;
  line-height: 22px;
}
.pow-tabs.default-style .pow-tabs-tabs li.tab-with-icon a i {
  margin-right: 8px;
  color: #b9b9b9;
  font-size: 20px;
}
.pow-tabs.default-style .pow-tabs-tabs li.ui-tabs-active a {
  padding-bottom: 11px !important;
  border-bottom: none !important;
  cursor: default;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: -webkit-linear-gradient(top, transparent, transparent);
  background: -moz-linear-gradient(top, transparent, transparent);
  background: -ms-linear-gradient(top, transparent, transparent);
  background: -o-linear-gradient(top, transparent, transparent);
  background-color: transparent;
}
.pow-tabs.default-style .pow-tabs-panes {
  border: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
  margin: 0;
}
.pow-tabs.default-style .pow-tabs-panes .pow-tabs-pane {
  padding: 25px 25px 20px;
}
.pow-tabs.default-style.vertical-style .pow-tabs-tabs {
  float: left;
  margin: 0 -2px 0 0 !important;
  width: 25%;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
}
.pow-tabs.default-style.vertical-style .pow-tabs-tabs li {
  display: block;
  float: none;
}
.pow-tabs.default-style.vertical-style .pow-tabs-tabs li a {
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
}
.pow-tabs.default-style.vertical-style .pow-tabs-tabs li:last-of-type a {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}
.pow-tabs.default-style.vertical-style .pow-tabs-tabs li.ui-tabs-active a {
  padding-right: 21px !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5 !important;
}
.pow-tabs.default-style.vertical-style .pow-tabs-tabs li a {
  white-space: normal;
}
.pow-tabs.default-style.vertical-style .pow-tabs-panes {
  float: left;
  width: 75%;
  border: none;
  border: 1px solid #e5e5e5;
}
.pow-tabs.default-style.vertical-style.vertical-right .pow-tabs-tabs {
  float: right;
  margin: 0 0 0 -2px !important;
}
.pow-tabs.default-style.vertical-style.vertical-right .pow-tabs-tabs li a {
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
}
.pow-tabs.default-style.vertical-style.vertical-right .pow-tabs-tabs li.ui-tabs-active a {
  margin-left: -2px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: none !important;
}
.pow-tabs.default-style.vertical-style.vertical-right .pow-tabs-panes {
  float: right;
}
@media handheld, only screen and (max-width: 600px) {
  .pow-tabs.default-style.vertical-style .pow-tabs-panes {
    width: 60%;
  }
  .pow-tabs.default-style.vertical-style .pow-tabs-tabs {
    width: 40%;
  }
  .pow-tabs.default-style.horizental-style .pow-tabs-tabs {
    border-bottom: 1px solid #e5e5e5;
  }
  .pow-tabs.default-style.horizental-style .pow-tabs-tabs li {
    display: block;
    float: none;
    border-bottom: none;
    border-left: 1px solid #e5e5e5;
  }
  .pow-tabs.default-style.horizental-style .pow-tabs-tabs li a {
    border-bottom: none !important;
  }
  .pow-tabs.default-style.horizental-style .pow-tabs-tabs li:first-child a {
    border-left: none !important;
  }
}
/* Simple Style : since v3.0 */
.pow-tabs.simple-style .pow-tabs-tabs {
  margin: 0;
  border-bottom: 2px solid #eeeeee;
}
.pow-tabs.simple-style .pow-tabs-tabs li a {
  padding: 14px 18px;
  margin: 0 0 -2px 0;
}
.pow-tabs.simple-style .pow-tabs-tabs li.tab-with-icon a {
  line-height: 22px;
}
.pow-tabs.simple-style .pow-tabs-tabs li.tab-with-icon a i {
  font-size: 20px;
  margin-right: 6px;
}
.pow-tabs.simple-style .pow-tabs-tabs li.ui-tabs-active a {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.pow-tabs.simple-style .pow-tabs-panes {
  padding: 25px 0 15px;
}
@media handheld, only screen and (max-width: 780px) {
  .pow-tabs.simple-style .pow-tabs-tabs {
    border-bottom: none !important;
  }
  .pow-tabs.simple-style .pow-tabs-tabs li {
    float: none !important;
    display: block !important;
  }
  .pow-tabs.simple-style .pow-tabs-tabs li a {
    border-bottom: 2px solid #eeeeee;
  }
}
/**
 * Shortcode : Accordion
 */
.pow-accordion {
  margin-bottom: 20px;
}
.pow-accordion.fancy-style {
  border-bottom: 1px solid #ececec;
}
.pow-accordion.fancy-style .pow-accordion-single {
  overflow: hidden;
  border: 1px solid #ececec;
  border-bottom: 0;
  background-color: #fff;
}
.pow-accordion.fancy-style .pow-accordion-tab {
  position: relative;
  padding: 9px 30px 12px 15px;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.pow-accordion.fancy-style .pow-accordion-tab i {
  margin-right: 15px;
  color: #b9b9b9;
  font-size: 24px;
}
.pow-accordion.fancy-style .pow-accordion-tab:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f4f4f4));
  background: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
  background: -moz-linear-gradient(top, #fafafa, #f4f4f4);
  background: -ms-linear-gradient(top, #fafafa, #f4f4f4);
  background: -o-linear-gradient(top, #fafafa, #f4f4f4);
  background-color: #fafafa;
}
.pow-accordion.fancy-style .pow-accordion-tab:hover i {
  color: #868686;
}
.pow-accordion.fancy-style .pow-accordion-tab:before {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  margin-top: -9px;
  padding: 3px 6px 2px;
  color: #adadad;
  content: "\f054";
  font-size: 12px !important;
  line-height: 16px;
}
.pow-accordion.fancy-style .pow-accordion-tab.current {
  border-bottom: 1px solid #ececec;
}
.pow-accordion.fancy-style .pow-accordion-tab.current:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.pow-accordion.fancy-style .pow-accordion-pane {
  display: none;
  padding: 20px;
}
.pow-accordion.simple-style .pow-accordion-tab {
  position: relative;
  padding: 9px 30px 12px 15px;
  border-bottom: 1px solid #ececec;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}
.pow-accordion.simple-style .pow-accordion-tab i {
  margin-right: 10px;
  color: #b9b9b9;
  font-size: 24px;
}
.pow-accordion.simple-style .pow-accordion-tab:before {
  position: absolute;
  top: 16px;
  right: 10px;
  display: block;
  padding: 3px 6px 2px;
  color: #dddddd;
  content: "\f054";
  font-size: 12px;
  line-height: 12px;
}
.pow-accordion.simple-style .pow-accordion-tab.current {
  border: none;
}
.pow-accordion.simple-style .pow-accordion-tab.current:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #313d53;
}
.pow-accordion.simple-style .pow-accordion-pane {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}
.pow-accordion.toggle-action .pow-accordion-pane {
  display: none;
}
/**
 * Shortcode : Accordion
 */
.pow-toggle {
  margin: 0;
}
.pow-toggle.fancy-style {
  margin-bottom: 3px;
  border: 1px solid #ececec;
}
.pow-toggle.fancy-style .pow-toggle-title {
  position: relative;
  display: block;
  padding: 9px 30px 9px 15px;
  color: #222;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}
.pow-toggle.fancy-style .pow-toggle-title i {
  margin-right: 15px;
  color: #b9b9b9;
  font-size: 24px;
}
.pow-toggle.fancy-style .pow-toggle-title:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f4f4f4));
  background: -webkit-linear-gradient(top, #fafafa, #f4f4f4);
  background: -moz-linear-gradient(top, #fafafa, #f4f4f4);
  background: -ms-linear-gradient(top, #fafafa, #f4f4f4);
  background: -o-linear-gradient(top, #fafafa, #f4f4f4);
  background-color: #fafafa;
}
.pow-toggle.fancy-style .pow-toggle-title:before {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 3px 6px 2px;
  content: "\f054";
  font-size: 12px !important;
  line-height: 16px;
  color: #dddddd;
}
.pow-toggle.fancy-style .pow-toggle-title.active-toggle {
  border-bottom: 1px solid #ececec;
}
.pow-toggle.fancy-style .pow-toggle-title.active-toggle:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.pow-toggle.simple-style .pow-toggle-title {
  position: relative;
  display: block;
  padding: 8px 25px 8px 23px;
  color: #444444;
  font-size: 13px;
  cursor: pointer;
}
.pow-toggle.simple-style .pow-toggle-title i {
  display: none;
}
.pow-toggle.simple-style .pow-toggle-title:before {
  position: absolute;
  top: 11px;
  left: -4px;
  display: block;
  padding: 3px 6px 2px;
  color: #adadad;
  content: "\f054";
  font-size: 12px;
  line-height: 12px;
}
.pow-toggle.simple-style .pow-toggle-title.active-toggle:before {
  left: -6px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.pow-toggle .pow-toggle-pane {
  position: relative;
  display: none;
  padding: 20px;
  background-color: #fff;
}
/**
 * Facebook
 */
.fb_type_standard {
  height: 25px;
}
.fb_type_standard iframe {
  height: 25px;
}
.fb_type_button_count {
  height: 25px;
}
.fb_type_button_count iframe {
  height: 25px;
}
.fb_type_box_count {
  height: 62px;
}
.fb_type_box_count iframe {
  height: 62px;
}
/**
 * Google plus
 */
.wpb_googleplus_type_standard {
  height: 25px;
}
.wpb_googleplus_type_small {
  height: 25px;
}
.wpb_googleplus_type_medium {
  height: 25px;
}
.wpb_googleplus_type_tall {
  height: 25px;
}
/**
 * Pinterest
 */
.wpb_pinterest_type_horizontal {
  height: 25px;
}
.wpb_pinterest_type_vertical {
  height: 60px;
}
.wpb_pinterest_type_none {
  height: 25px;
}
.wpb_googleplus,
.wpb_pinterest,
.wpb_tweetme,
.wpb_fb_like {
  display: inline-block;
}
.wpb_content_element {
  margin-bottom: 20px;
}
/**
 * Shortcode : Video Player
 */
.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
 */
.pow-flickr-feeds-shortcode {
  margin-bottom: 20px;
}
.pow-flickr-feeds-shortcode .flickr_badge_image {
  display: inline-block;
}
.pow-flickr-feeds-shortcode .flickr_badge_image a {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.pow-flickr-feeds-shortcode .flickr_badge_image a img {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/**
 * Shortcode : Contact Form
 */
.pow-contact-form-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.pow-contact-form-wrapper.classic-style .pow-form-row {
  position: relative;
  margin-bottom: 10px;
}
.pow-contact-form-wrapper.classic-style .pow-form-row i {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #6c6c6c;
}
.pow-contact-form-wrapper.classic-style .pow-form-row i:before {
  font-size: 16px;
}
.pow-contact-form-wrapper.classic-style .pow-form-row .text-input,
.pow-contact-form-wrapper.classic-style .pow-form-row .pow-textarea {
  width: 100%;
  background-color: #fff;
}
.pow-contact-form-wrapper.classic-style .pow-form-row .text-input {
  padding: 8px 10px 8px 45px;
  -webkit-box-shadow: inset 34px 0 0 0 #f8f8f8;
  -moz-box-shadow: inset 34px 0 0 0 #f8f8f8;
  box-shadow: inset 34px 0 0 0 #f8f8f8;
}
.pow-contact-form-wrapper.classic-style .pow-form-row .pow-textarea {
  padding: 10px 10px 10px 45px;
  height: 230px;
  -webkit-box-shadow: inset 34px 0 0 0 #f8f8f8, inset 0 -2px 0 0 #f8f8f8;
  -moz-box-shadow: inset 34px 0 0 0 #f8f8f8, inset 0 -2px 0 0 #f8f8f8;
  box-shadow: inset 34px 0 0 0 #f8f8f8, inset 0 -2px 0 0 #f8f8f8;
}
.pow-contact-form-wrapper.classic-style .pow-form-row button {
  text-transform: uppercase;
  margin-top: 10px;
  padding: 15px 24px 14px;
  font-weight: bold;
  font-size: 12px;
}
.pow-contact-form-wrapper.modern-style .pow-form-row {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
.pow-contact-form-wrapper.modern-style .pow-form-row .text-input,
.pow-contact-form-wrapper.modern-style .pow-form-row .pow-textarea {
  border: 1px solid transparent;
  font-size: 14px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pow-contact-form-wrapper.modern-style .pow-form-row .text-input {
  padding: 14px;
  width: 100%;
  text-align: center;
}
.pow-contact-form-wrapper.modern-style .pow-form-row .pow-textarea {
  padding: 15px;
  width: 100%;
  height: 200px;
  text-align: center;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea {
  background-color: rgba(255, 255, 255, 0.6);
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input::-webkit-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea::-webkit-input-placeholder {
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input:-ms-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea:-ms-input-placeholder {
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input:-moz-placeholder,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea:-moz-placeholder {
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input:focus,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea:focus {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input:focus::-webkit-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input:focus:-ms-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea:focus:-ms-input-placeholder {
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-light .text-input:focus:-moz-placeholder,
.pow-contact-form-wrapper.modern-style.contact-light .pow-textarea:focus:-moz-placeholder {
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input::-webkit-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea::-webkit-input-placeholder {
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input:-ms-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea:-ms-input-placeholder {
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input:-moz-placeholder,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea:-moz-placeholder {
  color: #fff;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input:focus,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea:focus {
  background-color: rgba(255, 255, 255, 0.6);
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input:focus::-webkit-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea:focus::-webkit-input-placeholder {
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input:focus:-ms-input-placeholder,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea:focus:-ms-input-placeholder {
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style.contact-dark .text-input:focus:-moz-placeholder,
.pow-contact-form-wrapper.modern-style.contact-dark .pow-textarea:focus:-moz-placeholder {
  color: #313d53;
}
.pow-contact-form-wrapper.modern-style .pow-invalid {
  border: 1px solid #ff0000 !important;
}
.pow-contact-loading {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: none;
  width: 24px;
  height: 24px;
  color: #c3c3c3;
  font-size: 24px;
}
.pow-contact-success {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: none;
  width: 24px;
  height: 24px;
  color: #90b64d;
  font-size: 24px;
}
.pow-invalid {
  border: 1px solid #ff0000;
}
.pow-contactinfo-shortcode {
  margin-bottom: 20px;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-contact-form-shortcode .contact-form-spliter {
    float: none !important;
    margin-bottom: 6px;
    width: 100% !important;
  }
  .pow-contact-form-shortcode button {
    display: block;
    width: 100%;
  }
}
/**
 * Shortcode : Social Networks
 */
.pow-social-network-shortcode {
  margin: 10px 0;
  padding: 0;
}
.pow-social-network-shortcode.social-align-right {
  text-align: right;
}
.pow-social-network-shortcode.social-align-center {
  text-align: center;
}
.pow-social-network-shortcode.social-align-left {
  text-align: left;
}
.pow-social-network-shortcode.small i {
  font-size: 16px;
}
.pow-social-network-shortcode.medium i {
  font-size: 24px;
}
.pow-social-network-shortcode.large i {
  font-size: 32px;
}
.pow-social-network-shortcode.x-large i {
  font-size: 48px;
}
.pow-social-network-shortcode.xx-large i {
  font-size: 64px;
}
.pow-social-network-shortcode ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-social-network-shortcode ul li {
  display: inline-block;
  margin: 0;
}
.pow-social-network-shortcode ul li a {
  display: block;
  line-height: 100%;
}
/**
 * Shortcode : FAQ
 */
.pow-faq-container {
  margin-bottom: 20px;
}
.pow-faq-container.fancy-style-wrapper {
  border-top: 1px solid #ececec;
}
.pow-faq-container.fancy-style-wrapper .pow-faq-toggle {
  margin-bottom: 0 !important;
  border-top: none !important;
}
.pow-faq-toggle {
  display: block;
  width: 100%;
}
.pow-faq-toggle .pow-toggle-title i {
  color: #d6d6d6 !important;
}
.filter-faq {
  margin-bottom: 30px;
  text-align: center;
}
.filter-faq ul {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.filter-faq ul li {
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
}
.filter-faq ul li:first-child a {
  padding-left: 0;
}
.filter-faq ul li a {
  display: block;
  padding: 8px 8px;
  color: #282828;
  font-size: 12px;
  line-height: 12px;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.filter-faq ul li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.filter-faq ul li a.current {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
@media handheld, only screen and (max-width: 800px) {
  .filter-faq ul {
    display: block !important;
  }
  .filter-faq ul li {
    display: block !important;
    border-top: 1px solid #dbdbdb;
    border-left: none !important;
  }
}
/**
 * Shortcode : Mini Captions
 */
.pow-mini-caption {
  margin-bottom: 18px;
  position: relative;
}
.pow-mini-caption::before {
  left: 0;
}
.pow-mini-caption::after {
  right: 0;
}
.pow-mini-caption::before,
.pow-mini-caption::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
}
.pow-mini-caption span {
  position: relative;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.pow-mini-caption p {
  margin-bottom: 0 !important;
}
/**
 * Shortcode : Title & Fancy Captions
 */
.pow-fancy-title-container {
  position: relative;
}
.pow-fancy-title-container .invisible-shadow {
  opacity: 0.1;
  color: rgba(128, 128, 128, 0);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.pow-fancy-title-container .invisible-shadow.align-center {
  text-align: center;
}
.pow-fancy-title-container .invisible-shadow.align-left {
  text-align: left;
}
.pow-fancy-title-container .invisible-shadow.align-left {
  text-align: left;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.boxed {
  overflow: hidden;
  display: inline-block;
  padding: 20px;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.boxed.align-center {
  text-align: center;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.boxed.align-left {
  text-align: left;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.boxed.align-left {
  text-align: left;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.bright.boxed {
  background-color: #8c8c8c;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.bright span {
  text-shadow: -1px 1px 1px #ffffff, -2px 2px 1px #ffffff, -3px 3px 1px #ffffff, -4px 4px 1px #ffffff, -5px 5px 1px #ffffff, -6px 6px 1px #ffffff, -7px 7px 1px #ffffff, -8px 8px 1px #ffffff, -9px 9px 1px #ffffff, -10px 10px 1px #ffffff, -11px 11px 1px #ffffff, -12px 12px 1px #ffffff, -13px 13px 1px #ffffff, -14px 14px 1px #ffffff, -15px 15px 1px #ffffff, -16px 16px 1px #ffffff, -17px 17px 1px #ffffff, -18px 18px 1px #ffffff, -19px 19px 1px #ffffff, -20px 20px 1px #ffffff, -21px 21px 1px #ffffff, -22px 22px 1px #ffffff, -23px 23px 1px #ffffff, -24px 24px 1px #ffffff, -25px 25px 1px #ffffff, -26px 26px 1px #ffffff, -27px 27px 1px #ffffff, -28px 28px 1px #ffffff, -29px 29px 1px #ffffff, -30px 30px 1px #ffffff, -31px 31px 1px #ffffff, -32px 32px 1px #ffffff, -33px 33px 1px #ffffff, -34px 34px 1px #ffffff, -35px 35px 1px #ffffff, -36px 36px 1px #ffffff, -37px 37px 1px #ffffff, -38px 38px 1px #ffffff, -39px 39px 1px #ffffff, -40px 40px 1px #ffffff, -41px 41px 1px #ffffff, -42px 42px 1px #ffffff, -43px 43px 1px #ffffff, -44px 44px 1px #ffffff, -45px 45px 1px #ffffff, -46px 46px 1px #ffffff, -47px 47px 1px #ffffff, -48px 48px 1px #ffffff, -49px 49px 1px #ffffff, -50px 50px 1px #ffffff, -51px 51px 1px #ffffff, -52px 52px 1px #ffffff, -53px 53px 1px #ffffff, -54px 54px 1px #ffffff, -55px 55px 1px #ffffff, -56px 56px 1px #ffffff, -57px 57px 1px #ffffff, -58px 58px 1px #ffffff, -59px 59px 1px #ffffff, -60px 60px 1px #ffffff, -61px 61px 1px #ffffff, -62px 62px 1px #ffffff, -63px 63px 1px #ffffff, -64px 64px 1px #ffffff, -65px 65px 1px #ffffff, -66px 66px 1px #ffffff, -67px 67px 1px #ffffff, -68px 68px 1px #ffffff, -69px 69px 1px #ffffff, -70px 70px 1px #ffffff, -71px 71px 1px #ffffff, -72px 72px 1px #ffffff, -73px 73px 1px #ffffff, -74px 74px 1px #ffffff, -75px 75px 1px #ffffff, -76px 76px 1px #ffffff, -77px 77px 1px #ffffff, -78px 78px 1px #ffffff, -79px 79px 1px #ffffff, -80px 80px 1px #ffffff, -81px 81px 1px #ffffff, -82px 82px 1px #ffffff, -83px 83px 1px #ffffff, -84px 84px 1px #ffffff, -85px 85px 1px #ffffff, -86px 86px 1px #ffffff, -87px 87px 1px #ffffff, -88px 88px 1px #ffffff, -89px 89px 1px #ffffff, -90px 90px 1px #ffffff, -91px 91px 1px #ffffff, -92px 92px 1px #ffffff, -93px 93px 1px #ffffff, -94px 94px 1px #ffffff, -95px 95px 1px #ffffff, -96px 96px 1px #ffffff, -97px 97px 1px #ffffff, -98px 98px 1px #ffffff, -99px 99px 1px #ffffff, -100px 100px 1px #ffffff, -101px 101px 1px #ffffff, -102px 102px 1px #ffffff, -103px 103px 1px #ffffff, -104px 104px 1px #ffffff, -105px 105px 1px #ffffff, -106px 106px 1px #ffffff, -107px 107px 1px #ffffff, -108px 108px 1px #ffffff, -109px 109px 1px #ffffff, -110px 110px 1px #ffffff, -111px 111px 1px #ffffff, -112px 112px 1px #ffffff, -113px 113px 1px #ffffff, -114px 114px 1px #ffffff, -115px 115px 1px #ffffff, -116px 116px 1px #ffffff, -117px 117px 1px #ffffff, -118px 118px 1px #ffffff, -119px 119px 1px #ffffff, -120px 120px 1px #ffffff, -121px 121px 1px #ffffff, -122px 122px 1px #ffffff, -123px 123px 1px #ffffff, -124px 124px 1px #ffffff, -125px 125px 1px #ffffff, -126px 126px 1px #ffffff, -127px 127px 1px #ffffff, -128px 128px 1px #ffffff, -129px 129px 1px #ffffff, -130px 130px 1px #ffffff, -131px 131px 1px #ffffff, -132px 132px 1px #ffffff, -133px 133px 1px #ffffff, -134px 134px 1px #ffffff, -135px 135px 1px #ffffff, -136px 136px 1px #ffffff, -137px 137px 1px #ffffff, -138px 138px 1px #ffffff, -139px 139px 1px #ffffff, -140px 140px 1px #ffffff, -141px 141px 1px #ffffff, -142px 142px 1px #ffffff, -143px 143px 1px #ffffff, -144px 144px 1px #ffffff, -145px 145px 1px #ffffff, -146px 146px 1px #ffffff, -147px 147px 1px #ffffff, -148px 148px 1px #ffffff, -149px 149px 1px #ffffff, -150px 150px 1px #ffffff, -151px 151px 1px #ffffff, -152px 152px 1px #ffffff, -153px 153px 1px #ffffff, -154px 154px 1px #ffffff, -155px 155px 1px #ffffff, -156px 156px 1px #ffffff, -157px 157px 1px #ffffff, -158px 158px 1px #ffffff, -159px 159px 1px #ffffff, -160px 160px 1px #ffffff, -161px 161px 1px #ffffff, -162px 162px 1px #ffffff, -163px 163px 1px #ffffff, -164px 164px 1px #ffffff, -165px 165px 1px #ffffff, -166px 166px 1px #ffffff, -167px 167px 1px #ffffff, -168px 168px 1px #ffffff, -169px 169px 1px #ffffff, -170px 170px 1px #ffffff, -171px 171px 1px #ffffff, -172px 172px 1px #ffffff, -173px 173px 1px #ffffff, -174px 174px 1px #ffffff, -175px 175px 1px #ffffff, -176px 176px 1px #ffffff, -177px 177px 1px #ffffff, -178px 178px 1px #ffffff, -179px 179px 1px #ffffff, -180px 180px 1px #ffffff, -181px 181px 1px #ffffff, -182px 182px 1px #ffffff, -183px 183px 1px #ffffff, -184px 184px 1px #ffffff, -185px 185px 1px #ffffff, -186px 186px 1px #ffffff, -187px 187px 1px #ffffff, -188px 188px 1px #ffffff, -189px 189px 1px #ffffff, -190px 190px 1px #ffffff, -191px 191px 1px #ffffff, -192px 192px 1px #ffffff, -193px 193px 1px #ffffff, -194px 194px 1px #ffffff, -195px 195px 1px #ffffff, -196px 196px 1px #ffffff, -197px 197px 1px #ffffff, -198px 198px 1px #ffffff, -199px 199px 1px #ffffff, -200px 200px 1px #ffffff, -201px 201px 1px #ffffff, -202px 202px 1px #ffffff, -203px 203px 1px #ffffff, -204px 204px 1px #ffffff, -205px 205px 1px #ffffff, -206px 206px 1px #ffffff, -207px 207px 1px #ffffff, -208px 208px 1px #ffffff, -209px 209px 1px #ffffff, -210px 210px 1px #ffffff, -211px 211px 1px #ffffff, -212px 212px 1px #ffffff, -213px 213px 1px #ffffff, -214px 214px 1px #ffffff, -215px 215px 1px #ffffff, -216px 216px 1px #ffffff, -217px 217px 1px #ffffff, -218px 218px 1px #ffffff, -219px 219px 1px #ffffff, -220px 220px 1px #ffffff, -221px 221px 1px #ffffff, -222px 222px 1px #ffffff, -223px 223px 1px #ffffff, -224px 224px 1px #ffffff, -225px 225px 1px #ffffff, -226px 226px 1px #ffffff, -227px 227px 1px #ffffff, -228px 228px 1px #ffffff, -229px 229px 1px #ffffff, -230px 230px 1px #ffffff, -231px 231px 1px #ffffff, -232px 232px 1px #ffffff, -233px 233px 1px #ffffff, -234px 234px 1px #ffffff, -235px 235px 1px #ffffff, -236px 236px 1px #ffffff, -237px 237px 1px #ffffff, -238px 238px 1px #ffffff, -239px 239px 1px #ffffff, -240px 240px 1px #ffffff, -241px 241px 1px #ffffff, -242px 242px 1px #ffffff, -243px 243px 1px #ffffff, -244px 244px 1px #ffffff, -245px 245px 1px #ffffff, -246px 246px 1px #ffffff, -247px 247px 1px #ffffff, -248px 248px 1px #ffffff, -249px 249px 1px #ffffff, -250px 250px 1px #ffffff, -251px 251px 1px #ffffff, -252px 252px 1px #ffffff, -253px 253px 1px #ffffff, -254px 254px 1px #ffffff, -255px 255px 1px #ffffff, -256px 256px 1px #ffffff, -257px 257px 1px #ffffff, -258px 258px 1px #ffffff, -259px 259px 1px #ffffff, -260px 260px 1px #ffffff, -261px 261px 1px #ffffff, -262px 262px 1px #ffffff, -263px 263px 1px #ffffff, -264px 264px 1px #ffffff, -265px 265px 1px #ffffff, -266px 266px 1px #ffffff, -267px 267px 1px #ffffff, -268px 268px 1px #ffffff, -269px 269px 1px #ffffff, -270px 270px 1px #ffffff, -271px 271px 1px #ffffff, -272px 272px 1px #ffffff, -273px 273px 1px #ffffff, -274px 274px 1px #ffffff, -275px 275px 1px #ffffff, -276px 276px 1px #ffffff, -277px 277px 1px #ffffff, -278px 278px 1px #ffffff, -279px 279px 1px #ffffff, -280px 280px 1px #ffffff, -281px 281px 1px #ffffff, -282px 282px 1px #ffffff, -283px 283px 1px #ffffff, -284px 284px 1px #ffffff, -285px 285px 1px #ffffff, -286px 286px 1px #ffffff, -287px 287px 1px #ffffff, -288px 288px 1px #ffffff, -289px 289px 1px #ffffff, -290px 290px 1px #ffffff, -291px 291px 1px #ffffff, -292px 292px 1px #ffffff, -293px 293px 1px #ffffff, -294px 294px 1px #ffffff, -295px 295px 1px #ffffff, -296px 296px 1px #ffffff, -297px 297px 1px #ffffff, -298px 298px 1px #ffffff, -299px 299px 1px #ffffff, -300px 300px 1px #ffffff, -301px 301px 1px #ffffff, -302px 302px 1px #ffffff, -303px 303px 1px #ffffff, -304px 304px 1px #ffffff, -305px 305px 1px #ffffff, -306px 306px 1px #ffffff, -307px 307px 1px #ffffff, -308px 308px 1px #ffffff, -309px 309px 1px #ffffff, -310px 310px 1px #ffffff, -311px 311px 1px #ffffff, -312px 312px 1px #ffffff, -313px 313px 1px #ffffff, -314px 314px 1px #ffffff, -315px 315px 1px #ffffff, -316px 316px 1px #ffffff, -317px 317px 1px #ffffff, -318px 318px 1px #ffffff, -319px 319px 1px #ffffff, -320px 320px 1px #ffffff, -321px 321px 1px #ffffff, -322px 322px 1px #ffffff, -323px 323px 1px #ffffff, -324px 324px 1px #ffffff, -325px 325px 1px #ffffff, -326px 326px 1px #ffffff, -327px 327px 1px #ffffff, -328px 328px 1px #ffffff, -329px 329px 1px #ffffff, -330px 330px 1px #ffffff, -331px 331px 1px #ffffff, -332px 332px 1px #ffffff, -333px 333px 1px #ffffff, -334px 334px 1px #ffffff, -335px 335px 1px #ffffff, -336px 336px 1px #ffffff, -337px 337px 1px #ffffff, -338px 338px 1px #ffffff, -339px 339px 1px #ffffff, -340px 340px 1px #ffffff, -341px 341px 1px #ffffff, -342px 342px 1px #ffffff, -343px 343px 1px #ffffff, -344px 344px 1px #ffffff, -345px 345px 1px #ffffff, -346px 346px 1px #ffffff, -347px 347px 1px #ffffff, -348px 348px 1px #ffffff, -349px 349px 1px #ffffff, -350px 350px 1px #ffffff, -351px 351px 1px #ffffff, -352px 352px 1px #ffffff, -353px 353px 1px #ffffff, -354px 354px 1px #ffffff, -355px 355px 1px #ffffff, -356px 356px 1px #ffffff, -357px 357px 1px #ffffff, -358px 358px 1px #ffffff, -359px 359px 1px #ffffff, -360px 360px 1px #ffffff, -361px 361px 1px #ffffff, -362px 362px 1px #ffffff, -363px 363px 1px #ffffff, -364px 364px 1px #ffffff, -365px 365px 1px #ffffff, -366px 366px 1px #ffffff, -367px 367px 1px #ffffff, -368px 368px 1px #ffffff, -369px 369px 1px #ffffff, -370px 370px 1px #ffffff, -371px 371px 1px #ffffff, -372px 372px 1px #ffffff, -373px 373px 1px #ffffff, -374px 374px 1px #ffffff, -375px 375px 1px #ffffff, -376px 376px 1px #ffffff, -377px 377px 1px #ffffff, -378px 378px 1px #ffffff, -379px 379px 1px #ffffff, -380px 380px 1px #ffffff, -381px 381px 1px #ffffff, -382px 382px 1px #ffffff, -383px 383px 1px #ffffff, -384px 384px 1px #ffffff, -385px 385px 1px #ffffff, -386px 386px 1px #ffffff, -387px 387px 1px #ffffff, -388px 388px 1px #ffffff, -389px 389px 1px #ffffff, -390px 390px 1px #ffffff, -391px 391px 1px #ffffff, -392px 392px 1px #ffffff, -393px 393px 1px #ffffff, -394px 394px 1px #ffffff, -395px 395px 1px #ffffff, -396px 396px 1px #ffffff, -397px 397px 1px #ffffff, -398px 398px 1px #ffffff, -399px 399px 1px #ffffff;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.dark.boxed {
  background-color: #bbb;
}
.pow-fancy-title-container .invisible-shadow .flat-shadow.dark span {
  text-shadow: -1px 1px 1px #000000, -2px 2px 1px #000000, -3px 3px 1px #000000, -4px 4px 1px #000000, -5px 5px 1px #000000, -6px 6px 1px #000000, -7px 7px 1px #000000, -8px 8px 1px #000000, -9px 9px 1px #000000, -10px 10px 1px #000000, -11px 11px 1px #000000, -12px 12px 1px #000000, -13px 13px 1px #000000, -14px 14px 1px #000000, -15px 15px 1px #000000, -16px 16px 1px #000000, -17px 17px 1px #000000, -18px 18px 1px #000000, -19px 19px 1px #000000, -20px 20px 1px #000000, -21px 21px 1px #000000, -22px 22px 1px #000000, -23px 23px 1px #000000, -24px 24px 1px #000000, -25px 25px 1px #000000, -26px 26px 1px #000000, -27px 27px 1px #000000, -28px 28px 1px #000000, -29px 29px 1px #000000, -30px 30px 1px #000000, -31px 31px 1px #000000, -32px 32px 1px #000000, -33px 33px 1px #000000, -34px 34px 1px #000000, -35px 35px 1px #000000, -36px 36px 1px #000000, -37px 37px 1px #000000, -38px 38px 1px #000000, -39px 39px 1px #000000, -40px 40px 1px #000000, -41px 41px 1px #000000, -42px 42px 1px #000000, -43px 43px 1px #000000, -44px 44px 1px #000000, -45px 45px 1px #000000, -46px 46px 1px #000000, -47px 47px 1px #000000, -48px 48px 1px #000000, -49px 49px 1px #000000, -50px 50px 1px #000000, -51px 51px 1px #000000, -52px 52px 1px #000000, -53px 53px 1px #000000, -54px 54px 1px #000000, -55px 55px 1px #000000, -56px 56px 1px #000000, -57px 57px 1px #000000, -58px 58px 1px #000000, -59px 59px 1px #000000, -60px 60px 1px #000000, -61px 61px 1px #000000, -62px 62px 1px #000000, -63px 63px 1px #000000, -64px 64px 1px #000000, -65px 65px 1px #000000, -66px 66px 1px #000000, -67px 67px 1px #000000, -68px 68px 1px #000000, -69px 69px 1px #000000, -70px 70px 1px #000000, -71px 71px 1px #000000, -72px 72px 1px #000000, -73px 73px 1px #000000, -74px 74px 1px #000000, -75px 75px 1px #000000, -76px 76px 1px #000000, -77px 77px 1px #000000, -78px 78px 1px #000000, -79px 79px 1px #000000, -80px 80px 1px #000000, -81px 81px 1px #000000, -82px 82px 1px #000000, -83px 83px 1px #000000, -84px 84px 1px #000000, -85px 85px 1px #000000, -86px 86px 1px #000000, -87px 87px 1px #000000, -88px 88px 1px #000000, -89px 89px 1px #000000, -90px 90px 1px #000000, -91px 91px 1px #000000, -92px 92px 1px #000000, -93px 93px 1px #000000, -94px 94px 1px #000000, -95px 95px 1px #000000, -96px 96px 1px #000000, -97px 97px 1px #000000, -98px 98px 1px #000000, -99px 99px 1px #000000, -100px 100px 1px #000000, -101px 101px 1px #000000, -102px 102px 1px #000000, -103px 103px 1px #000000, -104px 104px 1px #000000, -105px 105px 1px #000000, -106px 106px 1px #000000, -107px 107px 1px #000000, -108px 108px 1px #000000, -109px 109px 1px #000000, -110px 110px 1px #000000, -111px 111px 1px #000000, -112px 112px 1px #000000, -113px 113px 1px #000000, -114px 114px 1px #000000, -115px 115px 1px #000000, -116px 116px 1px #000000, -117px 117px 1px #000000, -118px 118px 1px #000000, -119px 119px 1px #000000, -120px 120px 1px #000000, -121px 121px 1px #000000, -122px 122px 1px #000000, -123px 123px 1px #000000, -124px 124px 1px #000000, -125px 125px 1px #000000, -126px 126px 1px #000000, -127px 127px 1px #000000, -128px 128px 1px #000000, -129px 129px 1px #000000, -130px 130px 1px #000000, -131px 131px 1px #000000, -132px 132px 1px #000000, -133px 133px 1px #000000, -134px 134px 1px #000000, -135px 135px 1px #000000, -136px 136px 1px #000000, -137px 137px 1px #000000, -138px 138px 1px #000000, -139px 139px 1px #000000, -140px 140px 1px #000000, -141px 141px 1px #000000, -142px 142px 1px #000000, -143px 143px 1px #000000, -144px 144px 1px #000000, -145px 145px 1px #000000, -146px 146px 1px #000000, -147px 147px 1px #000000, -148px 148px 1px #000000, -149px 149px 1px #000000, -150px 150px 1px #000000, -151px 151px 1px #000000, -152px 152px 1px #000000, -153px 153px 1px #000000, -154px 154px 1px #000000, -155px 155px 1px #000000, -156px 156px 1px #000000, -157px 157px 1px #000000, -158px 158px 1px #000000, -159px 159px 1px #000000, -160px 160px 1px #000000, -161px 161px 1px #000000, -162px 162px 1px #000000, -163px 163px 1px #000000, -164px 164px 1px #000000, -165px 165px 1px #000000, -166px 166px 1px #000000, -167px 167px 1px #000000, -168px 168px 1px #000000, -169px 169px 1px #000000, -170px 170px 1px #000000, -171px 171px 1px #000000, -172px 172px 1px #000000, -173px 173px 1px #000000, -174px 174px 1px #000000, -175px 175px 1px #000000, -176px 176px 1px #000000, -177px 177px 1px #000000, -178px 178px 1px #000000, -179px 179px 1px #000000, -180px 180px 1px #000000, -181px 181px 1px #000000, -182px 182px 1px #000000, -183px 183px 1px #000000, -184px 184px 1px #000000, -185px 185px 1px #000000, -186px 186px 1px #000000, -187px 187px 1px #000000, -188px 188px 1px #000000, -189px 189px 1px #000000, -190px 190px 1px #000000, -191px 191px 1px #000000, -192px 192px 1px #000000, -193px 193px 1px #000000, -194px 194px 1px #000000, -195px 195px 1px #000000, -196px 196px 1px #000000, -197px 197px 1px #000000, -198px 198px 1px #000000, -199px 199px 1px #000000, -200px 200px 1px #000000, -201px 201px 1px #000000, -202px 202px 1px #000000, -203px 203px 1px #000000, -204px 204px 1px #000000, -205px 205px 1px #000000, -206px 206px 1px #000000, -207px 207px 1px #000000, -208px 208px 1px #000000, -209px 209px 1px #000000, -210px 210px 1px #000000, -211px 211px 1px #000000, -212px 212px 1px #000000, -213px 213px 1px #000000, -214px 214px 1px #000000, -215px 215px 1px #000000, -216px 216px 1px #000000, -217px 217px 1px #000000, -218px 218px 1px #000000, -219px 219px 1px #000000, -220px 220px 1px #000000, -221px 221px 1px #000000, -222px 222px 1px #000000, -223px 223px 1px #000000, -224px 224px 1px #000000, -225px 225px 1px #000000, -226px 226px 1px #000000, -227px 227px 1px #000000, -228px 228px 1px #000000, -229px 229px 1px #000000, -230px 230px 1px #000000, -231px 231px 1px #000000, -232px 232px 1px #000000, -233px 233px 1px #000000, -234px 234px 1px #000000, -235px 235px 1px #000000, -236px 236px 1px #000000, -237px 237px 1px #000000, -238px 238px 1px #000000, -239px 239px 1px #000000, -240px 240px 1px #000000, -241px 241px 1px #000000, -242px 242px 1px #000000, -243px 243px 1px #000000, -244px 244px 1px #000000, -245px 245px 1px #000000, -246px 246px 1px #000000, -247px 247px 1px #000000, -248px 248px 1px #000000, -249px 249px 1px #000000, -250px 250px 1px #000000, -251px 251px 1px #000000, -252px 252px 1px #000000, -253px 253px 1px #000000, -254px 254px 1px #000000, -255px 255px 1px #000000, -256px 256px 1px #000000, -257px 257px 1px #000000, -258px 258px 1px #000000, -259px 259px 1px #000000, -260px 260px 1px #000000, -261px 261px 1px #000000, -262px 262px 1px #000000, -263px 263px 1px #000000, -264px 264px 1px #000000, -265px 265px 1px #000000, -266px 266px 1px #000000, -267px 267px 1px #000000, -268px 268px 1px #000000, -269px 269px 1px #000000, -270px 270px 1px #000000, -271px 271px 1px #000000, -272px 272px 1px #000000, -273px 273px 1px #000000, -274px 274px 1px #000000, -275px 275px 1px #000000, -276px 276px 1px #000000, -277px 277px 1px #000000, -278px 278px 1px #000000, -279px 279px 1px #000000, -280px 280px 1px #000000, -281px 281px 1px #000000, -282px 282px 1px #000000, -283px 283px 1px #000000, -284px 284px 1px #000000, -285px 285px 1px #000000, -286px 286px 1px #000000, -287px 287px 1px #000000, -288px 288px 1px #000000, -289px 289px 1px #000000, -290px 290px 1px #000000, -291px 291px 1px #000000, -292px 292px 1px #000000, -293px 293px 1px #000000, -294px 294px 1px #000000, -295px 295px 1px #000000, -296px 296px 1px #000000, -297px 297px 1px #000000, -298px 298px 1px #000000, -299px 299px 1px #000000, -300px 300px 1px #000000, -301px 301px 1px #000000, -302px 302px 1px #000000, -303px 303px 1px #000000, -304px 304px 1px #000000, -305px 305px 1px #000000, -306px 306px 1px #000000, -307px 307px 1px #000000, -308px 308px 1px #000000, -309px 309px 1px #000000, -310px 310px 1px #000000, -311px 311px 1px #000000, -312px 312px 1px #000000, -313px 313px 1px #000000, -314px 314px 1px #000000, -315px 315px 1px #000000, -316px 316px 1px #000000, -317px 317px 1px #000000, -318px 318px 1px #000000, -319px 319px 1px #000000, -320px 320px 1px #000000, -321px 321px 1px #000000, -322px 322px 1px #000000, -323px 323px 1px #000000, -324px 324px 1px #000000, -325px 325px 1px #000000, -326px 326px 1px #000000, -327px 327px 1px #000000, -328px 328px 1px #000000, -329px 329px 1px #000000, -330px 330px 1px #000000, -331px 331px 1px #000000, -332px 332px 1px #000000, -333px 333px 1px #000000, -334px 334px 1px #000000, -335px 335px 1px #000000, -336px 336px 1px #000000, -337px 337px 1px #000000, -338px 338px 1px #000000, -339px 339px 1px #000000, -340px 340px 1px #000000, -341px 341px 1px #000000, -342px 342px 1px #000000, -343px 343px 1px #000000, -344px 344px 1px #000000, -345px 345px 1px #000000, -346px 346px 1px #000000, -347px 347px 1px #000000, -348px 348px 1px #000000, -349px 349px 1px #000000, -350px 350px 1px #000000, -351px 351px 1px #000000, -352px 352px 1px #000000, -353px 353px 1px #000000, -354px 354px 1px #000000, -355px 355px 1px #000000, -356px 356px 1px #000000, -357px 357px 1px #000000, -358px 358px 1px #000000, -359px 359px 1px #000000, -360px 360px 1px #000000, -361px 361px 1px #000000, -362px 362px 1px #000000, -363px 363px 1px #000000, -364px 364px 1px #000000, -365px 365px 1px #000000, -366px 366px 1px #000000, -367px 367px 1px #000000, -368px 368px 1px #000000, -369px 369px 1px #000000, -370px 370px 1px #000000, -371px 371px 1px #000000, -372px 372px 1px #000000, -373px 373px 1px #000000, -374px 374px 1px #000000, -375px 375px 1px #000000, -376px 376px 1px #000000, -377px 377px 1px #000000, -378px 378px 1px #000000, -379px 379px 1px #000000, -380px 380px 1px #000000, -381px 381px 1px #000000, -382px 382px 1px #000000, -383px 383px 1px #000000, -384px 384px 1px #000000, -385px 385px 1px #000000, -386px 386px 1px #000000, -387px 387px 1px #000000, -388px 388px 1px #000000, -389px 389px 1px #000000, -390px 390px 1px #000000, -391px 391px 1px #000000, -392px 392px 1px #000000, -393px 393px 1px #000000, -394px 394px 1px #000000, -395px 395px 1px #000000, -396px 396px 1px #000000, -397px 397px 1px #000000, -398px 398px 1px #000000, -399px 399px 1px #000000;
}
.pow-fancy-title {
  margin-bottom: 18px;
}
.pow-fancy-title.flat-shadow.boxed {
  padding: 20px;
}
.pow-fancy-title.flat-shadow.align-center {
  text-align: center;
  float: none;
}
.pow-fancy-title.flat-shadow.align-left {
  text-align: left;
  float: left;
}
.pow-fancy-title.flat-shadow.align-left {
  text-align: left;
  float: left;
}
.pow-fancy-title.pattern-style {
  background: url(../images/pattern/title-pattern.png) left center repeat-x;
  background-size: 100% 1px;
  -moz-background-size: 100% 1px;
  -webkit-background-size: 100% 1px;
  -o-background-size: 100% 1px;
  -ms-background-size: 100% 1px;
}
.pow-fancy-title.pattern-style p {
  display: inline;
}
.pow-fancy-title.simple-style span {
  background: transparent !important;
}
.pow-fancy-title p {
  margin-bottom: 0 !important;
}
.pow-title-box {
  line-height: 100%;
}
.pow-title-box p {
  margin: 0;
}
.pow-title-box span {
  padding: 4px 0;
}
/**
 * Shortcode : Portfolio Carousel
 */
.pow-portfolio-carousel .pow-fancy-title {
  margin-right: 35px;
  font-weight: bold !important;
  font-size: 14px !important;
}
.pow-portfolio-carousel .pow-fancy-title span {
  padding-right: 5px;
}
.pow-portfolio-carousel .pow-portfolio-view-all {
  float: right;
  padding: 0 7px;
  font-size: 11px;
}
.pow-portfolio-carousel .flex-viewport ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-portfolio-carousel .flex-viewport ul li {
  position: relative;
  padding-right: 15px;
  min-height: 230px;
}
.pow-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-extra-info {
  z-index: 30;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-overlay {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.pow-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-lightbox {
  left: 95px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-portfolio-carousel .flex-viewport ul li:hover .portfolio-carousel-permalink {
  right: 95px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-portfolio-carousel .flex-viewport ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.pow-portfolio-carousel .flex-direction-nav a {
  position: absolute;
  top: -37px;
}
.pow-portfolio-carousel .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-portfolio-carousel .flex-direction-nav a .pow-icon-chevron-right:before {
  color: #aaaaaa;
}
.pow-portfolio-carousel .flex-prev {
  right: 20px;
}
.pow-portfolio-carousel .flex-next {
  right: 0px;
}
.pow-portfolio-carousel-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-carousel-lightbox,
.portfolio-carousel-permalink {
  position: absolute;
  top: 40%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.portfolio-carousel-lightbox:hover,
.portfolio-carousel-permalink:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-carousel-lightbox i,
.portfolio-carousel-permalink i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.portfolio-carousel-lightbox {
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-carousel-permalink {
  right: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-carousel-extra-info {
  position: relative;
  z-index: 8;
  margin: -40px 0 0 10px;
  padding: 10px;
  width: 240px;
  background-color: #282828;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-carousel-title {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px !important;
}
.portfolio-carousel-cats {
  display: block;
  line-height: 16px;
}
/* Modern Style */
.portfolio-grid {
  width: 100%;
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  perspective: 1500px;
}
.portfolio-grid .pow-portfolio-container.pow-portfolio-modern {
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.portfolio-grid .pow-portfolio-container.pow-portfolio-modern.view-full {
  -webkit-transform: translateZ(-1500px) rotateX(20deg);
  -moz-transform: translateZ(-1500px) rotateX(20deg);
  -ms-transform: translateZ(-1500px) rotateX(20deg);
  -o-transform: translateZ(-1500px) rotateX(20deg);
}
.portfolio-grid .pow-portfolio-container.pow-portfolio-modern.view-full .placeholder {
  width: 340px;
  height: 300px;
  pointer-events: none;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-grid .pow-portfolio-container.pow-portfolio-modern.view-full .placeholder > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(1500px) rotateX(-179.9deg);
  transform: translateZ(1500px) rotateX(-179.9deg);
  /* FF, Chrome, can we agree on one direction, pleeease? */
}
.portfolio-grid .pow-portfolio-container.pow-portfolio-modern.view-full .placeholder .front img {
  width: 100%;
  height: 100%;
}
.portfolio-grid .pow-portfolio-container.pow-portfolio-modern.view-full .placeholder .back {
  background: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pow-portfolio-carousel-modern .pow-portfolio-modern-image {
  position: relative;
}
.pow-portfolio-carousel-modern .pow-portfolio-modern-image img {
  position: relative;
  z-index: 10;
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
}
.pow-portfolio-carousel-modern .pow-portfolio-modern-image .image-hover-overlay {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.pow-portfolio-carousel-modern .pow-portfolio-modern-image:hover .modern-post-type-icon,
.pow-portfolio-carousel-modern .pow-portfolio-modern-image:hover .portfolio-categories {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-portfolio-carousel-modern .pow-portfolio-modern-image:hover .portfolio-modern-meta {
  bottom: 30px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-portfolio-carousel-modern .pow-portfolio-modern-image:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
  -moz-opacity: 0.85;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pow-portfolio-carousel-modern .image-hover-overlay {
  z-index: 11;
  background-color: #000 !important;
}
.pow-portfolio-carousel-modern .the-title {
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.pow-portfolio-carousel-modern .portfolio-modern-meta {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 20;
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  padding-top: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  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;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-portfolio-carousel-modern .portfolio-categories {
  padding: 0 20px;
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}
.pow-portfolio-carousel-modern .flex-direction-nav a {
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 55px;
}
.pow-portfolio-carousel-modern .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.pow-portfolio-carousel-modern .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-portfolio-carousel-modern .flex-direction-nav a .pow-icon-chevron-right:before {
  color: #fff;
  font-size: 16px;
}
.pow-portfolio-carousel-modern .flex-direction-nav a.flex-prev {
  left: 10px;
}
.pow-portfolio-carousel-modern .flex-direction-nav a.flex-next {
  right: 10px;
}
.modern-post-type-icon {
  position: absolute;
  display: block;
  z-index: 20;
  top: 20%;
  left: 50%;
  margin-left: -30px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 100px;
  color: #fff;
}
.modern-post-type-icon i {
  font-size: 60px;
  line-height: 60px;
}
/**
 * Shortcode : Font Icons
 */
.pow-font-icons {
  display: inline-block;
}
.pow-font-icons.icon-align-right {
  float: right;
}
.pow-font-icons.icon-align-center {
  display: block;
  text-align: center;
}
.pow-font-icons.icon-align-left {
  float: left;
}
.pow-font-icons i {
  display: inline-block;
}
.pow-font-icons i.circle-enabled {
  text-align: center;
  -webkit-border-radius: 256px;
  -moz-border-radius: 256px;
  border-radius: 256px;
}
.pow-font-icons i.pow-size-small {
  font-size: 16px;
}
.pow-font-icons i.pow-size-small.circle-enabled {
  padding: 3px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
.pow-font-icons i.pow-size-medium {
  font-size: 32px;
}
.pow-font-icons i.pow-size-medium.circle-enabled {
  padding: 3px;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
}
.pow-font-icons i.pow-size-large {
  font-size: 48px;
}
.pow-font-icons i.pow-size-large.circle-enabled {
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
}
.pow-font-icons i.pow-size-x-large {
  font-size: 64px;
}
.pow-font-icons i.pow-size-x-large.circle-enabled {
  width: 64px;
  height: 64px;
  font-size: 34px;
  line-height: 64px;
}
.pow-font-icons i.pow-size-xx-large {
  font-size: 128px;
}
.pow-font-icons i.pow-size-xx-large.circle-enabled {
  width: 128px;
  height: 128px;
  font-size: 70px;
  line-height: 128px;
}
.pow-font-icons i.pow-size-xxx-large {
  font-size: 256px;
}
.pow-font-icons i.pow-size-xxx-large.circle-enabled {
  width: 256px;
  height: 256px;
  font-size: 160px;
  line-height: 256px;
}
/**
 * Shortcode : Blog Showcase
 */
.pow-blog-showcase {
  padding: 30px 0;
}
.pow-blog-showcase ul {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.pow-blog-showcase ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  -webkit-transition: padding 500ms cubic-bezier(1, 0, 0.005, 1);
  -webkit-transition: padding 500ms cubic-bezier(1, -0.12, 0.005, 1);
  -moz-transition: padding 500ms cubic-bezier(1, -0.12, 0.005, 1);
  -o-transition: padding 500ms cubic-bezier(1, -0.12, 0.005, 1);
  transition: padding 500ms cubic-bezier(1, -0.12, 0.005, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0.005, 1);
  -webkit-transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
  -moz-transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
  transition-timing-function: cubic-bezier(1, -0.12, 0.005, 1);
}
@media handheld, only screen and (max-width: 1140px) {
  .pow-blog-showcase ul li {
    display: block !important;
    float: none !important;
    margin-bottom: 20px;
    width: 100%;
  }
  .pow-blog-showcase ul li .blog-showcase-extra-info {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .pow-blog-showcase ul li {
    display: block !important;
    float: none !important;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .pow-blog-showcase ul li .blog-showcase-extra-info {
    display: none !important;
  }
  .pow-blog-showcase ul li .pow-blog-showcase-thumb {
    max-width: 100%;
    width: 100%  !important;
    height: auto !important;
    line-height: 4px;
  }
  .pow-blog-showcase ul li .pow-blog-showcase-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
}
.pow-blog-showcase ul li:last-child {
  padding-right: 0 !important;
}
.pow-blog-showcase ul li.pow-blog-first-el {
  padding-right: 270px;
}
.pow-blog-showcase ul li.pow-blog-first-el .blog-showcase-extra-info {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-blog-showcase ul li.pow-blog-first-el .pow-blog-showcase-thumb {
  border-right: none;
}
.showcase-blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.pow-blog-showcase-thumb {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-bottom: 5px;
  width: 260px;
  height: 180px;
}
.pow-blog-showcase-thumb:hover .showcase-blog-overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.pow-blog-showcase-thumb:hover a {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-blog-showcase-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  margin: -24px 0 0 -24px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.pow-blog-showcase-thumb a i {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  -webkit-backface-visibility: hidden;
}
.blog-showcase-extra-info {
  position: absolute;
  top: 2px;
  left: 270px;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding-left: 5px;
  width: 250px;
  height: 180px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.blog-showcase-extra-info time {
  display: block;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-left: none;
  line-height: 24px;
}
.blog-showcase-extra-info time a {
  color: #999999;
  font-size: 10px;
}
.blog-showcase-title {
  display: inline-block;
  margin-bottom: 0px;
  color: #282828;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px !important;
}
.blog-showcase-more {
  text-decoration: underline;
  font-size: 12px;
}
.blog-showcase-more i {
  font-size: 10px;
  opacity: 0.5;
  padding-left: 10px;
}
/**
 * Shortcode : Blog Carousel
 */
.pow-blog-carousel {
  margin-bottom: 20px;
}
.pow-blog-carousel .pow-fancy-title {
  margin-right: 35px;
  font-weight: bold !important;
  font-size: 14px !important;
}
.pow-blog-carousel .pow-fancy-title span {
  padding-right: 5px;
}
.pow-blog-carousel .pow-blog-view-all {
  float: right;
  padding: 0 7px;
  font-size: 11px;
}
.pow-blog-carousel .flex-viewport ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-blog-carousel .flex-viewport ul li {
  position: relative;
  padding-right: 25px;
}
.pow-blog-carousel .flex-viewport ul li > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.pow-blog-carousel .flex-viewport ul li:hover .blog-carousel-overlay {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.pow-blog-carousel .flex-viewport ul li:hover .post-type-badge {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-blog-carousel .flex-direction-nav a {
  position: absolute;
  top: -37px;
}
.pow-blog-carousel .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-blog-carousel .flex-direction-nav a .pow-icon-chevron-right:before {
  color: #aaaaaa;
}
.pow-blog-carousel .flex-prev {
  right: 20px;
}
.pow-blog-carousel .flex-next {
  right: 0px;
}
.blog-carousel-thumb {
  position: relative;
}
.blog-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.blog-carousel-title {
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 15px;
  text-transform: none !important;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 20px !important;
}
.blog-carousel-excerpt {
  margin: 0;
  padding: 0 15px 15px;
  font-size: 12px;
}
/**
 * Shortcode : Clients Carousel
 */
.pow-clients-shortcode {
  position: relative;
  margin-bottom: 20px;
}
.pow-clients-shortcode ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-clients-shortcode ul.pow-flex-slides li {
  margin-right: 5px;
  position: relative;
  padding: 0 20px 0 0;
}
.pow-clients-shortcode .pow-fancy-title {
  margin-right: 38px;
  font-weight: bold !important;
  font-size: 14px !important;
}
.pow-clients-shortcode .pow-fancy-title span {
  padding-right: 5px;
}
.pow-clients-shortcode .client-logo {
  position: relative;
  display: block;
  width: 170px;
  border-width: 0px;
  border-style: solid;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 99% auto;
  -moz-background-size: 99% auto;
  -webkit-background-size: 99% auto;
  -o-background-size: 99% auto;
  -ms-background-size: 99% auto;
}
.pow-clients-shortcode .client-logo:hover {
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
.pow-clients-shortcode .flex-direction-nav a {
  position: absolute;
  top: -4px;
}
.pow-clients-shortcode .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-clients-shortcode .flex-direction-nav a .pow-icon-chevron-right:before {
  color: #aaaaaa;
  font-size: 12px !important;
}
.pow-clients-shortcode .flex-prev {
  right: 20px;
}
.pow-clients-shortcode .flex-next {
  right: 0px;
}
/**
 * Shortcode : Icon Box
 */
.pow-box-icon {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.pow-box-icon p {
  position: relative;
  margin-bottom: 0;
}
.pow-box-icon .icon-box-readmore {
  position: relative;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 10px 0;
}
.pow-box-icon .icon-box-readmore.extensive {
  width: 100%;
  float: left;
}
.pow-box-icon .icon-box-readmore.extensive i,
.pow-box-icon .icon-box-readmore.extensive img {
  opacity: 0.1;
  padding-left: 10px;
}
.pow-box-icon .icon-box-readmore.pow-more {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid;
  color: #aaaaaa;
  margin: 30px 0px 10px 0;
}
.pow-box-icon .icon-box-readmore i:before {
  position: relative;
  padding-left: 4px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.pow-box-icon .icon-box-readmore:hover {
  opacity: 0.8;
}
.pow-box-icon.simple_minimal-style.vc_span4 {
  padding-right: 10px;
}
.pow-box-icon.simple_minimal-style .pow-main-ico {
  display: inline-block;
  margin-right: 12px;
  font-size: 32px;
  line-height: 16px;
}
.pow-box-icon.simple_minimal-style .circled-icon {
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.pow-box-icon.simple_minimal-style h4 {
  margin-bottom: 15px !important;
}
.pow-box-icon.boxed-style .icon-box-boxed {
  position: relative;
  z-index: 10;
  border: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pow-box-icon.boxed-style .icon-box-boxed.blured-box {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.pow-box-icon.boxed-style .icon-box-boxed.top {
  margin-top: 0;
  padding: 40px 30px 30px;
}
.pow-box-icon.boxed-style .icon-box-boxed.top .hexagon {
  margin-top: -10px;
  width: 88px;
  height: 88px;
}
.pow-box-icon.boxed-style .icon-box-boxed.top .pow-main-ico {
  margin: auto;
  margin-bottom: 0;
}
.pow-box-icon.boxed-style .icon-box-boxed.top.hex .pow-main-ico {
  margin-top: -82px;
}
.pow-box-icon.boxed-style .icon-box-boxed.top .pow-main-ico {
  z-index: 20;
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 65px;
  margin-bottom: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pow-box-icon.boxed-style .icon-box-boxed.top .pow-main-ico:before {
  position: relative;
}
.pow-box-icon.boxed-style .icon-box-boxed.top i.pow-main-ico {
  display: block;
}
.pow-box-icon.boxed-style .icon-box-boxed.top img.pow-main-ico {
  display: inline-block;
}
.pow-box-icon.boxed-style .icon-box-boxed.left {
  margin-left: 30px;
  padding: 30px 30px 30px 60px;
  text-align: left;
}
.pow-box-icon.boxed-style .icon-box-boxed.left .pow-main-ico {
  top: 50%;
  left: -34px;
  margin-top: -34px;
}
.pow-box-icon.boxed-style .icon-box-boxed.left .pow-main-ico {
  position: absolute;
  z-index: 20;
  display: block;
  width: 65px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 65px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.pow-box-icon.boxed-style .icon-box-boxed.left .pow-main-ico:before {
  position: relative;
}
.pow-box-icon.boxed-style .icon-box-readmore {
  display: inline-block;
  float: none;
}
.pow-box-icon.boxed-style .icon-box-readmore i {
  display: block;
  opacity: 0.5;
}
.pow-box-icon.boxed-style .icon-box-readmore:hover i {
  opacity: 0.8;
}
.pow-box-icon.boxed-style h4 {
  margin-bottom: 20px;
  color: #222 !important;
}
.pow-box-icon.simple_ultimate-style .left-side {
  padding-right: 15px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico {
  display: block;
  float: left;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico.small {
  width: 32px;
  height: 32px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico.medium {
  width: 48px;
  height: 48px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico.large {
  width: 64px;
  height: 64px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico.x-large {
  width: 128px;
  height: 128px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico .hexagon.small {
  margin-bottom: -54px;
  width: 62px;
  height: 62px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico .hexagon.medium {
  margin-bottom: -48px;
  width: 48px;
  height: 48px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico .hexagon.large {
  margin-bottom: -64px;
  width: 64px;
  height: 64px;
}
.pow-box-icon.simple_ultimate-style .left-side .pow-main-ico .hexagon.x-large {
  margin-bottom: -128px;
  width: 128px;
  height: 128px;
}
.pow-box-icon.simple_ultimate-style .left-side .box-detail-wrapper {
  display: block;
}
.pow-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.small-size {
  margin-left: 48px;
}
.pow-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.medium-size {
  margin-left: 65px;
}
.pow-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.large-size {
  margin-left: 84px;
}
.pow-box-icon.simple_ultimate-style .left-side .box-detail-wrapper.x-large-size {
  margin-left: 158px;
}
.pow-box-icon.simple_ultimate-style .top-side {
  text-align: center;
}
.pow-box-icon.simple_ultimate-style .top-side.hex .pow-main-ico.medium {
  margin-top: -74px;
  margin-bottom: 20px;
}
.pow-box-icon.simple_ultimate-style .top-side i.pow-main-ico {
  display: block;
  max-width: 100%;
}
.pow-box-icon.simple_ultimate-style .top-side img.pow-main-ico {
  display: inline-block;
}
.pow-box-icon.simple_ultimate-style .top-side .pow-main-ico.small {
  margin-bottom: 8px;
}
.pow-box-icon.simple_ultimate-style .top-side .pow-main-ico.medium {
  margin-bottom: 10px;
}
.pow-box-icon.simple_ultimate-style .top-side .pow-main-ico.large {
  height: 100px;
  line-height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: 12px;
}
.pow-box-icon.simple_ultimate-style .top-side .pow-main-ico.x-large {
  margin-bottom: 15px;
}
.pow-box-icon.simple_ultimate-style .top-side h4 {
  margin-bottom: 22px;
}
.pow-box-icon.simple_ultimate-style .top-side .icon-box-readmore {
  margin-right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  float: none;
}
.pow-box-icon.simple_ultimate-style .top-side .hexagon.small {
  margin-bottom: -37px;
  width: 32px;
  height: 32px;
}
.pow-box-icon.simple_ultimate-style .top-side .hexagon.medium {
  margin-top: -30px;
  width: 88px;
  height: 88px;
}
.pow-box-icon.simple_ultimate-style .top-side .hexagon.large {
  margin-bottom: -115px;
  width: 110px;
  height: 110px;
}
.pow-box-icon.simple_ultimate-style .top-side .hexagon.x-large {
  margin-bottom: -128px;
  width: 128px;
  height: 128px;
}
.pow-box-icon.simple_ultimate-style img.pow-main-ico.small {
  height: 32px;
  max-height: 32px;
  width: 32px;
  max-width: 32px;
}
.pow-box-icon.simple_ultimate-style img.pow-main-ico.medium {
  height: 48px;
  max-height: 48px;
  width: 48px;
  max-width: 48px;
}
.pow-box-icon.simple_ultimate-style img.pow-main-ico.large {
  height: 64px;
  max-height: 64px;
  width: 64px;
  max-width: 64px;
}
.pow-box-icon.simple_ultimate-style img.pow-main-ico.x-large {
  height: 128px;
  max-height: 128px;
  width: 128px;
  max-width: 128px;
}
.pow-box-icon.simple_ultimate-style i.pow-main-ico.small {
  font-size: 32px;
  line-height: 32px;
}
.pow-box-icon.simple_ultimate-style i.pow-main-ico.medium {
  font-size: 48px;
  line-height: 48px;
}
.pow-box-icon.simple_ultimate-style i.pow-main-ico.large {
  font-size: 64px;
  line-height: 64px;
}
.pow-box-icon.simple_ultimate-style i.pow-main-ico.x-large {
  font-size: 128px;
  line-height: 128px;
}
.pow-box-icon.simple_ultimate-style i.pow-main-ico {
  display: block;
}
.pow-box-icon.simple_ultimate-style img.pow-main-ico {
  display: inline-block;
}
.pow-box-icon .rounded-circle.left-side .small-size {
  margin-left: 90px !important;
}
.pow-box-icon .rounded-circle.left-side .medium-size {
  margin-left: 120px !important;
}
.pow-box-icon .rounded-circle.top-side .small {
  margin-bottom: 26px !important;
}
.pow-box-icon .rounded-circle.top-side .medium {
  margin-bottom: 34px !important;
}
.pow-box-icon .rounded-circle .pow-main-ico {
  display: inline-block !important;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pow-box-icon .rounded-circle .small {
  padding: 18px !important;
  width: auto !important;
  font-size: 24px !important;
  line-height: 24px !important;
}
.pow-box-icon .rounded-circle .medium {
  padding: 26px !important;
  width: auto !important;
  font-size: 32px !important;
  line-height: 32px !important;
}
/**
 * Shortcode : Callouts
 */
.pow-callout {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #f5f5f5;
  background-color: #f8f8f8;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
}
.pow-callout p {
  display: inline;
  margin-bottom: 0;
}
.pow-callout .callout-title {
  padding-right: 6px;
  color: #282828;
  font-weight: bold;
}
.pow-callout a i {
  padding-left: 6px;
  font-size: 14px;
}
/**
 * Shortcode : Full Width Slideshow
 */
.pow-fullwidth-slideshow {
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.pow-fullwidth-slideshow .pow-flex-slides {
  width: 100%;
  text-align: center;
}
.pow-fullwidth-slideshow .pow-flex-slides li {
  text-align: center;
}
.pow-fullwidth-slideshow .pow-flex-slides li img {
  margin: 0 auto !important;
  max-width: auto !important;
  width: auto !important;
  height: auto;
}
.pow-fullwidth-slideshow .flex-direction-nav a {
  top: 50%;
  margin-top: -20px;
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-fullwidth-slideshow .flex-direction-nav a i {
  position: absolute;
  top: 12px;
  left: 8px;
  color: #fff;
  font-size: 16px;
}
.pow-fullwidth-slideshow .flex-direction-nav .flex-next {
  right: 20px;
}
.pow-fullwidth-slideshow .flex-direction-nav .flex-prev {
  left: 20px;
}
/**
 * Shortcode : Gallery
 */
.pow-gallery-shortcode {
  margin-bottom: 20px;
}
.pow-gallery-shortcode ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pow-gallery-shortcode li {
  display: block;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 1% 2% 1%;
}
.pow-gallery-shortcode li.gallery-one-column {
  margin: 0 0 20px;
  width: 100%;
}
.pow-gallery-shortcode li.gallery-two-column {
  width: 48%;
}
.pow-gallery-shortcode li.gallery-three-column {
  width: 31.3%;
}
.pow-gallery-shortcode li.gallery-four-column {
  width: 23%;
}
.pow-gallery-shortcode li.gallery-five-column {
  width: 18%;
}
.pow-gallery-shortcode li.gallery-six-column {
  width: 14.6%;
}
.pow-gallery-shortcode li.gallery-seven-column {
  width: 12.26%;
}
.pow-gallery-shortcode li.gallery-eight-column {
  width: 10.5%;
}
.pow-gallery-shortcode li:hover .image-hover-overlay {
  zoom: 1;
  filter: alpha(opacity=85);
  opacity: 0.85;
  -moz-opacity: 0.85;
}
.pow-gallery-shortcode li:hover .pow-image-shortcode-lightbox {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.pow-gallery-shortcode li:hover img {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.pow-gallery-shortcode li .gallery-inner {
  display: block;
}
.pow-gallery-shortcode li.rounded-frame .gallery-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-gallery-shortcode li.rounded-frame .gallery-inner img,
.pow-gallery-shortcode li.rounded-frame .gallery-inner .image-hover-overlay {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-gallery-shortcode li.gray_border-frame .gallery-inner {
  border: 6px solid rgba(0, 0, 0, 0.06);
}
.pow-gallery-shortcode li .image-hover-overlay {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-gallery-shortcode li.gallery-two-column,
  .pow-gallery-shortcode li.gallery-three-column,
  .pow-gallery-shortcode li.gallery-four-column {
    width: 46%;
  }
}
@media handheld, only screen and (max-width: 540px) {
  .pow-gallery-shortcode li {
    width: 100% !important;
  }
}
/**
 * Shortcode : Google Maps
 */
.wpb_map_wraper {
  margin-bottom: 20px;
  line-height: 4px;
}
.wpb_map_wraper.rounded-frame {
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpb_map_wraper.gray_border-frame {
  border: 6px solid rgba(0, 0, 0, 0.06);
}
.wpb_map_wraper.border_shadow-frame {
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.wpb_map_wraper.shadow_only-frame {
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
}
.pow-advanced-gmaps img {
  max-width: none !important;
}
/**
 * Shortcode : Page Serction
 */
.pow-page-section {
  position: relative;
  overflow: hidden;
}
.pow-page-section > .vc_row-fluid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pow-page-section > .vc_row-fluid.pow-grid {
  padding: 0 20px;
}
.pow-page-section.drop-top-shadow {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.07);
}
.pow-page-section .vc_row-fluid {
  position: relative;
  z-index: 10;
}
.pow-page-section .theme-content {
  padding: 0 20px;
}
@media handheld, only screen and (max-width: 1000px) {
  .pow-page-section {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}
.pow-video-mask,
.pow-video-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.pow-video-color-mask {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.pow-video-mask {
  background: url(../images/video-mask.png) center center repeat;
}
.pow-video-preload {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.pow-section-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.pow-section-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pow-section-video .mejs-container .mejs-controls,
.pow-section-video .mejs-overlay-loading,
.pow-section-video .mejs-layers {
  display: none !important;
}
/**
 * Shortcode : Twitter Feed
 */
.pow-tweet-shortcode li {
  padding-left: 25px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pow-tweet-shortcode li:before {
  top: 12px;
  left: 0;
}
.pow-twitter-shortcode {
  margin-bottom: 20px;
}
/**
 * Shortcode : Audio Player
 */
.pow-audio-shortcode {
  margin-bottom: 30px;
  height: 150px !important;
}
.pow-audio-shortcode .jp-audio.audio-has-img {
  margin-left: 150px ;
}
.pow-audio-shortcode .jp-audio div.jp-interface {
  min-height: 140px !important;
}
/**
 * Shortcode : Event Count Down
 */
.pow-event-countdown {
  margin-bottom: 30px !important;
}
.pow-event-countdown .pow-event-title {
  display: block;
  margin-bottom: 15px;
  color: #999999;
  text-align: center;
  font-size: 16px;
}
/**
 * Shortcode : Moving Images
 */
.pow-moving-image-shortcode img {
  width: auto !important;
  display: inline-block !important;
}
/**
 * Smartphones (portrait and landscape)
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .no-smartphone {
    display: none !important;
  }
}
/**
 * iPads (portrait and landscape) 
 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no-ipad {
    display: none !important;
  }
}
/**
 * iPhone 4
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-iphone {
    display: none !important;
  }
}
/**
 * Inherit paragraph tags
 */
.pow-fancy-title p,
.pow-blockquote p,
.pow-mini-callout p,
.pricing-offer-grid p,
.pow-title-box p {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.pow-masked {
  width: 100%;
  position: relative;
  background-attachment: scroll;
}
.pow-masked.responsive .pow-mask {
  z-index: 0;
  opacity: 0;
}
.pow-masked .pow-masked-title small {
  font-size: 44%;
  line-height: 100%;
  display: inline-block;
  letter-spacing: 2px;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.pow-masked .pow-mask {
  z-index: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  margin-top: -5em;
  width: auto !important;
  position: absolute;
  top: 50%;
}
.pow-masked .pow-mask.fixed-align-center {
  left: 0;
  width: 100% !important;
  text-align: center;
}
/**
 * Shortcode : Drawing SVG
 */
.svg-figure .drawings {
  position: relative;
  /*max-height: 600px;*/
}
.svg-figure .layer {
  opacity: 1;
  position: absolute;
  -webkit-transform: skew(0) rotateY(-5deg) rotateX(51deg) rotateZ(45deg);
  -moz-transform: skew(0) rotateY(-5deg) rotateX(51deg) rotateZ(45deg);
  -ms-transform: skew(0) rotateY(-5deg) rotateX(51deg) rotateZ(45deg);
  -o-transform: skew(0) rotateY(-5deg) rotateX(51deg) rotateZ(45deg);
}
.svg-figure svg.draw {
  pointer-events: none;
}
.svg-figure .illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.svg-figure .show {
  opacity: 1;
}
.svg-figure .hide {
  opacity: 0;
}
.svg-figure .line-drawing,
.svg-figure .illustration {
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.svg-figure .line-drawing path {
  fill: none;
  stroke: white;
  stroke-width: 3;
}
.svg-figure path.line-round {
  stroke-linecap: round;
}
.svg-figure path.stroke-medium {
  stroke-width: 2;
}
.svg-figure path.stroke-thin {
  stroke-width: 1;
}
.pow-employees {
  margin-bottom: 10px;
}
.pow-employees ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-employees ul li {
  margin: 0;
  padding: 0;
}
.pow-employees.simple-style.one-column .pow-employee-item {
  width: 100%;
  padding: 0 0 50px;
}
.pow-employees.simple-style.two-column .pow-employee-item {
  width: 50%;
  padding: 0 20px 50px 20px;
}
.pow-employees.simple-style.three-column .pow-employee-item {
  width: 33.33%;
  padding: 0 15px 40px 15px;
}
.pow-employees.simple-style.four-column .pow-employee-item {
  width: 25%;
  padding: 0 10px 30px 10px;
}
.pow-employees.simple-style.five-column .pow-employee-item {
  width: 20%;
  padding: 0 8px 20px 8px;
}
.pow-employees.simple-style .pow-employee-item {
  text-align: center;
  display: inline-block;
  float: left;
}
.pow-employees.simple-style .pow-employee-item .team-thumbnail {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.pow-employees.simple-style .pow-employee-item .team-thumbnail img {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.pow-employees.simple-style .pow-employee-item:hover img {
  filter: grayscale(0);
  /* Current draft standard */
  /* New WebKit */
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  /* Not yet supported in Gecko, Opera or IE */
  filter: normal;
  /* IE */
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
.pow-employees.simple-style .pow-employee-item .team-member-name {
  color: #333333;
}
.pow-employees.simple-style .pow-employee-item .team-member-position {
  color: #999999;
}
.pow-employees.boxed-style.one-column .pow-employee-item {
  width: 100%;
  margin: 55px 0 20px;
}
.pow-employees.boxed-style.two-column .pow-employee-item {
  width: 48.5%;
  margin: 55px 0 3% 3%;
}
.pow-employees.boxed-style.three-column .pow-employee-item {
  width: 31.333%;
  margin: 55px 0 3% 3%;
}
.pow-employees.boxed-style.four-column .pow-employee-item {
  width: 23.4%;
  margin: 55px 0 2% 2%;
}
.pow-employees.boxed-style.five-column .pow-employee-item {
  width: 18.4%;
  margin: 55px 0 0 2%;
}
.pow-employees.boxed-style .pow-employee-item {
  padding: 60px 25px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  position: relative;
}
.pow-employees.boxed-style .pow-employee-item .team-member-name {
  color: #333333;
}
.pow-employees.boxed-style .pow-employee-item.employee-item-blur {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.pow-employees.boxed-style .pow-employee-item.employee-item-blur .team-thumbnail {
  border: 3px solid #fff !important;
}
.pow-employees.boxed-style .pow-employee-item.employee-item-blur .team-member-position {
  color: #fff;
  font-weight: bold;
}
.pow-employees.boxed-style .pow-employee-item.employee-item-blur .pow-employeee-networks i {
  color: #fff !important;
}
.pow-employees.boxed-style .pow-employee-item.employee-item-blur .pow-employeee-networks a:hover i {
  color: #fff !important;
}
.pow-employees.boxed-style .pow-employee-item.em-first-column {
  margin-left: 0 !important;
}
.pow-employees.boxed-style .pow-employee-item .team-thumbnail {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  overflow: hidden;
  border: 3px solid #c6c6c6;
}
.pow-employees.boxed-style .pow-employee-item .team-thumbnail img {
  position: relative;
}
/* Global Styles */
.pow-employee-item {
  text-align: center;
  display: inline-block;
  float: left;
}
.pow-employee-item .team-thumbnail {
  margin: 0 auto 20px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
}
.pow-employee-item .team-thumbnail img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.pow-employee-item .team-member-name {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}
.pow-employee-item .team-member-position {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.pow-employee-item .team-member-desc {
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-employees.simple-style.one-column .pow-employee-item,
  .pow-employees.simple-style.two-column .pow-employee-item,
  .pow-employees.simple-style.three-column .pow-employee-item {
    display: block;
    margin: 0 0px 50px;
    width: 100%;
    float: auto;
  }
  .pow-employees.simple-style.one-column .team-thumbnail,
  .pow-employees.simple-style.two-column .team-thumbnail,
  .pow-employees.simple-style.three-column .team-thumbnail {
    float: left;
    width: 30%;
    display: inline-block;
  }
  .pow-employees.simple-style.one-column .team-info-wrapper,
  .pow-employees.simple-style.two-column .team-info-wrapper,
  .pow-employees.simple-style.three-column .team-info-wrapper {
    float: left;
    display: inline-block;
    width: 65%;
    padding: 10px 0 0 20px;
  }
  .pow-employees.simple-style.four-column .pow-employee-item,
  .pow-employees.simple-style.five-column .pow-employee-item {
    width: 48% !important;
    padding: 0 20px 30px;
  }
  .boxed-style .pow-employee-item {
    display: block;
    margin-left: 0 !important;
    width: 100%  !important;
    float: auto;
  }
}
@media handheld, only screen and (max-width: 750px) {
  .simple-style .pow-employee-item {
    display: block;
    margin: 0 0px 50px;
    width: 100% !important;
    float: auto !important;
  }
  .simple-style .team-thumbnail {
    float: none !important;
    display: block;
  }
  .simple-style .team-info-wrapper {
    float: none !important;
    width: 100% !important;
    display: block;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .pow-employees.simple-style.four-column .pow-employee-item,
  .pow-employees.simple-style.five-column .pow-employee-item {
    width: 100% !important;
    padding: 0 20px 10px;
  }
}
.pow-employeee-networks {
  margin: 0;
  padding: 0;
}
.pow-employeee-networks li {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.pow-employeee-networks li a {
  display: block;
  line-height: 4px;
  margin: 10px 9px 0 0;
}
.pow-employeee-networks li a i {
  font-size: 16px;
  color: #aaa;
}
.pow-employeee-networks li a:hover i {
  color: #797979;
}
.pricing-table {
  margin: 30px 0 40px;
  text-align: left;
}
/* Offers Column */
.pricing-offer-grid {
  width: 18%;
  display: inline-block;
  vertical-align: top;
}
.pricing-offer-grid p {
  margin-bottom: 0;
}
.pricing-offer-grid .offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.pricing-offer-grid .offers ul li {
  margin: 0 20px 0 0;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  width: auto;
  font-size: 12px;
  border-bottom: 1px dotted #cccccc;
}
.no-pricing-offer .pricing-cols {
  width: 100% !important;
}
/* Pricing Columns */
.pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 82%;
  list-style: none;
  text-align: center;
}
.pricing-cols li {
  padding: 0;
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 300px;
}
.pricing-cols li.pricing-col {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.pricing-cols li.featured-plan {
  margin: -24px -3px 0 -3px;
  z-index: 20;
}
.pricing-cols li.featured-plan .pricing-plan {
  padding: 27px 0;
}
.pricing-cols li.featured-plan .pricing-button {
  padding: 22px 0;
}
.pricing-cols li.four-table {
  width: 24.5%;
}
.pricing-cols li.three-table {
  width: 32.5%;
}
.pricing-cols li.two-table {
  width: 49.5%;
}
.pricing-cols li.one-table {
  width: 100%;
}
.pricing-cols .pricing-heading {
  position: relative;
}
.pricing-cols .pricing-plan {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 15px 0;
  display: block;
}
.pricing-cols .pricing-price {
  height: 120px;
  display: table;
  width: 100%;
}
.pricing-cols .pricing-price sub,
.pricing-cols .pricing-price sup {
  font-size: 24px;
  padding: 0 5px;
}
.pricing-cols .pricing-price sub {
  vertical-align: middle;
}
.pricing-cols .pricing-price span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 20;
}
.pricing-cols .pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.pricing-cols .pricing-features ul li {
  font-size: 12px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  margin: 0;
  width: auto;
}
.pricing-cols .pricing-features ul li .pow-icon-ok {
  color: #26cca4;
}
.pricing-cols .pricing-features ul li .pow-icon-remove {
  color: #e74a4a;
}
.pricing-cols .pricing-features ul li .pow-icon-star {
  color: #26cca4;
  margin-left: 3px;
}
.pricing-cols .pricing-features ul li .pow-icon-star.empty {
  color: #b0b0b0;
}
.pricing-cols .pricing-features .rating-star {
  line-height: 12px;
  margin: 0 auto;
  font-size: 16px;
  color: #7d7c78;
}
.pricing-cols .pricing-button {
  padding: 20px 0;
  border-top: none;
}
.pricing-cols .pricing-button a {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 9px 25px;
}
/************************************************/
/* Multi color Style */
.multicolor.pricing-table {
  /* Pricing Columns */
}
.multicolor.pricing-table .pricing-offer-grid {
  padding-top: 166px;
}
.multicolor.pricing-table .no-pricing-offer .pricing-cols {
  width: 100% !important;
}
.multicolor.pricing-table .pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.multicolor.pricing-table .pricing-cols li {
  padding: 0;
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.multicolor.pricing-table .pricing-cols li.pricing-col {
  position: relative;
  z-index: 10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.multicolor.pricing-table .pricing-cols li.featured-plan {
  margin: -24px -3px 0 -3px;
  z-index: 20;
  -webkit-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px 2px rgba(0, 0, 0, 0.2);
}
.multicolor.pricing-table .pricing-cols li.featured-plan .pricing-plan {
  padding: 27px 0;
}
.multicolor.pricing-table .pricing-cols li.featured-plan .pricing-button {
  padding: 22px 0;
}
.multicolor.pricing-table .pricing-cols .pricing-heading {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.multicolor.pricing-table .pricing-cols .pricing-heading .premium-ribbon {
  background-color: #3598dc;
  color: #f8f8f8;
  width: 120px;
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  right: -33px;
  top: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.multicolor.pricing-table .pricing-cols .pricing-plan {
  color: #fff;
  font-weight: lighter;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.multicolor.pricing-table .pricing-cols .pricing-price {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 120px;
  display: table;
  width: 100%;
}
.multicolor.pricing-table .pricing-cols .pricing-price sub,
.multicolor.pricing-table .pricing-cols .pricing-price sup {
  font-size: 24px;
  padding: 0 5px;
  font-weight: normal;
}
.multicolor.pricing-table .pricing-cols .pricing-price sub {
  vertical-align: middle;
  font-size: 16px;
}
.multicolor.pricing-table .pricing-cols .pricing-price span {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.multicolor.pricing-table .pricing-cols .pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li {
  font-size: 12px;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  margin: 0;
  width: auto;
  background-color: #f6f6f6;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li:nth-child(odd) {
  background-color: #eeeeee;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li i:before {
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-ok {
  color: #26cca4;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-remove {
  color: #e74a4a;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-star {
  color: #26cca4;
  margin-left: 3px;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-star.empty {
  color: #b0b0b0;
}
.multicolor.pricing-table .pricing-cols .pricing-features .rating-star {
  line-height: 12px;
  margin: 0 auto;
  font-size: 16px;
  color: #7d7c78;
}
.multicolor.pricing-table .pricing-cols .pricing-button {
  padding: 20px 0;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.multicolor.pricing-table .pricing-cols .pricing-button a {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 9px 25px;
}
/************************************/
/* Mono  color Style */
.monocolor.pricing-table {
  /* Pricing Columns */
}
.monocolor.pricing-table .pricing-offer-grid {
  padding-top: 178px;
}
.monocolor.pricing-table .pricing-offer-grid .offers ul {
  border-right: none;
}
.monocolor.pricing-table .pricing-offer-grid .offers ul li {
  padding: 13px 0;
}
.monocolor.pricing-table .no-pricing-offer .pricing-cols {
  width: 100% !important;
}
.monocolor.pricing-table .pricing-cols li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.monocolor.pricing-table .pricing-cols li.pricing-col {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-left: none;
  background-color: #fff;
}
.monocolor.pricing-table .pricing-cols li.pricing-col:first-child {
  border-left: 1px solid #dddddd;
}
.monocolor.pricing-table .pricing-cols li.featured-plan {
  margin: -20px -3px 0 -3px;
  z-index: 20;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.monocolor.pricing-table .pricing-cols li.featured-plan .pricing-button {
  padding: 35px 0;
}
.monocolor.pricing-table .pricing-cols .pricing-heading {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dddddd;
}
.monocolor.pricing-table .pricing-cols .pricing-plan {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 20px 0;
  background-color: #efefef;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.monocolor.pricing-table .pricing-cols .pricing-price {
  height: 120px;
  display: table;
  width: 100%;
}
.monocolor.pricing-table .pricing-cols .pricing-price sub,
.monocolor.pricing-table .pricing-cols .pricing-price sup {
  font-size: 24px;
  padding: 0 5px;
}
.monocolor.pricing-table .pricing-cols .pricing-price sub {
  display: block;
  margin: 30px 0 0 20px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.monocolor.pricing-table .pricing-cols .pricing-price span {
  font-size: 70px;
  font-weight: lighter;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li {
  font-size: 12px;
  line-height: 16px;
  padding: 13px 0;
  margin: 0 10px;
  display: block;
  width: auto;
  background-color: #fff;
  border-bottom: 1px dotted #dddddd;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li:last-child {
  border: none;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li i:before {
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-ok {
  color: #26cca4;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-remove {
  color: #e74a4a;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-star {
  color: #26cca4;
  margin-left: 3px;
}
.monocolor.pricing-table .pricing-cols .pricing-features ul li .pow-icon-star.empty {
  color: #b0b0b0;
}
.monocolor.pricing-table .pricing-cols .pricing-features .rating-star {
  line-height: 12px;
  margin: 0 auto;
  font-size: 16px;
  color: #7d7c78;
}
.monocolor.pricing-table .pricing-cols .pricing-button {
  padding: 15px 0;
  border-top: none;
  border-top: 1px solid #dddddd;
  background-color: #f6f6f6;
}
.monocolor.pricing-table .pricing-cols .pricing-button a {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 9px 25px;
}
@media handheld, only screen and (max-width: 960px) {
  .pricing-offer-grid {
    display: none;
  }
  .pricing-cols {
    width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .pricing-cols .pricing-col {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .pricing-cols li {
    max-width: 100% !important;
  }
  .monocolor.pricing-table .pricing-col {
    border-left: 1px solid #ddd !important;
  }
  .monocolor.pricing-table .pricing-cols li.featured-plan {
    margin: 0 0 20px 0!important;
  }
}
.pow-flexsldier-slideshow {
  background-repeat: repeat-x;
  background-position: center bottom;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.pow-flexsldier-slideshow.flexslider-thumbnail {
  padding-bottom: 100px;
}
.pow-flexsldier-slideshow .pow-flexslider-wrapper {
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
}
.pow-flexsldier-slideshow ul.pow-flex-slides li {
  overflow: hidden;
}
.pow-flexsldier-slideshow ul.pow-flex-slides li.flex-active-slide .pow-flex-caption {
  opacity: 1;
  bottom: 0;
}
.pow-flexsldier-slideshow .pow-flex-caption {
  position: absolute;
  bottom: -300px;
  left: 0px;
  padding: 40px;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f5f5f5;
  opacity: 0;
}
.pow-flexsldier-slideshow .pow-flex-caption .flex-title {
  font-size: 26px;
  line-height: 42px;
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.pow-flexsldier-slideshow .pow-flex-caption .flex-title span {
  color: #fff;
}
.pow-flexsldier-slideshow .pow-flex-caption .flex-desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  display: inline;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
}
.pow-flexsldier-slideshow .pow-flex-caption .flex-desc span {
  color: #f5f5f5;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
}
.pow-flexsldier-slideshow .flex-control-nav {
  display: block;
}
.pow-flexsldier-slideshow .flex-control-nav li a {
  width: 6px;
  height: 14px;
  display: block;
  padding: 0;
}
.pow-flexsldier-slideshow .flex-control-nav li a i {
  font-size: 12px;
  color: #fff;
}
.pow-flexsldier-slideshow .flex-control-nav li a.flex-active i:before {
  content: "\f111" !important;
}
.pow-flexsldier-slideshow .flex-direction-nav a {
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -20px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pow-flexsldier-slideshow .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.pow-flexsldier-slideshow .flex-direction-nav a i {
  position: absolute;
  left: 8px;
  top: 12px;
  font-size: 16px;
  color: #fff;
}
.pow-flexsldier-slideshow .flex-direction-nav .flex-next {
  right: 10px;
}
.pow-flexsldier-slideshow .flex-direction-nav .flex-prev {
  left: 10px;
}
.pow-flexsldier-slideshow:hover .flex-direction-nav .flex-next {
  right: 20px;
}
.pow-flexsldier-slideshow:hover .flex-direction-nav .flex-prev {
  left: 20px;
}
@media handheld, only screen and (max-width: 960px) {
  .pow-flexsldier-slideshow .pow-flex-caption {
    top: 0 !important;
    padding: 10px !important;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .pow-flexsldier-slideshow .pow-flex-caption {
    display: none !important;
  }
}
/**
 * Theme Widgets
 */
.widget {
  overflow: hidden;
  margin-bottom: 40px;
}
.widgettitle {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#pow-sidebar ul,
#pow-footer ul {
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_authors li,
.widget_contact_info li,
.widget_popular_posts li,
.widget_text li,
.widget_popular_tags li,
.widget_recent_posts li,
.widget_twitter li,
.widget_pages li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li,
.widget_product_categories li {
  margin: 0;
  list-style: none;
}
.widget_archive li a,
.widget_recent_comments .recentcomments,
.widget_categories li a,
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_contact_info li a,
.widget_popular_tags li a,
.widget_pages li a,
.widget_text li a,
.widget_recent_entries li a,
.widget_product_categories li a {
  display: inline-block;
  margin: 0 0 8px 0;
  text-decoration: none;
  line-height: 18px;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_nav_menu li a:before,
.widget_links li a:before,
.widget_pages li a:before,
.widget_meta li a:before,
.widget_authors li a:before,
.widget_popular_tags li a:before,
.widget_rss li a:before,
.tw_list .tweet_list li a:before,
.widget_product_categories li a:before,
.widget-sub-navigation li a:before {
  margin-right: 7px;
  content: "\f105";
  font-size: 12px;
}
.widget_recent_entries li a {
  margin-left: 0 !important;
}
/**
 * Widgets : List Widgets with divider
 */
.widget.widget_nav_menu li,
.widget.widget_product_categories li,
.widget.widget_recent_entries li,
.widget.widget_meta li,
.widget.widget_links li,
.widget.widget_categories li,
.widget.widget_archive li,
.widget.widget_pages li {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.widget.widget_nav_menu li a,
.widget.widget_product_categories li a,
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_links li a,
.widget.widget_categories li a,
.widget.widget_archive li a,
.widget.widget_pages li a {
  margin: 9px 10px;
}
.widget.widget_nav_menu li:first-child,
.widget.widget_product_categories li:first-child,
.widget.widget_recent_entries li:first-child,
.widget.widget_meta li:first-child,
.widget.widget_links li:first-child,
.widget.widget_categories li:first-child,
.widget.widget_archive li:first-child,
.widget.widget_pages li:first-child {
  border-top: none;
}
.widget.widget_nav_menu li:first-child a,
.widget.widget_product_categories li:first-child a,
.widget.widget_recent_entries li:first-child a,
.widget.widget_meta li:first-child a,
.widget.widget_links li:first-child a,
.widget.widget_categories li:first-child a,
.widget.widget_archive li:first-child a,
.widget.widget_pages li:first-child a {
  margin-top: 0;
}
.widget.widget_nav_menu .sub-menu li,
.widget.widget_product_categories .sub-menu li,
.widget.widget_recent_entries .sub-menu li,
.widget.widget_meta .sub-menu li,
.widget.widget_links .sub-menu li,
.widget.widget_categories .sub-menu li,
.widget.widget_archive .sub-menu li,
.widget.widget_pages .sub-menu li {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#pow-footer .widget_nav_menu li,
#pow-footer .widget_product_categories li,
#pow-footer .widget_recent_entries li,
#pow-footer .widget_meta li,
#pow-footer .widget_links li,
#pow-footer .widget_categories li,
#pow-footer .widget_archive li,
#pow-footer .widget_pages li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#pow-footer .widget_nav_menu li:first-child,
#pow-footer .widget_product_categories li:first-child,
#pow-footer .widget_recent_entries li:first-child,
#pow-footer .widget_meta li:first-child,
#pow-footer .widget_links li:first-child,
#pow-footer .widget_categories li:first-child,
#pow-footer .widget_archive li:first-child,
#pow-footer .widget_pages li:first-child {
  border-top: none;
}
#pow-footer .widget_nav_menu .sub-menu li,
#pow-footer .widget_product_categories .sub-menu li,
#pow-footer .widget_recent_entries .sub-menu li,
#pow-footer .widget_meta .sub-menu li,
#pow-footer .widget_links .sub-menu li,
#pow-footer .widget_categories .sub-menu li,
#pow-footer .widget_archive .sub-menu li,
#pow-footer .widget_pages .sub-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
/**
 * Widget : Sub Navigation
 */
.widget-sub-navigation {
  padding: 4px;
}
.widget-sub-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(128, 128, 128, 0.1);
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget-sub-navigation ul li {
  margin: 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.widget-sub-navigation ul li:last-child {
  border-bottom: none !important;
}
.widget-sub-navigation ul li a {
  display: block;
  padding: 10px;
  font-size: 12px;
}
.widget-sub-navigation ul li.current_page_item a {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}
#pow-footer .widget-sub-navigation ul {
  border: none !important;
}
#pow-footer .widget-sub-navigation ul li {
  border: none !important;
}
/**
 * Widget : Sub Navigation
 */
.widget-sub-navigation-inline {
  padding: 4px;
}
.widget-sub-navigation-inline ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -ms-column-gap: 10px;
  -o-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget-sub-navigation-inline ul li {
  margin: 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
.widget-sub-navigation-inline ul li:last-child {
  border-bottom: none !important;
}
.widget-sub-navigation-inline ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.widget-sub-navigation-inline ul li.current_page_item a {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}
#pow-footer .widget-sub-navigation-inline ul {
  border: none !important;
}
#pow-footer .widget-sub-navigation-inline ul li {
  border: none !important;
}
.widget_tag_cloud a {
  display: inline-block;
  margin: 8px 3px 0 0;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.07);
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget_tag_cloud a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/**
 * Widgets : CONTACT FORM
 */
.widget_contact_form {
  padding-bottom: 5px;
}
.widget_contact_form .text-input {
  margin-bottom: 6px;
  width: 80%;
}
.widget_contact_form .textarea {
  margin-bottom: 10px;
  width: 100%;
  height: 120px;
}
.widget_contact_form .pow-form-row-widget {
  position: relative;
}
.widget_contact_form .pow-contact-button {
  color: #fff !important;
}
.pow-invalid {
  border: 1px solid #fd5e5e !important;
}
#pow-footer .widget_contact_form .text-input,
#pow-footer .widget_contact_form .textarea {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.03);
}
/**
 * Widgets : CONTACT INFO
 */
.widget_contact_info ul {
  margin: 0;
  padding: 0;
}
.widget_contact_info ul li {
  position: relative;
  display: block;
  margin: 0 0 8px 0;
  padding: 0 0 0 25px;
  line-height: 20px;
}
.widget_contact_info ul li a {
  margin: 0;
}
.widget_contact_info ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 20px;
}
.widget .pow-contact-form {
  position: relative;
}
.widget .pow-contact-form .pow-contact-loading,
.widget .pow-contact-form .pow-contact-success {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
/**
 * Widgets : FLICKR FEEDS
 */
.flickr-widget-wrapper .flickr_badge_image {
  position: relative;
  z-index: 7;
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.flickr-widget-wrapper .flickr_badge_image:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.flickr-widget-wrapper .flickr_badge_image img {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/**
 * Widgets : INSTAGRAM FEEDS
 */
.widget_instagram ul {
  margin: 0;
  padding: 0;
}
.widget_instagram ul li {
  display: inline-block;
  margin: 1px;
  list-style: none;
}
.widget_instagram ul li img {
  width: 68px;
  height: 68px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget_instagram ul li img:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/**
 * Widgets : Popular/Recent/Related
 */
.widget_posts_lists ul li {
  overflow: hidden;
  margin: 0 0 7px;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li .post-list-thumb {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 7px 0 0;
}
.widget_posts_lists ul li .post-list-info {
  margin: 10px 10px 5px 115px;
}
.widget_posts_lists ul li .post-list-title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_posts_lists ul li .post-list-meta {
  display: block;
  padding-top: 4px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #999999;
}
#pow-footer .widget_posts_lists ul li {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.02);
}
/**
 * Widgets : SOCIAL NETWORKS
 */
.widget_social_networks a {
  position: relative;
  display: inline-block;
  float: left;
  margin: 5px 3px;
  line-height: 100%;
}
.widget_social_networks a.pow-circle-frame {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.widget_social_networks a.pow-circle-frame i {
  display: inline-block;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.widget_social_networks a.pow-circle-frame.dark i {
  border: 1px solid #828282;
}
.widget_social_networks a.pow-circle-frame.light i {
  border: 1px solid #a0a0a0;
}
.widget_social_networks a.pow-circle-frame.small i {
  padding: 8px;
}
.widget_social_networks a.pow-circle-frame.medium i {
  padding: 12px;
}
.widget_social_networks a.pow-circle-frame.large i {
  padding: 16px;
}
.widget_social_networks a.pow-circle-frame:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.widget_social_networks a.dark {
  color: #828282 !important;
}
.widget_social_networks a.light {
  color: #ebebeb !important;
}
.widget_social_networks a.small i {
  font-size: 16px;
}
.widget_social_networks a.medium i {
  font-size: 24px;
}
.widget_social_networks a.large i {
  font-size: 32px;
}
/**
 * Widgets : TESTIMONIAL SLIDER
 */
.widget_testimonials .widgettitle {
  margin-bottom: -17px;
}
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  position: relative;
  padding: 15px;
  border: 1px solid #ededed;
  background-color: #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget_testimonials .testimonial-slider .testimonial-quote:after {
  position: absolute;
  bottom: -7px;
  left: 20px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ededed;
  border-top: none;
  border-left: none;
  background-color: #fafafa;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.widget_testimonials .testimonial-slider .testimonial-author {
  display: block;
  margin: 25px 0 7px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}
.widget_testimonials .testimonial-slider .testimonial-position {
  display: block;
  margin-left: 20px;
  font-size: 11px;
  line-height: 12px;
}
.widget_testimonials .testimonial-slider .testimonial-author-image {
  display: inline-block;
  float: left;
  margin: 18px 10px 3px 5px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.testimonial-slider.pow-flexslider {
  padding: 35px 0 0 0px;
}
.testimonial-slider.pow-flexslider .flex-direction-nav {
  position: absolute;
  top: 0px;
  right: 5px;
}
.testimonial-slider.pow-flexslider .flex-direction-nav .pow-icon-chevron-left:before,
.testimonial-slider.pow-flexslider .flex-direction-nav .pow-icon-chevron-right:before {
  color: #aaaaaa;
}
.testimonial-slider.pow-flexslider .flex-direction-nav a {
  right: 0px !important;
  width: 10px;
  height: 11px;
}
.testimonial-slider.pow-flexslider .flex-direction-nav .flex-prev {
  margin-right: 15px;
}
/**
 * Widgets : MINI SLIDESHOW
 */
.pow-widget-mini-slideshow.pow-flexslider li img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-widget-mini-slideshow.pow-flexslider .flex-direction-nav a {
  position: absolute;
  bottom: 10px;
  padding: 1px 5px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.pow-widget-mini-slideshow.pow-flexslider .flex-direction-nav a .pow-icon-chevron-left:before,
.pow-widget-mini-slideshow.pow-flexslider .flex-direction-nav a .pow-icon-chevron-right:before {
  color: #aaaaaa;
}
.pow-widget-mini-slideshow.pow-flexslider .flex-prev {
  left: 10px;
}
.pow-widget-mini-slideshow.pow-flexslider .flex-next {
  right: 10px;
}
/**
 * Widgets : NEWS FEED
 */
.widget_news_feed {
  padding-bottom: 5px;
}
.widget_news_feed .widgettitle {
  margin-bottom: -18px;
}
.widget_news_feed .pow-flexslider {
  padding-top: 30px;
}
.widget_news_feed .flex-direction-nav {
  position: absolute;
  top: 0px;
  right: 5px;
}
.widget_news_feed .flex-direction-nav .pow-icon-chevron-left:before,
.widget_news_feed .flex-direction-nav .pow-icon-chevron-right:before {
  color: #aaaaaa;
}
.widget_news_feed .flex-direction-nav a {
  right: 0px !important;
  width: 10px;
  height: 11px;
}
.widget_news_feed .flex-direction-nav .flex-prev {
  margin-right: 18px;
}
.widget_news_feed .pow-button {
  float: right;
  margin-top: 8px;
  color: #fff !important;
}
.news-widget-thumbnail {
  display: block;
  margin-bottom: 10px;
}
.news-widget-thumbnail img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.news-widget-title {
  margin-bottom: 5px;
}
.news-widget-title a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
.news-widget-excerpt p {
  margin: 0;
  line-height: 18px;
}
/**
 * Widgets : RECENT PORTFOLIOS
 */
.widget_recent_portfolio {
  overflow: visible;
}
.widget_recent_portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_portfolio ul li {
  position: relative;
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.widget_recent_portfolio ul li:hover .widget-portfolio-overlay {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.widget_recent_portfolio ul li:hover .portfolio-widget-info {
  z-index: 20;
}
.widget_recent_portfolio ul li:hover .portfolio-widget-lightbox {
  right: 25px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.widget_recent_portfolio ul li:hover .portfolio-widget-permalink {
  left: 25px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.portfolio-widget-thumb {
  position: relative;
  z-index: 10;
  display: block;
}
.widget-portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-widget-lightbox,
.portfolio-widget-permalink {
  position: absolute;
  top: 50%;
  z-index: 15;
  margin-top: -15px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-widget-lightbox i,
.portfolio-widget-permalink i {
  color: #fff;
  font-size: 18px;
}
.portfolio-widget-lightbox {
  right: 0px;
}
.portfolio-widget-permalink {
  left: 0px;
}
.portfolio-widget-info {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 8;
  padding: 10px;
  width: 100%;
  background-color: #333333;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
}
.portfolio-widget-title {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px !important;
}
.portfolio-widget-cats {
  display: block;
  line-height: 16px;
}
/**
 * Widgets : TWITTER FEEDS
 */
.pow-tweet-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pow-tweet-list li {
  position: relative;
  padding: 10px;
}
.pow-tweet-list li:before {
  position: absolute;
  content: "\f099";
  font-size: 18px;
}
.pow-tweet-list li .tweet-text {
  display: block;
}
.pow-tweet-list li .tweet-time {
  display: block;
}
.pow-tweet-list.light li {
  margin: 0 0 10px 35px;
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-tweet-list.light li:after {
  position: absolute;
  top: 15px;
  left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;
  background-color: #f9f9f9;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.pow-tweet-list.light li:before {
  top: 12px;
  left: -35px;
  background: -webkit-linear-gradient(#0ed4fd, #14cdf2);
  color: #14cef4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pow-tweet-list.dark li {
  margin: 0 0 10px 35px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 20px;
}
.pow-tweet-list.dark li:before {
  top: 5px;
  left: -30px;
  color: #c2c5c7;
}
/**
 * Widgets : SEARCH FORM
 */
.widget .pow-searchform {
  position: relative;
}
.widget .pow-searchform .text-input {
  margin: 0;
  padding: 9px 28px 9px 10px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget .pow-searchform .text-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
}
.widget .pow-searchform .pow-icon-remove-sign {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 16px;
  opacity: 0;
  cursor: pointer;
}
.widget .pow-searchform .pow-icon-search {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-opacity: 0.4;
}
.widget .pow-searchform .pow-icon-search:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
.widget .pow-searchform .search-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}
#pow-footer .pow-searchform .search-button {
  color: #fff;
}
#pow-footer .pow-searchform .pow-icon-search,
#pow-footer .pow-searchform .pow-icon-remove-sign {
  color: rgba(255, 255, 255, 0.3);
}
#pow-footer .pow-searchform .text-input {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.03);
}
#pow-footer .pow-searchform .text-input:focus {
  border-color: rgba(255, 255, 255, 0.08);
}
/**
 * Widgets : CALENDAR
 */
#calendar_wrap {
  position: relative;
  margin: 5px;
  padding: 0;
  border: 1px solid #dbdbdb;
  background: #f6f6f6;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
}
#wp-calendar {
  margin: 0 !important;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#wp-calendar thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #666666;
  font-size: 12px;
}
#wp-calendar caption {
  padding: 12px;
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  line-height: 10px;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  padding: 12px 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #333333;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
}
#wp-calendar td#today {
  color: #fff;
}
#wp-calendar a {
  color: #666666;
}
#wp-calendar #next,
#wp-calendar #prev {
  position: absolute;
  top: 4px;
  display: block;
  margin: 0;
  padding: 0;
  background: 0;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
}
#wp-calendar #prev {
  left: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #prev:before {
  content: "\f053";
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
#wp-calendar #next {
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
}
#wp-calendar #next:before {
  content: "\f054";
  text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/**
 * Widgets : RECENT COMMENTS
 */
.widget_recent_comments li {
  display: block;
  margin: 0 !important;
  padding: 7px 0 !important;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.widget_recent_comments li:first-child {
  border-top: none;
}
.widget_recent_comments li:before {
  margin-right: 7px;
  color: #b2b2b2;
  content: "\f075";
  font-size: 12px;
}
/**
 * Widgets : Quick Contact Form
 */
.pow-quick-contact-wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 300;
  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;
}
.pow-quick-contact-wrapper.off {
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pow-quick-contact-wrapper .pow-quick-contact-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.pow-quick-contact-wrapper .pow-contact-button {
  width: 100%;
  color: #fff;
}
.pow-quick-contact-wrapper .pow-contact-form {
  position: relative;
}
.pow-quick-contact-wrapper .pow-contact-form .text-input,
.pow-quick-contact-wrapper .pow-contact-form .textarea {
  padding: 9px;
  width: 240px;
  border-color: #d5d5d5;
  background-color: #fff;
}
.pow-quick-contact-wrapper .pow-contact-form .text-input:focus,
.pow-quick-contact-wrapper .pow-contact-form .textarea:focus {
  border-color: rgba(0, 0, 0, 0.3);
  color: #666666;
}
.pow-quick-contact-wrapper .pow-contact-form .textarea {
  height: 100px;
  margin-bottom: 10px;
}
.pow-quick-contact-wrapper .pow-contact-form .btn-cont {
  text-align: center;
}
.pow-quick-contact-wrapper .pow-contact-form .btn-cont .pow-button {
  margin: 10px auto;
}
.pow-quick-contact-wrapper .pow-contact-form .pow-contact-loading,
.pow-quick-contact-wrapper .pow-contact-form .pow-contact-success {
  right: 10px;
  bottom: 12px;
}
#pow-quick-contact {
  position: absolute;
  left: 0px;
  bottom: 70px;
  z-index: 100;
  display: none;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 -1350px 0 2500px rgba(128, 128, 128, 0.5);
  -moz-box-shadow: 0 -1350px 0 2500px rgba(128, 128, 128, 0.5);
  box-shadow: 0 -1350px 0 2500px rgba(128, 128, 128, 0.5);
}
#pow-quick-contact .bottom-arrow {
  position: absolute;
  left: 20px;
  bottom: -8px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #dfdfdf;
  border-top: none;
  border-left: none;
  background-color: #f9f9f9;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pow-quick-contact-link {
  display: block;
  padding: 12px 14px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pow-quick-contact-link i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.pow-go-top {
  background-color: #212d43;
  padding: 12px 14px;
  position: fixed;
  bottom: 10px;
  right: -60px;
  z-index: 100;
  opacity: 0;
  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;
}
.pow-go-top.off {
  right: -60px;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pow-go-top.on {
  right: 10px;
  opacity: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pow-go-top:hover {
  background-color: #313d53;
}
.pow-go-top i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
@media handheld, only screen and (max-width: 950px) {
  .pow-quick-contact-link {
    display: none;
  }
}
@media handheld, only screen and (max-width: 770px) {
  .widget_text {
    text-align: center !important;
  }
}
.back-link {
  float: right;
  opacity: 0.5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */
/**
 * Images
 */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 10px;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery {
  margin: 0 auto 18px;
  text-align: center;
}
.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 6px solid rgba(0, 0, 0, 0.1);
}
.gallery img:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 11px;
  padding: 6px 20px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}
/**
 * Pullquotes
 */
blockquote {
  position: relative;
  background-color: #fefefe;
  background-color: rgba(128, 128, 128, 0.05);
  padding: 15px 15px 5px 70px;
}
blockquote:before {
  position: absolute;
  content: "\f10d";
  display: block;
  color: #dddddd;
  color: rgba(0, 0, 0, 0.1);
  left: 20px;
  top: 20px;
  font-size: 32px;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
/**
 * Tables
 */
table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
table th {
  text-align: center;
  padding: 18px 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
table tfoot td {
  padding: 6px;
}
table td {
  text-align: center;
  padding: 12px;
}
