/* 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%;
}
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;
}
#theme-page img,
#mk-footer img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.google_map img {
  max-width: none !important;
}
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: 20px;
  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 {
  display: block;
  white-space: pre;
  font-size: 12px;
}
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;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  outline: 0 none;
  text-decoration: none;
}
.floatleft,
.alignleft {
  float: left;
  text-align: left;
}
.floatright,
.alignright {
  float: right;
  text-align: right;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  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;
}
* 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 {
  margin-top: .8em;
  margin-bottom: .4em;
  font-weight: bold;
}
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=password],
input[type=email] {
  font-size: 12px;
  color: #aeaeae;
  padding: 8px;
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  margin-bottom: 3px;
}
select {
  padding: 2px;
}
option {
  padding: 0 4px;
}
/* HEADEING STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2em;
  color: #393836;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
/* 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%);
    -ms-filter: grayscale(100%);
    -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: "";
  }
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  left: -10000px;
  top: -10000px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* 
* ISOTOP ANIMATIONS
*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.555, 0.16, 0, 1);
  /* older webkit */

  -webkit-transition-timing-function: cubic-bezier(0.555, 0.16, 0, 1.02);
  -moz-transition-timing-function: cubic-bezier(0.555, 0.16, 0, 1.02);
  -ms-transition-timing-function: cubic-bezier(0.555, 0.16, 0, 1.02);
  -o-transition-timing-function: cubic-bezier(0.555, 0.16, 0, 1.02);
  transition-timing-function: cubic-bezier(0.555, 0.16, 0, 1.02);
  /* custom */

}
.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: top, left, opacity;
  transition-property: transform, opacity;
}
.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;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.mk-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mk-video-container iframe,
.mk-video-container object,
.mk-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mk-video-wrapper {
  max-width: 100%;
}
input[type="text"],
textarea,
.mk-grid div,
[class*='mk-col-'],
*:after,
*:before,
.text-input,
.contact-form-spliter,
.about-author-social,
.theme-page-wrapper,
.mk-tabbed-box .inner-wrapper,
#mk-page-introduce,
.mk-woo-product {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='mk-col-'] {
  float: left;
  padding-right: 20px;
}
[class*='mk-col-']:last-of-type {
  padding-right: 0px;
}
.mk-grid {
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  margin: 0 auto;
}
.mk-grid:after {
  content: "";
  display: table;
  clear: both;
}
.mk-grid-pad {
  padding: 20px 0 0px 20px;
}
.mk-grid-pad > [class*='mk-col-']:last-of-type {
  padding-right: 20px;
}
.mk-push-right {
  float: right;
}
/* Content Columns */
.mk-col-1-1 {
  width: 100%;
}
.mk-col-2-3,
.mk-col-8-12 {
  width: 66.66%;
}
.mk-col-1-2,
.mk-col-6-12 {
  width: 50%;
}
.mk-col-1-3,
.mk-col-4-12 {
  width: 33.33%;
}
.mk-col-1-4,
.mk-col-3-12 {
  width: 25%;
}
.mk-col-1-5 {
  width: 20%;
}
.mk-col-1-6,
.mk-col-2-12 {
  width: 16.667%;
}
.mk-col-1-7 {
  width: 14.28%;
}
.mk-col-1-8 {
  width: 12.5%;
}
.mk-col-1-9 {
  width: 11.1%;
}
.mk-col-1-10 {
  width: 10%;
}
.mk-col-1-11 {
  width: 9.09%;
}
.mk-col-1-12 {
  width: 8.33%;
}
/* Layout Columns */
.mk-col-11-12 {
  width: 91.66%;
}
.mk-col-10-12 {
  width: 83.333%;
}
.mk-col-9-12 {
  width: 75%;
}
.mk-col-5-12 {
  width: 41.66%;
}
.mk-col-7-12 {
  width: 58.33%;
}
@media handheld, only screen and (max-width: 1100px) {
  .mk-grid {
    width: 1140;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .mk-grid {
    width: 100%;
    min-width: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  [class*='mk-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%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 1.5%;
  padding-left: 1.5%;
}
.row-fluid .last-column {
  padding-right: 0;
  padding-left: 3%;
}
.row-fluid .first.last-column {
  padding: 0 !important;
}
.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;
  padding-left: 0;
  padding-right: 3%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 100%;
  padding: 0 !important;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 83.33333333333335%;
  *width: 83.33333333333335%;
}
.row-fluid .span9 {
  width: 75%;
  *width: 75%;
}
.row-fluid .span8 {
  width: 66.66666666666666%;
  *width: 66.66666666666666%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 50%;
  *width: 50%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 33.33%;
  *width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
  *width: 25%;
}
.row-fluid .span-fifth {
  width: 20%;
  *width: 20%;
}
.row-fluid .span2 {
  width: 16.66666666666667%;
  *width: 16.66666666666667%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
@media handheld, only screen and (max-width: 767px) {
  .row-fluid [class*="span"] {
    width: auto;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row-fluid .first-column {
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row-fluid .last-column {
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    position: relative;
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  float: left;
  margin-right: 4%;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.6666%;
}
.two_third {
  width: 65.3332%;
}
.one_fourth {
  width: 22%;
}
.two_fourth {
  width: 48%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.3333%;
}
.two_sixth {
  width: 30.6666%;
}
.three_sixth {
  width: 47.9998%;
}
.four_sixth {
  width: 65.3332%;
}
.five_sixth {
  width: 82.6665%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
.one_half .one_half {
  margin-right: 8.3333%;
  width: 45.8333%;
}
.one_half .one_third {
  margin-right: 8.3333%;
  width: 27.7778%;
}
.one_half .two_third {
  margin-right: 8.3333%;
  width: 63.8889%;
}
.two_third .one_third {
  margin-right: 6.1224%;
  width: 29.2517%;
}
.two_third .two_third {
  margin-right: 6.1224%;
  width: 64.6258%;
}
.two_third .one_fourth {
  margin-right: 6.1224%;
  width: 20.4082%;
}
#mk-main-navigation ul li a,
.mk-nav-responsive-link,
.mk-responsive-close,
#mk-footer-navigation ul li a,
.flex-direction-nav a,
.mk-layerslider .ls-nav-prev,
.mk-layerslider .ls-nav-next,
a.jp-play,
a.jp-pause,
#cboxPrevious,
#cboxNext,
#cboxClose,
.mk-blog-classic-item .the-title.highlight span,
.mk-blog-classic-item .featured-image a.post-type-badge,
.mk-blog-classic-item .featured-image .image-hover-overlay,
.mk-blog-newspaper-item .the-title span,
.mk-blog-metro-item .metro-meta-wrapper,
.mk-blog-metro-item .the-title,
.mk-blog-metro-item .featured-image .image-hover-overlay,
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper .time-cats-wrapper,
.mk-portfolio-newspaper-item .the-title span,
.mk-portfolio-newspaper-item .featured-image .image-hover-overlay,
.mk-portfolio-newspaper-item .permalink-badge,
.mk-portfolio-grid-item .featured-image .image-hover-overlay,
.mk-portfolio-grid-item .the-title,
.mk-portfolio-grid-item .permalink-badge,
.mk-portfolio-metro-item .the-title,
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper,
.portfolio-logo-section .portfolio-social li a,
.mk-button,
.widget_contact_form .contact-widget-button,
.widget_dribbble ul li a,
.widget_instagram ul li a,
.widget_pinterest ul .pinterest-item-overlay,
.widget_posts_lists ul li .post-list-thumb .posts-overlay,
.widget_posts_lists ul li.post-list-document .post-type-thumb,
.widget .mk-searchform .search-button,
.mk-image-shortcode .mk-image-overlay,
.mk-image-shortcode-lightbox,
.mk-image-shortcode-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flickr-widget-wrapper li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
}
#mk-header-social ul li a,
.mk-blog-classic-item .featured-image a.permalink-badge,
.mk-blog-classic-item .featured-image a.zoom-badge,
.mk-blog-newspaper-item .newspaper-meta-wrapper,
.mk-blog-newspaper-item .featured-image .image-hover-overlay,
.mk-blog-newspaper-item .featured-image a.permalink-badge,
.mk-blog-newspaper-item .featured-image a.zoom-badge,
.newspaper-document .document-meta-wrapper .permalink-badge,
.metro-image img,
.metro-document .the-excerpt,
.metro-portfolio .featured-image img,
.metro-portfolio .portfolio-big-icon,
.mk-pagination .mk-pagination-inner,
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a,
.mk-loadmore-button,
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social,
.mk-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,
.mk-portfolio-newspaper-item .zoom-badge,
.mk-portfolio-grid-item .zoom-badge,
.mk-portfolio-metro-item .featured-image .image-hover-overlay,
.mk-portfolio-metro-item.metro-grascale-enabled .featured-image img,
.mk-portfolio-metro-item.metro-grascale-enabled .featured-image .metro-pattern-overlay,
.mk-social-network-shortcode ul li a,
.mk-tabbed-box .tabbed-box-tabs li a,
.mk-clients-shortcode .client-info-icon,
.mk-clients-shortcode .client-return-icon,
.mk-clients-shortcode .clients-overlay,
.mk-clients-shortcode .client-logo,
.mk-pricing-cols .mk-pricing-button a,
.mk-sitemap-categories a,
.mk-sitemap-pages ul li a,
.mk-sitemap-pages .mk-sitemap-homepage,
.mk-sitemap-posts .the-title.highlight span,
.widget_social_networks a,
.widget-sub-navigation ul li a {
  -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;
}
.mk-portfolio-newspaper-item .the-excerpt,
.mk-contact-form-shortcode.mk-contact-light .text-input,
.mk-contact-form-shortcode.mk-contact-light .mk-textarea {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.mk-portfolio-newspaper-item .post-type-badge,
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper .time-cats-wrapper,
.mk-portfolio-grid-item .post-type-badge {
  -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;
}
/*
* HEADER SECTION
*/
#mk-header {
  width: 100%;
  padding-bottom: 1px;
}
#mk-header .header-wrapper {
  position: relative;
  z-index: 300;
}
#mk-header .mk-header-right {
  float: right;
}
#mk-header .header-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 15px;
}
#mk-header .header-logo a {
  position: absolute;
  top: 50%;
  display: block;
}
#mk-header.mk-fixed {
  position: fixed;
  left: 0;
  z-index: 210;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
#mk-header.mk-fixed .header-wrapper {
  margin-top: 0;
}
#mk-boxed-layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#mk-boxed-layout .mk-scroll-top {
  display: none !important;
}
.not-found-page .theme-page-wrapper,
.not-found-page .mk-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;
}
.mk-homepage-slideshow {
  overflow: hidden;
  width: 100%;
}
/*----------------------------*/
/*
* Page SECTION
*/
#theme-page {
  overflow: hidden;
}
#theme-page .theme-page-wrapper {
  margin: 20px auto;
}
#theme-page .theme-page-wrapper #mk-sidebar {
  position: relative;
}
#theme-page .theme-page-wrapper.right-layout #mk-sidebar {
  float: right;
  width: 29%;
}
#theme-page .theme-page-wrapper.left-layout #mk-sidebar {
  float: left;
  width: 29%;
}
#theme-page .theme-page-wrapper.right-layout .theme-content {
  float: left;
  width: 71%;
  padding: 30px 20px;
}
#theme-page .theme-page-wrapper.left-layout .theme-content {
  float: right;
  width: 71%;
  padding: 30px 20px;
}
#theme-page .theme-page-wrapper.full-layout .theme-content {
  padding: 30px 20px;
}
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
  padding: 30px 20px 30px 30px;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
  padding: 30px 30px 30px 20px;
}
* html #theme-page,
* html #mk-sidebar {
  display: inline;
}
/*----------------------------*/
@media handheld, only screen and (max-width: 1140px) and (min-width: 960px) {
  .theme-page-wrapper.right-layout .sidebar-wrapper {
    padding: 30px 10px 30px 0 !important;
  }
  .theme-page-wrapper.left-layout .sidebar-wrapper {
    padding: 30px 0 30px 10px !important;
  }
}
@media handheld, only screen and (max-width: 1140px) {
  .theme-page-wrapper .theme-content {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .theme-page-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #theme-page .theme-page-wrapper #mk-sidebar {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  #theme-page .theme-page-wrapper #mk-sidebar .sidebar-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
/*
/* Navigation

*/
#mk-main-navigation {
  float: right;
  margin-right: 80px;
}
#mk-main-navigation ul {
  z-index: 200;
  list-style-type: none;
}
#mk-main-navigation ul li {
  position: relative;
  display: inline;
  float: left;
  margin: 0px 1px 0 0;
}
#mk-main-navigation ul li a {
  display: block;
  text-align: center;
  padding: 32px 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  font-weight: bold;
  font-size: 13px;
}
#mk-main-navigation ul li > a:hover,
#mk-main-navigation ul li:hover > a {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}
#mk-main-navigation ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
  padding: 1px 15px 0 0;
  border-top: 0;
  margin: 0;
}
#mk-main-navigation ul li ul li {
  display: list-item;
  float: none;
  margin: 0;
  padding: 2px 8px;
}
#mk-main-navigation ul li ul li:first-child {
  padding-top: 6px;
}
#mk-main-navigation ul li ul li:last-child {
  padding-bottom: 6px;
}
#mk-main-navigation ul li ul li a {
  position: relative;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}
#mk-main-navigation ul li ul li .sf-sub-indicator {
  position: absolute;
  top: 12px;
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
#mk-main-navigation ul li ul li ul {
  top: 0;
  z-index: 202;
  padding: 0;
}
#mk-main-navigation ul li ul li ul {
  margin: 0 0 0 17px;
  padding: 6px 15px 6px 0;
}
#mk-main-navigation ul li ul li a {
  position: relative;
  margin: 0;
  padding: 6px 10px;
  height: 14px;
  text-transform: capitalize;
  line-height: 14px;
}
#mk-main-navigation ul li ul li li a:after,
#mk-main-navigation ul li ul li a:link,
#mk-main-navigation ul li ul li a:visited {
  height: 100%;
  line-height: 20px;
}
#mk-main-navigation > ul > li > a {
  min-width: 75px !important;
}
* html #navigation nav ul li a {
  display: inline-block;
}
#mk-main-navigation ul li ul li a:hover,
#mk-main-navigation ul li ul li:hover > a,
#mk-main-navigation ul ul li a:hover,
#mk-main-navigation ul ul li:hover > a {
  padding: 6px 10px;
  text-shadow: none;
}
/* removed Main navigation margin-right when header searchform is disabled */
.mk-seach-disabled #mk-main-navigation {
  margin-right: 0 !important;
}
/*** ESSENTIAL STYLES ***/
#mk-main-navigation ul,
#mk-main-navigation ul * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mk-main-navigation ul {
  line-height: 1.0;
}
#mk-main-navigation ul ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */

}
#mk-main-navigation ul ul li {
  width: 100%;
}
#mk-main-navigation ul ul li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
#mk-main-navigation ul li {
  float: left;
  position: relative;
}
#mk-main-navigation ul li a {
  display: block;
  position: relative;
}
#mk-main-navigation ul li:hover ul,
#mk-main-navigation ul li.sfHover ul {
  left: 0;
  /* match top ul list item height */

  z-index: 99;
}
#mk-main-navigation ul li:hover li ul,
#mk-main-navigation ul li.sfHover li ul {
  top: -999em;
}
#mk-main-navigation ul li li:hover ul,
#mk-main-navigation ul li li.sfHover ul {
  left: 10em;
  /* match ul width */

  top: 0;
}
#mk-main-navigation ul li li:hover li ul,
#mk-main-navigation ul li li.sfHover li ul {
  top: -999em;
}
#mk-main-navigation ul li li li:hover ul,
#mk-main-navigation ul li li li.sfHover ul {
  left: 10em;
  /* match ul width */

  top: 0;
}
/*** DEMO SKIN ***/
#mk-main-navigation ul li:hover,
#mk-main-navigation ul li.sfHover,
#mk-main-navigation ul a:focus,
#mk-main-navigation ul a:hover,
#mk-main-navigation ul a:active {
  outline: 0;
}
/*** arrows **/
#mk-main-navigation ul a.sf-with-ul {
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */

}
.mk-nav-responsive-link,
.mk-responsive-close {
  display: none;
}
@media handheld, only screen and (max-width: 1100px) {
  #mk-main-navigation {
    position: relative;
    width: 100%;
    margin: 0;
    float: left !important;
  }
  #mk-main-navigation ul {
    padding: 0;
  }
  #mk-main-navigation ul li {
    display: block !important;
    float: none !important;
  }
  #mk-main-navigation ul li a {
    padding: 16px 50px 15px 30px !important;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    text-align: left !important;
  }
  #mk-main-navigation ul li:first-child a {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
  #mk-main-navigation ul li ul {
    position: relative !important;
    visibility: visible !important;
    display: none;
    top: 0 !important;
    width: 100% !important;
    padding: 30px 20px !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mk-main-navigation ul li ul li {
    padding: 0 !important;
    margin: 0 !important;
  }
  #mk-main-navigation ul li ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px !important;
  }
  #mk-main-navigation ul li ul li:first-child a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #mk-main-navigation ul li ul li ul {
    left: 0 !important;
    padding: 20px !important;
  }
  #mk-main-navigation ul li ul li ul li a {
    padding: 6px 15px !important;
  }
  #mk-main-navigation > ul > li > a > ul {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  }
  #mk-header .mk-header-right {
    display: none !important;
  }
  .mk-nav-responsive-link {
    margin-right: 30px;
    cursor: pointer;
    display: block !important;
    width: 70px;
    height: 70px;
    margin: 15px;
    background-image: url(../../images/responsive-nav-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
  }
  .mk-responsive-close {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../../images/responsive-nav-close.png) center center no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
  }
  .mk-responsive-close:hover,
  .mk-responsive-close:focus {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .mk-nav-search-wrapper {
    float: none !important;
    width: 100% !important;
  }
  #mk-header .header-logo {
    left: auto !important;
    right: 20px !important;
  }
  .mk-header-right {
    padding-top: 100px;
    position: absolute;
    top: 0;
    left: -70%;
    height: 100%;
    width: 70%;
    z-index: 200;
  }
  .mk-responsive #mk-outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .mk-responsive #mk-inner-wrap {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  .mk-responsive .mk-header-searchform {
    display: none !important;
  }
  .mk-responsive #mk-header-social {
    margin: 10px 20px 0 25px;
  }
  .mk-responsive #mk-header-social ul {
    text-align: left;
  }
  .mk-responsive .mk-header-right {
    -webkit-box-shadow: inset -15px -20px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset -15px -20px 15px rgba(0, 0, 0, 0.05);
    box-shadow: inset -15px -20px 15px rgba(0, 0, 0, 0.05);
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mk-responsive #mk-inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mk-responsive #mk-main-navigation {
    position: relative;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .mk-opened-nav #mk-inner-wrap {
    left: 70%;
  }
  .mk-opened-nav #mk-inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .mk-opened-nav #mk-main-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#mk-footer {
  width: 100%;
  position: relative;
  padding: 8px 0;
}
#mk-footer .footer-wrapper {
  position: relative;
  min-height: 200px;
}
#mk-footer #footer-slogan {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  display: block;
  padding-bottom: 25px;
}
#mk-footer #footer-slogan h4 {
  padding: 20px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#mk-footer #footer-slogan .footer-logo {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
#mk-footer .footer-widgets {
  display: block;
  padding-left: 175px;
  float: left;
  width: 100%;
}
#mk-footer .footer-widgets.mk-slogan-disabled {
  margin-left: 0 !important;
}
#mk-footer .footer-widgets div[class*='mk-col-'] {
  padding: 0 4px !important;
}
#mk-footer .footer-widgets div[class*='mk-col-'] > .widget {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
@media handheld, only screen and (max-width: 960px) {
  #mk-footer [class*='mk-col-'] {
    width: 50% !important;
  }
}
@media handheld, only screen and (max-width: 790px) {
  #mk-footer [class*='mk-col-'] {
    width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 500px) {
  #mk-footer #footer-slogan {
    position: relative !important;
    width: 100%;
  }
  #mk-footer #footer-slogan h4 {
    text-align: center;
  }
  #mk-footer .footer-widgets {
    margin: 0;
  }
}
/* SUB FOOTER SECTION */
#sub-footer {
  margin: 1px 0;
}
#sub-footer .mk-footer-copyright {
  color: #ffffff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  font-weight: bold;
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  line-height: 38px;
}
#mk-footer-navigation {
  float: right;
}
#mk-footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#mk-footer-navigation ul li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
#mk-footer-navigation ul li a {
  border-left-style: solid;
  border-left-width: 1px;
  padding: 8px 22px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#mk-footer-navigation ul li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#mk-footer-navigation ul li ul {
  display: none !important;
}
#mk-footer-navigation ul li:last-child a {
  border-right-style: solid;
  border-right-width: 1px;
}
@media handheld, only screen and (max-width: 960px) {
  #mk-footer-navigation {
    float: none;
    width: auto;
  }
  #mk-footer-navigation ul li {
    display: block !important;
    width: 50%;
  }
  #mk-footer-navigation ul li a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .mk-footer-copyright {
    display: block;
    float: none !important;
    text-align: center;
    clear: both;
  }
}
@media handheld, only screen and (max-width: 540px) {
  #mk-footer-navigation ul li {
    float: none !important;
    width: 100% !important;
  }
}
#mk-page-introduce {
  padding: 50px 0 40px;
  text-transform: uppercase;
}
#mk-page-introduce .mk-introduce-inner {
  padding: 0 20px !important;
}
.page-introduce-title {
  color: #00c65d;
  margin-bottom: 15px;
}
.page-introduce-title.introduce-fancy-title {
  margin: 0 10px 15px;
}
.page-introduce-title.introduce-fancy-title span {
  color: #fff;
  padding: 1px 0;
}
.page-introduce-title.introduce-simple-title {
  line-height: 120%;
}
.page-introduce-subtitle {
  margin: 0 10px;
}
.page-introduce-subtitle span {
  padding: 3px 0;
}
.page-introduce-desc {
  text-transform: uppercase;
  line-height: 130%;
  margin-top: 20px;
  display: block;
}
@media handheld, only screen and (max-width: 1140px) {
  #mk-page-introduce {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media handheld, only screen and (max-width: 760px) {
  #mk-page-introduce .introduce-fancy-title {
    padding: 8px 20px;
    font-size: 20px !important;
    line-height: 35px !important;
  }
  #mk-page-introduce .introduce-fancy-title span {
    padding: 8px 20px;
    font-size: 20px !important;
  }
}
.mk-nav-search-wrapper {
  float: right;
  position: relative;
  min-height: 75px;
}
.mk-header-searchform {
  float: right;
}
.mk-header-searchform .text-input {
  position: absolute;
  background-color: #51b97e;
  z-index: 50;
  right: 0;
  top: 0;
  margin-right: 82px;
  height: 100%;
  line-height: 45px;
  font-size: 45px;
  padding: 0 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  visibility: hidden;
  font-weight: 300 !important;
}
.mk-header-searchform .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  display: block;
  border: none;
  outline: none;
  background-image: url(../../images/header-search-btn.png);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -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;
}
.mk-header-searchform .search-button.search-button-hover,
.mk-header-searchform .search-button:hover {
  background-position: right center;
}
#mk-header-social {
  display: block;
  padding: 10px 0 10px;
  margin: 0;
}
#mk-header-social ul {
  text-align: right;
  display: block;
  margin: 0;
  list-style: none;
}
#mk-header-social ul li {
  margin: 0 2px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.35);
}
#mk-header-social ul li a {
  display: block;
  line-height: 4px;
  padding: 4px;
}
#mk-header-social ul li a i {
  color: #fff;
}
#mk-header-social ul li a i.small:before {
  font-size: 16px;
}
#mk-header-social ul li a i.medium:before {
  font-size: 24px;
}
#mk-header-social ul li a i.large:before {
  font-size: 32px;
}
#mk-header-social ul li a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@font-face {
  font-family: 'SocialMedia';
  src: url('../social-networks/SocialMedia.eot');
  src: url('../social-networks/SocialMedia.eot?#iefix') format('embedded-opentype'), url('../social-networks/SocialMedia.woff') format('woff'), url('../social-networks/SocialMedia.ttf') format('truetype'), url('../social-networks/SocialMedia.svg#SocialMedia') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'SocialMedia';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="mk-social-"]:before {
*/
.flickr-widget-wrapper li a:before,
.widget_dribbble li a:before,
.mk-social-px:before,
.mk-social-aim-alt:before,
.mk-social-aim:before,
.mk-social-amazon:before,
.mk-social-android:before,
.mk-social-app-stote:before,
.mk-social-apple:before,
.mk-social-arto:before,
.mk-social-badoo:before,
.mk-social-bandcamp:before,
.mk-social-basecamp:before,
.mk-social-bebo:before,
.mk-social-behance:before,
.mk-social-bing:before,
.mk-social-blip:before,
.mk-social-blogger:before,
.mk-social-boxnet:before,
.mk-social-brightkite:before,
.mk-social-cinch:before,
.mk-social-coroflot:before,
.mk-social-dailybooth:before,
.mk-social-dailyburn:before,
.mk-social-dailymile:before,
.mk-social-delicious:before,
.mk-social-designbump:before,
.mk-social-designfloat:before,
.mk-social-designmoo:before,
.mk-social-deviantart:before,
.mk-social-digg-alt:before,
.mk-social-digg:before,
.mk-social-diigo:before,
.mk-social-dribbble:before,
.mk-social-dropbox:before,
.mk-social-drupal:before,
.mk-social-dzone:before,
.mk-social-ebay:before,
.mk-social-ember:before,
.mk-social-envato:before,
.mk-social-etsy:before,
.mk-social-evernote:before,
.mk-social-facebook-places:before,
.mk-social-facebook:before,
.mk-social-facto-me:before,
.mk-social-feedburner:before,
.mk-social-flickr:before,
.mk-social-folkd:before,
.mk-social-formspring:before,
.mk-social-forrst:before,
.mk-social-fotolog:before,
.mk-social-foursquare:before,
.mk-social-freshbooks:before,
.mk-social-friendfeed:before,
.mk-social-friendster:before,
.mk-social-gdgt:before,
.mk-social-gimmebar:before,
.mk-social-github_alt:before,
.mk-social-github:before,
.mk-social-goodreads:before,
.mk-social-google-buzz:before,
.mk-social-google-talk:before,
.mk-social-google:before,
.mk-social-googleplay:before,
.mk-social-google-plus:before,
.mk-social-gowalla:before,
.mk-social-grooveshark:before,
.mk-social-hackernews:before,
.mk-social-hi5:before,
.mk-social-hypemachine:before,
.mk-social-hyves:before,
.mk-social-icloud:before,
.mk-social-icq:before,
.mk-social-identica:before,
.mk-social-instapaper:before,
.mk-social-itunes:before,
.mk-social-kik:before,
.mk-social-krop:before,
.mk-social-last-fm:before,
.mk-social-linkedin:before,
.mk-social-live-journal:before,
.mk-social-lovedsgn:before,
.mk-social-meetup:before,
.mk-social-metacafe:before,
.mk-social-mixx-alt:before,
.mk-social-mixx:before,
.mk-social-myspace_alt:before,
.mk-social-myspace:before,
.mk-social-newsvine:before,
.mk-social-ning:before,
.mk-social-officialfm:before,
.mk-social-openid:before,
.mk-social-orkut:before,
.mk-social-path:before,
.mk-social-paypal:before,
.mk-social-photobucket:before,
.mk-social-picassa:before,
.mk-social-pinboard:before,
.mk-social-pinterest:before,
.mk-social-playstation:before,
.mk-social-plixi:before,
.mk-social-plurk:before,
.mk-social-podcast:before,
.mk-social-posterous:before,
.mk-social-purevolume:before,
.mk-social-quik:before,
.mk-social-quora:before,
.mk-social-rdio:before,
.mk-social-readernaut:before,
.mk-social-reddit:before,
.mk-social-retweet:before,
.mk-social-rss:before,
.mk-social-scribd:before,
.mk-social-sharethis:before,
.mk-social-simplenote:before,
.mk-social-skype:before,
.mk-social-slashdot:before,
.mk-social-slideshare:before,
.mk-social-smugmug:before,
.mk-social-soundcloud:before,
.mk-social-spotify:before,
.mk-social-squarespace:before,
.mk-social-squidoo:before,
.mk-social-steam:before,
.mk-social-stumble-upon:before,
.mk-social-technorati:before,
.mk-social-thefancy:before,
.mk-social-tribe:before,
.mk-social-tripit:before,
.mk-social-tumblr:before,
.mk-social-twitter-alt:before,
.mk-social-twitter:before,
.mk-social-vcard:before,
.mk-social-viddler:before,
.mk-social-vimeo:before,
.mk-social-virb:before,
.mk-social-w3:before,
.mk-social-whatsapp:before,
.mk-social-wikipedia:before,
.mk-social-windows:before,
.mk-social-wists:before,
.mk-social-wp-alt:before,
.mk-social-wordpress:before,
.mk-social-yahoo-buzz:before,
.mk-social-yahoo:before,
.mk-social-yelp:before,
.mk-social-youtube:before,
.mk-social-zerply:before,
.mk-social-zynga:before,
.mk-social-youtube-alt:before,
.mk-social-ymessanger:before {
  font-family: 'SocialMedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.mk-social-px:before {
  content: "\2900";
}
.mk-social-aim-alt:before {
  content: "\2901";
}
.mk-social-aim:before {
  content: "\2902";
}
.mk-social-amazon:before {
  content: "\2903";
}
.mk-social-android:before {
  content: "\2904";
}
.mk-social-app-stote:before {
  content: "\2905";
}
.mk-social-apple:before {
  content: "\2906";
}
.mk-social-arto:before {
  content: "\2907";
}
.mk-social-badoo:before {
  content: "\2908";
}
.mk-social-bandcamp:before {
  content: "\2909";
}
.mk-social-basecamp:before {
  content: "\290b";
}
.mk-social-bebo:before {
  content: "\290c";
}
.mk-social-behance:before {
  content: "\290d";
}
.mk-social-bing:before {
  content: "\290e";
}
.mk-social-blip:before {
  content: "\290f";
}
.mk-social-blogger:before {
  content: "\2910";
}
.mk-social-boxnet:before {
  content: "\2911";
}
.mk-social-brightkite:before {
  content: "\2912";
}
.mk-social-cinch:before {
  content: "\2913";
}
.mk-social-coroflot:before {
  content: "\2914";
}
.mk-social-dailybooth:before {
  content: "\2916";
}
.mk-social-dailyburn:before {
  content: "\2917";
}
.mk-social-dailymile:before {
  content: "\2918";
}
.mk-social-delicious:before {
  content: "\2919";
}
.mk-social-designbump:before {
  content: "\291a";
}
.mk-social-designfloat:before {
  content: "\291b";
}
.mk-social-designmoo:before {
  content: "\291c";
}
.mk-social-deviantart:before {
  content: "\291d";
}
.mk-social-digg-alt:before {
  content: "\291e";
}
.mk-social-digg:before {
  content: "\291f";
}
.mk-social-diigo:before {
  content: "\2921";
}
.mk-social-dribbble:before {
  content: "\2922";
}
.mk-social-dropbox:before {
  content: "\2923";
}
.mk-social-drupal:before {
  content: "\2924";
}
.mk-social-dzone:before {
  content: "\2925";
}
.mk-social-ebay:before {
  content: "\2926";
}
.mk-social-ember:before {
  content: "\2927";
}
.mk-social-envato:before {
  content: "\2928";
}
.mk-social-etsy:before {
  content: "\2929";
}
.mk-social-evernote:before {
  content: "\292a";
}
.mk-social-facebook-places:before {
  content: "\292c";
}
.mk-social-facebook:before {
  content: "\292d";
}
.mk-social-facto-me:before {
  content: "\292e";
}
.mk-social-feedburner:before {
  content: "\292f";
}
.mk-social-flickr:before {
  content: "\2930";
}
.mk-social-folkd:before {
  content: "\2931";
}
.mk-social-formspring:before {
  content: "\2932";
}
.mk-social-forrst:before {
  content: "\2933";
}
.mk-social-fotolog:before {
  content: "\2934";
}
.mk-social-foursquare:before {
  content: "\2935";
}
.mk-social-freshbooks:before {
  content: "\2937";
}
.mk-social-friendfeed:before {
  content: "\2938";
}
.mk-social-friendster:before {
  content: "\2939";
}
.mk-social-gdgt:before {
  content: "\293a";
}
.mk-social-gimmebar:before {
  content: "\293b";
}
.mk-social-github_alt:before {
  content: "\293c";
}
.mk-social-github:before {
  content: "\293d";
}
.mk-social-goodreads:before {
  content: "\293e";
}
.mk-social-google-buzz:before {
  content: "\293f";
}
.mk-social-google-talk:before {
  content: "\2940";
}
.mk-social-google:before {
  content: "\2942";
}
.mk-social-googleplay:before {
  content: "\2943";
}
.mk-social-google-plus:before {
  content: "\2944";
}
.mk-social-gowalla:before {
  content: "\2945";
}
.mk-social-grooveshark:before {
  content: "\2946";
}
.mk-social-hackernews:before {
  content: "\2947";
}
.mk-social-hi5:before {
  content: "\2948";
}
.mk-social-hypemachine:before {
  content: "\2949";
}
.mk-social-hyves:before {
  content: "\294a";
}
.mk-social-icloud:before {
  content: "\294b";
}
.mk-social-icq:before {
  content: "\294d";
}
.mk-social-identica:before {
  content: "\294e";
}
.mk-social-instapaper:before {
  content: "\294f";
}
.mk-social-itunes:before {
  content: "\2950";
}
.mk-social-kik:before {
  content: "\2951";
}
.mk-social-krop:before {
  content: "\2952";
}
.mk-social-last-fm:before {
  content: "\2953";
}
.mk-social-linkedin:before {
  content: "\2954";
}
.mk-social-live-journal:before {
  content: "\2955";
}
.mk-social-lovedsgn:before {
  content: "\2956";
}
.mk-social-meetup:before {
  content: "\2958";
}
.mk-social-metacafe:before {
  content: "\2959";
}
.mk-social-mixx-alt:before {
  content: "\295a";
}
.mk-social-mixx:before {
  content: "\295b";
}
.mk-social-myspace_alt:before {
  content: "\295c";
}
.mk-social-myspace:before {
  content: "\295d";
}
.mk-social-newsvine:before {
  content: "\295e";
}
.mk-social-ning:before {
  content: "\295f";
}
.mk-social-officialfm:before {
  content: "\2960";
}
.mk-social-openid:before {
  content: "\2961";
}
.mk-social-orkut:before {
  content: "\2963";
}
.mk-social-path:before {
  content: "\2964";
}
.mk-social-paypal:before {
  content: "\2965";
}
.mk-social-photobucket:before {
  content: "\2966";
}
.mk-social-picassa:before {
  content: "\2967";
}
.mk-social-pinboard:before {
  content: "\2968";
}
.mk-social-pinterest:before {
  content: "\2969";
}
.mk-social-playstation:before {
  content: "\296a";
}
.mk-social-plixi:before {
  content: "\296b";
}
.mk-social-plurk:before {
  content: "\296c";
}
.mk-social-podcast:before {
  content: "\296e";
}
.mk-social-posterous:before {
  content: "\296f";
}
.mk-social-purevolume:before {
  content: "\2970";
}
.mk-social-quik:before {
  content: "\2971";
}
.mk-social-quora:before {
  content: "\2972";
}
.mk-social-rdio:before {
  content: "\2973";
}
.mk-social-readernaut:before {
  content: "\2974";
}
.mk-social-reddit:before {
  content: "\2975";
}
.mk-social-retweet:before {
  content: "\2976";
}
.mk-social-rss:before {
  content: "\2977";
}
.mk-social-scribd:before {
  content: "\2979";
}
.mk-social-sharethis:before {
  content: "\297a";
}
.mk-social-simplenote:before {
  content: "\297b";
}
.mk-social-skype:before {
  content: "\297c";
}
.mk-social-slashdot:before {
  content: "\297d";
}
.mk-social-slideshare:before {
  content: "\297e";
}
.mk-social-smugmug:before {
  content: "\2600";
}
.mk-social-soundcloud:before {
  content: "\2601";
}
.mk-social-spotify:before {
  content: "\2602";
}
.mk-social-squarespace:before {
  content: "\2603";
}
.mk-social-squidoo:before {
  content: "\2604";
}
.mk-social-steam:before {
  content: "\2605";
}
.mk-social-stumble-upon:before {
  content: "\2606";
}
.mk-social-technorati:before {
  content: "\2607";
}
.mk-social-thefancy:before {
  content: "\2608";
}
.mk-social-tribe:before {
  content: "\2609";
}
.mk-social-tripit:before {
  content: "\260b";
}
.mk-social-tumblr:before {
  content: "\260c";
}
.mk-social-twitter-alt:before {
  content: "\260d";
}
.mk-social-twitter:before {
  content: "\260e";
}
.mk-social-vcard:before {
  content: "\260f";
}
.mk-social-viddler:before {
  content: "\2610";
}
.mk-social-vimeo:before {
  content: "\2611";
}
.mk-social-virb:before {
  content: "\2612";
}
.mk-social-w3:before {
  content: "\2613";
}
.mk-social-whatsapp:before {
  content: "\2614";
}
.mk-social-wikipedia:before {
  content: "\2616";
}
.mk-social-windows:before {
  content: "\2617";
}
.mk-social-wists:before {
  content: "\2618";
}
.mk-social-wp-alt:before {
  content: "\2619";
}
.mk-social-wordpress:before {
  content: "\261a";
}
.mk-social-yahoo-buzz:before {
  content: "\261b";
}
.mk-social-yahoo:before {
  content: "\261c";
}
.mk-social-yelp:before {
  content: "\261d";
}
.mk-social-youtube:before {
  content: "\2621";
}
.mk-social-zerply:before {
  content: "\2622";
}
.mk-social-zynga:before {
  content: "\2623";
}
.mk-social-youtube-alt:before {
  content: "\2660";
}
.mk-social-ymessanger:before {
  content: "\267a";
}
/* 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,
.mk-flexslider a:active,
.flex-container a:focus,
.mk-flexslider a:focus {
  outline: none;
}
.mk-flex-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* mk-flexslider Necessary Styles
*********************************/.mk-flexslider {
  margin: 0;
  padding: 0;
}
.mk-flexslider .mk-flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.mk-flexslider .mk-flex-slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.mk-flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .mk-flex-slides {
  display: block;
}
* html .mk-flex-slides {
  height: 1%;
}
/* flexslider Default Theme
*********************************/
.mk-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;
}
.loading .flex-viewport {
  max-height: 100px;
}
.mk-flexslider .mk-flex-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;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.flex-direction-nav .flex-prev {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-flexslider:hover .flex-next {
  opacity: 1;
}
.mk-flexslider:hover .flex-prev {
  opacity: 1;
}
.mk-flexslider:hover .flex-next:hover,
.mk-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;
  text-indent: -9999px;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.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;
}
.mk-layerslider {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  margin: 30px auto 90px !important;
}
.mk-layerslider .ls-bottom-nav-wrapper {
  text-align: center;
  margin: 15px auto 0px auto;
  position: relative;
}
.mk-layerslider .ls-playvideo {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}
.mk-layerslider .ls-nav-start,
.mk-layerslider .ls-nav-stop {
  display: none;
}
.mk-layerslider .ls-bottom-slidebuttons {
  display: block;
  margin-top: 30px;
}
.mk-layerslider .ls-bottom-slidebuttons a {
  width: 6px;
  height: 6px;
  margin: 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-layerslider .ls-playvideo {
  background-position: -300px -150px;
}
.mk-layerslider .ls-playvideo:hover,
.mk-layerslider .ls-vpcontainer:hover .ls-playvideo {
  background-position: -375px -150px;
}
.mk-layerslider .ls-nav-prev,
.mk-layerslider .ls-nav-next {
  background-image: url(../../images/large-pattern-arrow.png);
  width: 79px;
  height: 89px;
  z-index: 10000;
  top: 50%;
  margin-top: -30px;
  position: absolute;
}
.mk-layerslider .ls-nav-prev {
  background-position: left center;
  left: -150px;
}
.mk-layerslider .ls-nav-prev:hover {
  margin-left: 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-layerslider .ls-nav-next {
  background-position: right center;
  right: -150px;
}
.mk-layerslider .ls-nav-next:hover {
  margin-right: 10px;
}
.mk-layerslider .ls-nav-sideleft {
  background-position: -150px -150px;
}
.mk-layerslider .ls-nav-sideright {
  background-position: -225px -150px;
}
.mk-layerslider .ls-nav-sides {
  height: 28px;
}
.mk-layerslider .ls-nav-sides {
  display: inline-block;
}
.mk-layerslider .ls-nav-sides {
  width: 6px;
}
.mk-layerslider .ls-thumbnail-hover {
  bottom: 55px;
  padding: 4px;
  margin-left: 1px;
}
.mk-layerslider .ls-thumbnail-hover-bg {
  background: white;
  box-shadow: 0px 2px 12px -4px #000000;
  border-radius: 4px;
}
.mk-layerslider .ls-thumbnail-hover span {
  border: 5px solid white;
  margin-left: -5px;
}
.mk-layerslider .ls-thumbnail {
  top: -20px;
}
.mk-layerslider .ls-thumbnail-inner {
  padding: 5px;
  margin-left: -5px;
  background: white;
  box-shadow: 0px 3px 35px -10px #000000;
  border-radius: 4px;
}
.mk-layerslider .ls-thumbnail-slide a {
  margin-right: 5px;
}
.mk-layerslider .ls-nothumb {
  background: #eee;
}
.mk-layerslider .ls-above-thumbnails {
  display: none;
}
.mk-layerslider .ls-below-thumbnails {
  display: block;
  margin-top: -20px;
}
#mk-boxed-layout .ls-nav-prev {
  left: 20px;
}
#mk-boxed-layout .ls-nav-next {
  background-position: right center;
  right: 20px;
}
.rev_slider_wrapper {
  margin: 40px auto 80px !important;
}
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
  font-size: 1.25em;
  /* 1.25em for testing in site pages */
  /* No parent CSS that can effect the size in the demos ZIP */

  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
}
div.jp-audio {
  width: 184px;
  margin: -50px 0 0 -100px;
  height: 80px;
  position: relative;
  z-index: 30;
}
div.jp-audio-stream {
  width: 182px;
}
div.jp-video-270p {
  width: 480px;
}
div.jp-video-360p {
  width: 640px;
}
div.jp-video-full {
  /* Rules for IE6 (full-screen) */

  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */

  position: static !important;
  position: relative;
}
/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
  z-index: 1000;
}
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */

  overflow: hidden;
}
div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */

}
div.jp-video-full div.jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */

  bottom: 0;
  left: 0;
}
div.jp-interface {
  position: relative;
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}
div.jp-audio-stream div.jp-type-single div.jp-interface {
  height: 80px;
}
div.jp-video div.jp-interface {
  border-top: 1px solid #009be3;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio-stream ul.jp-controls {
  width: 142px;
}
div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: 9999px;
}
a.jp-play,
a.jp-pause {
  position: absolute;
  left: 17px;
  bottom: 1px;
  width: 32px;
  height: 29px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
a.jp-play {
  background: url("../../images/jplayer-elements.png") -82px 0 no-repeat;
}
a.jp-play:hover,
a.jp-pause:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
a.jp-pause {
  background: url("../../images/jplayer-elements.png") 0 0 no-repeat;
  display: none;
}
a.jp-stop,
a.jp-previous,
a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
a.jp-stop {
  background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px;
}
a.jp-stop:hover {
  background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
  background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
  background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
  background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
  background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
div.jp-audio div.jp-progress {
  position: absolute;
  bottom: 45px;
  height: 7px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 0px;
  width: 184px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 166px;
  width: 130px;
}
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}
div.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: #fff;
  width: 0px;
  height: 100%;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("jplayer.blue.monday.seeking.gif");
}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}
div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
  margin-left: 10px;
}
div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
  margin-left: 56px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
  left: 50px;
}
div.jp-video a.jp-volume-max {
  left: 134px;
}
a.jp-mute {
  background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
  background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
  background: url("jplayer.blue.monday.jpg") -60px -170px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("jplayer.blue.monday.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
  background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
  background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url(../../images/jplayer-elements.png) center bottom no-repeat;
  width: 104px;
  height: 30px;
  cursor: pointer;
  padding-right: 8px;
}
div.jp-audio div.jp-volume-bar {
  bottom: 0;
  left: 50%;
  margin-left: -38px;
}
div.jp-audio-stream div.jp-volume-bar {
  top: 37px;
  left: 92px;
}
div.jp-video div.jp-volume-bar {
  top: 17px;
  left: 72px;
}
.inner-value-adjust {
  width: 74px;
  height: 7px;
  position: absolute;
  top: 11px;
  left: 25px;
}
div.jp-volume-bar-value {
  width: 0;
  height: 7px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  color: #fff;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  position: absolute;
  bottom: 53px;
  left: 0px;
  width: 184px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px;
}
div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: 11px;
}
div.jp-current-time {
  float: left;
  display: inline;
}
div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}
/* @end */
/* @group playlist */
div.jp-title {
  font-weight: bold;
  text-align: center;
}
div.jp-title,
div.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-title ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em;
}
div.jp-title li {
  padding: 5px 0;
  font-weight: bold;
}
div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}
div.jp-playlist li div {
  display: inline;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}
span.jp-artist {
  font-size: .8em;
  color: #666;
}
/* @end */
div.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */

  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */

}
div.jp-video-270p div.jp-video-play {
  margin-top: -270px;
  height: 270px;
}
div.jp-video-360p div.jp-video-play {
  margin-top: -360px;
  height: 360px;
}
div.jp-video-full div.jp-video-play {
  height: 100%;
}
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #000000;
}
/* @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;
}
div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px;
}
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("jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
}
a.jp-restore-screen {
  background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
  margin-left: 20px;
}
a.jp-restore-screen:hover {
  background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
}
a.jp-repeat {
  background: url("jplayer.blue.monday.jpg") 0 -290px no-repeat;
}
a.jp-repeat:hover {
  background: url("jplayer.blue.monday.jpg") -30px -290px no-repeat;
}
a.jp-repeat-off {
  background: url("jplayer.blue.monday.jpg") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
  background: url("jplayer.blue.monday.jpg") -90px -290px no-repeat;
}
a.jp-shuffle {
  background: url("jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle:hover {
  background: url("jplayer.blue.monday.jpg") -30px -270px no-repeat;
}
a.jp-shuffle-off {
  background: url("jplayer.blue.monday.jpg") -60px -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle-off:hover {
  background: url("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 */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cboxLoadedContent {
  overflow: auto;
  padding: 20px;
}
#cboxTitle {
  margin: 0 160px 0 0;
  color: #fff !important;
  padding: 6px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: 20px;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  display: block;
  float: left;
  margin: auto;
  border: 0;
}
.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#cboxContent {
  overflow: hidden;
  background: #fff;
}
.cboxIframe {
  position: relative;
  z-index: 10;
  background: #f3f3f3;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-top: 50px;
}
#cboxCurrent {
  position: absolute;
  top: 10px;
  left: 14px;
  color: #fff;
  font-size: 11px;
  opacity: 0.6;
}
#cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: 200;
  margin-right: 34px;
  width: 32px;
  height: 32px;
  background: url(../../images/colorbox-next-prev.png) -10px center no-repeat;
  text-indent: -9999px;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#cboxNext {
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: 200;
  width: 32px;
  height: 32px;
  background: url(../../images/colorbox-next-prev.png) -68px center no-repeat;
  text-indent: -9999px;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxLoadingGraphic {
  background: url(../../images/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(../../images/colorbox-close-btn.png) center center no-repeat;
  text-indent: -9999px;
}
/* Blog Styles */
/*
* POST TYPE BADGES
*/
.post-type-badge {
  width: 42px;
  height: 42px;
  display: block;
}
.post-type-badge.image-icon {
  background-image: url(../../images/image-post-type.png);
}
.post-type-badge.doc-icon {
  background-image: url(../../images/doc-post-type.png);
}
.post-type-badge.video-icon {
  background-image: url(../../images/video-post-type.png);
}
.post-type-badge.portfolio-icon {
  background-image: url(../../images/portfolio-post-type.png);
}
.video-play-icon,
.audio-play-icon {
  background: url(../../images/video-play-icon.png) center top no-repeat;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.audio-play-icon {
  background-image: url(../../images/audio-play-icon.png);
}
.permalink-badge {
  display: block;
  width: 33px;
  height: 29px;
  background: url(../../images/blog-permalink-icon.png) no-repeat;
}
.zoom-badge {
  display: block;
  width: 33px;
  height: 30px;
  background: url(../../images/blog-zoom-icon.png) no-repeat;
}
/****************************/
/* Video Post type */
.video-play-icon,
.audio-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.featured-image:hover .video-play-icon,
.featured-image:hover .audio-play-icon {
  background-position: center bottom;
}
/* Audio Post type */
.audio-post-type .permalink-badge {
  bottom: 30px !important;
}
.audio-post-type .jp-audio {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.audio-post-type .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  -o-opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
}
.audio-post-type .image-hover-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.the-excerpt,
.the-title {
  word-wrap: break-word;
}
/*
* BLOG CLASSIC STYLE
*/
.mk-blog-classic-item {
  margin-bottom: 10px;
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  /* Blog Meta */
  /* Title */

  /* Featured Image */

  /* Document Post Type */

  /* Video Post type */

  /* Audio Post type */

  /* Portfolio Post Type */

}
.mk-blog-classic-item.blog-item-1-1 {
  background: url(../../images/slash-dotted-border.png) bottom center repeat-x;
  margin-bottom: 30px;
}
.mk-blog-classic-item time,
.mk-blog-classic-item .categories {
  position: relative;
  z-index: 10;
  margin: 0 11px 0px;
  float: left;
  padding: 2px 10px;
}
.mk-blog-classic-item time {
  background-color: #fff;
  padding: 0 8px;
}
.mk-blog-classic-item time a,
.mk-blog-classic-item .categories a {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.mk-blog-classic-item .categories {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mk-blog-classic-item .categories span {
  background-color: #fff;
  padding: 3px 0;
  box-shadow: 8px 0 0 #ffffff, -8px 0 0 #ffffff;
}
.mk-blog-classic-item .the-title.highlight {
  margin: 0 22px 2px;
  position: relative;
  z-index: 10;
}
.mk-blog-classic-item .the-title.highlight a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  color: #fff;
}
.mk-blog-classic-item .the-title.highlight span {
  padding: 8px 0;
  line-height: 100%;
}
.mk-blog-classic-item .the-title.highlight span:hover > a {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.mk-blog-classic-item .featured-image {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 100%;
  float: left;
  margin: -40px 0 25px 0;
  height: auto;
}
.mk-blog-classic-item .featured-image a.permalink-badge,
.mk-blog-classic-item .featured-image a.zoom-badge {
  position: absolute;
  left: 29px;
  bottom: 70px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-blog-classic-item .featured-image a.permalink-badge:hover,
.mk-blog-classic-item .featured-image a.zoom-badge:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-blog-classic-item .featured-image a.zoom-badge {
  margin-bottom: 34px;
}
.mk-blog-classic-item .featured-image a.post-type-badge {
  position: absolute;
  bottom: -20px;
  left: 25px;
}
.mk-blog-classic-item .featured-image .image-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-blog-classic-item .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.mk-blog-classic-item .featured-image:hover .post-type-badge {
  bottom: 20px;
}
.mk-blog-classic-item .featured-image:hover .permalink-badge,
.mk-blog-classic-item .featured-image:hover .zoom-badge {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mk-blog-classic-item .the-excerpt {
  padding: 10px 20px 30px 20px;
  display: block;
}
.mk-blog-classic-item.document-post-type .the-title {
  margin-right: 90px !important;
}
.mk-blog-classic-item.document-post-type .the-excerpt {
  padding-top: 30px !important;
}
.mk-blog-classic-item.document-post-type .doc-post-type-icons {
  position: absolute;
  top: 30px;
  right: 0;
}
.mk-blog-classic-item.document-post-type .doc-post-type-icons .permalink-badge {
  background: url(../../images/doc-permalink-icon.png) center center no-repeat;
  width: 37px;
  height: 42px;
}
.mk-blog-classic-item.document-post-type .doc-post-type-icons a {
  display: inline-block;
  margin-left: 7px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-blog-classic-item.document-post-type .doc-post-type-icons a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-blog-classic-item .video-play-icon,
.mk-blog-classic-item .audio-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.mk-blog-classic-item .featured-image:hover .video-play-icon,
.mk-blog-classic-item .featured-image:hover .audio-play-icon {
  background-position: center bottom;
}
.mk-blog-classic-item .audio-post-type .permalink-badge {
  bottom: 30px !important;
}
.mk-blog-classic-item .audio-post-type .jp-audio {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.mk-blog-classic-item .audio-post-type .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  -o-opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  opacity: 0.9 !important;
}
.mk-blog-classic-item .audio-post-type .image-hover-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-blog-classic-item.portfolio-post-type .portfolio-outer-wrapper {
  padding: 8px 8px 0 8px;
  margin: -45px 0 30px 0;
}
.mk-blog-classic-item.portfolio-post-type .featured-image {
  margin: -35px 0 0 0;
}
.mk-blog-classic-item.portfolio-post-type .the-excerpt {
  color: #fff;
  padding: 20px;
}
.blog-item-1-1 {
  width: 100%;
}
.blog-item-1-2 {
  width: 47%;
  margin-right: 30px;
}
.blog-item-1-3 {
  width: 31%;
  margin-right: 20px;
}
.blog-item-1-3 .featured-image {
  margin-top: -43px;
}
.blog-item-1-3.portfolio-post-type .categories {
  margin-bottom: 6px;
}
.blog-item-1-3 .dribbble-wrapper .inner-content {
  background-position: 40px center;
}
.blog-item-1-3 .twitter-wrapper .inner-content {
  background-position: 40px center;
  padding-left: 130px;
}
.blog-item-1-3 .instagram-wrapper .inner-content {
  background-position: 40px center;
}
.blog-item-1-3 .doc-post-type-icons {
  position: relative !important;
  display: block;
  top: auto !important;
  right: auto !important;
  margin: 20px 0 0 20px;
}
.blog-item-1-3.document-post-type .the-excerpt {
  padding-top: 15px !important;
}
.blog-item-1-4 {
  width: 23%;
  margin-right: 20px;
}
.blog-item-1-4 .dribbble-wrapper .inner-content {
  background: url(../../images/newspaper-dribbble-icon.png) 50px center no-repeat;
}
.blog-item-1-4 .twitter-wrapper .inner-content {
  background: url(../../images/newspaper-twitter-icon.png) 40px center no-repeat;
  padding-left: 100px;
  min-height: 50px;
}
.blog-item-1-4 .instagram-wrapper .inner-content {
  background: url(../../images/newspaper-instagram-icon.png) 50px center no-repeat;
}
@media handheld, only screen and (max-width: 1100px) {
  .blog-item-1-4,
  .blog-item-1-3,
  .blog-item-1-2 {
    width: 46% !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .blog-item-1-4,
  .blog-item-1-3,
  .blog-item-1-2 {
    width: 100% !important;
  }
  .featured-image {
    margin-top: 20px !important;
  }
}
/*
* BLOG 	NEWSPAPER STYLE
*/
.newspaper-with-sidebar.newspaper-four-column,
.newspaper-with-sidebar.newspaper-three-column {
  width: 47%;
}
.newspaper-full-layout.newspaper-three-column {
  width: 31%;
}
.newspaper-full-layout.newspaper-four-column {
  width: 23%;
}
.mk-blog-newspaper-item {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 5px;
  float: left;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  /* Blog Meta */

  /* Blog Title */

  /* Featured Image */

  /* Responsive Styles */

}
.mk-blog-newspaper-item.newspaper-one-column {
  width: 100%;
}
.mk-blog-newspaper-item.newspaper-two-column {
  width: 47%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-blog-newspaper-item {
    margin: 15px 15px 0 0;
  }
  .mk-blog-newspaper-item.newspaper-two-column,
  .mk-blog-newspaper-item.newspaper-three-column,
  .mk-blog-newspaper-item.newspaper-four-column {
    width: 46%;
  }
}
@media handheld, only screen and (max-width: 500px) {
  .mk-blog-newspaper-item {
    width: 100% !important;
  }
}
.mk-blog-newspaper-item .newspaper-meta-wrapper {
  position: absolute;
  padding-right: 15px;
  left: 20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 20px;
  left: 20;
}
.mk-blog-newspaper-item .newspaper-meta-wrapper time,
.mk-blog-newspaper-item .newspaper-meta-wrapper .categories {
  position: relative;
  z-index: 10;
}
.mk-blog-newspaper-item .newspaper-meta-wrapper time,
.mk-blog-newspaper-item .newspaper-meta-wrapper .categories {
  float: left;
  line-height: 16px;
}
.mk-blog-newspaper-item .newspaper-meta-wrapper time a,
.mk-blog-newspaper-item .newspaper-meta-wrapper .categories a,
.mk-blog-newspaper-item .newspaper-meta-wrapper time {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.mk-blog-newspaper-item .newspaper-meta-wrapper .categories {
  background: url(../../images/blog-newspaper-white-arrow.png) left 3px no-repeat;
  font-size: 11px;
  text-indent: 13px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
}
.mk-blog-newspaper-item .newspaper-meta-wrapper .categories a {
  text-indent: 0;
  text-decoration: underline;
}
.mk-blog-newspaper-item .the-title {
  z-index: 10;
  margin: 0 30px;
}
.mk-blog-newspaper-item .the-title a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  color: #fff;
}
.mk-blog-newspaper-item .the-title span {
  padding: 8px 0;
  line-height: 100%;
}
.mk-blog-newspaper-item .the-title span:hover > a {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.mk-blog-newspaper-item .featured-image {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.mk-blog-newspaper-item .featured-image.post-type-badge.image-icon {
  background-color: transparent;
  background-position: -4px -4px;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
.mk-blog-newspaper-item .featured-image .image-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-blog-newspaper-item .featured-image:hover .the-title.highlight span {
  background-color: #fff;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}
.mk-blog-newspaper-item .featured-image a.permalink-badge,
.mk-blog-newspaper-item .featured-image a.zoom-badge {
  -webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  -o-opacity: 0.45;
  filter: alpha(opacity=45);
  opacity: 0.45;
  margin: 4px 0 0 0;
}
.mk-blog-newspaper-item .featured-image a.permalink-badge:hover,
.mk-blog-newspaper-item .featured-image a.zoom-badge:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mk-blog-newspaper-item .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-blog-newspaper-item .featured-image:hover .newspaper-meta-wrapper {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-blog-newspaper-item .post-type-badge {
  background-color: transparent !important;
}
.mk-blog-newspaper-item .post-type-badge.image-icon {
  margin-left: -5px;
}
.mk-blog-newspaper-item .the-excerpt {
  padding: 0 20px 5px 20px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .mk-blog-newspaper-item.newspaper-full-layout {
    width: 100% !important;
  }
  .mk-blog-newspaper-item.newspaper-with-sidebar {
    width: 100% !important;
  }
}
.mk-blog-newspaper-item .featured-image:hover > .the-title span {
  background-color: #fff !important;
}
/* Image Post Type */
.newspaper-image .featured-image .the-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newspaper-image .the-title.bottom-title {
  margin: 0 30px 10px;
}
.newspaper-image .the-title.bottom-title:hover span {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/* Document Post Type */
.newspaper-document {
  /* Blog Meta */

}
.newspaper-document .the-title {
  margin: 15px 30px !important;
}
.newspaper-document .the-title:hover span {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.newspaper-document .document-meta-wrapper {
  padding: 15px;
  margin-bottom: 10px;
}
.newspaper-document .document-meta-wrapper .doc-icon {
  background: url(../../images/newspaper-doctype-icons.png) center -24px;
  width: 24px;
  height: 27px;
  margin-right: 5px;
  display: inline-block;
}
.newspaper-document .document-meta-wrapper .permalink-badge {
  background: url(../../images/permalink-icon-gray.png) center center no-repeat;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  filter: alpha(opacity=20);
  opacity: 0.2;
  display: inline-block;
}
.newspaper-document .document-meta-wrapper .permalink-badge:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.newspaper-document .document-meta-wrapper time,
.newspaper-document .document-meta-wrapper .categories {
  float: left;
  line-height: 16px;
}
.newspaper-document .document-meta-wrapper time a,
.newspaper-document .document-meta-wrapper .categories a,
.newspaper-document .document-meta-wrapper time {
  display: inline-block;
  color: #838383;
  font-size: 11px;
  text-transform: uppercase;
}
.newspaper-document .document-meta-wrapper .categories {
  background: url(../../images/newspaper-doctype-icons.png) left -113px no-repeat;
  font-size: 11px;
  text-indent: 16px;
  margin-right: 5px;
  color: #838383;
  text-transform: uppercase;
}
.newspaper-document .document-meta-wrapper .categories a {
  text-indent: 0;
  text-decoration: underline;
}
/* Video and Audio Post Type */
.newspaper-video .the-title,
.newspaper-audio .the-title {
  margin-bottom: 15px !important;
}
.newspaper-video .the-title:hover span,
.newspaper-audio .the-title:hover span {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.newspaper-video .featured-image .image-hover-overlay,
.newspaper-audio .featured-image .image-hover-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.newspaper-video .featured-image:hover .image-hover-overlay,
.newspaper-audio .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.newspaper-audio .jp-audio {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
/* Portfolio Post type */
.newspaper-portfolio:hover .image-hover-overlay,
.newspaper-portfolio .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.newspaper-portfolio:hover .newspaper-meta-wrapper,
.newspaper-portfolio .featured-image:hover .newspaper-meta-wrapper {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.newspaper-portfolio .post-type-badge.portfolio-icon {
  background-position: 0px center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
.newspaper-portfolio .the-title {
  padding: 0 20px;
  margin: 0 10px 15px;
  min-height: 30px;
}
.newspaper-portfolio .the-title a {
  color: #fff;
  line-height: 18px;
  display: block;
  font-size: 13px;
  padding-left: 30px;
}
/* Comments */
.mk-newspaper-comments {
  margin: 0;
  padding: 5px 12px;
}
.mk-newspaper-comments li {
  margin: 0 0 6px 0;
  list-style: none;
  display: block;
  padding: 8px;
  background-color: #f3f2f1;
  background-color: rgba(0, 0, 0, 0.05);
}
.mk-newspaper-comments li .avatar {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.mk-newspaper-comments li .comment-author {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0px 40px;
  font-size: 11px;
  line-height: 15px;
}
.mk-newspaper-comments li .comment-content {
  line-height: 14px;
  font-size: 11px;
  display: block;
  color: #828282;
}
/*
* BLOG 	metro STYLE
*/
.mk-blog-metro-item {
  margin: 4px;
  float: left;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  /* Layouts */

  /* Blog Meta */

  /* Blog Title */

  /* Featured Image */

}
.mk-blog-metro-item.metro-full-layout {
  width: 32%;
  height: 165px;
}
.mk-blog-metro-item.metro-with-sidebar {
  width: 48%;
}
@media handheld, only screen and (max-width: 1100px) and (min-width: 960px) {
  .mk-blog-metro-item.metro-full-layout {
    width: 32%;
  }
  .mk-blog-metro-item.metro-with-sidebar {
    width: 32%;
  }
}
@media handheld, only screen and (max-width: 960px) and (min-width: 760px) {
  .mk-blog-metro-item.metro-full-layout {
    width: 48%;
  }
  .mk-blog-metro-item.metro-with-sidebar {
    width: 48%;
  }
}
@media handheld, only screen and (max-width: 760px) {
  .mk-blog-metro-item.metro-full-layout {
    width: 100%;
  }
  .mk-blog-metro-item.metro-with-sidebar {
    width: 100%;
  }
}
.mk-blog-metro-item .metro-meta-wrapper {
  position: absolute;
  padding-right: 15px;
  left: 20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 20px;
  left: 20;
}
.mk-blog-metro-item .metro-meta-wrapper time,
.mk-blog-metro-item .metro-meta-wrapper .categories {
  position: relative;
  z-index: 10;
}
.mk-blog-metro-item .metro-meta-wrapper time,
.mk-blog-metro-item .metro-meta-wrapper .categories {
  float: left;
  line-height: 16px;
}
.mk-blog-metro-item .metro-meta-wrapper time a,
.mk-blog-metro-item .metro-meta-wrapper .categories a,
.mk-blog-metro-item .metro-meta-wrapper time {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.mk-blog-metro-item .metro-meta-wrapper .categories {
  background: url(../../images/blog-newspaper-white-arrow.png) left 3px no-repeat;
  text-indent: 13px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
}
.mk-blog-metro-item .metro-meta-wrapper .categories a {
  text-indent: 0;
  text-decoration: underline;
}
.mk-blog-metro-item .the-title {
  display: block;
  z-index: 10;
  margin: 0 15px 10px 170px;
}
.mk-blog-metro-item .the-title a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.mk-blog-metro-item .featured-image {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0;
  overflow: hidden;
}
.mk-blog-metro-item .featured-image.post-type-badge.image-icon {
  background-color: transparent;
  background-position: -4px -4px;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
}
.mk-blog-metro-item .featured-image .image-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-blog-metro-item:hover .image-hover-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-blog-metro-item:hover .metro-meta-wrapper {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-blog-metro-item .post-type-badge {
  background-color: transparent !important;
}
.mk-blog-metro-item .post-type-badge.image-icon,
.mk-blog-metro-item .post-type-badge.portfolio-icon {
  margin-left: -5px;
}
.mk-blog-metro-item .the-excerpt {
  padding: 0 20px 5px 20px;
  line-height: 20px;
}
/* Image Post Type */
.metro-image .the-title {
  position: absolute;
  top: 15px;
  left: 15px;
}
.metro-image img {
  margin-left: 0;
}
.metro-image .metro-meta-wrapper {
  margin-left: -400px;
}
.metro-image:hover .the-title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  margin-left: 10px !important;
}
.metro-image:hover .featured-image img {
  margin-left: -165px;
}
.metro-image:hover .metro-meta-wrapper {
  margin-left: 0;
}
/* Document Post Type */
.metro-document .the-title {
  margin: 15px;
}
.metro-document .the-excerpt {
  color: #fff;
  line-height: 18px;
  margin: 15px;
  padding: 0;
}
.metro-document:hover .the-excerpt {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.metro-document:hover .the-title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.metro-document:hover .metro-meta-wrapper {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.metro-document .doc-icon {
  margin-left: -10px;
}
/* Video and Audio Post Type */
.metro-video .the-title,
.metro-audio .the-title {
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0 0 0 130px;
  height: 165px;
  display: table;
}
.metro-video .the-title a,
.metro-audio .the-title a {
  display: table-cell;
  vertical-align: middle;
}
.metro-video .featured-image,
.metro-audio .featured-image {
  height: 165px;
  text-align: right;
}
.metro-video .featured-image img,
.metro-audio .featured-image img {
  margin: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.metro-video .featured-image:hover .image-hover-overlay,
.metro-audio .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.metro-video .video-play-icon,
.metro-audio .video-play-icon,
.metro-video .audio-play-icon,
.metro-audio .audio-play-icon {
  position: absolute;
  left: 25px;
  top: 40px;
  margin: 0;
}
.metro-audio .jp-audio {
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 10;
}
/* Portfolio Post type */
.metro-portfolio {
  position: relative;
}
.metro-portfolio .featured-image {
  height: 165px;
}
.metro-portfolio .the-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 15px 0 110px;
  height: 165px;
  display: table;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.metro-portfolio .the-title a {
  display: table-cell;
  vertical-align: middle;
}
.metro-portfolio .portfolio-big-icon {
  width: 70px;
  height: 72px;
  background: url(../../images/metro-portfolio-icon.png) center center no-repeat;
  margin: 0 0 20px -200px;
}
.metro-portfolio .metro-meta-wrapper {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.metro-portfolio .metro-meta-wrapper time {
  background: url(../../images/blog-newspaper-white-arrow.png) left 3px no-repeat;
  text-indent: 8px;
  margin-right: 5px;
}
.metro-portfolio:hover .metro-meta-wrapper,
.metro-portfolio:hover .the-title {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.metro-portfolio:hover .portfolio-big-icon {
  left: -300px;
}
.metro-portfolio:hover .featured-image img {
  margin-top: -300px;
}
.metro-portfolio:hover .portfolio-big-icon {
  margin-left: 0px;
}
.metro-post-type-badge {
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}
.metro-post-type-badge.portfolio-icon {
  background-image: url(../../images/portfolio-post-type.png);
}
.metro-post-type-badge.instagram-icon {
  background-image: url(../../images/widgets-instagram-icon.png);
}
.metro-post-type-badge.dribbble-icon {
  background-image: url(../../images/newspaper-dribbble-icon.png);
}
/* 
* Pageination
*/
.mk-pagination {
  margin: 40px 0;
  text-align: center;
  padding: 0 38px;
  position: relative;
}
.mk-pagination .mk-pagination-inner {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 11px 8px;
  display: block;
}
.mk-pagination .mk-pagination-inner:hover {
  background-color: #fff;
}
.mk-pagination .page-number,
.mk-pagination .current-page {
  display: inline-block;
  padding: 7px 11px;
  line-height: 14px;
  font-size: 12px;
  margin: 0 10px;
  font-weight: bold;
  color: #c2c2c2;
}
.mk-pagination .current-page {
  color: #fff;
  background-color: #c2c2c2;
}
.mk-pagination .mk-pagination-next a,
.mk-pagination .mk-pagination-previous a {
  position: absolute;
  top: 9px;
  width: 32px;
  height: 32px;
  background-image: url(../../images/pagination-arrows.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.mk-pagination .mk-pagination-next a {
  background-position: -89px center;
  right: 0;
}
.mk-pagination .mk-pagination-previous a {
  background-position: -9px center;
  left: 0;
}
.nextpostslink,
.previouspostslink {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.previouspostslink {
  margin-right: 30px;
  border-right-style: solid;
  border-right-width: 9px;
}
.nextpostslink {
  margin-left: 30px;
  border-left-style: solid;
  border-left-width: 9px;
}
.mk-loadmore-button {
  visibility: hidden;
  margin: 40px 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: #949494;
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 16px;
  font-weight: bold;
  position: relative;
}
.mk-loadmore-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mk-loadmore-button #infscr-loading {
  position: absolute;
  right: 15px;
  top: 14px;
}
.mk-blog-single-page {
  margin-top: 40px !important;
  padding-top: 50px;
}
.mk-blog-single-page #mk-sidebar {
  margin-top: 30px;
}
.mk-blog-single-page .single-blog-wrapper {
  margin: -80px 0 80px 0;
}
.mk-blog-single-page .blog-single-meta {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 20px;
}
.mk-blog-single-page time.post-date,
.mk-blog-single-page .categories {
  position: relative;
  z-index: 10;
  margin: 0 0px 1px;
}
.mk-blog-single-page time.post-date,
.mk-blog-single-page .categories {
  float: left;
  padding: 4px 15px;
  background-color: #fff;
}
.mk-blog-single-page time.post-date a,
.mk-blog-single-page .categories a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.mk-blog-single-page .categories {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.mk-blog-single-page .the-title.highlight {
  display: inline-block;
  margin: 0 20px 2px 15px;
  position: relative;
  z-index: 20;
}
.mk-blog-single-page .the-title.highlight a {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.mk-blog-single-page .the-title.highlight span {
  padding: 5px 0;
  font-size: 40px !important;
  line-height: 75px !important;
}
.mk-blog-single-page .single-featured-image {
  position: relative;
  z-index: 5;
}
.mk-blog-single-page .blog-single-content-wrapper {
  margin: -25px 30px 30px;
  padding: 30px 30px 80px 30px;
  position: relative;
  z-index: 10;
}
.mk-blog-single-page .mk-about-author-wrapper {
  margin: -55px 0 30px 70px;
  position: relative;
  z-index: 11;
}
.mk-blog-single-page .mk-about-author-wrapper .about-author-name {
  margin: 0 15px 2px -15px;
  vertical-align: top;
  padding: 8px 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  z-index: 10;
}
.mk-blog-single-page .mk-about-author-wrapper .about-author-time-wrapper {
  display: block;
  margin-left: 120px;
  margin-right: 110px;
}
.mk-blog-single-page .mk-about-author-wrapper time.post-date {
  margin: 0 15px 0 -15px;
  float: none;
  vertical-align: top;
  display: inline-block;
}
.mk-blog-single-page .mk-about-author-wrapper time.post-date a {
  font-size: 13px;
}
.mk-blog-single-page .mk-about-author-wrapper .about-author-desc {
  padding: 15px;
  margin-left: 120px;
  margin-right: 110px;
}
.mk-blog-single-page .about-author-meta {
  display: block;
  margin-left: 200px;
}
.mk-blog-single-page .about-author-avatar-social-wrapper {
  display: block;
  float: left;
  width: 120px;
  position: relative;
  z-index: 1;
}
.mk-blog-single-page .about-author-avatar-social-wrapper:hover .about-author-social {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social {
  background-color: #00c65d;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  width: 100px;
  padding: 10px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social li {
  display: inline-block;
  margin: 0;
}
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social li a {
  display: block;
  line-height: 4px;
  margin: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.mk-blog-single-page .about-author-avatar-social-wrapper .about-author-social li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.mk-blog-single-page .single-post-tags {
  margin: 0px 0 70px 70px;
}
.mk-blog-single-page .single-post-tags a {
  display: inline-block;
  margin: 3px;
  background-color: #b2b2b2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 7px 30px;
  line-height: 12px;
  font-size: 12px;
}
.mk-blog-single-page .single-post-tags a:hover {
  color: #fff;
}
.single-post-social-share {
  margin: 0px 40px 30px;
  width: 100px;
  padding: 10px;
  float: right;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 11;
}
.single-post-social-share.responsive {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.mk-fancy-post-heading {
  margin: 0 30px 30px 40px;
  position: relative;
}
.mk-fancy-post-heading .fancy-heading-text {
  background-color: #7d7c7a;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 20px;
  line-height: 12px;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  position: relative;
  z-index: 10;
}
.mk-fancy-post-heading .fancy-post-heading-divider {
  height: 3px;
  display: block;
  vertical-align: middle;
  background-color: #7d7c7a;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  z-index: 5;
}
.similar-posts-wrapper {
  margin-bottom: 60px;
}
.similar-posts-wrapper ul {
  margin: 0 auto;
  text-align: center;
}
.similar-posts-wrapper ul li {
  display: inline-block;
  line-height: 4px;
  margin: 5px;
}
.similar-posts-wrapper ul li .post-thumbnail {
  position: relative;
  display: block;
}
.similar-posts-wrapper ul li .post-thumbnail .overlay-pattern {
  background: url(../../images/patterns/default-pattern.png);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.similar-posts-wrapper ul li .post-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: url(filters.svg#grayscale);
  /* Gecko */

  filter: gray;
  /* IE */

  -webkit-filter: grayscale(1);
  /* Old WebKit */

}
.similar-posts-wrapper ul li .post-thumbnail:hover > .overlay-pattern {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.single-postype-icons {
  margin: -50px 0 50px;
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../../images/single-blog-post-type-icons.png);
  background-repeat: no-repeat;
}
.single-postype-icons.image-icon {
  background-position: 4px -95px;
}
.single-postype-icons.document-icon {
  background-position: 5px 5px !important;
}
.single-postype-icons.video-icon {
  background-position: 5px -44px;
}
.single-postype-icons.audio-icon {
  background-position: 5px -185px;
}
.single-postype-icons.portfolio-icon {
  background-position: 5px -140px;
}
.mk-single-video .blog-single-content-wrapper {
  margin-top: 0px !important;
}
.mk-single-video .single-postype-icons {
  margin: -10px 0 20px;
}
.mk-single-document .blog-single-content-wrapper {
  margin-top: 60px !important;
}
.mk-single-document .single-postype-icons {
  margin: -50px 0 20px;
}
.mk-single-audio .blog-single-content-wrapper {
  margin-top: 0px !important;
}
.mk-single-audio .single-postype-icons {
  margin: -10px 0 20px;
}
.mk-single-audio .audio-post-type .jp-audio {
  position: relative;
  left: 0;
  top: auto;
  margin: 0;
}
.mk-single-audio .audio-post-type .jp-audio .jp-volume-bar {
  left: auto;
  right: 0;
  margin: 0;
}
.mk-single-audio .audio-post-type .jp-audio a.jp-play,
.mk-single-audio .audio-post-type .jp-audio a.jp-pause {
  left: 0;
}
.mk-single-audio .mk-single-audio-wrapper {
  padding: 20px;
  margin: 50px 30px 0 30px;
  position: relative;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-single-audio .mk-single-audio-wrapper:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .mk-blog-single-page .blog-single-meta {
    margin-left: 20px !important;
  }
  .blog-single-content-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mk-blog-single-page .the-title span {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .mk-blog-single-page .mk-about-author-wrapper,
  .mk-blog-single-page .single-post-tags {
    margin-left: 0px !important;
  }
  .about-author-social {
    width: 100%;
    height: 100%;
  }
  .about-author-avatar-social-wrapper,
  .about-author-avatar-social-wrapper img.avatar {
    width: 100px !important;
  }
  .mk-about-author-wrapper .about-author-time-wrapper {
    margin-left: 100px !important;
  }
  .mk-about-author-wrapper .about-author-desc {
    display: block !important;
    margin: 50px 0 0 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .mk-single-audio-wrapper {
    margin: 50px 0 0!important;
  }
}
@media only screen and (max-width: 755px) {
  .single-blog-wrapper {
    margin: 0 !important;
  }
  .mk-fancy-post-heading {
    margin-left: 0 !important;
  }
  .blog-single-content-wrapper {
    margin-left: 0 !important;
  }
  .mk-blog-single-page .blog-single-meta {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 478px) {
  .mk-blog-single-page .the-title span {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .mk-about-author-wrapper .about-author-time-wrapper {
    margin-right: 0 !important;
  }
  .single-post-social-share .share_buttons {
    display: inline-block;
    line-height: 20px;
    margin-right: 15px;
  }
}
.mk-commentlist {
  margin: 0 0 40px;
}
.mk-commentlist li {
  list-style: none;
  margin: 0 0 15px;
  /* Comment Wrap */

  /* Comment Meta */
  /* Comment Content */
}
.mk-commentlist li .comment-wrap {
  position: relative;
  background-color: #f0efeb;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 3px 3px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 3px 3px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 3px 3px 3px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #dfdfdf;
  margin-bottom: 1px;
  padding: 15px;
}
.mk-commentlist li .comment-wrap .gravatar {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.mk-commentlist li .comment-meta {
  margin-bottom: 10px;
}
.mk-commentlist li .comment-meta .comment-author {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.mk-commentlist li .comment-meta .comment-time {
  float: right;
  color: #c6c6c6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
}
.mk-commentlist li .comment-meta .comment-edit-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../../images/edit-comment-icon.png);
  display: block;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-commentlist li .comment-meta .comment-edit-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-commentlist li .comment-content .comment-data p {
  margin: 0;
  color: #3e3e3e;
  font-size: 13px;
}
.mk-commentlist li .comment-content .unapproved {
  text-transform: uppercase;
  color: #aeaeae;
  margin: 20px 0;
  font-size: 11px;
}
.mk-commentlist li .comment-reply-link {
  margin: 0 0 8px 20px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: #f0efeb;
  padding: 6px 12px;
  color: #bdbdbd;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
}
.mk-commentlist li .comment-reply-link:after {
  position: absolute;
  right: -20px;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 18px solid #f0efeb;
}
.mk-commentlist li .children {
  margin-left: 30px;
}
.bypostauthor .comment-wrap {
  background-color: rgba(0, 0, 0, 0.05) !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%;
}
form#commentform input,
form#commentform textarea {
  color: #8f8e8c;
  border: 1px solid #d0cfcc;
  -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
form#commentform input:focus,
form#commentform textarea:focus {
  background-color: #fff;
}
.comment-form-row {
  width: 33%;
  display: inline-block;
}
.comment-form-row input {
  width: 100%;
}
.comment-form-button {
  float: right;
  margin: 10px 4px 0 0 !important;
}
@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;
  }
}
/* Portfolio Styles */
/* Portfolio Filter Posts */
.filter-portfolio {
  margin-bottom: 40px;
}
.filter-portfolio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-portfolio ul li {
  display: inline-block;
  margin: 2px;
  padding: 0;
}
.filter-portfolio ul li a {
  display: block;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #40d486;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.filter-portfolio ul li a:hover,
.filter-portfolio ul li a.current {
  background-color: #40d486;
  color: #fff;
}
.mk-portfolio-loop-container .permalink-badge {
  width: 40px;
  height: 37px;
  background: url(../../images/portfolio-permalink-icon.png) no-repeat;
}
.mk-portfolio-loop-container .zoom-badge {
  display: block;
  width: 40px;
  height: 38px;
  background: url(../../images/portfolio-zoom-icon.png) no-repeat;
}
.mk-portfolio-loop-container .post-type-badge {
  width: 46px;
  height: 45px;
}
.mk-portfolio-loop-container .post-type-badge.image-icon {
  background: url(../../images/portfolio-image-type.png);
}
.mk-portfolio-loop-container .post-type-badge.doc-icon {
  background: url(../../images/doc-post-type.png);
}
.mk-portfolio-loop-container .post-type-badge.video-icon {
  background: url(../../images/video-post-type.png);
}
.mk-portfolio-loop-container .post-type-badge.portfolio-icon {
  background: url(../../images/portfolio-post-type.png);
}
.portfolio-with-sidebar.portfolio-four-column,
.portfolio-with-sidebar.portfolio-three-column {
  width: 47%;
}
.portfolio-full-layout.portfolio-three-column {
  width: 31%;
}
.portfolio-full-layout.portfolio-four-column {
  width: 23%;
}
.mk-portfolio-newspaper-item {
  margin: 0 20px 20px 0;
  overflow: hidden;
  float: left;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  /* Title */

}
.mk-portfolio-newspaper-item.portfolio-one-column {
  width: 100%;
}
.mk-portfolio-newspaper-item.portfolio-two-column {
  width: 47%;
}
.mk-portfolio-newspaper-item.portfolio-four-column .the-excerpt .excerpt-content {
  padding: 10px !important;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-newspaper-item {
    margin: 15px 15px 0 0;
  }
  .mk-portfolio-newspaper-item.portfolio-two-column,
  .mk-portfolio-newspaper-item.portfolio-three-column,
  .mk-portfolio-newspaper-item.portfolio-four-column {
    width: 46%;
  }
}
@media handheld, only screen and (max-width: 540px) {
  .mk-portfolio-newspaper-item {
    width: 100% !important;
  }
}
.mk-portfolio-newspaper-item .the-title {
  display: inline-block;
  z-index: 10;
  margin: 0 20px 10px;
}
.mk-portfolio-newspaper-item .the-title a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
}
.mk-portfolio-newspaper-item .the-title span {
  padding: 8px 0;
}
.mk-portfolio-newspaper-item .the-title span:hover > a {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper .time-cats-wrapper {
  display: block;
  margin: 10px 20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper time,
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper .categories {
  float: left;
  line-height: 16px;
}
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper time a,
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper .categories a,
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper time {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper .categories {
  background: url(../../images/blog-newspaper-white-arrow.png) left 3px no-repeat;
  font-size: 11px;
  text-indent: 13px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
}
.mk-portfolio-newspaper-item .portfolio-newspaper-meta-wrapper .categories a {
  text-indent: 0;
  text-decoration: underline;
}
.mk-portfolio-newspaper-item .featured-image {
  position: relative;
}
.mk-portfolio-newspaper-item .featured-image .image-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-newspaper-item:hover .image-hover-overlay {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-portfolio-newspaper-item:hover .permalink-badge {
  margin-left: 22px;
}
.mk-portfolio-newspaper-item .the-excerpt {
  padding: 20px;
}
.mk-portfolio-newspaper-item .post-type-badge {
  margin: 5px 0 10px -100px;
}
.mk-portfolio-newspaper-item .permalink-badge,
.mk-portfolio-newspaper-item .zoom-badge {
  margin: 5px 0 0 -100px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.mk-portfolio-newspaper-item .permalink-badge:hover,
.mk-portfolio-newspaper-item .zoom-badge:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.portfolio-newspaper-image {
  position: relative;
}
.portfolio-newspaper-image:hover .the-title span {
  background-color: #fff !important;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}
.portfolio-newspaper-image:hover .the-excerpt {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-newspaper-image:hover .post-type-badge,
.portfolio-newspaper-image:hover .permalink-badge,
.portfolio-newspaper-image:hover .zoom-badge {
  display: block;
}
.portfolio-newspaper-image:hover .permalink-badge,
.portfolio-newspaper-image:hover .zoom-badge {
  margin-left: 22px;
}
.portfolio-newspaper-image:hover .post-type-badge {
  margin-left: 20px;
}
.portfolio-newspaper-image:hover .time-cats-wrapper {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.portfolio-newspaper-image .the-excerpt {
  position: relative;
  margin-top: 1px;
}
.portfolio-newspaper-image .the-excerpt .excerpt-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  line-height: 18px;
  color: #fff;
}
.portfolio-newspaper-image .the-excerpt .excerpt-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 3;
}
.portfolio-newspaper-audio .jp-audio {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.portfolio-newspaper-audio .the-title,
.portfolio-newspaper-video .the-title {
  margin-top: 6px;
}
.portfolio-newspaper-audio .image-hover-overlay,
.portfolio-newspaper-video .image-hover-overlay {
  -webkit-opacity: 0.85 !important;
  -moz-opacity: 0.85 !important;
  -o-opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  opacity: 0.85 !important;
}
.portfolio-newspaper-audio:hover .image-hover-overlay,
.portfolio-newspaper-video:hover .image-hover-overlay {
  -webkit-opacity: 0.85 !important;
  -moz-opacity: 0.85 !important;
  -o-opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  opacity: 0.85 !important;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-one-column {
  width: 100%;
  margin-right: 0;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-one-column .the-title a {
  font-size: 30px;
  line-height: 32px;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-two-column {
  width: 48.2%;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-two-column .the-title a {
  font-size: 26px;
  line-height: 30px;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-three-column {
  width: 31.4%;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-four-column {
  width: 23.5%;
  margin: 0 15px 15px 0;
}
.mk-portfolio-grid-item.portfolio-full-layout.portfolio-four-column .portfolio-grid-meta-wrapper {
  display: none;
}
.portfolio-with-sidebar.portfolio-four-column,
.portfolio-with-sidebar.portfolio-three-column,
.portfolio-with-sidebar.portfolio-two-column {
  width: 47%;
}
@media handheld, only screen and (min-width: 500px) and (max-width: 960px) {
  .portfolio-with-sidebar.portfolio-four-column,
  .portfolio-with-sidebar.portfolio-three-column,
  .portfolio-with-sidebar.portfolio-two-column {
    width: 45% !important;
  }
}
.mk-portfolio-grid-item {
  margin: 0 20px 20px 0;
  overflow: hidden;
  float: left;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
@media handheld, only screen and (max-width: 500px) {
  .mk-portfolio-grid-item {
    width: 100% !important;
  }
}
.mk-portfolio-grid-item .featured-image {
  position: relative;
}
.mk-portfolio-grid-item .featured-image .image-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c65d;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-grid-item .the-title {
  position: absolute;
  top: -300px;
  left: 20px;
  z-index: 10;
}
.mk-portfolio-grid-item .the-title a {
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper .time-cats-wrapper {
  display: block;
  margin: 10px 20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper time,
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper .categories {
  float: left;
  line-height: 16px;
}
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper time a,
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper .categories a,
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper time {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper .categories {
  background: url(../../images/blog-newspaper-white-arrow.png) left 3px no-repeat;
  font-size: 11px;
  text-indent: 13px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
}
.mk-portfolio-grid-item .portfolio-grid-meta-wrapper .categories a {
  text-indent: 0;
  text-decoration: underline;
}
.mk-portfolio-grid-item.portfolio-three-column .portfolio-grid-meta-wrapper {
  bottom: 10px;
}
.mk-portfolio-grid-item.portfolio-three-column .portfolio-grid-meta-wrapper .time-cats-wrapper {
  display: block;
  margin: 10px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-grid-item.portfolio-three-column .portfolio-grid-meta-wrapper .post-type-badge,
.mk-portfolio-grid-item.portfolio-three-column .portfolio-grid-meta-wrapper .permalink-badge {
  display: none;
}
.mk-portfolio-grid-item .post-type-badge {
  margin: 5px 0 10px -100px;
}
.mk-portfolio-grid-item .permalink-badge,
.mk-portfolio-grid-item .zoom-badge {
  margin: 5px 0 0 -100px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.mk-portfolio-grid-item .permalink-badge:hover,
.mk-portfolio-grid-item .zoom-badge:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.mk-portfolio-grid-item .jp-audio {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.mk-portfolio-grid-item:hover .image-hover-overlay {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-portfolio-grid-item:hover .permalink-badge,
.mk-portfolio-grid-item:hover .zoom-badge {
  margin-left: 22px;
}
.mk-portfolio-grid-item:hover .post-type-badge {
  margin-left: 20px;
}
.mk-portfolio-grid-item:hover .the-title {
  top: 20px;
}
.mk-portfolio-grid-item:hover .time-cats-wrapper {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.portfolio-grid-audio .image-hover-overlay,
.portfolio-grid-video .image-hover-overlay {
  -webkit-opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -o-opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.portfolio-grid-audio:hover .image-hover-overlay,
.portfolio-grid-video:hover .image-hover-overlay {
  -webkit-opacity: 0.85 !important;
  -moz-opacity: 0.85 !important;
  -o-opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  opacity: 0.85 !important;
}
.mk-portfolio-metro-item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 32%;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
  /* Layouts */

}
.mk-portfolio-metro-item.portfolio-metro-full-layout {
  width: 32%;
}
.mk-portfolio-metro-item.portfolio-metro-with-sidebar {
  width: 48%;
}
@media handheld, only screen and (max-width: 1100px) and (min-width: 960px) {
  .mk-portfolio-metro-item.portfolio-metro-full-layout {
    width: 32%;
  }
  .mk-portfolio-metro-item.portfolio-metro-with-sidebar {
    width: 32%;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-metro-item.portfolio-metro-full-layout {
    width: 48%;
  }
  .mk-portfolio-metro-item.portfolio-metro-with-sidebar {
    width: 48%;
  }
}
@media handheld, only screen and (max-width: 640px) {
  .mk-portfolio-metro-item.portfolio-metro-full-layout {
    width: 100%;
  }
  .mk-portfolio-metro-item.portfolio-metro-with-sidebar {
    width: 100%;
  }
}
.mk-portfolio-metro-item .featured-image {
  position: relative;
}
.mk-portfolio-metro-item .featured-image .image-hover-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-metro-item .featured-image:hover .image-hover-overlay {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-portfolio-metro-item .featured-image:hover .the-title {
  top: 0;
}
.mk-portfolio-metro-item.metro-grascale-enabled .featured-image 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: url(filters.svg#grayscale);
  /* Gecko */

  filter: gray;
  /* IE */

  -webkit-filter: grayscale(1);
  /* Old WebKit */

}
.mk-portfolio-metro-item.metro-grascale-enabled .featured-image .metro-pattern-overlay {
  background: transparent url(../../images/patterns/default-pattern.png) !important;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mk-portfolio-metro-item.metro-grascale-enabled .featured-image:hover img {
  filter: grayscale(0%);
  /* Current draft standard */

  -webkit-filter: grayscale(0%);
  /* 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 */

}
.mk-portfolio-metro-item.metro-grascale-enabled .featured-image:hover .metro-pattern-overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-portfolio-metro-item .the-title {
  position: absolute;
  left: 0px;
  top: -300px;
  z-index: 10;
  padding: 10px;
}
.mk-portfolio-metro-item .the-title a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper {
  position: absolute;
  z-index: 11;
  left: 10px;
  bottom: -500px;
}
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper time,
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper .categories {
  position: relative;
  z-index: 10;
}
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper time,
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper .categories {
  float: left;
  line-height: 16px;
}
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper time a,
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper .categories a,
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper time {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper .categories {
  background: url(../../images/blog-newspaper-white-arrow.png) left 3px no-repeat;
  text-indent: 13px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
}
.mk-portfolio-metro-item .portfolio-metro-meta-wrapper .categories a {
  text-indent: 0;
  text-decoration: underline;
}
.mk-portfolio-metro-item:hover .portfolio-metro-meta-wrapper {
  bottom: 10px;
}
.mk-portfolio-metro-item .post-type-badge {
  width: 42px;
  height: 42px;
  display: block;
}
.mk-portfolio-metro-item .post-type-badge.image-icon {
  background: url(../../images/image-post-type.png) !important;
  margin-left: -5px;
}
.mk-portfolio-metro-item .zoom-badge {
  display: block;
  width: 33px;
  height: 30px;
  background: url(../../images/blog-zoom-icon.png) no-repeat;
}
/* Video and Audio Post Type */
.portfolio-metro-video .the-title,
.portfolio-metro-audio .the-title {
  position: absolute;
  left: 0px;
  margin: 0 0 0 130px;
  height: 165px;
  display: table;
}
.portfolio-metro-video .the-title a,
.portfolio-metro-audio .the-title a {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-metro-video .video-play-icon,
.portfolio-metro-audio .video-play-icon,
.portfolio-metro-video .audio-play-icon,
.portfolio-metro-audio .audio-play-icon {
  position: absolute;
  left: 70px;
  top: 50%;
  margin-top: -40px;
  z-index: 15;
}
.portfolio-metro-audio .jp-audio {
  position: absolute;
  top: 90px;
  right: 30px;
  z-index: 15;
}
.mk-portfolio-single-page.theme-page-wrapper {
  padding-top: 60px !important;
}
.mk-portfolio-single-page .single-blog-wrapper {
  margin: -88px 0 80px 0;
  padding: 30px 0;
}
.mk-blog-single-article {
  position: relative;
}
.portfolio-brief-content {
  background-color: #fff;
  width: 300px;
  padding: 20px;
  min-height: 100px;
  margin: -30px 0 30px 40px;
  position: relative;
  z-index: 10;
  float: left;
}
@media handheld, only screen and (max-width: 700px) {
  .portfolio-brief-content {
    float: none !important;
    display: block;
    width: auto !important;
    clear: both;
    margin: 0 0 30px 0 !important;
  }
}
.portfolio-brief-content .single-postype-icons.portfolio-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 41px;
  background-color: #fff;
}
.portfolio-brief-content h3 {
  font-size: 16px !important;
  font-weight: normal !important;
}
.portfolio-brief-content p {
  margin: 0 !important;
}
.mk-single-video .portfolio-brief-content,
.mk-single-audio .portfolio-brief-content,
.mk-single-video .portfolio-logo-section,
.mk-single-audio .portfolio-logo-section {
  margin-top: 30px;
}
.mk-single-video .single-postype-icons.portfolio-icon,
.mk-single-audio .single-postype-icons.portfolio-icon {
  top: -10px;
}
.portfolio-logo-section {
  padding: 20px;
  float: right;
  display: inline-block;
  margin: -30px 40px 30px 0;
  position: relative;
  z-index: 10;
}
@media handheld, only screen and (max-width: 700px) {
  .portfolio-logo-section {
    float: none !important;
    display: block;
    clear: both;
    margin: 0 0 30px 0 !important;
  }
}
.portfolio-logo-section .portfolio-company-logo {
  display: block;
  text-align: center;
}
.portfolio-logo-section .portfolio-social {
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.portfolio-logo-section .portfolio-social li {
  display: inline-block;
  margin: 0;
  padding: 20px 0 0 0;
}
.portfolio-logo-section .portfolio-social li a {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0px;
  line-height: 4px;
  display: inline-block;
}
.portfolio-logo-section .portfolio-social li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.portfolio-single-content {
  margin-bottom: 50px;
  padding-top: 50px;
}
@media handheld, only screen and (max-width: 500px) {
  .portfolio-similar-posts li img {
    width: 100% !important;
  }
}
.mk-portfolio-single-pagination {
  position: absolute;
  top: 100px;
  width: 100%;
  display: block;
  left: 0;
  z-index: 99;
}
.mk-portfolio-single-pagination .mk-previous a,
.mk-portfolio-single-pagination .mk-next a {
  width: 79px;
  height: 89px;
  background-image: url(../../images/large-pattern-arrow.png);
  background-repeat: no-repeat;
  display: block;
}
.mk-portfolio-single-pagination .mk-next a {
  background-position: right center;
  right: -100px;
  position: absolute;
}
.mk-portfolio-single-pagination .mk-previous a {
  background-position: left center;
  left: -100px;
  position: absolute;
}
@media handheld, only screen and (max-width: 1100px) {
  .mk-portfolio-single-pagination .mk-next a {
    right: 0px !important;
  }
  .mk-portfolio-single-pagination .mk-previous a {
    left: 0px !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-portfolio-single-pagination {
    display: none;
  }
}
/* Modules */
/*
* Shortcodes
*/
/* Shortcode : Drop Caps
-------------------------------------------------------------------- */
.mk-dropcaps {
  display: inline-block;
  float: left;
  margin: 8px 8px 3px 0;
  padding: 10px 12px;
  color: #fff;
  font-weight: bold;
  line-height: 110%;
}
/* Shortcode : Highlight
-------------------------------------------------------------------- */
.mk-highlight {
  padding: 2px 5px;
  color: #fff;
  margin: 0 5px;
}
/* Skill Meter : Highlight
-------------------------------------------------------------------- */
.mk-skill-meter {
  margin-bottom: 20px;
}
.mk-skill-meter .mk-skill-meter-title {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.mk-skill-meter .mk-progress-bar {
  background-color: #ececec;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  height: 40px;
  display: block;
}
.mk-skill-meter .mk-progress-bar span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: skillmeter 2s linear infinite;
  -moz-animation: skillmeter 2s linear infinite;
}
@-webkit-keyframes skillmeter {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes skillmeter {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/* Shortcode : Image
-------------------------------------------------------------------- */
.mk-image-shortcode {
  position: relative;
  margin-bottom: 30px;
}
.mk-image-shortcode:hover .mk-image-overlay {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.mk-image-shortcode:hover .mk-image-shortcode-lightbox,
.mk-image-shortcode:hover .mk-image-shortcode-link {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mk-image-shortcode .mk-image-overlay {
  background-color: #000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mk-image-shortcode .mk-image-shortcode-lightbox {
  width: 40px;
  height: 38px;
  background: url(../../images/portfolio-zoom-icon.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  z-index: 20;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-image-shortcode .mk-image-shortcode-lightbox:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-image-shortcode .mk-image-shortcode-link {
  width: 40px;
  height: 37px;
  background: url(../../images/portfolio-permalink-icon.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 55px;
  margin: 0;
  z-index: 20;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-image-shortcode .mk-image-shortcode-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-image-shortcode .mk-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.mk-image-shortcode .mk-image-caption span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-size: 18px;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-image-shortcode {
    margin: 0 auto 30px !important;
  }
  .mk-image-shortcode .mk-image-caption span {
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 16px;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .mk-image-shortcode {
    margin-bottom: 15px !important;
  }
  .mk-image-shortcode .mk-image-caption {
    display: none !important;
  }
}
.mk-image-shortcode .color-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
/* Shortcode : List Styles
-------------------------------------------------------------------- */
.mk-list-styles {
  margin-bottom: 30px;
}
.mk-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-list-styles ul li {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  background-position: left 2px;
  background-repeat: no-repeat;
}
/* Shortcode : Message Boxes
-------------------------------------------------------------------- */
.mk-message-box {
  display: block;
  margin-bottom: 40px;
  background-position: 50px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-message-box span {
  display: block;
  padding: 30px 30px 30px 130px;
  line-height: 130%;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-message-box {
    background-position: 30px center;
  }
  .mk-message-box span {
    padding: 30px 30px 30px 100px !important;
  }
}
@media handheld, only screen and (max-width: 760px) {
  .mk-message-box span {
    font-size: 14px !important;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .mk-message-box {
    margin-bottom: 20px !important;
    background-position: 15px center;
  }
  .mk-message-box span {
    padding: 20px 15px 20px 70px !important;
    font-size: 12px !important;
    line-height: 14px !important;
  }
}
/* Shortcode : Button
-------------------------------------------------------------------- */
.mk-button,
.theme-content input[type="submit"] {
  position: relative;
  display: inline-block;
  margin: 0 15px 15px 0;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  zoom: 1;
}
.theme-content input[type="submit"] {
  border: none;
  outline: none;
  padding: 0.75em 1.6em;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.7em;
  background-color: #adadad;
  margin: 0 10px 4px;
}
.mk-button.large {
  padding: 0.8em 2.4em;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8em;
}
.mk-button.medium {
  padding: 0.8em 2.3em;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6em;
}
.mk-button.small {
  padding: 0.6em 1.6em;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.7em;
}
.mk-button.red {
  background-color: #d10000;
}
.mk-button.blue {
  background-color: #0094d1;
}
.mk-button.teal {
  background-color: #3c7975;
}
.mk-button.pink {
  background-color: #d544a3;
}
.mk-button.black {
  background-color: #000;
}
.mk-button.white {
  background-color: #fff;
  color: #717171 !important;
}
.mk-button.green {
  background-color: #028d45;
}
.mk-button.aqua {
  background-color: #00b9ae;
}
.mk-button.purple {
  background-color: #975298;
}
.mk-button.orange {
  background-color: #d18a00;
}
.mk-button.gray {
  background-color: #adadad;
}
@media handheld, only screen and (max-width: 480px) {
  .mk-button {
    padding: 0.6em 1.8em !important;
    font-size: 12px !important;
  }
}
button.mk-button {
  padding: 0px;
  outline: none;
  border: none !important;
  background: none;
}
button.mk-button::-moz-focus-inner {
  border: none;
}
.mk-button-align {
  display: block;
}
.mk-button-align.right {
  text-align: right;
}
.mk-button-align.center {
  text-align: center;
}
.mk-button-align.left {
  text-align: left;
}
/* Shortcode : Dividers
-------------------------------------------------------------------- */
.mk-divider {
  display: block;
  margin: 20px 0 40px;
  height: 1px;
}
.mk-divider.single-line {
  background-color: #7a7975;
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-divider.dotted-line {
  border-top: 1px dotted  #7a7975;
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
}
.mk-divider.bold-line {
  height: 3px;
  background-color: #242424;
  background-color: rgba(0, 0, 0, 0.8);
}
.mk-divider.pattern-line {
  height: 4px;
  background: url(../../images/patterns/default-pattern.png) repeat-x;
}
/* Shortcode : Fancy Dividers
-------------------------------------------------------------------- */
.mk-fancy-divider {
  position: relative;
  margin: 20px auto 50px auto;
}
.mk-fancy-divider .line {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 4px;
}
.mk-fancy-divider.large .line {
  top: 26px;
}
.mk-fancy-divider.medium .line {
  top: 21px;
}
.mk-fancy-divider.small .line {
  top: 15px;
}
.mk-fancy-divider.pattern .line {
  background: url(../../images/patterns/default-pattern.png) repeat-x;
}
.mk-fancy-divider.solid .line {
  background: rgba(0, 0, 0, 0.5);
  background-color: #7a7975;
}
.mk-fancy-divider .extra-space {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 0 auto;
}
.mk-fancy-divider .text {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-fancy-divider.large .text {
  padding: 18px 35px;
  font-size: 26px;
}
.mk-fancy-divider.medium .text {
  padding: 12px 30px;
  font-size: 18px;
}
.mk-fancy-divider.small .text {
  padding: 5px 25px;
  font-size: 14px;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-fancy-divider .text {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
  .mk-fancy-divider .line {
    top: 15px  !important;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .mk-fancy-divider {
    margin-bottom: 30px !important;
  }
}
/* Shortcode : Full Width Box
-------------------------------------------------------------------- */
.mk-fullwidth-boxed {
  width: 100%;
  padding: 30px 0;
}
/* Shortcode : Slideshow
-------------------------------------------------------------------- */
.mk-slideshow-shortcode {
  position: relative;
  margin-bottom: 40px;
  padding-right: 20px;
}
.mk-slideshow-shortcode .mk-flex-slides li img {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-slideshow-shortcode .mk-flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mk-slideshow-shortcode .mk-flex-caption span {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.mk-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;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-slideshow-shortcode .flex-direction-nav .flex-next {
  right: 0 !important;
  bottom: 30px;
  margin: 0;
  border-left-width: 11px;
  border-left-style: solid;
}
.mk-slideshow-shortcode .flex-direction-nav .flex-prev {
  right: 0 !important;
  margin: -32px 0 0 0;
  border-right-width: 11px;
  border-right-style: solid;
  background-position: 0 bottom;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-slideshow-shortcode {
    margin: 0 auto 30px !important;
  }
  .mk-slideshow-shortcode .mk-flex-caption span {
    padding: 15px !important;
    font-size: 12px !important;
    line-height: 16px;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .mk-slideshow-shortcode {
    margin-bottom: 15px !important;
  }
  .mk-slideshow-shortcode .mk-flex-caption {
    display: none !important;
  }
}
.mk-slideshow-shortcode .color-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
/* Shortcode : Content Slideshow
-------------------------------------------------------------------- */
.mk-content-slideshow-shortcode {
  margin-bottom: 40px;
  padding-right: 20px;
}
.mk-content-slideshow-shortcode .mk-flex-content {
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-content-slideshow-shortcode p {
  margin-bottom: 0;
}
.mk-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;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-content-slideshow-shortcode .flex-direction-nav .flex-next {
  top: 30px;
  right: 0 !important;
  margin: 0;
  border-left-width: 11px;
  border-left-style: solid;
}
.mk-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 : Fancy Content Box
-------------------------------------------------------------------- */
.mk-content-box {
  display: block;
  margin-bottom: 40px;
  line-height: 130%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-content-box {
    font-size: 14px !important;
  }
}
/* Shortcode : Fancy Text
-------------------------------------------------------------------- */
.mk-fancy-text {
  margin: 0 0 40px 0;
}
.mk-fancy-text span {
  padding: 4px 0;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-fancy-text span {
    font-size: 18px !important;
    line-height: 35px !important;
  }
}
/* Shortcode : Blockquotes
-------------------------------------------------------------------- */
.mk-blockquote {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  margin-bottom: 30px;
  color: #fff;
  line-height: 140%;
  font-family: georgia;
  /* Background Color Skins */

}
.mk-blockquote.align-left {
  float: left;
}
.mk-blockquote.align-right {
  float: right;
}
.mk-blockquote.align-left {
  float: none;
  clear: both;
}
.mk-blockquote.style1 {
  margin-left: 30px;
  padding: 20px;
  /* Triangle Border Color Skins */

}
.mk-blockquote.style1:after {
  position: absolute;
  bottom: 0;
  left: -30px;
  display: block;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 25px solid;
  border-left: 30px solid transparent;
  content: "";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-blockquote.style1.red:after {
  border-bottom-color: #d10000;
}
.mk-blockquote.style1.blue:after {
  border-bottom-color: #0094d1;
}
.mk-blockquote.style1.teal:after {
  border-bottom-color: #3c7975;
}
.mk-blockquote.style1.pink:after {
  border-bottom-color: #d544a3;
}
.mk-blockquote.style1.black:after {
  border-bottom-color: #000;
}
.mk-blockquote.style1.white:after {
  border-bottom-color: #fff;
}
.mk-blockquote.style1.green:after {
  border-bottom-color: #028d45;
}
.mk-blockquote.style1.aqua:after {
  border-bottom-color: #00b9ae;
}
.mk-blockquote.style1.purple:after {
  border-bottom-color: #975298;
}
.mk-blockquote.style1.orange:after {
  border-bottom-color: #d18a00;
}
.mk-blockquote.style1.gray:after {
  border-bottom-color: #adadad;
}
.mk-blockquote.style2 {
  padding: 30px;
}
.mk-blockquote.style2:after,
.mk-blockquote.style2:before {
  width: 31px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
}
.mk-blockquote.style2:after {
  top: 0;
  left: 0;
  height: 27px;
}
.mk-blockquote.style2:before {
  bottom: 0;
  right: 0;
}
.mk-blockquote.red {
  background-color: #d10000;
}
.mk-blockquote.blue {
  background-color: #0094d1;
}
.mk-blockquote.teal {
  background-color: #3c7975;
}
.mk-blockquote.pink {
  background-color: #d544a3;
}
.mk-blockquote.black {
  background-color: #000;
}
.mk-blockquote.white {
  background-color: #fff;
  color: #717171 !important;
}
.mk-blockquote.green {
  background-color: #028d45;
}
.mk-blockquote.aqua {
  background-color: #00b9ae;
}
.mk-blockquote.purple {
  background-color: #975298;
}
.mk-blockquote.orange {
  background-color: #d18a00;
}
.mk-blockquote.gray {
  background-color: #adadad;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-blockquote {
    font-size: 14px !important;
  }
}
/* Shortcode : Testimanial Slider
-------------------------------------------------------------------- */
.mk-testimonial {
  margin-bottom: 40px;
  padding-right: 20px;
}
.mk-testimonial .mk-testimonial-image {
  position: relative;
  float: left;
  margin-right: 10px;
}
.mk-testimonial .mk-testimonial-image img {
  width: 120px !important;
  height: 120px !important;
}
.mk-testimonial h4 {
  position: relative;
  display: block;
  margin: 0 0 5px 125px;
  padding: 5px 10px;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-testimonial h4:after {
  position: absolute;
  bottom: 0;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  border-left: 15px solid transparent;
  content: "";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-testimonial .mk-testimonial-quote {
  margin-bottom: 0 !important;
  line-height: 20px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-testimonial .mk-testimonial-author {
  float: right;
  font-size: 11px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.mk-testimonial .mk-testimonial-author:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-testimonial .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;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.mk-testimonial .flex-direction-nav .flex-next {
  top: 0px;
  right: 0 !important;
  margin: 0;
  border-left-width: 11px;
  border-left-style: solid;
}
.mk-testimonial .flex-direction-nav .flex-prev {
  top: 0px;
  right: 0 !important;
  margin: 13px 0 0 0;
  border-right-width: 11px;
  border-right-style: solid;
  background-position: 0 bottom;
}
/* Shortcode : Tabs
-------------------------------------------------------------------- */
.mk-tabs {
  margin-bottom: 40px;
}
.mk-tabs .mk-tabs-tabs {
  position: relative;
  z-index: 10;
  padding: 0;
}
.mk-tabs .mk-tabs-tabs li {
  margin: 0;
  position: relative;
}
.mk-tabs .mk-tabs-tabs li.current > a {
  cursor: default;
}
.mk-tabs .mk-tabs-tabs li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #919191;
  display: block;
  line-height: 100%;
}
.mk-tabs .mk-tabs-panes {
  position: relative;
  z-index: 1;
  margin: 0;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane {
  padding-bottom: 20px;
}
.mk-tabs .mk-tabs-panes .mk-tabs-pane .inner-box {
  padding: 30px;
  display: block;
}
.mk-tabs.horizental .mk-tabs-tabs {
  margin: 0 0 -1px 0;
}
.mk-tabs.horizental .mk-tabs-tabs li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.mk-tabs.horizental .mk-tabs-tabs li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.horizental .mk-tabs-tabs li a {
  padding: 15px 25px;
  margin-top: 10px;
}
.mk-tabs.horizental .mk-tabs-panes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.mk-tabs.vertical .mk-tabs-tabs {
  padding: 40px 0;
  margin: 0;
  width: 231px;
  display: block;
  float: left;
}
.mk-tabs.vertical .mk-tabs-tabs li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.vertical .mk-tabs-tabs li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mk-tabs.vertical .mk-tabs-tabs li a {
  padding: 15px 10px 15px 20px;
  margin-left: 10px;
  line-height: 18px;
}
.mk-tabs.vertical .mk-tabs-panes {
  margin-left: 230px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
.mk-tabs.vertical .mk-tabs-panes .mk-tabs-pane {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
/* Shortcode : Accordion
-------------------------------------------------------------------- */
.mk-accordion {
  margin-bottom: 40px;
}
.mk-accordion .mk-accordion-tab {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 10px 40px;
  position: relative;
  color: #919191;
  cursor: pointer;
  background: url(../../images/accordion-arrow.png) 14px 19px no-repeat;
}
.mk-accordion .mk-accordion-tab.current {
  background: url(../../images/accordion-arrow.png) 14px -95px no-repeat;
}
.mk-accordion .mk-accordion-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
.mk-accordion .mk-accordion-pane:before,
.mk-accordion .mk-accordion-pane:after {
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  left: 0;
}
.mk-accordion .mk-accordion-pane:before {
  top: -2px;
}
.mk-accordion .mk-accordion-pane:after {
  bottom: -2px;
}
.mk-accordion .mk-accordion-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
/* Shortcode : Accordion
-------------------------------------------------------------------- */
.mk-toggle {
  margin-bottom: 30px;
}
.mk-toggle .mk-toggle-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 0 6px 40px;
  line-height: 22px;
  display: block;
  position: relative;
  color: #919191;
  cursor: pointer;
  background: url(../../images/accordion-arrow.png) 14px 14px no-repeat;
}
.mk-toggle .mk-toggle-title.active-toggle {
  background: url(../../images/accordion-arrow.png) 14px -100px no-repeat;
}
.mk-toggle .mk-toggle-pane {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  display: none;
}
.mk-toggle .mk-toggle-pane:before,
.mk-toggle .mk-toggle-pane:after {
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  left: 0;
}
.mk-toggle .mk-toggle-pane:before {
  top: -2px;
}
.mk-toggle .mk-toggle-pane:after {
  bottom: -2px;
}
.mk-toggle .mk-toggle-pane .inner-box {
  padding: 20px;
  margin: 0 20px;
}
/* Facebook
---------------------------------------------------------- */
.fb_type_standard {
  height: 25px;
}
.fb_type_standard iframe {
  height: 25px;
}
.fb_type_button_count {
  height: 20px;
}
.fb_type_button_count iframe {
  height: 20px;
}
.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: 19px;
}
.wpb_googleplus_type_medium {
  height: 21px;
}
.wpb_googleplus_type_tall {
  height: 21px;
}
/* Pinterest
---------------------------------------------------------- */
.wpb_pinterest_type_horizontal {
  height: 21px;
}
.wpb_pinterest_type_vertical {
  height: 60px;
}
.wpb_pinterest_type_none {
  height: 21px;
}
/* Shortcode : Banner Text
-------------------------------------------------------------------- */
.mk-banner-text-shortcode {
  position: relative;
  margin-bottom: 30px;
}
.mk-banner-text-shortcode img {
  line-height: 4px;
}
.mk-banner-text-shortcode .mk-banner-text-caption {
  position: absolute;
  top: 0;
  width: 260px;
  height: 100%;
}
.mk-banner-text-shortcode .mk-banner-text-caption span {
  padding: 20px;
  display: block;
}
/* Shortcode : Twitter Feeds
-------------------------------------------------------------------- */
.mk-twitter-feed-shortcode {
  background: #00c0f5 url(../../images/twitter-feed-shortcode.png) 40px center no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  padding: 30px 30px 30px 110px;
}
.mk-shortcode .mk-tweet-list li {
  padding-left: 20px;
  background: url(../../images/right-arrow-white.png) 3px 5px no-repeat;
  display: block;
  margin-bottom: 15px;
  line-height: 18px;
  color: #fff;
  font-size: 13px;
}
.mk-shortcode .mk-tweet-list li a {
  color: #fff;
}
.mk-shortcode .mk-tweet-list li .tweet-time {
  margin-left: 10px;
}
.mk-shortcode .mk-tweet-list li .tweet-time,
.mk-shortcode .mk-tweet-list li .tweet-link-url {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.wpb_content_element {
  margin-bottom: 30px;
}
/* Shortcode : Video Player
-------------------------------------------------------------------- */
.video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Shortcode : Flickr Feeds
-------------------------------------------------------------------- */
.mk-flickr-feeds-shortcode {
  margin-bottom: 30px;
}
.mk-flickr-feeds-shortcode .flickr_badge_image {
  display: inline-block;
}
.mk-flickr-feeds-shortcode .flickr_badge_image a {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
  z-index: 5;
}
.mk-flickr-feeds-shortcode .flickr_badge_image a:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #eb0090 url(../../images/social-networks/large/flickr.png) center center no-repeat;
}
.mk-flickr-feeds-shortcode .flickr_badge_image:hover a:before {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.wpb_googleplus,
.fb_like {
  display: block;
  clear: both;
}
/* Shortcode : Contact Form
-------------------------------------------------------------------- */
.mk-contact-form-shortcode {
  margin-bottom: 40px;
}
.mk-contact-form-shortcode .mk-form-row {
  position: relative;
}
.mk-contact-form-shortcode .mk-form-row .contact-form-spliter {
  width: 49.5%;
  display: inline-block;
}
.mk-contact-form-shortcode .mk-form-row .text-input {
  width: 100%;
}
.mk-contact-form-shortcode .mk-form-row .mk-textarea {
  padding: 20px;
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
.mk-contact-form-shortcode .mk-form-row button {
  margin-top: 10px;
}
.mk-contact-form-shortcode.mk-contact-dark .text-input,
.mk-contact-form-shortcode.mk-contact-dark .mk-textarea {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5d5d5d;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.mk-contact-form-shortcode.mk-contact-dark .text-input:focus,
.mk-contact-form-shortcode.mk-contact-dark .mk-textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.mk-contact-form-shortcode.mk-contact-light .text-input,
.mk-contact-form-shortcode.mk-contact-light .mk-textarea {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d7d7d7;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.mk-contact-form-shortcode.mk-contact-light .text-input:focus,
.mk-contact-form-shortcode.mk-contact-light .mk-textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.mk-contact-loading {
  display: none;
  position: absolute;
  right: 0;
  top: 3px;
  height: 32px;
  width: 32px;
  background: url('../../images/transparent-loading.gif') center center no-repeat;
}
.mk-contact-success-icon {
  background: url(../../images/contact-success-icon.png) center center no-repeat;
  width: 28px;
  height: 29px;
  display: none;
  position: absolute;
  right: 0;
  top: 2px;
}
.mk-contact-success-icon.small-icon {
  background: url(../../images/contact-success-small.png) center center no-repeat;
}
.mk-invalid-input {
  border: 1px solid #ff0000;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-contact-form-shortcode .contact-form-spliter {
    width: 100% !important;
    float: none !important;
    margin-bottom: 6px;
  }
  .mk-contact-form-shortcode button {
    display: block;
    width: 100%;
  }
}
/* Shortcode : Social Networks
-------------------------------------------------------------------- */
.mk-social-network-shortcode {
  display: block;
  padding: 0;
  margin: 10px 0;
}
.mk-social-network-shortcode ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-social-network-shortcode ul li {
  margin: 4px;
  display: inline-block;
}
.mk-social-network-shortcode ul li a {
  display: block;
  padding: 4px;
}
.mk-social-network-shortcode ul li a i.small:before {
  font-size: 16px;
}
.mk-social-network-shortcode ul li a i.medium:before {
  font-size: 24px;
  padding: 2px;
}
.mk-social-network-shortcode ul li a i.large:before {
  font-size: 32px;
  padding: 4px;
}
.mk-social-network-shortcode ul li a i:before {
  color: #fff;
  line-height: 100%;
  display: block;
}
/* Shortcode : Fancy Title
-------------------------------------------------------------------- */
.mk-fancy-title.pattern-title-style {
  background: url(../../images/patterns/default-pattern-50.png);
  padding: 8px 8px 8px 15px;
}
.mk-fancy-title.divider-title-style {
  padding-bottom: 12px;
}
.mk-tabbed-box {
  width: 100%;
  min-height: 100px;
  margin: 0 0 40px;
}
.mk-tabbed-box .inner-wrapper {
  padding-top: 25px;
}
.mk-tabbed-box .tabbed-box-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.mk-tabbed-box .tabbed-box-tabs:after {
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
}
.mk-tabbed-box .tabbed-box-tabs li {
  margin: 0;
  display: inline-block;
}
.mk-tabbed-box .tabbed-box-tabs li a {
  min-width: 80px;
  padding: 8px 30px;
  margin: 0 4px;
  display: block;
  line-height: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
  font-size: 11px;
}
.mk-tabbed-box .tabbed-box-tabs li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-tabbed-box .tabbed-box-tabs li.current a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-tabbed-box .tabbed-box-panes {
  padding: 40px 0;
}
.mk-tabbed-box .tabbed-box-panes .tabbed-box-pane {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-tabbed-box .tabbed-box-tabs {
    border-bottom: none !important;
  }
  .mk-tabbed-box .tabbed-box-tabs li {
    display: block !important;
    margin-bottom: 1px;
  }
  .mk-tabbed-box .tabbed-box-tabs li a {
    padding: 12px 0;
  }
}
@media handheld, only screen and (max-width: 1160px) {
  .inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mk-clients-shortcode {
  position: relative;
}
.mk-clients-shortcode ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-clients-shortcode ul li {
  margin: 5px 5px 0 5px;
  padding: 0;
  display: inline-block;
  line-height: 4px;
  overflow: hidden;
}
.mk-clients-shortcode ul li:hover .client-logo,
.mk-clients-shortcode ul li:hover .client-info-icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-clients-shortcode ul.mk-flex-slides li {
  margin: 0 10px 0 0 !important;
  width: 165px;
  height: 165px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .mk-clients-shortcode ul {
    text-align: center;
  }
}
.mk-clients-shortcode.clients-grid-style li {
  position: relative;
}
.mk-clients-shortcode .client-info-icon,
.mk-clients-shortcode .client-return-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  cursor: pointer;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mk-clients-shortcode .client-info-icon:hover,
.mk-clients-shortcode .client-return-icon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mk-clients-shortcode .client-info-icon {
  background: url(../../images/clients-info-icon.png);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 19px;
  height: 19px;
}
.mk-clients-shortcode .client-return-icon {
  background: url(../../images/clients-return-icon.png) no-repeat;
  width: 17px;
  height: 20px;
}
.mk-clients-shortcode .clients-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.mk-clients-shortcode .client-logo {
  width: 165px;
  height: 165px;
  display: block;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: relative;
  z-index: 5;
}
.mk-clients-shortcode .client-info-wrapper {
  position: absolute;
  left: -600px;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mk-clients-shortcode .client-title {
  font-size: 13px;
  line-height: 16px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #00c65d;
  padding: 10px 10px 5px;
}
.mk-clients-shortcode .client-desc {
  font-size: 11px;
  line-height: 18px;
  color: #474747;
  padding: 0 10px;
  display: block;
}
.mk-clients-shortcode .flex-direction-nav {
  height: 0;
}
.mk-clients-shortcode .flex-direction-nav li {
  overflow: visible;
}
.mk-clients-shortcode .flex-direction-nav a {
  background-image: url(../../images/large-pattern-arrow.png);
  width: 79px;
  height: 89px;
  top: 50%;
  margin-top: -45px;
}
.mk-clients-shortcode .flex-direction-nav .flex-next {
  right: -100px;
  background-position: right center;
}
.mk-clients-shortcode .flex-direction-nav .flex-prev {
  background-position: left center;
  left: -100px;
}
.mk-clients-shortcode.mk-light-arrow .flex-direction-nav li a {
  background-image: url(../../images/large-pattern-arrow-light.png);
}
@media handheld, only screen and (max-width: 1100px) {
  .mk-clients-shortcode {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
.mk-employees-shortcode-modern {
  margin-bottom: 30px;
}
.mk-employees-shortcode-modern .flex-viewport li {
  margin: 0;
  padding: 0 5px 0 0;
  line-height: 4px;
  position: relative;
}
.mk-employees-shortcode-modern .team-thumbnail {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.mk-employees-shortcode-modern .team-info-wrapper {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  margin-right: 5px;
  line-height: 22px;
  height: 100%;
  padding: 15px;
  width: 475px;
  z-index: 3;
}
.mk-employees-shortcode-modern .team-member-name,
.mk-employees-shortcode-modern .team-member-position {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.mk-employees-shortcode-modern .team-member-position {
  padding-left: 7px;
  margin-left: 7px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border-left: 2px solid rgba(255, 255, 255, 0.7);
}
.mk-employees-shortcode-modern .team-member-desc {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.mk-employees-shortcode-modern .flex-direction-nav a {
  background-image: url(../../images/large-pattern-arrow.png);
  width: 79px;
  height: 89px;
  top: 50%;
  margin-top: -45px;
}
.mk-employees-shortcode-modern .flex-direction-nav .flex-next {
  right: -100px;
  background-position: right center;
}
.mk-employees-shortcode-modern .flex-direction-nav .flex-prev {
  background-position: left center;
  left: -100px;
}
.mk-employees-shortcode-modern.mk-light-arrow .flex-direction-nav li a {
  background-image: url(../../images/large-pattern-arrow-light.png);
}
.mk-employees-shortcode-modern .mk-employeee-networks {
  position: absolute;
  right: 10px;
  top: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees-shortcode-modern .mk-employeee-networks li {
  margin: 0;
  display: inline-block;
}
.mk-employees-shortcode-modern .mk-employeee-networks li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}
.mk-employees-shortcode-modern .mk-employeee-networks li a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media handheld, only screen and (max-width: 1100px) {
  .mk-employees-shortcode-modern {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}
.mk-employees-shortcode-classic > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees-shortcode-classic > ul .mk-employee-slides {
  display: inline-block;
  margin: 0 10px 50px;
  width: 255px;
  float: left;
}
.mk-employees-shortcode-classic .team-thumbnail {
  margin-bottom: 20px;
}
.mk-employees-shortcode-classic .team-member-name,
.mk-employees-shortcode-classic .team-member-position {
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.mk-employees-shortcode-classic .team-member-position {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  margin-top: 6px;
  font-size: 12px;
}
.mk-employees-shortcode-classic .team-member-desc {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}
.mk-employees-shortcode-classic .team-info-wrapper {
  position: relative;
}
.mk-employees-shortcode-classic .mk-employeee-networks {
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-employees-shortcode-classic .mk-employeee-networks li {
  margin: 0 4px;
  display: inline-block;
}
.mk-employees-shortcode-classic .mk-employeee-networks li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 4px;
}
.mk-employees-shortcode-classic .mk-employeee-networks li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media handheld, only screen and (max-width: 1140px) {
  .mk-employees-shortcode-classic .mk-employee-slides {
    display: inline-block;
    margin: 0 10px 50px;
    width: 22% !important;
    float: left;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-employees-shortcode-classic .mk-employee-slides {
    display: block;
    margin: 0 0px 50px;
    width: 100% !important;
    float: auto !important;
  }
  .mk-employees-shortcode-classic .team-thumbnail {
    float: left;
    width: 30%;
    display: inline-block;
  }
  .mk-employees-shortcode-classic .team-info-wrapper {
    float: left;
    display: inline-block;
    width: 70%;
    padding: 10px 0 0 20px;
  }
}
@media handheld, only screen and (max-width: 500px) {
  .mk-employees-shortcode-classic .mk-employee-slides {
    display: block;
    margin: 0 0px 50px;
    width: 100% !important;
    float: auto !important;
  }
  .mk-employees-shortcode-classic .team-thumbnail {
    float: auto !important;
    width: 100%;
  }
  .mk-employees-shortcode-classic .team-info-wrapper {
    float: auto !important;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
}
.mk-pricing-table {
  margin-bottom: 60px;
  text-align: left;
}
/* Offers Column */
.mk-pricing-offer-grid {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.mk-pricing-offer-grid .mk-offer-title {
  display: table;
  height: 130px;
  margin-top: 28px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.mk-pricing-offer-grid .mk-offer-title span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.mk-pricing-offer-grid .mk-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mk-pricing-offer-grid .mk-offers ul li {
  margin: 0;
  line-height: 16px;
  padding: 12px 0;
  display: block;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-offer-grid .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.no-pricing-offer .mk-pricing-cols {
  width: 100% !important;
}
/* Pricing Columns */
.mk-pricing-cols {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 80%;
  list-style: none;
  text-align: center;
}
.mk-pricing-cols li {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mk-pricing-cols li.four-table {
  width: 25%;
}
.mk-pricing-cols li.three-table {
  width: 33.3333333%;
}
.mk-pricing-cols li.two-table {
  width: 50%;
}
.mk-pricing-cols li.one-table {
  width: 100%;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button {
  position: relative;
}
.mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  z-index: 10;
}
.mk-pricing-cols .mk-pricing-plan {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 7px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-pricing-cols .mk-pricing-price {
  height: 130px;
  display: table;
  width: 100%;
}
.mk-pricing-cols .mk-pricing-price span {
  font-size: 55px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 20;
}
.mk-pricing-cols .mk-pricing-features ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
}
.mk-pricing-cols .mk-pricing-features ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 12px 0;
  display: block;
  width: auto;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.mk-pricing-cols .mk-pricing-features .offer-included,
.mk-pricing-cols .mk-pricing-features .offer-not-included {
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.mk-pricing-cols .mk-pricing-features .offer-included {
  background: url(../../images/pricing-tick-negation-icon.png) right center no-repeat;
}
.mk-pricing-cols .mk-pricing-features .offer-not-included {
  background: url(../../images/pricing-tick-negation-icon.png) left center no-repeat;
}
.mk-pricing-cols .mk-pricing-features .rating-star {
  line-height: 12px;
  margin: 0 auto;
  font-size: 16px;
  color: #7d7c78;
}
.mk-pricing-cols .mk-pricing-button {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.01);
}
.mk-pricing-cols .mk-pricing-button a {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
}
/* Dark Skin */
.mk-pricing-table.dark {
  color: #fff;
}
.mk-pricing-table.dark .mk-offer-title {
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-pricing-table.dark .mk-offers ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-offers ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-features ul li {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .mk-pricing-features ul li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.45);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-plan {
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-price:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-features:before,
.mk-pricing-table.dark .mk-pricing-cols li:nth-child(odd) .mk-pricing-button:before {
  background-color: rgba(0, 0, 0, 0.15);
}
.mk-pricing-table.dark .mk-pricing-button {
  background-color: rgba(0, 0, 0, 0.4);
}
.mk-pricing-table.dark .rating-star {
  color: #3d3d3d;
}
@media handheld, only screen and (max-width: 960px) {
  .mk-pricing-offer-grid {
    display: none;
  }
  .mk-pricing-cols {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 700px) {
  .mk-pricing-cols .mk-pricing-col {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
/* Shortcode : Sitemap Categories
-------------------------------------------------------------------- */
.mk-sitemap-categories {
  margin-bottom: 40px;
}
.mk-sitemap-categories a {
  display: inline-block;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: #fff;
  color: #00c65d;
  margin: 2px 0;
  line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
}
.mk-sitemap-categories a:hover {
  background-color: #00c65d;
  color: #fff ;
}
.mk-sitemap-categories br {
  display: none;
}
/* Shortcode : Pages
-------------------------------------------------------------------- */
.mk-sitemap-pages {
  position: relative;
  margin-bottom: 40px;
}
.mk-sitemap-pages ul {
  margin: 0 0 0 25px;
  padding: 30px 0 0 0;
  list-style: none;
}
.mk-sitemap-pages ul li {
  margin: 0 0 5px;
  padding: 0;
}
.mk-sitemap-pages ul li a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
}
.mk-sitemap-pages ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mk-sitemap-pages ul li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: url(../../images/patterns/default-pattern.png);
  z-index: 8;
}
.mk-sitemap-pages ul li ul {
  margin: 0 0 20px -3px;
  padding: 0 0 0 25px;
  display: inline-block;
  position: relative;
}
.mk-sitemap-pages ul li ul:before {
  display: block;
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url(../../images/patterns/default-pattern.png);
}
.mk-sitemap-pages ul:before {
  display: block;
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: url(../../images/patterns/default-pattern.png);
}
.mk-sitemap-pages .mk-sitemap-homepage {
  background-color: #00c65d;
  color: #fff;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.mk-sitemap-pages .mk-sitemap-homepage:hover {
  background-color: #fff;
  color: #00c65d;
}
/* Shortcode : Posts
-------------------------------------------------------------------- */
.mk-sitemap-posts {
  /* Title */

}
.mk-sitemap-posts.sidebar-layout-column li {
  width: 48%;
}
.mk-sitemap-posts.full-layout-column li {
  width: 24%;
}
.mk-sitemap-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mk-sitemap-posts ul li {
  float: left;
  display: inline-block;
  margin: 0 0 50px;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-sitemap-posts ul li {
    width: 100% !important;
  }
}
.mk-sitemap-posts time,
.mk-sitemap-posts .categories {
  position: relative;
  z-index: 10;
  margin: 0;
}
.mk-sitemap-posts time,
.mk-sitemap-posts .categories {
  float: left;
  padding: 2px 18px;
  background-color: #fff;
}
.mk-sitemap-posts time a,
.mk-sitemap-posts .categories a {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.mk-sitemap-posts .categories {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.mk-sitemap-posts .the-title.highlight {
  display: inline-block;
  margin: 0 40px 5px 10px;
  position: relative;
  z-index: 10;
}
.mk-sitemap-posts .the-title.highlight a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.mk-sitemap-posts .the-title.highlight span {
  padding: 8px 0;
  line-height: 100%;
}
.mk-sitemap-posts .the-title.highlight span:hover > a {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}
.mk-flexsldier-slideshow {
  padding-bottom: 60px;
  display: block;
  margin: 0 auto;
}
.mk-flexsldier-slideshow.flex-fullwidth > div {
  margin: 0 auto;
}
.mk-flexsldier-slideshow.flex-boxed > div {
  margin: 40px auto 0;
}
.mk-flexsldier-slideshow .flex-viewport {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.mk-flexsldier-slideshow .mk-flex-caption {
  padding: 30px;
  display: block;
  width: 500px;
  position: absolute;
  top: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.mk-flexsldier-slideshow .mk-flex-caption .mk-fancy-text {
  font-size: 26px;
  line-height: 48px;
  display: inline;
}
.mk-flexsldier-slideshow .mk-flex-caption .mk-fancy-text span {
  color: #fff;
  padding: 3px 0;
}
.mk-flexsldier-slideshow .mk-flex-caption p {
  margin-top: 30px;
  color: #fff;
}
.mk-flexsldier-slideshow .flex-control-nav {
  display: block;
}
.mk-flexsldier-slideshow .flex-control-nav li a {
  width: 6px;
  height: 6px;
  margin: 0px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}
.mk-flexsldier-slideshow .flex-direction-nav a {
  background-image: url(../../images/large-pattern-arrow.png);
  width: 79px;
  height: 89px;
  top: 50%;
  margin-top: -70px;
}
.mk-flexsldier-slideshow .flex-direction-nav .flex-next {
  right: -60px;
  background-position: right center;
}
.mk-flexsldier-slideshow .flex-direction-nav .flex-prev {
  background-position: left center;
  left: -60px;
}
.mk-flexsldier-slideshow:hover .flex-direction-nav .flex-next {
  right: 40px;
}
.mk-flexsldier-slideshow:hover .flex-direction-nav .flex-prev {
  left: 40px;
}
@media handheld, only screen and (max-width: 1100px) {
  .mk-flexsldier-slideshow > div {
    margin-top: 0 !important;
  }
}
@media handheld, only screen and (max-width: 960px) {
  .mk-flexsldier-slideshow .mk-flex-caption {
    top: 0 !important;
    padding: 10px !important;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .mk-flexsldier-slideshow .mk-flex-caption {
    display: none !important;
  }
}
#mk-boxed-layout .flex-direction-nav .flex-next {
  right: 40px;
}
#mk-boxed-layout .flex-direction-nav .flex-prev {
  left: 40px;
}
/*
*
*
-------------------------- WIDGETS SECTION ----------------------------- 
*
*
*/.widget {
  overflow: hidden;
  margin-bottom: 40px;
  display: block;
}
h3.widgettitle {
  position: relative;
  display: block;
  text-transform: uppercase;
}
h3.widgettitle {
  background: url(../../images/patterns/default-pattern-50.png);
  padding: 10px 0 10px 15px;
}
#mk-sidebar ul,
#mk-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_posts li,
.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries 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 {
  padding: 6px 0 6px 20px;
  background: url(../../images/widgets-gray-arrow.png) 3px 12px no-repeat;
  text-decoration: none;
  display: block;
}
.widget_archive li:after,
.widget_categories li:after,
.widget_nav_menu li:after,
.widget_links li:after,
.widget_pages li:after,
.widget_meta li:after,
.widget_authors li:after,
.widget_popular_tags li:after,
.widget_recent_comments li:after,
.widget_rss li:after,
.widget_recent_entries li:after,
.tw_list .tweet_list li:after,
.widget_posts_lists ul li:after {
  background: url(../../images/patterns/default-pattern-50.png);
  height: 3px;
  content: "";
  display: block;
  margin: 0;
}
.widget_archive li:last-child:after,
.widget_categories li:last-child:after,
.widget_nav_menu li:last-child:after,
.widget_links li:last-child:after,
.widget_pages li:last-child:after,
.widget_meta li:last-child:after,
.widget_authors li:last-child:after,
.widget_popular_tags li:last-child:after,
.widget_recent_comments li:last-child:after,
.widget_rss li:last-child:after,
.widget_recent_entries li:last-child:after,
.tw_list .tweet_list li:last-child:after,
.widget_posts_lists ul li:last-child:after,
.widget_pinterest ul li:last-child:after {
  display: none !important;
}
/* Widgets : CATEGORIES & ARCHIVES
-------------------------------------------------------------------- */
.widget.widget_categories li,
.widget.widget_archive li {
  width: 50%;
  float: left;
}
.widget.widget_categories li a,
.widget.widget_archive li a {
  background: none;
  padding-left: 0;
  margin-right: 10px;
}
@media handheld, only screen and (max-width: 1100px) {
  .widget.widget_categories li,
  .widget.widget_archive li {
    float: none !important;
    width: auto !important;
  }
}
/* Widget : Sub Navigation
-------------------------------------------------------------------- */
.widget-sub-navigation ul {
  margin: 0;
  padding: 40px 0;
  list-style: none;
}
.widget-sub-navigation ul li {
  margin: 0;
  border-top: 1px solid #d2d1d0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-sub-navigation ul li:last-child {
  border-bottom: 1px solid #d2d1d0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-sub-navigation ul li a {
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.widget-sub-navigation ul li a:hover {
  color: #fff !important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.widget-sub-navigation ul li.current_page_item a {
  color: #fff !important;
}
.right-layout .widget-sub-navigation ul {
  border-left: 1px solid #d2d1d0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.right-layout .widget-sub-navigation ul li a {
  margin-right: 20px;
}
.left-layout .widget-sub-navigation ul {
  border-right: 1px solid #d2d1d0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.left-layout .widget-sub-navigation ul li a {
  text-align: right;
  margin-left: 20px;
}
/* Widgets : CONTACT FORM
-------------------------------------------------------------------- */
.widget_contact_form .text-input {
  width: 100%;
  margin-bottom: 4px;
}
.widget_contact_form .textarea {
  margin-bottom: 4px;
  width: 100%;
  height: 120px;
}
.widget_contact_form .text-input,
.widget_contact_form .textarea {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5d5d5d;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.widget_contact_form .mk-form-row-widget {
  position: relative;
}
.widget_contact_form .contact-widget-button {
  border: none;
  outline: none;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  display: inline-block;
}
.widget_contact_form .contact-widget-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.mk-invalid {
  border: 1px solid #fd5e5e !important;
}
/* Widgets : CONTACT INFO
-------------------------------------------------------------------- */
.widget_contact_info ul {
  margin-left: 10px !important;
}
.widget_contact_info ul li {
  padding-left: 25px;
  line-height: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.widget_contact_info .name-icon {
  background-image: url(../../images/contact-info-name.png);
}
.widget_contact_info .phone-icon {
  background-image: url(../../images/contact-info-phone.png);
}
.widget_contact_info .cellphone-icon {
  background-image: url(../../images/contact-info-cellphone.png);
}
.widget_contact_info .email-icon {
  background-image: url(../../images/contact-info-email.png);
}
.widget_contact_info .general-address-icon {
  background-image: url(../../images/contact-info-general-address.png);
}
.widget_contact_info .work-address-icon {
  background-image: url(../../images/contact-info-work-address.png);
}
.widget_contact_info .home-address-icon {
  background-image: url(../../images/contact-info-home-address.png);
}
.widget_contact_info .comment-icon {
  background-image: url(../../images/contact-info-comment.png);
}
.widget_contact_info .instagram-icon {
  background-image: url(../../images/contact-info-instagram.png);
}
/* Widgets : FLICKR FEEDS
-------------------------------------------------------------------- */
.flickr-widget-wrapper {
  text-align: center;
}
.flickr-widget-wrapper li {
  position: relative;
  display: inline-block;
  margin: 6px;
  list-style: none;
}
.flickr-widget-wrapper li span {
  display: inline-block;
  line-height: 4px;
}
.flickr-widget-wrapper li:hover > a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.flickr-widget-wrapper li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb0090;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.flickr-widget-wrapper li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\2930";
  font-size: 32px;
  margin: -12px 0 0 -16px;
}
/* Widgets : DRIBBBLE FEEDS
-------------------------------------------------------------------- */
.widget_dribbble ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin: 5px;
}
.widget_dribbble ul li span {
  display: block;
  position: relative;
  z-index: 1;
}
.widget_dribbble ul li span img {
  margin: 0;
}
.widget_dribbble ul li a {
  z-index: 10;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #eb007a;
  left: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.widget_dribbble ul li a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\2922";
  font-size: 32px;
  margin: -12px 0 0 -16px;
}
.widget_dribbble ul li:hover > a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* Widgets : INSTAGRAM FEEDS
-------------------------------------------------------------------- */
.widget_instagram ul {
  text-align: center;
}
.widget_instagram ul li {
  position: relative;
  list-style: none;
  margin: 6px;
  display: inline-block;
}
.widget_instagram ul li span {
  display: inline-block;
}
.widget_instagram ul li span img {
  width: 126px;
}
.widget_instagram ul li:hover > a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.widget_instagram ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #9f7056 url(../../images/widgets-instagram-icon.png) center center no-repeat;
}
/* Widgets : PINTEREST FEEDS
-------------------------------------------------------------------- */
.widget_pinterest ul {
  margin: 0;
}
.widget_pinterest ul li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.widget_pinterest ul li:after {
  background: url(../../images/patterns/default-pattern-50.png);
  height: 3px;
  content: "";
  display: block;
  margin: 10px 0 0 0;
}
.widget_pinterest ul .pinterest-widget-img {
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.widget_pinterest ul .pinterest-widget-img:hover > .pinterest-item-overlay {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.widget_pinterest ul .pinterest-item-overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a84a;
  z-index: 10;
}
.widget_pinterest ul .pinterest-item-overlay .pinterest-widget-permalink,
.widget_pinterest ul .pinterest-item-overlay .pinterest-widget-zoom {
  background-image: url(../../images/zoom-permalink-white.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.widget_pinterest ul .pinterest-item-overlay .pinterest-widget-permalink {
  margin-left: 30px;
  word-wrap: break-word;
}
.widget_pinterest ul .pinterest-item-overlay .pinterest-widget-zoom {
  background-position: center bottom;
}
.widget_pinterest ul .pinterest-widget-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  display: block;
  color: #00a84a;
  word-wrap: break-word;
  padding: 0 5px;
}
@media handheld, only screen and (max-width: 960px) {
  .widget_pinterest li {
    text-align: center;
  }
  .widget_pinterest .pinterest-widget-img {
    display: inline-block !important;
  }
  .widget_pinterest .pinterest-widget-title {
    display: block !important;
  }
}
/* Widgets : BIG NUMBERS
-------------------------------------------------------------------- */
.widget_big_numbers .big-numbers-item {
  padding: 20px 0 20px;
  margin: 0 0 20px ;
  text-align: center;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.widget_big_numbers .big-numbers-icon {
  margin-bottom: 15px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px;
}
.widget_big_numbers .big-numbers-icon i {
  line-height: 100%;
  display: block;
}
.widget_big_numbers .big-numbers-icon i:before {
  font-size: 32px;
  color: #fff;
}
.widget_big_numbers .big-numbers-count {
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.widget_big_numbers .big-numbers-facebook {
  background-color: #2a629d;
}
.widget_big_numbers .big-numbers-dribbble {
  background-color: #ec3a96;
}
.widget_big_numbers .big-numbers-twitter {
  background-color: #7ed1de;
}
/* Widgets : POPULAR POSTS , Recent Posts , Related Posts
-------------------------------------------------------------------- */
.widget_posts_lists ul li {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}
.widget_posts_lists ul li:after {
  margin-top: 12px;
}
.widget_posts_lists ul li .post-list-thumb {
  float: left;
  margin: 0 0 0 5px;
  position: relative;
}
.widget_posts_lists ul li .post-list-thumb .posts-overlay {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget_posts_lists ul li .post-list-thumb:hover .posts-overlay {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.widget_posts_lists ul li .post-list-info {
  margin-left: 120px;
}
.widget_posts_lists ul li .post-list-title {
  font-size: 13px;
  color: #00a84c;
  line-height: 18px;
  display: block;
  margin-bottom: 4px;
  margin-left: 10px;
}
.widget_posts_lists ul li .post-list-desc {
  font-size: 11px;
  line-height: 16px;
  display: block;
  margin-bottom: 6px;
  margin-left: 10px;
}
.widget_posts_lists ul li .post-list-meta {
  margin-left: 10px;
  display: block;
  background: url(../../images/widgets-gray-arrow.png) 0 4px no-repeat;
  text-indent: 15px;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
  line-height: 16px;
  color: #acacac;
}
.widget_posts_lists ul li .post-list-meta time {
  color: #acacac;
}
.widget_posts_lists ul li .post-list-meta .post-list-cats a {
  text-decoration: underline;
  color: #acacac;
}
.widget_posts_lists ul li.post-list-document .post-type-thumb {
  background: rgba(0, 0, 0, 0.1) url(../../images/blog-doc-post-type.png) center center no-repeat;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
#mk-footer .widget_posts_lists ul li .post-list-thumb {
  width: 60px !important;
  height: 60px !important;
}
#mk-footer .widget_posts_lists ul li .post-list-info {
  margin-left: 70px !important;
}
/* Widgets : SOCIAL NETWORKS
-------------------------------------------------------------------- */
.widget_social_networks a {
  background-color: rgba(0, 0, 0, 0.35);
  margin: 5px 3px;
  line-height: 4px;
  display: inline-block;
  position: relative;
  padding: 4px;
}
.widget_social_networks a i.small:before {
  font-size: 16px;
}
.widget_social_networks a i.medium:before {
  font-size: 24px;
  padding: 2px;
}
.widget_social_networks a i.large:before {
  font-size: 32px;
  padding: 4px;
}
.widget_social_networks a i:before {
  color: #fff;
  line-height: 100%;
  display: block;
}
.widget_social_networks a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
a.mk-blogger:hover {
  background-color: #fa6700;
}
a.mk-digg:hover {
  background-color: #1b5891;
}
a.mk-dribbble:hover {
  background-color: #eb007a;
}
a.mk-facebook:hover {
  background-color: #628ad0;
}
a.mk-flickr:hover {
  background-color: #eb0090;
}
a.mk-last-fm:hover {
  background-color: #ec3a3a;
}
a.mk-linkedin:hover {
  background-color: #3aadec;
}
a.mk-live-journal:hover {
  background-color: #1b5891;
}
a.mk-google-plus:hover {
  background-color: #ec3a3a;
}
a.mk-rss:hover {
  background-color: #f3b11c;
}
a.mk-stumble-upon:hover {
  background-color: #2cbc5f;
}
a.mk-tumblr:hover {
  background-color: #2a629d;
}
a.mk-twitter:hover {
  background-color: #7ed1de;
}
a.mk-vimeo:hover {
  background-color: #16d7e8;
}
a.mk-wordpress:hover {
  background-color: #2998c3;
}
a.mk-yelp:hover {
  background-color: #ec3a3a;
}
a.mk-reddit:hover {
  background-color: #ff6800;
}
a.mk-pinterest:hover {
  background-color: #c84339;
}
a.mk-youtube:hover {
  background-color: #fe1511;
}
a.mk-technorati:hover {
  background-color: #6ed500;
}
/* Widgets : TESTIMONIAL SLIDER
-------------------------------------------------------------------- */
.widget_testimonials .testimonial-slider li {
  margin: 0;
}
.widget_testimonials .testimonial-slider .testimonial-quote {
  padding: 15px;
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.widget_testimonials .testimonial-slider .testimonial-quote .testimonial-triangle {
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-right: 15px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -15px;
}
.widget_testimonials .testimonial-slider .testimonial-author {
  color: #cacaca;
  font-size: 11px;
  text-align: right;
  display: block;
}
.testimonial-slider.mk-flexslider {
  padding: 0 5px 0 30px;
}
.testimonial-slider.mk-flexslider .flex-direction-nav {
  position: absolute;
  bottom: 40px;
  left: 10px;
}
.testimonial-slider.mk-flexslider .flex-direction-nav a {
  left: 0px !important;
  width: 10px;
  height: 11px;
  background-image: url(../../images/direction-nav-style1.png);
}
.testimonial-slider.mk-flexslider .flex-direction-nav .flex-next {
  margin: 0;
}
.testimonial-slider.mk-flexslider .flex-direction-nav .flex-prev {
  background-position: 0 bottom;
  bottom: 0;
  margin: -12px 0 0 0;
}
/* Widgets : TWITTER FEEDS
-------------------------------------------------------------------- */
.widget .mk-tweet-list li .tweet-text {
  display: block;
  margin-bottom: 5px;
  line-height: 18px;
}
.widget .mk-tweet-list li .tweet-text a {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.widget .mk-tweet-list li .tweet-text .tweet-link-url {
  display: inline-block;
  margin-top: 4px;
}
.widget .mk-tweet-list li .tweet-time {
  margin-top: 10px;
  display: block;
  padding-left: 16px;
  background: url(../../images/widgets-gray-arrow.png) 0 center no-repeat;
}
.widget .mk-tweet-list li .tweet-time a {
  color: #cacaca;
  text-transform: uppercase;
  font-size: 10px;
}
.tweet-widget-flexslider {
  padding-left: 30px;
  display: block;
}
.tweet-widget-flexslider .flex-direction-nav a {
  left: 10px;
  top: 20px;
  width: 10px;
  height: 11px;
  background-image: url(../../images/direction-nav-style1.png);
}
.tweet-widget-flexslider .flex-direction-nav .flex-next {
  margin: 0;
}
.tweet-widget-flexslider .flex-direction-nav .flex-prev {
  background-position: 0 bottom;
  margin: -12px 0 0 0;
}
/* Widgets : SEARCH FORM
-------------------------------------------------------------------- */
.widget .mk-searchform {
  position: relative;
}
.widget .mk-searchform span {
  width: 100%;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.widget .mk-searchform span .text-input {
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5d5d5d;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.widget .mk-searchform .search-button {
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #7a7a7a;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 12px 15px !important;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
.widget .mk-searchform .search-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#mk-footer .mk-searchform .search-button {
  color: #fff;
}
/* Widgets : CALENDAR
-------------------------------------------------------------------- */
#calendar_wrap {
  position: relative;
  padding: 26px 5px 5px;
  width: 100%;
  text-align: center;
}
#wp-calendar {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#wp-calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#wp-calendar thead {
  color: #bbbbbb;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#wp-calendar caption {
  color: #c0c0c0;
  font-size: 10px;
  font-weight: bold;
  padding: 8px;
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 10px;
}
#wp-calendar th,
#wp-calendar th {
  padding: 10px 5px;
  color: #787573;
}
#wp-calendar tbody td {
  text-align: center;
  padding: 12px 6px;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  color: #c0c0c0;
}
#wp-calendar td#today {
  color: #fff;
}
#wp-calendar a {
  color: #c0c0c0;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  background: 0;
  display: block;
  margin: 0;
  padding: 0;
}
#wp-calendar #prev {
  position: absolute;
  top: -4px;
  right: 5px;
  padding: 5px;
  text-indent: -9999px;
  border: 0;
  width: 18px;
  height: 18px;
  background-color: #f2f2f2;
  background: rgba(0, 0, 0, 0.05) url(../../images/widgets-gray-arrow.png) center center no-repeat;
}
#wp-calendar #prev a {
  height: 20px;
  width: 20px;
  margin: -1px;
  display: block;
  border-radius: 20px;
  background: url('') no-repeat;
}
#wp-calendar #next {
  position: absolute;
  top: 3px;
  right: 27px;
  text-indent: -9999px;
  border: 0;
  background: 0;
}
#wp-calendar #next a {
  height: 22px;
  width: 21px;
}
#wp-calendar tfoot .pad {
  display: none;
}
@media handheld, only screen and (max-width: 960px) {
  #calendar_wrap {
    width: 300px;
  }
}
/* Widgets : RSS
-------------------------------------------------------------------- */
/* Widgets : LINK LISTS
-------------------------------------------------------------------- */
/* Widgets : RECENT COMMENTS
-------------------------------------------------------------------- */
.widget_recent_comments li {
  background: url(../../images/comment-icon.png) 0 12px no-repeat !important;
}
.widget_recent_comments li:after {
  margin-top: 10px;
}
/* Widgets : CUSTOM MENU
-------------------------------------------------------------------- */
.widget.widget_nav_menu .sub-menu:before {
  background: url(../../images/patterns/default-pattern-50.png);
  height: 3px;
  content: "";
  display: block;
  margin: 0;
}
.widget.widget_nav_menu .sub-menu li {
  margin-left: 20px;
}
.widget.widget_nav_menu .sub-menu li:last-child:after {
  height: 0 !important;
}
/* -------------------------------------------------------------- 
   
   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 dl {
  margin: 0;
}
.gallery dl a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote {
  font-style: italic;
}
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%;
}
