@charset "UTF-8";
@import url('reset.css');

/* `GENERAL
----------------------------------------------------------------------------------------------------*/
body{
  margin: 0;
  padding: 0;
  position: relative;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
a{
  text-decoration: none;
  outline: 0!important;
  -webkit-transition:   all 0.2s ease-out 0s;
  -moz-transition:      all 0.2s ease-out 0s;
  -o-transition:        all 0.2s ease-out 0s;
  transition:           all 0.2s ease-out 0s;
}

.button,
.products .product .added_to_cart,
input[type="submit"],
.nav-previous a,
.nav-next a,
.module-calltoact a.calltoaction-button {
  display: inline-block;
  padding: 10px 14px 10px;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  border: 1px solid rgba(0,0,0, .06);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url(../images/grad.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255,255,255, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, .16), 0 4px 3px -2px rgba(0,0,0, .22);
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
button.button, 
button,
button[type="submit"],
input[type="submit"]{
  vertical-align: text-top!important;
  padding-top: 0;
  padding-bottom: 0;
  height: 28px;
  line-height: 28px;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.button.large{
  text-transform: uppercase;
  font-weight: bold;
}
.button i[class^="icon-"]{
  display: inline-block;
  margin: -.2em 0 -.2em 0;
  padding: 0 0 0 0;
  font-size: 1.05em;
  font-weight: 300;
  vertical-align: middle;
}
[class*="button next-"] i[class^="icon-"]{
  margin-right: -3px;
  margin-left: 4px;
}
[class*="button previous-"] i[class^="icon-"]{
  margin-right: 4px;
  margin-left: -3px;
}
.blank-button{
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  line-height: 28px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
}
.blank-button.big{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 42px;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]{
  line-height: 1;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wpcf7 [class*="wpcf7-form-control-wrap captcha-"]{
  display: inline-block;
}
.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form-control-wrap input[type="number"],
.wpcf7 .wpcf7-form-control-wrap input[type="search"],
.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form-control-wrap input[type="url"],
.wpcf7 .wpcf7-form-control-wrap textarea,
.wpcf7 .wpcf7-form-control-wrap select {
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap input[name^="captcha-"]{
  width: 100px;
}
.wpcf7 .wpcf7-response-output {
  position: absolute;
  z-index: 200;
  left: 50%;
  top: 50%;
  width: 360px;
  margin: -100px 0 0 -180px;
  padding: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 0 0 36px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0, .04), 1px 1px 0 0 rgba(0,0,0, .08);
  -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0, .04), 1px 1px 0 0 rgba(0,0,0, .08);
  box-shadow: 5px 5px 0 0 rgba(0,0,0, .04), 1px 1px 0 0 rgba(0,0,0, .08);
}
.wpcf7 .wpcf7-response-output:before {
  font-family: 'icomoon';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  position: absolute;
  width: 36px;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  left: -36px;
  margin: -15px 0 0 0;
  -webkit-font-smoothing: antialiased;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors{
  border-color: #ffec96;
  background-color: #fff7cf;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
  content: "\e6dc";
  color: #edc300;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked{
  border-color: #ffa500;
  background-color: #fff7cf;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked:before {
  content: "\e6fc";
  color: #ffda95;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng{
  border-color: #ff9393;
  background-color: #ffdada;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng:before {
  content: "\e6fa";
  color: #b91111;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{
  border-color: #75c257;
  background-color: #ddffd0;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "\e6fe";
  color: #2f810e;
}


.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after,
.clear:after {
  clear: both;
}
.alignleftblock {
	float: left;
}
.alignrightblock {
	float: right;
}
.wrap img {
  max-width: 100%;
  height: auto;
  zoom: 1;
  *zoom: 1;
}

/** define the spacing */
p{ padding: 0;}

ul,li {
  list-style:none outside;
  margin-left:20px;
  list-style-type:disc;
	}
	
ol, ol li {list-style:decimal outside;}

ol, dd {margin-left:24px;}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom:0;
  margin-top:0;
}
dt {
  font-size: 1.1em;
  font-weight: bold;
}
img{
  zoom: 1;
}

video{
  display: block;
  border: 0;
  outline: 0;
  *zoom: 1;
  overflow: hidden;

}

.webinpixels_video{
  display: block;
  margin: 0 0 30px;
}
.wipcm-media-wrap .webinpixels_video,
.blog-preview .webinpixels_video,
.blog-column-preview .webinpixels_video{
  margin-bottom: 0
}
.webinpixels_video iframe,
.webinpixels_video embed,
.webinpixels_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}
table thead th,
table thead td,
table tfoot td{
  padding: 8px 5px;
}
table tbody td{
  padding: 5px;
}

blockquote {
  position: relative;
  padding: 15px 30px 0 60px;
  font-size: 15px;
  font-family: Georgia, serif;
  font-weight: 200;
  font-style: italic;
}
blockquote blockquote{
  font-size: 1em;
}
blockquote:before {
  font-family: 'icomoon';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e676";
  position: absolute;
  top: 10px;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  text-transform: none;
  text-rendering: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
blockquote:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
blockquote.alignright,
blockquote.alignleft {
  display: inline-block;
}
pre {
  padding: 1em 15px;
}

/* `HEADINGS
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 10px;
  font-weight: normal;
  line-height: 120%;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}
h1,
h2,
h3 {
  line-height: 140%;
}
h1 small, 
h2 small, 
h3 small,
h4 small {
  font-size: 0.65em;
}

/** `WP CLASSES
----------------------------------------------------------------------------------------------------*/
.alignright,
img.alignright,
a img.alignright {
  float: right; 
  margin: 1em 0px 1em 20px;
  }
.alignleft,
img.alignleft,
a img.alignleft {
  float:left; 
  margin: 1em 20px 1em 0;
}
.aligncenter,
img.aligncenter,
a img.aligncenter {
  clear: both;
  display: block; 
  margin: 15px auto 30px;
  }
.wp-caption {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0px 0px 5px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
.wp-caption.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.wp-caption img,
.wp-caption a,
.wp-caption a img{
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  }
.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  line-height: 18px;
  padding: 10px 0px 5px;
  margin: 0;
  text-align: center;
  }
.center{
  display: block;
  text-align:center;
  margin: 0 0 3em;
  }
.gallery-caption{
  font-style: italic; 
  font-family: Georgia, serif;
  }
.gallery-icon a img{
  border-width: 1px!important;
  border-style: solid; 
  padding: 5px; 
  display: block; 
  margin: 0px auto; 
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
[class*=" gallery-columns-"]{
  padding-top: 30px;
  padding-bottom: 30px;
}
dl.gallery-item{
  margin: 0 0 5px 0;
}
.sticky{}
.attachment{}
.bypostauthor{}




/* `WRAPPERS
--------------------------------------------------------------------*/
#site{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.boxed-layout #site{
  width: 80%;
  max-width: 1289px;
  margin: 0 auto 0 auto;
  -webkit-box-shadow: 8px 0 18px -5px rgba(0,0,0, .2), -8px 0 18px -5px rgba(0,0,0, .2);
  -moz-box-shadow: 8px 0 18px -5px rgba(0,0,0, .2), -8px 0 18px -5px rgba(0,0,0, .2);
  box-shadow: 8px 0 18px -5px rgba(0,0,0, .2), -8px 0 18px -5px rgba(0,0,0, .2);
}
.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  max-width: 1160px;
}
body.boxed-layout .wrap{
  width: 90%;
  max-width: 1160px;
}
.wrap:after,
.breadcrumbs:after {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}
.entry {
  margin: 0;
  padding: 0;
}
.entry>.wrap{
  padding: 0 0 50px;
}
.entry>.wrap.first-duty{
  padding: 50px 0 30px;
}
.span8>.entry .wrap{
  max-width: none;
  width: 100%;
}
.no-slider-used {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.breadcrumbs {
  padding: 5px 0;
  font-size: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
}

/* `TOP SECTIONS
--------------------------------------------------------------------*/
#top {
  margin: 0px; 
  padding: 0px;
  position: relative;
  z-index: 5;
}
#top:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
#top:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  z-index: 1;
}
#master-header:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#master-header {
  position: relative;
  z-index: 2;
  padding: 0;
}
#master-header>*,
#master-header a{
  transition: none;
}

#top-bar {
  margin: 0;
  padding: 0;
  position: relative;
}
#top-bar:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
ul.top-bar-rel {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.top-bar-rel>li{
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}
ul.top-bar-rel>li>a{
  display: block;
  padding: 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: baseline;
}
ul.top-bar-rel>li.top-social-links a {
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 8px;
  box-shadow: none;
  border: 0;
  color: inherit;
  -webkit-transition:   all 0.2s ease-out 0s;
  -moz-transition:      all 0.2s ease-out 0s;
  -o-transition:        all 0.2s ease-out 0s;
  transition:           all 0.2s ease-out 0s;
}
ul.top-bar-rel>li.top-social-links a [class^="imoon-"] {
  display: inline;
  margin-right: 0;
  font-size: 18px;
}
body.ismobile ul.top-bar-rel>li.top-social-links a {
  margin: 0 0 0 4px;
}
body.ismobile ul.top-bar-rel>li.top-social-links a [class^="imoon-"] {
  font-size: 16px;
}


ul.top-bar-rel>li>a [class^="wipfont-"],
ul.top-bar-rel>li>a [class^="imoon-"] {
  display: inline-block;
  font-size: 16px;
  height: 23px;
  line-height: 20px;
  text-transform: none;
  margin-right: 8px;
  vertical-align: middle;
}

ul.top-bar-rel>li.top-bar-cart>a [class^="wipfont-"] {
  margin-right: 0;
}
ul.top-bar-rel>li.top-bar-cart>a {
  position: relative;
}
ul.top-bar-rel>li>a .top-cart-bulb{
  position: absolute;
  display: block;
  right: 0px;
  top: 50%;
  height: 18px;
  min-width: 10px;
  margin: -22px 0 0 0;
  padding: 0 4px;
  font-family: Arial, sans-serif;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}


ul.top-bar-rel>li.top-bar-search{
  float: left;
  position: static;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap{
  margin: 0;
  padding: 0 20px;
  position: static;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form{
  margin: 0;
  padding: 0;
  vertical-align: middle;
  position: static;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form:before,
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form:after{
  content: "";
  display: none;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form label{
  margin: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  position: static;
  min-width: 16px;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form label:before{
  content: "\e61e";
  font-family: "wipfont";
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form input.search-field {
  position: absolute;
  z-index: 2;
  border: 0;
  box-shadow: none;
  padding: 10px 15px;
  margin: 0;
  left: 0;
  top: -300px;
  vertical-align: baseline;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form input.search-field:focus{
  top: 0px;
}
ul.top-bar-rel>li.top-bar-search #top-search-wrap form.search-form input[type="submit"]{
  display: none;
}

#top #logo {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0 30px 0 0;
  height: auto;
  top: 0;
  left: 0;
}
#top #logo:before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: -5px;
  margin: -6px 0 0 0;
  border-style: solid;
  border-width: 6px 0 6px 5px;
  -moz-border-end-style:dashed !important;
}
#top #logo img{
  height: auto;
  zoom: 1;
}

#top.logo-overlap #master-header{
  width: 100%;
  margin: 0;
  padding: 0;
}
#top.logo-overlap:before,
#top.logo-overlap:after {
  display: none;
}
#top.logo-overlap #logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 15px 0 15px;
  max-width: 50%;
}
#top.logo-overlap ul.top-bar-rel>li.top-bar-account-logout {
  display: none;
}
#top.logo-overlap ul.top-bar-rel>li.top-bar-search #top-search-wrap {
  padding: 0 10px 0 10px;
}



/* Menu structure */
#nav-bar{
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
#nav-bar:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
body.navbar-release #nav-bar{
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

#menu{
  float: right;
  margin: 0;
  padding: 0;
}
#top.logo-overlap #menu{
  margin-right: 10px;
}
#menu img{
	zoom: 1;
  max-width: 100%;
  height: auto;
}
#menu #off-canvas-menu-trigger{
  float: right;
  margin: 0 0 0 0;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  text-transform: uppercase;
  display: none;
}
#menu #off-canvas-menu-trigger [class^="imoon-"]{
  position: relative;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
  top: -2px;
}
#menu.mobile-menu-ready #off-canvas-menu-trigger{
  display: block;
}
#menu ul#eqnav{
  float:left;
  margin: 0; 
  padding: 0px;
  position: static;
  list-style-type: none;
  }
#eqnav li{ 
  position:relative;
  list-style-type: none; 
  margin: 0px; 
  padding: 0px; 
  float: left;
  display: inline;
  }
#eqnav>li>a{
  margin: 0; 
  padding: 0px 20px 0px 20px; 
  display: block;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  }

#eqnav>li.current-menu-item>a,
#eqnav>li.has_ul>a{
  position: relative;
  z-index: 4;
}
#eqnav li.has_ul>.mainmenu_dropdown_clicker{
  display: none;
}
#eqnav ul.standard-menu {
  position:absolute;
  z-index: 2;
  list-style-type: none;
  top:auto;
  left: 0; 
  padding: 0 0 0;
  margin: 0px;
  display:none;
  width: 222px;
  -webkit-box-shadow:  0 5px 15px -5px rgba(0,0,0, .2), 0 0 0 1px rgba(0,0,0, .06);
  -moz-box-shadow:     0 5px 15px -5px rgba(0,0,0, .2), 0 0 0 1px rgba(0,0,0, .06);
  box-shadow:          0 5px 15px -5px rgba(0,0,0, .2), 0 0 0 1px rgba(0,0,0, .06);
}
#eqnav ul.standard-menu ul.standard-menu{
  position:absolute;
  top:auto;
  left:220px;
  margin:0px 0px 0px 0;
  padding: 0 0 0;
  border-top: 0;
  }
#eqnav ul.standard-menu ul.standard-menu:before{
  content: "";
  position: absolute;
  top: 17px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
}
#eqnav ul li{
  padding: 0;
  margin: 0;
  border-left: none; 
  border-right: none;
  background: none;
  }
body.no-js #eqnav li:hover>ul{
  display: block;
}

#eqnav li ul.standard-menu a{
  width : 182px; 
  height: auto;
  line-height: 20px;
  padding: 12px 20px;
  margin: 0;
  float:left;
  display: block;
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
  }


/** megamenu stylesheet helper */
#eqnav ul.wip-mega-menu .mega-section .mega-section-heading {
  margin: 0 0 15px;
  padding: 0 0 0;
}
#eqnav ul.wip-mega-menu .mega-section .mega-section-heading>h3{
  font-size: 1.05em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 0;
  padding: 0 0 0;
  line-height: 110%;
}
#eqnav li.parent-mega-menu {
  position: static;
}
#eqnav li.parent-mega-menu>a{
  position: relative;
}

#eqnav ul.wip-mega-menu{
  position: absolute;
  z-index: 2;
  display: none;
  list-style-type: none;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow:  0 1px 2px rgba(0,0,0, .08), 0px 13px 25px rgba(0,0,0, .08);
  -moz-box-shadow:     0 1px 2px rgba(0,0,0, .08), 0px 13px 25px rgba(0,0,0, .08);
  box-shadow:          0 1px 2px rgba(0,0,0, .08), 0px 13px 25px rgba(0,0,0, .08);
}
#eqnav ul.wip-mega-menu>li.li-mega-menu{
  float: none;
  list-style-type: none;
  width: auto;
  display: list-item;
  padding: 30px 30px 0 30px;
}
#eqnav ul.wip-mega-menu>li.li-mega-menu:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#eqnav ul.wip-mega-menu ul,
#eqnav ul.wip-mega-menu:hover ul{
  position:static;
  display: list-item;
  width: auto;
  left: 0;
  margin:0px 0px 0px 0;
  padding: 0px;
  box-shadow: none;
  }
#eqnav ul.wip-mega-menu .mega-section {
  margin: 0 0 30px;
  padding: 0;

  }
#eqnav ul.wip-mega-menu .mega-section ul,
#eqnav ul.wip-mega-menu .mega-section li{
  list-style-type: none;
  display: list-item;
  float: none;
  width: auto;
}
#eqnav ul.wip-mega-menu li.li-mega-menu a{
  float: none;
  display: inline-block;
  width: auto;
  line-height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  left: 0;
  background: none;
  text-transform: none;
}
#eqnav ul.wip-mega-menu .mega-section ul li{
  margin: 0 0 6px;
  padding: 0 0 6px;
}
#eqnav ul.wip-mega-menu .mega-section ul ul{
  list-style-type: none;
  margin: 0 0 0;
  padding: 0;
  position: relative;
  margin-top: 6px;
  padding-top: 6px;
}
#eqnav ul.wip-mega-menu .mega-section ul ul:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0px;
  top: 0px;
}
#eqnav ul.wip-mega-menu .mega-section ul ul>li {
  margin-left: 20px;
  position: relative;
}
#eqnav ul.wip-mega-menu .mega-section ul ul>li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  left: -20px;
  top: 10px;
}
#eqnav ul.wip-mega-menu .mega-section ul ul>li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.mega-section .swiper-wrapper {
  position:relative;
  width:auto;
  height: 100px;
  overflow:hidden;
  visibility: hidden;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;
}
.mega-section .mega-col-slide {
  margin: 0 -5px;
  padding: 0;
  position: relative;
  height: auto;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.mega-section .mega-col-slide:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.mega-col-slide .mega-swipe {
  position: relative;
  float: left;
  margin: 0 0 0;
  padding: 0 0 0;
}
.mega-col-slide .mega-swipe .megamenu-column-article {
  padding: 0 5px 0 5px;
}
.portfolio-carousel-mega-section .mega-col-slide .mega-swipe .megamenu-column-article{
  padding: 0 1px 0 1px;
}
.mega-col-slide .mega-swipe .megamenu-column-article img{
  width: 100%;
  height: auto;
  zoom: 1;
  margin: 0;
  padding: 0;
  top: 0;
}
.mega-col-slide .mega-swipe .megamenu-column-article .project-columns-thumbnail{
  margin: 0;
  padding: 0!important;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
}
.mega-col-slide .mega-swipe .megamenu-column-article .project-columns-thumbnail a{
  display: block!important;
}
.mega-col-slide .mega-swipe .megamenu-column-article .project-columns-thumbnail img{
  margin: 0 0 0!important;
}
#eqnav ul.wip-mega-menu li.li-mega-menu .mega-col-slide .swipper-paginate-megamenu-arrows{
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 13px;
  top: 50%;
  margin: -15px 0 0 0;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
#eqnav ul.wip-mega-menu li.li-mega-menu .mega-col-slide .swipper-paginate-megamenu-arrows.previous-swiper{
  left: 0;
  text-align: center;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  transform: translateX(30px);
}
#eqnav ul.wip-mega-menu li.li-mega-menu .mega-col-slide .swipper-paginate-megamenu-arrows.next-swiper{
  left: inherit;
  right: 0;
  text-align: center;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
}
#eqnav ul.wip-mega-menu li.li-mega-menu .mega-col-slide:hover .swipper-paginate-megamenu-arrows{
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}


/** offcanvas main menu */
#menu.mobile-menu-ready{
  position: static;
}
#menu.mobile-menu-ready ul#eqnav{
  float: none;
  position: fixed;
  z-index: 99;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  max-width: 80%;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  box-shadow: 3px 0 8px rgba(0,0,0, .3);
  -webkit-overflow-scrolling: touch;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
  transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);

  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
/** fix for android browser not fired the transform */
body.ismobile #menu.mobile-menu-ready ul#eqnav{
  -webkit-animation: mainmenuhide 0.2s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    mainmenuhide 0.2s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      mainmenuhide 0.2s cubic-bezier(.19,1,.22,1) 0s;
  animation:         mainmenuhide 0.2s cubic-bezier(.19,1,.22,1) 0s;
}
#menu.mobile-menu-ready ul#eqnav li,
#menu.mobile-menu-ready ul#eqnav ul{
  position: relative!important;
  float: none;
  display: list-item;
  line-height: 20px;
  width: auto!important;
  left: 0;
  height: auto;
  clear: both;
}

#menu.mobile-menu-ready #eqnav>li.current-menu-item>a:before,
#menu.mobile-menu-ready #eqnav>li.has_ul>a:before{
  display: none;
  width: 0;
  height: 0;
  line-height: 0; 
}
#menu.mobile-menu-ready #eqnav li.has_ul{
  position: relative;
}
#menu.mobile-menu-ready #eqnav li.has_ul>.mainmenu_dropdown_clicker{
  position: absolute;
  z-index: 99;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 5px;
  text-align: center;
  font-size: 17px;
  font-family: Georgia, serif;
  vertical-align: middle;
  border-left: 1px solid rgba(0,0,0,.06);
  cursor: pointer;
}
#menu.mobile-menu-ready #eqnav li.has_ul>.mainmenu_dropdown_clicker:before{
  content: "+";
}
#menu.mobile-menu-ready #eqnav li.has_ul.children_open>.mainmenu_dropdown_clicker:before{
  content: "-";
}
#menu.mobile-menu-ready ul#eqnav ul.standard-menu,
#menu.mobile-menu-ready ul#eqnav ul.wip-mega-menu{
  display: none;
}
#menu.mobile-menu-ready ul#eqnav li.has_ul.children_open>ul.standard-menu,
#menu.mobile-menu-ready ul#eqnav li.has_ul.children_open>ul.wip-mega-menu{
  display: list-item;
}
#menu.mobile-menu-ready ul#eqnav ul.standard-menu{
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
}
#menu.mobile-menu-ready #eqnav ul.standard-menu ul.standard-menu:before{
  display: none;
}
#menu.mobile-menu-ready ul#eqnav>li>a,
#menu.mobile-menu-ready ul#eqnav ul.standard-menu li a{
  position: relative;
  line-height: 20px;
  margin: 0;
  float: none;
  width: auto;
  height: auto;
  padding: 15px;
  background: transparent url(../images/grad.png) scroll left bottom repeat-x;
}
#menu.mobile-menu-ready #eqnav ul{
  box-shadow: none;
}
#menu.mobile-menu-ready #eqnav ul.standard-menu>li>a:after{
  content: "";
  position: absolute;
  height: 3px;
  width: 3px;
  left: -12px;
  top: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -3px 0 0 0;
}
#menu.mobile-menu-ready #eqnav ul.wip-mega-menu>li.li-mega-menu{
  padding: 30px 15px 15px;
}
#menu.mobile-menu-ready #eqnav ul.wip-mega-menu>li.li-mega-menu [class*="span"] {
  float: none;
  display: block;
  width: 100%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu.mobile-menu-ready #eqnav ul.standard-menu,
#menu.mobile-menu-ready #eqnav ul.wip-mega-menu{
  background: transparent url(../images/dark5.png) scroll 0 0 repeat;
}
#menu.mobile-menu-ready #eqnav ul.wip-mega-menu .mega-section{
  margin: 0 0 15px;
}
#menu.mobile-menu-ready #eqnav ul.wip-mega-menu [class^="span"]{
  margin-bottom: 30px;
}




/** off-canvas elements helpers */
/** ------------- css3 animation frames ------------- **/
@-webkit-keyframes movesiteleft {
  from { left: 0;}
  to {left: -300px;}
}
@-moz-keyframes movesiteleft {
  from { left: 0;}
  to {left: -300px;}
}
@-o-keyframes movesiteleft {
  from { left: 0;}
  to {left: -300px;}
}
@keyframes movesiteleft {
  from { left: 0;}
  to {left: -300px;}
}
@-webkit-keyframes reservedmovesiteleft {
  from { left: -300px;}
  to {left: 0;}
}
@-moz-keyframes reservedmovesiteleft {
  from { left: -300px;}
  to {left: 0;}
}
@-o-keyframes reservedmovesiteleft {
  from { left: -300px;}
  to {left: 0;}
}
@keyframes reservedmovesiteleft {
  from { left: -300px;}
  to {left: 0;}
}

@-webkit-keyframes movesiteright {
  from { left: 0;}
  to {left: 300px;}
}
@-moz-keyframes movesiteright {
  from { left: 0;}
  to {left: 300px;}
}
@-o-keyframes movesiteright {
  from { left: 0;}
  to {left: 300px;}
}
@keyframes movesiteright {
  from { left: 0;}
  to {left: 300px;}
}
@-webkit-keyframes reservedmovesiteright {
  from { left: 300px;}
  to {left: 0;}
}
@-moz-keyframes reservedmovesiteright {
  from { left: 300px;}
  to {left: 0;}
}
@-o-keyframes reservedmovesiteright {
  from { left: 300px;}
  to {left: 0;}
}
@keyframes reservedmovesiteright {
  from { left: 300px;}
  to {left: 0;}
}


@-webkit-keyframes mainmenushow {
  from { -webkit-transform: translateX(-300px); }
  to { -webkit-transform: translateX(0); }
}
@-moz-keyframes mainmenushow {
  from { -moz-transform: translateX(-300px); }
  to {-moz-transform: translateX(0);}
}
@-o-keyframes mainmenushow {
  from { -o-transform: translateX(-300px); }
  to {-o-transform: translateX(0);}
}
@keyframes mainmenushow {
  from { transform: translateX(-300px); }
  to {transform: translateX(0);}
}
@-webkit-keyframes mainmenuhide {
  from { -webkit-transform: translateX(0); }
  to { -webkit-transform: translateX(-300px); }
}
@-moz-keyframes mainmenuhide {
  from { -moz-transform: translateX(0); }
  to {-moz-transform: translateX(-300px);}
}
@-o-keyframes mainmenuhide {
  from { -o-transform: translateX(0); }
  to {-o-transform: translateX(-300px);}
}
@keyframes mainmenuhide {
  from { transform: translateX(0); }
  to {transform: translateX(-300px);}
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-moz-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-o-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-moz-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-o-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
/** ------------- end css3 animation frames ------------- **/
#off-canvas-on-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0,0,0, .5);
  box-shadow: inset 50px 0 100px 0 rgba(0,0,0, .3); 
  cursor: pointer;
  display: none;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
html.off-canvas-left-on,
html.off-canvas-right-on{
  overflow: hidden;
}
html.off-canvas-left-on body,
html.off-canvas-right-on body{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
html.off-canvas-left-off #site{
  position: relative;
  left: 0;
  overflow: visible;
  -webkit-animation: reservedmovesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    reservedmovesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      reservedmovesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         reservedmovesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -webkit-backface-visibility:hidden;
}
html.off-canvas-left-on #site,
html.off-canvas-left-on.off-canvas-left-off #site{
  position: relative;
  left: 300px;
  overflow: visible;
  -webkit-animation: movesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    movesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      movesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         movesiteright 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
html.off-canvas-right-off #site{
  position: relative;
  left: 0;
  overflow: visible;
  -webkit-animation: reservedmovesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    reservedmovesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      reservedmovesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         reservedmovesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -webkit-backface-visibility:hidden;
}
html.off-canvas-right-on #site,
html.off-canvas-right-on.off-canvas-right-off #site{
  position: relative;
  left: -300px;
  overflow: visible;
  -webkit-animation: movesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    movesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      movesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         movesiteleft 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
html.off-canvas-left-on #nav-bar,
html.off-canvas-left-off #nav-bar,
html.off-canvas-left-on #menu.mobile-menu-ready,
html.off-canvas-left-off #menu.mobile-menu-ready{
  position: static;
}
html.off-canvas-left-off #menu.mobile-menu-ready ul#eqnav{
  display: block;
  transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -webkit-animation: mainmenuhide 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    mainmenuhide 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      mainmenuhide 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         mainmenuhide 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
html.off-canvas-left-on #menu.mobile-menu-ready ul#eqnav,
html.off-canvas-left-on.off-canvas-left-off #menu.mobile-menu-ready ul#eqnav{
  display: block;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-animation: mainmenushow 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    mainmenushow 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      mainmenushow 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         mainmenushow 0.6s cubic-bezier(.19,1,.22,1) 0s;
}


html.off-canvas-left-on #off-canvas-on-overlay,
html.off-canvas-right-on #off-canvas-on-overlay{
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
html.off-canvas-left-on #master-header ,
html.off-canvas-left-on #top,
html.off-canvas-right-on #top,
html.off-canvas-right-on #master-header {}

span.menu-title-ribbon{
  display: inline-block;
  position: relative;
  top: -2px;
  height: 14px;
  line-height: 14px!important;
  vertical-align: middle;
  font-size: 8px!important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0 2px;
  padding: 0 3px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  text-rendering: none!important;
  font-weight: 300!important;
}





/* `INNER PAGES
--------------------------------------------------------------------*/
#main{
  margin: 0px; 
  padding: 0;
  position: relative;
  z-index: 1;
}
#content-container{
  margin: 0;
  padding: 0;
}
#fullwidth-slider-block{
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#fullwidth-slider-block .rev_slider_wrapper.fullwidthbanner-container{
  height: auto!important;
}


/**
 * Headings
 */
header#main-heading{
  margin: 0;
  padding: 0;
  text-align: center;
}
header#main-heading>.wrap{
  position: relative;
  padding: 40px 0 40px;
}
header#main-heading>.wrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px 12px 0 12px;
  border-style: solid;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  -moz-border-end-style:dashed !important;
}
header#main-heading h1#page-title{
  display: inline-block;
  font-size: 36px;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: 0.015em;
  white-space: pre-wrap;
  padding: 0;
  margin: 0px;
  position: relative;
}
header#main-heading h1#page-title [class^="imoon-"] {
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}





/* `PROJECT / PORTFOLIO
--------------------------------------------------------------------*/
.project-wraper {
  margin: 0 0 30px;
  clear: both;
}
.project-wraper:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
[class^="masonry-project-"]{
  position: relative;
  margin: 0;
  padding: 0;
}
.project-columns{
  margin: 0 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.project-columns:hover {
  box-shadow: inset 0 0 0 5px rgba(0,0,0, .04);
}
.project-columns .project-columns-thumbnail {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.project-columns .project-columns-thumbnail a{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.project-columns:hover .project-columns-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-animation: fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
.project-columns .project-columns-thumbnail a:after{
  content: "\e702";
  position: absolute;
  z-index: 2;
  font-family: 'icomoon';
  font-size: 18px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  padding: 0;
  border: 2px solid #fff;
  background-color: rgba(255,255,255, .2);
  color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-animation: fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         fadeOut 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
.project-columns:hover .project-columns-thumbnail a:before,
.project-columns:hover .project-columns-thumbnail a:after{
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-animation: fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
  animation:         fadeIn 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
.project-columns-thumbnail img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition:   all 0.4s ease-in-out 0s;
  -moz-transition:      all 0.4s ease-in-out 0s;
  -o-transition:        all 0.4s ease-in-out 0s;
  transition:           all 0.4s ease-in-out 0s;
}
.project-columns h3.project-column-title{
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 0 0;
  padding: 15px;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition:   all 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -moz-transition:      all 0.6s cubic-bezier(.19,1,.22,1) 0s;
  -o-transition:        all 0.6s cubic-bezier(.19,1,.22,1) 0s;
  transition:           all 0.6s cubic-bezier(.19,1,.22,1) 0s;
}
.project-columns:hover h3.project-column-title{
  bottom: -50%;
}
.project-columns:hover .project-columns-thumbnail img{
  transform: scale(1.5);
  -webkit-transform: scale(1.5) rotate(15deg);
}

/** filter bar */
.project-filters {
  float: right;
  margin: -10px 0 30px;
  padding: 0;
}
.project-filters.filter-no-heading{
  margin-top: 0;
}
.project-filters ul.filter-lists{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.filter-lists>li{
  list-style-type: none;
  float: left;
  margin: 0 0 4px 0;
  padding: 5px 0 5px;
}
ul.filter-lists>li>a{
  display: block;
  position: relative;
  margin: 0;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  text-transform: uppercase;
}
ul.filter-lists>li>a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin: -5px 0 0 0;
  padding: 0;
}

p.load-more-buttons{
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
p.load-more-buttons .load-more-projects{
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
p.load-more-buttons .load-more-projects [class^="imoon-"]{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  text-align: center;
}


#portfolio-single-wrap{
  margin: 0;
  padding: 0;
}
header#portfolio-single-title {
  margin: 0 0 30px;
  padding: 0 0 40px;
  line-height: 130%;
  vertical-align: middle;
}
header#portfolio-single-title:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
header#portfolio-single-title h1{
  display: inline;
  white-space: normal;
  margin: 0;
  padding: 0;
  line-height: 130%;
  vertical-align: middle;
}
.project-posted {
  float: right;
  clear: right;
  display: inline-block;
  margin: 0 0 0;
  padding: 0;
  vertical-align: middle;
}
.project-posted span{
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.project-posted span time{
  display: inline-block;
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 10px;
  text-transform: uppercase;
}
.project-description{
  margin: 0 0 30px;
  padding: 0;
}
.project-description:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.related-project-wraper{
  margin: 0 0 50px;
}

/** single portfolio gallery */
.wrap-gallery{
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project-gallery {
  position:relative;
  margin: 0;
  padding: 0;
  height: 200px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  background: url(../images/loading.gif) center center no-repeat;
}
.project-gallery:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.project-inner-gallery{
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: cubic-bezier(.785,.135,.15,.86);
  z-index:1;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-gallery {
  float: left;
  display: block;
  margin: 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.portfolio-gallery.audio-obj,
.portfolio-gallery.video-obj{
  height: auto;
}
.portfolio-gallery:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.portfolio-gallery.audio-obj:before,
.portfolio-gallery.video-obj:before{
  display: none;
}
.pg-image{
  display: inline-block;
  position: relative;
  max-height: 600px;
  width: auto;
  max-width: 90%;
}
.portfolio-gallery .pg-image img{
  display: inline-block;
  max-height: 600px;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.portfolio-gallery .pg-image .portfolio-image-desc{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  line-height: 20px;
  color: #fff;
  background-color: rgba(0,0,0, .7);
  z-index: 2;
  zoom:1;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate( 0, -50px);
  -moz-transform: translate( 0, -50px);
  -webkit-transform: translate( 0, -50px);
  -webkit-transition:   all 0.4s cubic-bezier(.445,.05,.55,.95) 0s;
  -moz-transition:      all 0.4s cubic-bezier(.445,.05,.55,.95) 0s;
  -o-transition:        all 0.4s cubic-bezier(.445,.05,.55,.95) 0s;
  transition:           all 0.4s cubic-bezier(.445,.05,.55,.95) 0s;
}
.portfolio-gallery .pg-image:hover .portfolio-image-desc{
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate( 0, 0);
  -moz-transform: translate( 0, 0);
  -webkit-transform: translate( 0, 0);
}
.portfolio-gallery .galery-video-inner{
  margin: 0 auto 0 auto;
  padding: 0;
  width: 80%;
  max-width: 1160px;
  height: auto;
  vertical-align: middle;
}
body.boxed-layout .portfolio-gallery .galery-video-inner{
  width: 90%;
  max-width: 1160px;
}
.portfolio-gallery .galery-video-inner:after,
.portfolio-gallery.video-obj .galery-video-inner>p:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.portfolio-gallery.video-obj .galery-video-inner>p{
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 0;
}
.portfolio-gallery.audio-obj .galery-video-inner>p{
  display: block;
  overflow: visible;
  margin: 0 0 0 0;
}
.portfolio-gallery.video-obj .galery-video-inner>p iframe,
.portfolio-gallery.video-obj .galery-video-inner>p embed,
.portfolio-gallery.video-obj .galery-video-inner>p video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-gallery.audio-obj .galery-video-inner>p iframe,
.portfolio-gallery.audio-obj .galery-video-inner>p embed{
  display: block;
  width: 100%;
}
.portfolio-gallery .webinpixels_video{
  margin: 0;
  padding: 0;
}
.portfolio-gallery .webinpixels_video>*{
  margin: 0 0 0 0;
}
.youtube-player{
  -moz-transition: none;
  transition: none;
}

.project-gallery, .project-inner-gallery, .portfolio-gallery {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.project-gallery {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.project-inner-gallery {
  -ms-perspective: 1200px;
}

.wrap-gallery a.portfolio-gallery-arrows{
  position: absolute;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  top: 50%;
  margin: -45px 0 0 0;
  cursor: pointer;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition:   all 0.2s cubic-bezier(.445,.05,.55,.95) 0s;
  -moz-transition:      all 0.2s cubic-bezier(.445,.05,.55,.95) 0s;
  -o-transition:        all 0.2s cubic-bezier(.445,.05,.55,.95) 0s;
  transition:           all 0.2s cubic-bezier(.445,.05,.55,.95) 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrap-gallery a.portfolio-gallery-arrows.previous-arrow{
  left: 0;
  transform: translate( -20px, 0);
  -moz-transform: translate( -20px, 0);
  -webkit-transform: translate( -20px, 0);
}
.wrap-gallery a.portfolio-gallery-arrows.next-arrow{
  right: 0;
  transform: translate( 20px, 0);
  -moz-transform: translate( 20px, 0);
  -webkit-transform: translate( 20px, 0);
}
.wrap-gallery:hover a.portfolio-gallery-arrows{
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate( 0, 0);
  -moz-transform: translate( 0, 0);
  -webkit-transform: translate( 0, 0);
}




/* `BLOG
--------------------------------------------------------------------*/
.blog-wraper{
  margin: 0;
  padding: 0;
}
.blog-wraper:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
article.blog-default {
  margin: 0 0 50px;
  padding: 0;
}
article.blog-default:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
article.blog-default>header{
  margin: 0 0 0;
  padding: 0;
  overflow: hidden;
}
article.blog-default>header h1,
article.blog-default>header h2{
  margin: 0 0 30px;
  padding: 0;
  font-weight: normal;
}

article.blog-default .article-meta{
  margin: 0 0 0;
  padding: 0;
  font-size: 11px;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
article.blog-default .article-meta span{
  display: table-cell;
  padding: 12px 6px;
  margin: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
article.blog-default .article-meta span [class^="imoon-"],
article.blog-default .article-meta span [class^="wipfont-"],
article.blog-default .article-meta span img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
article.blog-default .article-meta span.article-post-format-icon{
  margin: 0;
  padding: 6px 0;
  vertical-align: middle;
  text-align: center;
}
article.blog-default .article-meta span.article-post-format-icon [class^="icon-"]{
  margin: 0 0 0 0;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 0;
}


article.blog-default .blog-preview{
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 0 5px rgba(0,0,0, .02);
}
article.blog-default .blog-preview.loading-preview,
.blog-column-preview.loading-preview{
  position: relative;
  height: 100px;
  overflow: hidden;
}
article.blog-default .blog-preview.loading-preview:before,
.blog-column-preview.loading-preview:before {
  content: "\e67c";
  font-family: 'icomoon';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: -20px 0 0 -20px;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
article.blog-default .blog-preview img{
  *zoom: 1;
  width: 100%;  
  height: auto;
  display: block;
  margin: 0 auto;
}
article.blog-default .blog-preview img.blog-lazy,
.blog-column-preview img.blog-lazy{
  opacity: 0;
  filter: alpha(opacity=0);
  min-height: 100px;
}
article.blog-default .entry-content{
  clear: both;
  margin: 0 0 30px;
  padding: 15px 0 0;
}
article.blog-default .entry-content:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.read-more-wrap{
  clear: both;
  margin: 0 0 30px;
  padding: 0 0 0;
}

article .blog-preview.audio-preview,
article .blog-column-preview.audio-preview{
  min-height: 30px;
  position: relative;
}
article .blog-column-preview.audio-preview img{
  width: auto;
  max-width: 100%;
}
article .blog-preview.audio-preview .mejs-container,
article .blog-column-preview.audio-preview .mejs-container{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}

.article-column-wraper{
  margin: 0 0 30px;
  padding: 0 0 0;
}
[class*=' masonry-blog'] .article-column-wraper,
[class^='masonry-blog'] .article-column-wraper{
  margin-bottom: 0;
}
article.blog-column{
  margin: 0;
  padding: 0;
}
.blog-column-preview {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.blog-column-preview.audio-preview{
  overflow: visible;
}
article.blog-column header{
  margin: 0;
  padding: 10px 15px 10px;
  position: relative;
}
article.blog-column header h3{
  font-size: 1.2em;
  line-height: 130%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
article.blog-column .article-meta-column{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
article.blog-column .article-meta-column span{
  display: table-cell;
  margin: 0 0 0 0;
  padding: 8px 0 6px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
article.blog-column .article-meta-column span [class^="imoon-"],
article.blog-column .article-meta-column span [class^="wipfont-"]{
  margin-right: 4px;
  font-size: 13px;
  vertical-align: middle;
}
.entry-content-column{
  margin: 0;
  padding: 10px 15px;
}


article .blog-preview iframe,
article .blog-column-preview iframe{
  display: block;
  width: 100%;
}
/** fix shortcode p */
article .blog-preview>p,
article .blog-column-preview>p{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
article.format-video .blog-preview>p,
article.format-video .blog-column-preview>p,
.video-widget-wrap>p,
.video-obj>p {
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 0;
}
article.format-video .blog-preview>p iframe,
article.format-video .blog-preview>p embed,
article.format-video .blog-preview>p video,
article.format-video .blog-column-preview>p iframe,
article.format-video .blog-column-preview>p embed,
article.format-video .blog-column-preview>p video,
.video-widget-wrap>p iframe,
.video-widget-wrap>p embed,
.video-widget-wrap>p video,
.video-obj>p iframe,
.video-obj>p embed,
.video-obj>p video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.blog-gallery {
  position:relative;
  overflow:hidden;
  width:100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
}
.blog-gallery:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.blog-inner-gallery{
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  overflow:hidden;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  z-index:1;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.blog-gallery-images {
  float: left;
  display: block;
  margin: 0 0 0;
}
.blog-gallery, .blog-inner-gallery, .blog-gallery-images {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blog-gallery {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.blog-inner-gallery {
  -ms-perspective: 1200px;
}
.blog-gallery .blog-swiper-arrow{
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.3em;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  top: 50%;
  margin: -25px 0 0 0;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.blog-gallery .blog-swiper-arrow.arrow-left{
  left: 0;
  transform: translate( -25px, 0 );
  -moz-transform: translate( -25px, 0 );
  -webkit-transform: translate( -25px, 0 );
}
.blog-gallery .blog-swiper-arrow.arrow-right{
  right: 0;
  transform: translate( 25px, 0 );
  -moz-transform: translate( 25px, 0 );
  -webkit-transform: translate( 25px, 0 );
}
.blog-gallery:hover .blog-swiper-arrow{
  transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.blog-inner-gallery img{
  *zoom: 1;
  width: 100%;
  height: auto;
}



.article-post-in-tag{
  clear: both;
  margin: 30px 0 30px;
  padding: 21px 0 21px;
  position: relative;
  text-align: center;
  font-size: 12px;
}
.article-post-in-tag:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20%;
  height: 0px;
  margin: 0 0 0 -10%;
  padding: 0;
}
.article-post-in-tag:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  height: 0px;
  margin: 0 0 0 -10%;
  padding: 0;
}
.article-post-in-tag span{
  font-style: italic;
  zoom: 1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}


.paging-navigation,
.comment-navigation {
  margin: 0 0 30px;
  padding: 0;
}
.paging-navigation:after,
.comment-navigation:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.column-navigation,
.paging-navigation.column-navigation{
  padding: 30px 0 0;
}
.nav-links{
  margin: 0;
  padding: 0;
}
.nav-links:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.nav-previous{
  float: left;
  margin: 0;
}
.nav-next{
  float: right;
  margin: 0;
}

.post-related{
  margin: 0 0 30px;
}




/* `SEARCH RESULTS
--------------------------------------------------------------------*/
#search-results-wrap{
  margin: 0;
  padding: 0;
}
article.search-result-item {
  margin: 0 0 50px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
article.search-result-item h3{
  margin: 0 0 5px;
  padding: 0 0 0;
  font-weight: normal;
}
.search_post_date {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.search_post_date [class^="wipfont-"]{
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}
.search-result-description:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.search-result-description .attachment-post-thumbnail {
  float: left;
  display: inline-block;
  margin: 1em 20px 1em 0;
  padding: 4px;
  *zoom: 1;
}


/* `COMMENTS
--------------------------------------------------------------------*/
#comments{
  clear: both;
  margin: 0;
  padding: 0;
}

ol.comment-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol.comment-list li.comment{
  list-style-type: none;
}
ol.comment-list li.comment{
  margin: 0 0 15px;
  padding: 0;
}
ol.comment-list ol.children {
  padding-top: 15px;
  margin-left: 14px
}


ol.comment-list ol.children{
  position: relative;
}
ol.comment-list ol.children:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
}
ol.comment-list ol.children>li.comment{
  position: relative;
}
ol.comment-list ol.children>li.comment:before {
  content: "";
  position: absolute;
  display: block;
  top: 29px;
  left: -24px;
  width: 20px;
  height: 1px;
}

article.comment-body {
  margin: 0;
  padding: 0;
  position: relative;
}
.comment-meta {
  margin: 0 0 10px;
  padding: 0;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}
.comment-meta:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 60px;
}
.comment-meta:after,
article.comment-body .comment-content:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.comment-meta img.avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  padding: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.comment-meta .fn{
  display: inline-block;
  font-size: 1.1em;
  margin-right: 5px;
}
.comment-meta .says{
  text-transform: uppercase;
  font-size: 10px;
}
.comment-meta .comment-metadata {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
}
.comment-meta .comment-metadata .edit-link{
  float: right;
  margin: 0;
  padding: 0;
}
article.comment-body .comment-content{
  margin: 0 0 0 60px;
  padding: 15px 20px;
  position: relative;
}
li.parent>article.comment-body .comment-content:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  padding-top: 10px;
  top: -10px;
  left: -31px;
}
article.comment-body .comment-meta .comment-awaiting-moderation {
  position: absolute;
  top: 15px;
  right: 0;
  margin: 0;
  padding: 0 10px;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  background-color: #fff7cf;
  color: #716332;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
article.comment-body .reply{
  position: absolute;
  display: inline-block;
  bottom: 1px;
  right: 1px;
  margin: 0;
  padding: 1px 6px;
  font-size: 10px;
  text-transform: uppercase;
  visibility: hidden;
}
article.comment-body:hover .reply{
  visibility: visible;
}

#respond{
  margin: 0 0 30px;
  padding: 15px 20px;
}
#respond:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
ol.comment-list #respond{
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 30px;
}
h3#reply-title{
  margin: -15px -20px 30px;
  padding: 10px 20px;
  position: relative;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment,
#respond p.form-submit {
  margin: 0 0 0;
  padding: 5px 0 5px 40px;
  position: relative;
}

p.comment-form-author:before,
p.comment-form-email:before,
p.comment-form-url:before,
p.comment-form-comment:before{
  content: "";
  speak: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
}
#respond p.form-submit{
  margin: 0 0 10px;
}
#respond p.form-submit:before{
  content: "";
  speak: none;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 0;
  left: 15px;
}
#respond p.form-submit:after{
  content: "";
  speak: none;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 15px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#reviews p.comment-form-rating label,
#respond p.comment-form-rating label  {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 50%;
  margin: -15px 0 0 0;
  font-size: 0.00001em;
  color: transparent;
  text-indent: -9999em;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#respond .comment-form-author label:before,
#respond .comment-form-email label:before,
#respond .comment-form-url label:before,
#respond .comment-form-comment label:before {
  font-family: 'icomoon'; 
  font-size: 15px;
  text-indent: 0;
  speak: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}
#respond .comment-form-author label:before{
  content: "\e674";
}
#respond .comment-form-email label:before{
  content: "\e640";
}
#respond .comment-form-url label:before{
  content: "\e6c3";
}
#respond .comment-form-comment label:before{
  content: "\e606";
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#respond .comment-form-author label .required,
#respond .comment-form-email label .required,
#respond .comment-form-comment label .required {
  position: absolute;
  display: inline-block;
  top: -4px;
  left: -4px;
  width: 12px;
  height: 12px;
  line-height: 17px;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  text-indent: 0;
  vertical-align: bottom;
  font-family: Georgia, serif;
  color: #fff;
  background-color: #f30000;
  border: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#comments .comment-respond .comment-notes,
.logged-in-as{
  margin: 0 0 30px;
  padding: 0;
  font-size: 0.9em;
}
#comments .comment-respond .form-allowed-tags {
  display: none;
}
#respond .comment-subscription-form{
  margin: 0 0 2px 40px;
  padding: 5px 10px;
  font-size: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#respond .comment-subscription-form label{
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}




/* `SIDEBAR
--------------------------------------------------------------------*/
.sidebar-wraper{
  min-height: 100%;
  height: auto;
  padding: 50px 0 50px;
  -webkit-backface-visibility:hidden;
}
#sidebar {
  margin: 0;
  padding: 0 0 0;
  position: relative;
}
.sidebar-wraper.pull-right #sidebar{
  margin-left: 6.66222518321119%;
  *margin-left: 6.51085141903172%;
}
.sidebar-wraper.pull-left #sidebar{
  margin-right: 6.66222518321119%;
  *margin-right: 6.51085141903172%;
}
#sidebar .sidebarbox{
  margin: 0 0 0;
  padding: 30px;
  position: relative;
}
.sidebarbox:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.sidebarbox>header{
  margin: -30px -30px 30px;
  padding: 0 0 0;
  background-image: url(../images/grad-light.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
.sidebarbox>header h3{
  display: block;
  position: relative;
  white-space: normal;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 20px 30px 20px;
}

.sidebarbox ul,
.footer-widget ul,
.sidebarbox ol,
.footer-widget ol,
.sidebarbox ul li,
.footer-widget ul li,
.sidebarbox ol li,
.footer-widget ol li{
  margin-left: 0;
}

[class*="sidebarbox widget_"] ul,
[class*="footer-widget widget_"] ul{
  list-style-type: none;
  margin: 0 0 0;
  padding: 0;
}
[class*="sidebarbox widget_"] ul ul,
[class*="footer-widget widget_"] ul ul {
  position: relative;
  margin-top: 0.6em;
  padding-top: 0.6em;
}
[class*="sidebarbox widget_"] ul ul:before,
[class*="footer-widget widget_"] ul ul:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0px;
  top: 0px;
}
[class*="sidebarbox widget_"] ul ul>li,
[class*="footer-widget widget_"] ul ul>li {
  margin-left: 20px;
  position: relative;
}
[class*="sidebarbox widget_"] ul ul>li:before,
[class*="footer-widget widget_"] ul ul>li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  left: -20px;
  top: 0.8em;
}

[class*="sidebarbox widget_"] ul ul>li:last-child,
[class*="footer-widget widget_"] ul ul>li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

[class*="sidebarbox widget_"] ul>li.current-cat,
[class*="sidebarbox widget_"] ul>li.current-menu-item{
  position: relative;
}
[class*="sidebarbox widget_"] ul>li.current-cat>a,
[class*="sidebarbox widget_"] ul>li.current-menu-item>a{
  position: relative;
  display: block;
  z-index: 2;
}
[class*="sidebarbox widget_"] ul>li.current-cat:after,
[class*="sidebarbox widget_"] ul>li.current-menu-item:after{
  content: ".";
  speak: none;
  color: transparent;
  position: absolute;
  z-index: 1;
  display: block;
  left: -30px;
  right: -30px;
  top: -0.6em;
  line-height:inherit;
  height: auto;
  margin:0;
  padding: 0.6em 0 0.6em;
}
[class*="sidebarbox widget_"] ul ul>li.current-cat:after,
[class*="sidebarbox widget_"] ul ul>li.current-menu-item:after{
  left: -20px;
}

[class*="sidebarbox widget_"] ul li{
  list-style-type: none;
  margin: 0 0 0.6em;
  padding: 0 0 0.6em;
}

[class*="sidebarbox widget_"] ul li .post-date{
  display: block;
  font-size: 0.9em;
  margin: 0;
  padding: 4px 0 0;
}
[class*="footer-widget widget_"] ul li .post-date{
  display: block;
  font-size: 0.9em;
  margin: 0;
  padding: 4px 0 0;
}
.sidebarbox.widget_text ul,
.footer-widget.widget_text ul{
  margin: 0 0 30px;
}
.sidebarbox.widget_text li,
.footer-widget.widget_text li{
  padding: 0 0 0;
  margin: 0 0 0;
}
.sidebarbox.widget_text ul,
.sidebarbox.widget_text li,
.footer-widget.widget_text ul,
.footer-widget.widget_text li{
  margin-left: 20px;
  border: 0;
  list-style:none outside;
  list-style-type:disc;
}

.sidebarbox.widget_recent_comments li,
.footer-widget.widget_recent_comments li {
  position: relative;
  padding-left: 24px;
}
.sidebarbox.widget_recent_comments li:after,
.footer-widget.widget_recent_comments li:after{
  font-family: 'wipfont';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e600";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 0 0;
  padding: 0 0 0;
  line-height: 18px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  text-rendering: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}


/** form widget */
label.screen-reader-text,
.screen-reader-text{
  display: none;
}
.sidebarbox input[type="text"],
.sidebarbox input[type="number"],
.sidebarbox input[type="search"],
.footer-widget input[type="text"],
.footer-widget input[type="number"],
.footer-widget input[type="search"],
input[type="search"]{
  width: 100%;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#searchform,
form.search-form{
  position: relative;
  margin: 0;
  padding: 0;
}
#searchform input[type="text"],
form.search-form input[type="search"] {
  padding: 12px 8px;
}
#searchform input[type="submit"],
form.search-form input[type="submit"]{
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  font-size: 0.00001em;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  opacity: 0;
  filter: alpha('opacity=0');
  outline: 0;
}
#searchform:before,
form.search-form:before{
  content: "\e67f";
  font-family: 'icomoon';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 30px;
  font-size: 13px;
  padding: 12px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}


/** post widget */
ul.wip_post_widget{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.wip_post_widget li,
.footer-widget ul.wip_post_widget li{
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  position: relative;
  min-height: 60px;
}
ul.wip_post_widget li:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
ul.wip_post_widget li img{
  float: left;
  margin: 4px 15px 0 0;
  padding: 0;
  width: 60px;
  height: 60px;
}
ul.wip_post_widget li .article-widget-meta{
  display: block;
  font-size: 0.85em;
  margin: 0;
  padding: 4px 0 0 75px;
}
ul.wip_post_widget li .article-widget-meta time{
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-decoration: none;
}

/** wp-calendar */
table#wp-calendar{
  width: 100%;
  margin: 0;
}
table#wp-calendar caption{
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px;
}
table#wp-calendar tfoot td#next{
  text-align: right;
}
table#wp-calendar tbody td,
table#wp-calendar thead th{
  text-align: center;
}
table#wp-calendar tbody td{
  font-size: 0.96em;
}


/** tag clouds */
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud{
  margin: 0;
  padding: 0;
}
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a{
  float: left;
  display: inline-block;
  position: relative;
  margin: 2px 4px 2px 0;
  padding: 4px 6px;
  font-size: 11px!important;
  line-height: 120%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-image: url(../images/grad.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}


/** twitter widget */
#sidebar .sidebarbox.wip_widget_twitter_feed{
  padding-bottom: 0;
}
ul.wip_widget_latest_tweet{
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.sidebarbox ul.wip_widget_latest_tweet{
  margin: 0 -30px 0 -30px;
}
ul.wip_widget_latest_tweet li{
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0 0 20px 0;
  position: relative;
}
ul.wip_widget_latest_tweet>li:last-child,
.sidebarbox ul.wip_widget_latest_tweet>li:last-child{
  margin-bottom: 0;
}
.sidebarbox ul.wip_widget_latest_tweet>li:last-child{
  border-bottom: 0;
}
.sidebarbox ul.wip_widget_latest_tweet li{
  padding: 0 30px 20px 30px;
}
ul.wip_widget_latest_tweet li .twitter-date{
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.8em;
}
.sidebarbox ul.wip_widget_latest_tweet li .twitter-date{
  right: 30px;
}
ul.wip_widget_latest_tweet li .twitter-thumbnail{
  float: left;
  width: 58px;
  height: 58px;
  margin: 0 10px 10px 0;
}
ul.wip_widget_latest_tweet li .twitter-thumbnail a{
  display: block;
  padding: 4px;
  margin: 0;
  outline: 0;
  text-decoration: none;
}
ul.wip_widget_latest_tweet li .twitter-thumbnail a img{
  display: block;
  margin: 0;
  padding: 0;
  *zoom: 1;
  max-width: none;
  width: 100%;
  height: auto
}
ul.wip_widget_latest_tweet li .twitter-name{
  display: block;
  margin: 0 0 2px;
  padding: 4px 0 0;
  font-weight: bold;
}
ul.wip_widget_latest_tweet li .twitter-screenname{
  font-size: 0.9em;
}
ul.wip_widget_latest_tweet li .twitter-text{
  clear: both;
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 0;
}
ul.wip_widget_latest_tweet li .twitter-text .status-action{
  position: absolute;
  display: none;
  top: -23px;
  right: 0;
}
ul.wip_widget_latest_tweet li:hover .twitter-text .status-action{
  display: block;
}
ul.wip_widget_latest_tweet li .twitter-text .status-action a{
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.sidebarbox.wip_widget_twitter_feed,
.footer-widget.wip_widget_twitter_feed{
  position: relative;
}
.sidebarbox.wip_widget_twitter_feed iframe{
  position: absolute;
  right: 30px;
  top: 1.2em;
}
.footer-widget.wip_widget_twitter_feed iframe{
  position: absolute;
  right: 0;
  top: 0;
}



/** flickr widget */
ul.wip_flickr_widget{
  margin: 0px -5px 0px -5px;
  padding: 0;
  list-style-type: none;
}
ul.wip_flickr_widget:after{
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}
ul.wip_flickr_widget li {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 33.3333333%;
  max-width: 95px;
  min-width: 60px;
  background: none;
  border: 0!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul.wip_flickr_widget li .flick_inner{
  display: block;
  margin: 0px;
  padding: 0px 5px 10px 5px;
}
.flick_inner a{
  display: block;
  margin: 0;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
}
.flick_inner a:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flick_inner img{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.after-widget-video{
  margin: 0;
  padding: 10px 0;
}


/** facebook likebox */
.facebook-likebox-wip-widget {
  display: block;
  margin: 0;
  padding: 0;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}



/* `FOOTER
--------------------------------------------------------------------*/
#site-footer{
  margin: 0;
  padding: 0;
}
#footer-widgets-area{
  margin: 0;
  padding: 40px 0 10px;
}
#footer-widgets-area .footer-widget{
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
#footer-widgets-area .footer-widget:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
h3.footer-widget-title{
  margin: 10px 0 15px;
  padding: 0 0 10px;
  font-size: 1.05em;
  line-height: 130%;
  text-transform: uppercase;
}
[class*="footer-widget widget_"] ul li{
  list-style-type: none;
  margin: 0 0 6px;
  padding: 0 0 6px;
}


#copyright{
  position: relative;
  margin: 0;
  padding: 40px 0 60px;
}
#copyright:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#copyright-content{
  float: none;
  margin:0;
  padding: 0;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.075em;
  line-height: 20px;
}
#footer-social-links{
  margin: 0 0 0;
  padding: 0 0 15px;
}
#footer-social-links a{
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 0;
  font-size: 20px;
}
ul.top-bar-rel>li.top-social-links a.top-social-twitter:hover,
#footer-social-links a.footer-social-twitter:hover{
  color: #00a0d1;
}
ul.top-bar-rel>li.top-social-links a.top-social-facebook:hover,
#footer-social-links a.footer-social-facebook:hover{
  color: #3b5998;
}
ul.top-bar-rel>li.top-social-links a.top-social-github:hover,
#footer-social-links a.footer-social-github:hover{
  color: #343434;
}
ul.top-bar-rel>li.top-social-links a.top-social-flickr:hover,
#footer-social-links a.footer-social-flickr:hover{
  color: #ff0084;
}
ul.top-bar-rel>li.top-social-links a.top-social-dribbble:hover,
#footer-social-links a.footer-social-dribbble:hover{
  color: #ea4c89;
}
ul.top-bar-rel>li.top-social-links a.top-social-linkedin:hover,
#footer-social-links a.footer-social-linkedin:hover{
  color: #007bb6;
}
ul.top-bar-rel>li.top-social-links a.top-social-pinterest:hover,
#footer-social-links a.footer-social-pinterest:hover{
  color: #cb2027;
}
ul.top-bar-rel>li.top-social-links a.top-social-youtube:hover,
#footer-social-links a.footer-social-youtube:hover{
  color: #bb0000;
}
ul.top-bar-rel>li.top-social-links a.top-social-foursquare:hover,
#footer-social-links a.footer-social-foursquare:hover{
  color: #0072b1;
}
ul.top-bar-rel>li.top-social-links a.top-social-google-plus:hover,
#footer-social-links a.footer-social-google-plus:hover{
  color: #dd4b39;
}
ul.top-bar-rel>li.top-social-links a.top-social-instagram:hover,
#footer-social-links a.footer-social-instagram:hover{
  color: #517fa4;
}

#footer-content-add{
  float: none;
  margin:0 0 20px;
  padding: 0;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.075em;
  line-height: 20px;
}
#footer-content-add img{
  display: inline-block;
  margin: 0;
  max-width: 100%;
  height: auto
}

/* `CUSTOM ELEMENTS (generated by content manager)
--------------------------------------------------------------------*/
.wip-content-row{
  margin: 0 0 0;
  padding: 30px 0 0;
}
.wip-content-row.custom-design{
  padding: 50px 0 20px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0, .06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .06);
}
.wip-content-row.more-top-padding{
  padding-top: 50px;
}
.wip-content-row.more-bottom-padding{
  padding-bottom: 50px;
}
.wip-content-row.more-top-margin{
  margin-top: 30px;
}
.wip-content-row:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.module-wrapper{
  margin: 0 0 30px;
  padding: 0;
}
.module-wrapper.divider-modular{
  margin-bottom: 5px;
}
.row-wrapper {
  margin: 0 0 30px;
  padding: 30px 0 0; 
}
.module-wrapper:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.module-header{
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  text-align: left;
  line-height: 130%;
}
.module-header.with-filter{
  float: left;
}
.module-header>h3{
  display: inline-block;
  position: relative;
  font-weight: normal;
  line-height: inherit;
  white-space: normal;
  vertical-align: text-top;
  margin: 0 0;
  padding: 0 0 20px;
}
.module-header>h3:after{
  content: "";
  speak: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  margin: 0;
  padding: 0;
}
a.product-see-more{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  padding: 0 6px;
  text-transform: uppercase;
  line-height: inherit;
  z-index: 2;
}

.flat-base-module {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.flat-base-module:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.flat-base-module h3{
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 130%
}
.flat-base-module h3 a{
  font-size: 12px;
  font-family: inherit;
  font-weight: normal;
  text-transform: none;
  color: inherit;
  zoom: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

  .carousel-mode-on.carousel-flat-mode.widthtoosmall {
    padding-left: 0;
  }
  .widthtoosmall .flat-base-module {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 15px;
    margin: 0 0 2px;
  }
  .widthtoosmall .flat-base-module:after{
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .widthtoosmall .flat-base-module h3{
    float: left;
    text-align: left;
    font-size: 1em;
  }
  .widthtoosmall .flat-base-module h3 a {
    display: none;
  }
  .widthtoosmall .flat-base-module .swipper-paginate-flat-arrows {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    bottom: inherit;
    top: 50%;
    margin-top: -14px;
  }
  .widthtoosmall .swipper-paginate-flat-arrows.previous-swiper{
    left: auto!important;
    right: 48px;
  }
  .widthtoosmall .swipper-paginate-flat-arrows.next-swiper{
    right: 10px;
  }

/*! image slide && carousel */
.carousel-mode-on{
  position: relative;
}
.carousel-mode-on.carousel-flat-mode {
  padding-left: 221px;
}
.wipcm-image-slider{
  margin : 0 0 0;
  padding: 0;
}
.wipcm-image-slider .image-slider,
.wipcm-post-carousel,
.wipcm-portfolio-carousel,
.wipcm-product-carousel,
.client-carousel-mode{
  margin: 0 0 0;
  padding: 0;
  position: relative;
  height: 0px;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.wipcm-post-carousel{
  margin: 0 -10px 0 -10px;
  padding-bottom: 0;
}
.wipcm-post-carousel:after,
.wipcm-product-carousel:after,
.wipcm-portfolio-carousel:after,
.client-carousel-mode:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.carousel-flat-mode .wipcm-post-carousel,
.wipcm-portfolio-carousel,
.client-carousel-mode,
.wipcm-product-carousel{
  margin: 0 -1px 0 -1px;
  padding-bottom: 0;
}
.swiper-wrapper,
.portfolio-swiper-wrapper,
.product-swiper-wrapper,
.logo-swiper-wrapper {
  position:relative;
  width:100%;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;
}
.mega-section .swiper-wrapper{
  opacity: 1;
  filter: alpha(opacity=100);
}
.swiper-wrapper:after,
.portfolio-swiper-wrapper:after,
.product-swiper-wrapper:after,
.logo-swiper-wrapper:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.swiper-slide,
.post-carousel-swipe,
.portfolio-carousel-swipe,
.logo-swiper-wrapper .client-logo-holder,
.product-carousel-swipe {
  float: left;
  position: relative;
}

.post-carousel-swipe .post-carousel-article,
.post-carousel-swipe .article-column-wraper {
  padding: 0 10px;
}
.carousel-flat-mode .post-carousel-swipe .post-carousel-article,
.carousel-flat-mode .post-carousel-swipe .article-column-wraper,
.portfolio-carousel-swipe .project-carousel-holder,
.product-carousel-swipe .product-carousel-holder{
  padding: 0 1px 0 1px;
}
.carousel-flat-mode .post-carousel-swipe .article-column-wraper{
  margin-bottom: 0;
}
.swiper-slide>img,
.post-carousel-article>img,
.project-carousel-holder>img,
.product-carousel-holder img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}


.image-slider .swiper-arrow{
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 1.3em;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  top: 50%;
  margin: -35px 0 0 0;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.image-slider .swiper-arrow.arrow-left{
  left: 0;
  transform: translate( -45px, 0 );
  -moz-transform: translate( -45px, 0 );
  -webkit-transform: translate( -45px, 0 );
}
.image-slider .swiper-arrow.arrow-right{
  right: 0;
  transform: translate( 45px, 0 );
  -moz-transform: translate( 45px, 0 );
  -webkit-transform: translate( 45px, 0 );
}
.image-slider:hover .swiper-arrow{
  transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.image-slider img{
  display: block;
  margin: 0 0 0;
  padding: 0;
  *zoom: 1;
}

.swipper-swiperpaginate{
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}
.swipper-swiperpaginate .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
}

.swipper-paginate-arrows{
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  top: 50%;
  margin: -19px 0 0 0;
  text-align: center;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 38px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
}
.swipper-paginate-arrows:hover{
  box-shadow: 0 0 0 5px rgba(0,0,0, .04);
  -moz-box-shadow: 0 0 0 5px rgba(0,0,0, .04);
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0, .04);
}
.swipper-paginate-arrows.previous-swiper{
  left: -42px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  transform: translateX(30px);
}
.swipper-paginate-arrows.next-swiper{
  right: -42px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
}
.carousel-mode-on:hover .swipper-paginate-arrows{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.carousel-mode-on:hover .swipper-paginate-arrows.disabled{
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.flat-base-module .swipper-paginate-flat-arrows{
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  bottom: 10px;
  margin: 0;
  text-align: center;
  zoom: 1;
  border-radius: 38px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
}
.swipper-paginate-flat-arrows:hover{
  box-shadow: 0 0 0 5px rgba(0,0,0, .04);
  -moz-box-shadow: 0 0 0 5px rgba(0,0,0, .04);
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0, .04);
}
.swipper-paginate-flat-arrows.previous-swiper{
  left: 10px;
}
.swipper-paginate-flat-arrows.next-swiper{
  right: 10px;
}
.swipper-paginate-flat-arrows.disabled{
  zoom: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

/** text && media */
.wipcm-text{
  margin: 0;
  padding: 0;
  position: relative;
}
.wipcm-text.wipcm-video{
  padding-top: 15px;
}
.wipcm-media-wrap{
  margin: 0 0 0;
  padding: 0;
}
.wipcm-media-wrap iframe{
  display: block;
  width: 100%;
}
/** fix shortcode p */
.wipcm-media-wrap>p{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.wipcm-media-wrap>p {
  display: block;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wipcm-media-wrap>p iframe,
.wipcm-media-wrap>p embed,
.wipcm-media-wrap>p video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-ajax-loading{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 3.6em;
  text-align: center;
}

/** fancy icon box */
.iconbox-module{
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.iconbox-holder{
  margin: -1px -1px 0 -1px;
  padding: 20px 0 15px;
  text-align: center;
  position: relative;
}
.iconbox-holder:before{
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-image: url(../images/box-flare.png);
  background-attachment: scroll;
  background-position: top right;
  background-repeat: no-repeat;
}
.iconbox-holder:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -6px;
  -moz-border-end-style:dashed !important;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.iconbox-holder .iconbox-inner{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 52px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  -webkit-transition: 0.45s cubic-bezier(.445,.05,.55,.95);
  -moz-transition:    0.45s cubic-bezier(.445,.05,.55,.95);
  -ms-transition:     0.45s cubic-bezier(.445,.05,.55,.95);
  -o-transition:      0.45s cubic-bezier(.445,.05,.55,.95);
  transition:         0.45s cubic-bezier(.445,.05,.55,.95);
}
.iconbox-holder .iconbox-inner [class^="icon-"]{
  position: absolute;
  display: block;
  top: -8px;
  left: -8px;
  width: 136px;
  height: 136px;
  line-height: 136px;
  text-align: center;
  -webkit-border-radius: 136px;
  -moz-border-radius: 136px;
  border-radius: 136px;;
  -webkit-transition: 0.45s cubic-bezier(.445,.05,.55,.95);
  -moz-transition:    0.45s cubic-bezier(.445,.05,.55,.95);
  -ms-transition:     0.45s cubic-bezier(.445,.05,.55,.95);
  -o-transition:      0.45s cubic-bezier(.445,.05,.55,.95);
  transition:         0.45s cubic-bezier(.445,.05,.55,.95);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.iconbox-module:hover .iconbox-holder .iconbox-inner [class^="icon-"]{
  -webkit-transform: scale(0.75) rotate(360deg);
  -moz-transform: scale(0.75) rotate(360deg);
  -ms-transform: scale(0.75) rotate(360deg);
  -o-transform: scale(0.75) rotate(360deg);
  transform: scale(0.75) rotate(360deg);
}
.iconbox-module h3.iconbox-box-title{
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 130%;
  margin: 0 -1px 0 -1px;
  padding: 15px 20px;
}
.iconbox-module .iconbox-text{
  text-align: left;
  margin: 0 -1px 0 -1px;
  padding: 20px;
}

/** classic icon box */
.iconbox-classic-module{
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
}
.iconbox-classic-module h3.iconbox-classic-title{
  display: block;
  position: relative;
  font-size: 1.2em;
  line-height: 130%;
  margin: 0 0 30px;
  padding: 0 0 0 46px;
}
.iconbox-classic-module h3.iconbox-classic-title [class*="boxy-icons"]{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 28px;
  margin-top: -15px;
}



/** user profile */
.user-profile-module{
  margin: 0;
  padding: 0;
}
.user-profile-module .user-profile-meta {
  margin: 0 0 15px;
  padding: 0 0 0 0;
  text-align: center;
}
.user-profile-meta .user-profile-image{
  margin: 0 auto 15px auto;
  padding: 0;
  text-align: center;
  width: 130px;
}
.user-profile-meta .user-profile-image span{
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 114px;
  height: 114px;
  -webkit-border-radius: 130px;
  -khtml-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
}
.user-profile-meta .user-profile-image img{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 130px;
  -khtml-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
}
.user-profile-module h3.user-profile-name{
  margin: 0 0 8px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 130%;
  letter-spacing: 0.1em;
}
.user-profile-module h5{
  font-weight: normal;
  margin: 0 0 8px;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 130%;
}
.user-profile-module .user-profile-text{
  margin: 0;
  padding: 7px 0 0 0;
}
ul.user-profile-social{
  list-style-type: none;
  margin: 0;
  padding: 7px 0 0;
}
ul.user-profile-social li{
  position: relative;
  z-index: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0 8px 4px 0px;
  padding: 0;
  width: 22px;
  height: 22px;
}
ul.user-profile-social li>a{
  display: block;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 20px;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
}
ul.user-profile-social li .link-tooltip{
  position: absolute;
  top: -30px;
  left: 50%;
  display: inline-block;
  visibility: hidden;
  white-space: pre;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  zoom: 1;
  font-size: 11px;
  -webkit-transition:   all 0.2s ease-out 0s;
  -moz-transition:      all 0.2s ease-out 0s;
  -o-transition:        all 0.2s ease-out 0s;
  transition:           all 0.2s ease-out 0s;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
  zoom:1;
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.user-profile-social li .link-tooltip em{
  font-style: normal;
  padding: 4px 6px;
  margin-left: -2px;
  position: relative;
  left: -50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.user-profile-social li .link-tooltip em:after{
  content: "";
  position: absolute;
  display: block;
  bottom: -3px;
  left: 50%;
  margin: 0 0 0 -4px;
  padding: 0;
  -moz-border-end-style:dashed !important;
}
ul.user-profile-social li:hover{
  z-index: 3;
}
ul.user-profile-social li:hover .link-tooltip{
  visibility: visible;
  top: -25px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
ul.user-profile-social li a.up-social-icons.website:hover{
  color: #dd4b39!important;
}
ul.user-profile-social li a.up-social-icons.twitter:hover{
  color: #00a0d1!important;
}
ul.user-profile-social li a.up-social-icons.facebook:hover{
  color: #3b5998!important;
}
ul.user-profile-social li a.up-social-icons.gplus:hover{
  color: #dd4b39!important;
}
ul.user-profile-social li a.up-social-icons.github:hover{
  color: #343434!important;
}
ul.user-profile-social li a.up-social-icons.flickr:hover{
  color: #0063dc!important;
}
ul.user-profile-social li a.up-social-icons.dribbble:hover{
  color: #ea4c89!important;
}
ul.user-profile-social li a.up-social-icons.linkedin:hover{
  color: #007bb6!important;
}
ul.user-profile-social li a.up-social-icons.skype:hover{
  color: #00aff0!important;
}
ul.user-profile-social li a.up-social-icons.email:hover{
  color: #565656!important;
}

/** heading */
header.sp-module-header{
  margin: 0;
  padding: 0 0 30px;
}
header.sp-module-header>h1,
header.sp-module-header>h2,
header.sp-module-header>h3,
header.sp-module-header>h4{
  margin: 0;
  padding: 0;
  line-height: 130%;
}

/** dividers */
.module-divider{
  margin: 0 0 0;
  padding: 0 0 0;
  text-align: center;
  overflow: hidden;
}
.module-divider:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.module-divider .divider-hr{
  height: 1px;
}
.module-divider .threelines-divider,
.module-divider .twolines-divider,
.threelines-divider .inner-divider,
.twolines-divider .inner-divider-level,
.inner-divider .inner-divider-level{
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.inner-divider-level{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.inner-divider .inner-divider-level,
.twolines-divider .inner-divider-level{
  padding: 0 5px;
}
.threelines-divider .inner-divider-level>[class^="imoon-"],
.twolines-divider .inner-divider-level>[class^="imoon-"]{
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 34px;
}
.module-divider .threelines-divider:before,
.module-divider .twolines-divider:before,
.twolines-divider .inner-divider-level:before,
.threelines-divider .inner-divider:before{
  position: absolute;
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 1px;
  left: 90%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.module-divider .threelines-divider:after,
.module-divider .twolines-divider:after,
.twolines-divider .inner-divider-level:after,
.threelines-divider .inner-divider:after{
  position: absolute;
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 1px;
  right: 90%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.module-divider .twolines-divider:before,
.twolines-divider .inner-divider-level:before{
  left: 100%;
}
.module-divider .twolines-divider:after,
.twolines-divider .inner-divider-level:after{
  right: 100%;
}
.module-divider .twolines-divider:before,
.module-divider .twolines-divider:after{
  top: 13px;
}
.twolines-divider .inner-divider-level:before,
.twolines-divider .inner-divider-level:after{
  bottom: 13px;
}
.module-divider .threelines-divider:before,
.module-divider .threelines-divider:after{
  top: 5px;
}
.threelines-divider .inner-divider:before,
.threelines-divider .inner-divider:after{
  bottom: 5px;
}
.threelines-divider .inner-divider .inner-divider-level:before{
  position: absolute;
  content: "";
  display: block;
  margin: -3px 0 0 0;
  padding: 0;
  width: 250px;
  height: 6px;
  left: 100%;
  top: 50%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.threelines-divider .inner-divider .inner-divider-level:after{
  position: absolute;
  content: "";
  display: block;
  margin: -3px 0 0 0;
  padding: 0;
  width: 250px;
  height: 6px;
  right: 100%;
  top: 50%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.divider-hr-text-active,
.divider-hr-text-active .inner-divider-level{
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.divider-hr-text-active .inner-divider-level:before{
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -1px 0 0 0;
  padding: 0;
  width: 250px;
  height: 1px;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.divider-hr-text-active .inner-divider-level:after{
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -1px 0 0 0;
  padding: 0;
  width: 250px;
  height: 1px;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.divider-hr-text-active .inner-divider-level,
.module-divider .threelines-divider.text-active .inner-divider .inner-divider-level,
.module-divider .twolines-divider.text-active .inner-divider-level{
  padding: 0 15px;
  font-size: 1em;
  letter-spacing: 0.075em;
}
.module-divider .threelines-divider.text-active:before,
.threelines-divider.text-active .inner-divider:before{
  left: 100%;
}
.module-divider .threelines-divider.text-active:after,
.threelines-divider.text-active .inner-divider:after{
  right: 100%;
}

/** google map */
.module-map{
  margin: 0;
  padding: 10px;
}
.module-map .module-map-placement{
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.module-map .module-map-placement>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.module-map .module-map-placement h3{
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 130%;
}
.module-map .module-map-placement img{
  max-width: none!important;
}


/** tabs module */
.module-tabs{
  margin: 0;
  padding: 0;
}
.module-tabs.left-tab,
.module-tabs.right-tab{
  position: relative;
}
ul.module-tabber{
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
ul.module-tabber:after,
.module-tabs.left-tab:after,
.module-tabs.right-tab:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
ul.module-tabber>li{
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
ul.module-tabber>li a{
  display: block;
  position: relative;
  margin: 0;
  padding: 14px 18px;
  min-height: 20px;
  line-height: 20px;
  font-weight: bold;
  outline: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce-tabs ul.tabs>li a,
ul.module-tabber>li a {
  font-size: 1.1em;
}
.module-tabs.top-tab.tab-icon ul.module-tabber>li a{
  padding: 14px 18px 14px 66px;
}
ul.module-tabber>li a .tab-icon-holder{
  font-weight: normal;
  background-color: rgba(0,0,0, .02);
  font-size: 20px;
}
.module-tabs.top-tab ul.module-tabber>li a .tab-icon-holder{
  float: none;
  position: absolute;
  height: 100%;
  width: 48px;
  line-height: 1;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.module-tabs.top-tab ul.module-tabber>li:first-child a .tab-icon-holder{
  border-radius: 2px 0 0 0;
}
.module-tabs.left-tab ul.module-tabber>li a .tab-icon-holder{
  float: none;
  position: absolute;
  height: 100%;
  width: 48px;
  line-height: 1;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.module-tabs.right-tab ul.module-tabber>li a .tab-icon-holder{
  float: none;
  position: absolute;
  height: 100%;
  width: 48px;
  line-height: 1;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.module-tabs.top-tab ul.module-tabber>li a .tab-icon-holder:before,
.module-tabs.left-tab ul.module-tabber>li a .tab-icon-holder:before,
.module-tabs.right-tab ul.module-tabber>li a .tab-icon-holder:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.module-tabs.top-tab ul.module-tabber>li a.tab-active .tab-icon-holder{
  position: absolute;
  z-index: 2;
  height: 100%;
  padding-top: 4px;
  top: -4px;
  left: 0;
  bottom: 0;
  margin: 0;
  border-radius: 2px 0 0 0;
}
.module-tabs.left-tab ul.module-tabber>li a.tab-active .tab-icon-holder{
  position: absolute;
  z-index: 2;
  height: 100%;
  line-height: 1;
  padding-left: 4px;
  top: 0;
  left: -4px;
  bottom: 0;
  margin: 0;
  border-radius: 2px 0 0 2px;
}
.module-tabs.right-tab ul.module-tabber>li a.tab-active .tab-icon-holder{
  position: absolute;
  z-index: 2;
  height: 100%;
  line-height: 1;
  padding-right: 4px;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: 0;
  border-radius: 0 2px 2px 0;
}
.module-tab-panes{
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.module-tab-content{
  margin: 0;
  padding: 15px 30px;
}
.module-tabs.top-tab ul.module-tabber:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}
.module-tabs.top-tab ul.module-tabber>li a.tab-active:before{
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  top: -4px;
  left: -1px;
  right: -1px;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.module-tabs.top-tab ul.module-tabber>li a.tab-active:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}
/** left tab */
.module-tabs.left-tab{
  padding: 0 0 0 200px;
}
.module-tabs.left-tab .module-tab-panes{
  clear: none;
  z-index: 1;
}
.module-tabs.left-tab ul.module-tabber{
  float: left;
  width: 200px;
  margin: 0 0 0 -200px;
  z-index: 2;
}
.module-tabs.left-tab ul.module-tabber>li{
  float: none;
  display: list-item;
}
.module-tabs.left-tab ul.module-tabber>li a{
  display: block;
  padding: 20px 14px;
  text-align: left;
}
.module-tabs.left-tab.tab-icon ul.module-tabber>li a{
  padding: 20px 14px 20px 62px;
}
.module-tabs.left-tab ul.module-tabber>li a.tab-active:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 4px;
  top: -1px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.module-tabs.left-tab ul.module-tabber>li a.tab-active:after{
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
}
.module-tabs.top-tab ul.module-tabber>li a .tab-icon-holder>[class^="icon-"],
.module-tabs.left-tab ul.module-tabber>li a .tab-icon-holder>[class^="icon-"],
.module-tabs.right-tab ul.module-tabber>li a .tab-icon-holder>[class^="icon-"],
.module-tabs.top-tab ul.module-tabber>li a .tab-icon-holder>[class*="boxy-icons"],
.module-tabs.left-tab ul.module-tabber>li a .tab-icon-holder>[class*="boxy-icons"],
.module-tabs.right-tab ul.module-tabber>li a .tab-icon-holder>[class*="boxy-icons"]{
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition:   all 0.2s ease-out 0s;
  -moz-transition:      all 0.2s ease-out 0s;
  -o-transition:        all 0.2s ease-out 0s;
  transition:           all 0.2s ease-out 0s;
}

/** right tab */
.module-tabs.right-tab{
  padding: 0 200px 0 0;
}
.module-tabs.right-tab .module-tab-panes{
  clear: none;
  z-index: 1;
}
.module-tabs.right-tab ul.module-tabber{
  float: right;
  width: 200px;
  margin: 0 -200px 0 0;
  z-index: 2;
}
.module-tabs.right-tab ul.module-tabber>li{
  float: none;
  display: list-item;
}
.module-tabs.right-tab ul.module-tabber>li a{
  padding: 20px 14px;
  text-align: left;
}
.module-tabs.right-tab.tab-icon ul.module-tabber>li a{
  padding: 20px 62px 20px 14px;
}
.module-tabs.right-tab ul.module-tabber>li a.tab-active:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 4px;
  top: -1px;
  right: -5px;
  border-radius: 0 2px 2px 0;
}
.module-tabs.right-tab ul.module-tabber>li a.tab-active:after{
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
}


/** Accordion module */
.module-accordion{
  margin : 0;
  padding: 0;
}
.module-accordion ul.module-accordion-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.module-accordion-lists>li.accordion-list{
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0;
}
.module-accordion h4.accordion-cliker{
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.module-accordion h4.accordion-cliker>.clicker{
  display: block;
  margin: 0;
  padding: 14px 45px 14px 15px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.module-accordion ul.module-accordion-lists>li.accordion-list.accordion-use-icon h4.accordion-cliker>.clicker{
  padding-left: 52px;
}
.module-accordion h4.accordion-cliker>.clicker .accordion-icon-holder{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 42px;
  font-size: 1.2em;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  -webkit-transition:   all 0.2s ease-out 0s;
  -moz-transition:      all 0.2s ease-out 0s;
  -o-transition:        all 0.2s ease-out 0s;
  transition:           all 0.2s ease-out 0s;
}
.module-accordion h4.accordion-cliker>.clicker .accordion-icon-holder:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.module-accordion h4.accordion-cliker>.clicker .accordion-icon-holder [class^="icon-"],
.module-accordion h4.accordion-cliker>.clicker .accordion-icon-holder [class*="boxy-icons"]{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.module-accordion .module-accordion-content{
  margin: 0;
  padding: 15px 0;
  display: none;
}
.module-accordion ul.module-accordion-lists>li.accordion-list.accordion-open .module-accordion-content{
  display: block;
}
ul.module-accordion-lists>li.accordion-list h4.accordion-cliker .clicker:before{
  content: "\e702";
  speak: none;
  font-family: 'icomoon';
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: 30px;
  font-size: 8px;
  font-weight: normal;
  top: 50%;
  right: 0;
  margin: -10px 0 0 0;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
ul.module-accordion-lists>li.accordion-list.accordion-open h4.accordion-cliker .clicker:before{
  content: "\e701";
}



/** alert box */
.module-alert{
  margin: 0 0 30px;
  padding: 0;
}
.module-alert-content{
  position: relative;
  margin: 0;
  padding: 15px 30px 15px 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0, .04), 1px 1px 0 0 rgba(0,0,0, .08);
  -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0, .04), 1px 1px 0 0 rgba(0,0,0, .08);
  box-shadow: 5px 5px 0 0 rgba(0,0,0, .04), 1px 1px 0 0 rgba(0,0,0, .08);
}
.module-alert-content .module-alert-identify{
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px 0 0 3px;
}
.module-alert-content .module-alert-identify:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}


/** Call to action */
.module-calltoact{
  margin: 0 0 0;
}
.module-calltoact-content{
  margin: 0;
  padding: 15px 25px 25px;
  position: relative;
  background-image: url(../images/grad-light.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.module-calltoact.button-bottom-cta .module-calltoact-content{
  text-align: center;
}
.module-calltoact-content:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.module-calltoact a.calltoaction-button{
  display: inline-block;
  padding: 18px 20px 18px;
  font-size: 1.05em;
  font-weight: normal;
  letter-spacing: 0.05em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url(../images/grad.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
.module-calltoact.button-right-cta a.calltoaction-button{
  float: right;
  margin: 1.2em 0 0 30px;
}
.module-calltoact.button-bottom-cta a.calltoaction-button{
  margin: 20px 0 15px;
}
h2.calltoaction-heading{
  letter-spacing: 0.025em;
  font-weight: normal;
}
h5.calltoaction-subheading{
  font-weight: normal;
  font-size: 1.2em;
  letter-spacing: 0.015em;
}

/** pricetable */
.pricetable{
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px 0px;
}
.pricetable:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.pricetable .pricetable-inner{
  position: relative;
  margin: 0 0 0;
  padding: 0;
}
.pricetable .pricetable-column{
  float: left;
  margin: 0 0 0;
  padding: 0;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.pricetable .pricetable-column .pricetable-column-inner{
  margin: 0 2px 0 2px;
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pricetable .pricetable-column.pricetable-featured{
  margin: -10px 0px 0px;
  position: relative;
  z-index: 1;
}

.pricetable .pricetable-header{
  margin: -1px -1px 0 -1px;
  padding: 15px 0 15px;
  position: relative;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-image: url(../images/grad-light.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
.pricetable .pricetable-header h3.pricetable-name{
  margin: 0 0 0;
  padding: 10px 0 10px;
  font-size: 24px;
  line-height: 130%;
  font-weight: bold;
  text-align: center;
}
.pricetable .pricetable-header h5{
  text-align: center;
  font-weight: normal;
  margin: 0px 0px 0px;
  padding: 0 0 10px;
  font-size: 13px;
}
.pricetable .pricetable-featured .pricetable-header{
  padding: 25px 0 25px;
}
.pricetable h4.pricetable-price{
  font-size: 32px;
  text-align: center;
  margin: 0px 0px 0px;
  padding: 1em 0 1em;
}
.pricetable h4.pricetable-price small{
  display: inline-block;
  padding: 0 4px;
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.075em;
}
.pricetable h4.pricetable-price sup{
  font-size: 18px;
  top: -0.75em;
}
.pricetable .pricetable-featured h4.pricetable-price{
}
.pricetable .pricetable-features{
  position: relative;
  margin: 0;
  padding: 0;
}
.pricetable .pricetable-feature {
  margin: 0;
  padding: 0.6em 0;
  text-align: center;
}
.pricetable .pricetable-button-container{
  margin: 0 0 -1px 0;
  padding: 30px 0;
  text-align: center;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-image: url(../images/grad-light.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}
.pricetable .pricetable-column .pricetable-button-container a{
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pricetable br{
  display: none;
}

/** testimonials */
.testimonial-item{
  margin: 0 0 20px;
  padding: 0 0 0;
  position: relative;
}
.testimonial-item .testimonial-item-user{
  margin: 0 0 10px;
  padding: 0;
  height: 60px;
  line-height: 60px;
  z-index: 1;
}
.testimonial-item .testimonial-item-user img{
  float: left;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  zoom: 1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.testimonial-item .testimonial-item-user h4{
  display: inline-block;
  white-space: normal;
  margin: 0;
  padding: 0 0 0;
  font-size: 1.2em;
}
.testimonial-item-content{
  clear: both;
  margin: 0;
  padding: 25px 30px 25px 30px;
  position: relative;
  z-index: 0;
}
.testimonial-item-content:before {
  font-family: 'icomoon';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e676";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  text-transform: none;
  text-rendering: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.testimonial-item-content:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  position: absolute;
  left: 23px;
  top: -6px;
  -moz-border-end-style:dashed !important;
}
.testimonial-item-content p{
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonial-carousel-swipe {
  float: left;
  position: relative;
}
.testimonial-carousel-swipe .testimonial-uncolumn{
  padding: 0 10px 0 10px;
}
.testimonial-carousel-swipe .testimonial-item{
  margin-bottom: 10px;
}

/** clients logo */
.wipcm-clients-logo {
  margin: 0;
  padding: 0;
}
.wipcm-clients-logo.client-carousel-mode{
  position: relative;
  margin: 0 -2px 0 -2px;
  padding-bottom: 10px;
}

.wipcm-clients-logo:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.client-logo-holder{
  margin: 0;
  padding: 0;
  height: 120px;
}
.client-logo-holder .logo-carousel-inner{
  height: 100%;
  margin: 0;
  padding: 0 2px;
}
.client-logo-holder .logo-drop{
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.client-logo-holder .logo-drop:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.client-logo-holder .logo-drop img{
  display: inline-block;
  zoom: 1;
  max-width: 90%;
  max-height: 60%;
  vertical-align: middle;
}


/* `video && audio skin
--------------------------------------------------------------------*/
#site .mejs-controls .mejs-horizontal-volume-slider{
  position: absolute;
  right: 0;
  top: 0;
}
#site .mejs-controls .mejs-button button{
  background: none!important;
  border: 0;
  outline: none;
}
#site .mejs-controls .mejs-button{
  position: relative;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  text-align: center;
  outline: none;
}
#site .mejs-controls .mejs-button:before {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -4px;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  cursor: pointer;
}
#site .mejs-controls .mejs-button.mejs-volume-button:hover{
  border-radius: none;
}
#site .mejs-container.wp-audio-shortcode .mejs-controls .mejs-button.mejs-volume-button{
  right: 60px;
}
#site .mejs-controls .mejs-time-rail{
  position: absolute;
  top: 0;
  left: 28px;
}
#site .mejs-controls .mejs-currenttime-container{
  height: 30px;
  position: absolute;
  right: 58px;
  top: 0;
}
#site .mejs-container.wp-audio-shortcode .mejs-controls .mejs-currenttime-container{
  right: 88px;
}
#site .mejs-controls .mejs-duration-container{
  display: none;
}
#site .mejs-controls .mejs-button.mejs-playpause-button:before{
  font-size: 15px;
  content: "\e705";
  margin-left: -7px;
}
#site .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause:before{
  content: "\e706";
}
#site .mejs-controls .mejs-button.mejs-volume-button:before{
  content: "\e714";
}
#site .mejs-controls .mejs-button.mejs-volume-button.mejs-unmute:before{
  content: "\e718";
}
#site .mejs-controls .mejs-button.mejs-fullscreen-button:before{
  content: "\f0b2";
}
#site .mejs-container.wp-audio-shortcode .mejs-controls{
  padding-right: 124px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site .post-carousel-swipe .mejs-container,
.post-carousel-swipe .mejs-embed, .mejs-embed body {
  overflow: hidden;
}
#site .me-cannotplay {
  width: auto !important;
}



/*! RETINA STUFF START HERE */
.wip-standard {
  display: block;
}
#logo .wip-standard{
  display: inline-block;
}
.wip-retina,
#logo .wip-retina {
  display: none;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 2dppx),
only screen and (                min-resolution: 192dpi) { 

  .wip-standard,
  #logo img.wip-standard {
    display: none;
  }
  .wip-retina {
    display: block;
  }
  #logo .wip-retina{
    display: inline-block;
  }

}
/**! END RETINA */


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* End: Recommended Isotope styles */