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

/* `GENERAL
----------------------------------------------------------------------------------------------------*/
body{
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.8em;
}
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: none;
  -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,
input[type="submit"]{
  display: inline-block;
  padding: 14px 20px 14px;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.button.large{
  text-transform: uppercase;
  font-weight: bold;
}
.button i[class^="icon-"]{
  display: inline-block;
  float: left;
  position: relative;
  margin: -.2em 15px -.2em -5px;
  padding: 0 0 0 0;
  font-size: 1.4em;
  font-weight: 300;
  vertical-align: middle;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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: 'FontAwesome';
  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;
}



.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,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure,
form {
  margin-bottom: 1.8em;
}

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;
}

dl {
  margin: 0 1.8em;
}

dt {
  font-size: 15px;
  font-weight: bold;
}

dd {
  margin: 0 0 1.8em;
}

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;
  margin: 1.8em 2em 1.8em 2em;
  padding: 15px 30px 0 60px;
  font-size: 15px;
  line-height: 1.6em;
  font-family: Georgia, serif;
  font-weight: 200;
  font-style: italic;
}
blockquote blockquote{
  font-size: 1em;
}
blockquote:before {
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f10d";
  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 {
  margin: 1em 0 1.8em;
  padding: 1em 15px;
}

/* `HEADINGS
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 10px;
  font-family: inherit;
  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.7em;
  font-style: italic;
}

/** `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: 90%;
  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: 90%;
  max-width: 1160px;
}
.wrap:after {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}
.wrap-gallery{
  position: relative;
  margin: 0;
  padding: 30px 0 30px;
}
.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%;
}



/* `TOP SECTIONS
--------------------------------------------------------------------*/
#top-toolbar{
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
#top-toolbar:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#top-toolbar .wrap{
  margin-bottom: 0;
  padding: 0 0 0 0;
}
#top-toolbar #lang_sel_list,
#top-toolbar #lang_sel{
  float: right;
  margin: 13px 0 13px 10px!important;
  padding: 0;
}

#top-toolbar #lang_sel_list{
  height: 24px;
}
#top-toolbar #lang_sel{
  height: 26px;
}
#top-toolbar #lang_sel_list.lang_sel_list_vertical{
  height: auto;
}
#top-toolbar #lang_sel_list ul,
#top-toolbar #lang_sel_list li,
#top-toolbar #lang_sel_list a,
#top-toolbar #lang_sel ul,
#top-toolbar #lang_sel li,
#top-toolbar #lang_sel a{
  margin-bottom: 0;
  line-height: 24px;
}
#top-toolbar #lang_sel_list a{
  background-color: transparent;
  margin: 0;
  padding: 0 8px;
}
#top-toolbar #lang_sel_list img,
#top-toolbar #lang_sel img{
  position: relative;
  top: -1px;
}

#top-toolbar .top-bar-shop-notice{
  float: left;
  margin: 10px 0 10px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#top-toolbar .shop-link-wrap{
  float: right;
  margin: 10px 0 10px 10px;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.shop-link-wrap a.loggin-top-button{
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-link-wrap a.loggin-top-button:before{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f090";
  margin: 0 10px 0 0;
  -webkit-font-smoothing: antialiased;
}
.shop-link-wrap .top-cart{
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  height: 30px;
}
.shop-link-wrap .top-cart a.top-cart-handle{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 40px 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-link-wrap .top-cart a.top-cart-handle:before{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f07a";
  margin: 0 10px 0 0;
  -webkit-font-smoothing: antialiased;
}
.shop-link-wrap .top-cart a.top-cart-handle:after{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  speak: none;
  content: "\f078";
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.shop-link-wrap .top-cart .top-cart-dropdown{
  position: absolute;
  top: auto;
  right: 1px;
  width: 300px;
  max-width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  -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);
  display: none;
}
.shop-link-wrap .top-cart:hover .top-cart-dropdown{
  display: block;
}
.shop-link-wrap .top-cart .top-cart-dropdown ul li a{
  font-size: 1em;
}
.top-cart-dropdown .buttons .button{
  text-transform: uppercase;
}
.shop-link-wrap .top-cart .top-cart-dropdown h3.top-cart-header{
  margin: 0 -20px 15px -20px;
  padding: 20px 20px 20px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.075em;
  background: #494949;
  color: #aaa;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.shop-link-wrap .top-user-links {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
  padding: 0;
  height: 30px;
}
.shop-link-wrap .top-user-links:after{
  content: "";
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 1px;
  right: 1px;
  height: 12px;
  display: none;
}
.shop-link-wrap .top-user-links a.top-user-link-handle{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 40px 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-link-wrap .top-user-links a.top-user-link-handle:before{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f007";
  margin: 0 10px 0 0;
  -webkit-font-smoothing: antialiased;
}
.shop-link-wrap .top-user-links a.top-user-link-handle:after{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  position: absolute;
  top: 0;
  right: 0;
  speak: none;
  content: "\f078";
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.top-user-links .top-user-links-dropdowns{
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 1px;
  width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow:  inset 0 1px 1px rgba(255,255,255, .12), 0 1px 2px rgba(0,0,0, .08), 0px 13px 25px rgba(0,0,0, .08);
  -moz-box-shadow:     inset 0 1px 1px rgba(255,255,255, .12), 0 1px 2px rgba(0,0,0, .08), 0px 13px 25px rgba(0,0,0, .08);
  box-shadow:          inset 0 1px 1px rgba(255,255,255, .12), 0 1px 2px rgba(0,0,0, .08), 0px 13px 25px rgba(0,0,0, .08);
  display: none;
}
.top-user-links:hover .top-user-links-dropdowns,
.shop-link-wrap .top-user-links:hover:after{
  display: block;
}
.top-user-links-dropdowns ul{
  list-style-type: none;
  display: list-item;
  margin: 0;
  padding: 0;
}
.top-user-links-dropdowns ul li{
  list-style-type: none;
  display: list-item;
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
}
.top-user-links .top-user-links-dropdowns ul li:last-child{
  border-bottom-width: 0
}
.top-user-links .top-user-links-dropdowns ul li a:before{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  width: 18px;
  margin: 0 10px 0 0;
  -webkit-font-smoothing: antialiased;
}
.top-user-links .top-user-links-dropdowns ul li.user-link-dashboard a:before{
  content: "\f0e4";
}
.top-user-links .top-user-links-dropdowns ul li.user-link-order a:before{
  content: "\f0f6";
}
.top-user-links .top-user-links-dropdowns ul li.user-link-address a:before{
  content: "\f041";
}
.top-user-links .top-user-links-dropdowns ul li.user-link-password a:before{
  content: "\f084";
}
.top-user-links .top-user-links-dropdowns ul li.user-link-logout a:before{
  content: "\f08b";
}



/* 1. Logo area */ 
#top {
  margin: 0px; 
  padding: 0px;
  position: relative;
  z-index: 2;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}

#top:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#top #logo{
  text-align:center;
  margin: 0;
  padding: 30px 0;
}
#top.header-style-secondary #logo{
  text-align: left;
  margin: 0;
  padding: 10px 0 10px;
  float: left;
  height: 70px;
  line-height: 70px;
}
#logo a{
  display: inline-block; 
  margin: 0px auto; 
  padding: 0px;
 }
#logo img{
  display: inline-block; 
  margin: 0; 
  padding: 0;
}
#top.header-style-secondary #logo img{
  max-height: 70px;
  max-width: none;
  width: auto;
}
#top.mobile-menu-ready #logo{
  float: none;
  margin: 0;
  padding: 10px 60px 10px 0;
  text-align: left;
}
#top.mobile-menu-ready #logo img{
  max-width: 100%;
  height: auto;
  max-height: 70px;
}

/* 2. Menu structure */
#menu-bar{
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
#menu-bar:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#menu{
  margin: 0px auto;
  padding: 0;
  height: 66px;
  width: 90%;
  max-width: 1160px;
  display: block;
  position: relative;
}
#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; 
  height: 66px; 
  line-height: 66px; 
  text-transform: uppercase; 
  }
#eqnav>li.current-menu-item>a{
  position: relative;
}
#eqnav>li.current-menu-item>a:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  height: 2px;
}
#eqnav ul {
  position:absolute;
  z-index: 2;
  list-style-type: none;
  top:auto;
  left: 0; 
  padding: 0;
  margin: 0px;
  display:none;
  width: 222px;
  -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 ul, 
#eqnav ul ul ul, 
#eqnav ul ul ul ul{
  position:absolute;
  top:auto;
  left:212px;
  margin:0px 0px 0px 10px;
  padding: 0px;
  }
#eqnav ul li{
  padding: 0;
  margin: 0;
  border-left: none; 
  border-right: none;
  background: none;
  }
#eqnav li:hover ul ul, 
#eqnav li:hover ul ul ul, 
#eqnav li:hover ul ul ul ul{display:none;}
#eqnav li ul.standard-menu a{
  width : 182px; 
  height: auto;
  line-height: 20px;
  padding: 16px 20px;
  margin: 0;
  float:left;
  display: block;
  text-transform: uppercase;
  }

#top-search-handle{
  float: right;
  margin: 0;
  padding: 0;
  width: 66px;
  height: 66px;
}
#top.header-style-secondary #top-search-handle{
  width: 60px;
  height: 90px;
}
#top-search-handle a.open-search{
  display: inline-block;
  width: 64px;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
}
#top.header-style-secondary #top-search-handle a.open-search{
  width: 58px;
  height: 90px;
  line-height: 90px;
}
#top-search-box{
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: auto;
  -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);
  display: none;
}
#top-search-box form.tool-search-form{
  margin: 0;
  padding: 20px 20px;
  position: relative;
}
#top-search-box form.tool-search-form:before{
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: -12px 0 0 0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  text-rendering: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; 
}
#top-search-box form.tool-search-form input[type="search"]{
  background-color: transparent;
  box-shadow: none;
  padding: 15px 15px 15px 40px;
}
#top-search-box form.tool-search-form input[type="search"]:focus{
  box-shadow: none;
}

#top.mobile-menu-ready #top-search-handle{
  float: none;
  width: auto;
  height: auto;
}
#top.mobile-menu-ready #top-search-handle a.open-search{
  display: none;
}
#top.mobile-menu-ready #top-search-handle #top-search-box,
#top.header-style-secondary.mobile-menu-ready #top-search-handle #top-search-box{
  position: static;
  box-shadow: none;
  display: block;
  border-top: 0;
}
#top.mobile-menu-ready #top-search-handle #top-search-box form.tool-search-form{
  padding: 10px 30px;
}
#top.mobile-menu-ready #top-search-handle #top-search-box form.tool-search-form:before{
  left: 40px;
}

#top.header-style-secondary #menu-bar{
  float: right;
  margin: 0;
  box-shadow: none;
  position: static;
}
#top.header-style-secondary #menu-bar #menu{
  width: auto;
  max-width: none;
  height: 90px;
  position: static;
}
#top.header-style-secondary #menu-bar #menu ul#eqnav{
  float: left;
}
#top.header-style-secondary #menu-bar #menu #eqnav>li>a{
  height: 90px; 
  line-height: 90px; 
}


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

#eqnav ul.wip-mega-menu{
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  padding: 0 1px 0 1px;
  margin: 0 -1px 0 -1px;
}
#eqnav ul.wip-mega-menu>li.li-mega-menu{
  float: 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{
  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 10px;
  padding: 0 0 10px;
}
#eqnav ul.wip-mega-menu .mega-section ul ul{
  list-style-type: none;
  margin: 0 0 0;
  padding: 0;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}
#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;
  -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;
  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 10px 0 10px;
}
.portfolio-carousel-mega-section .mega-col-slide .mega-swipe .megamenu-column-article{
  padding: 0 10px 15px 10px;
}
.mega-col-slide .mega-swipe .megamenu-column-article img{
  width: 100%;
  height: auto;
  zoom: 1;
}
.mega-swiperpaginate {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mega-section .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
}


html.off-canvas-on{
  overflow: hidden;
}
.off-canvas-on body{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.off-canvas-on #site{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
html.off-canvas-on body.boxed-layout #site{
  width: 100%;
}
.off-canvas-on #top{
  position: static;
  -webkit-backface-visibility:visible;
  -moz-backface-visibility:visible;
  -ms-backface-visibility:visible;
  -o-backface-visibility:visible;
  backface-visibility:visible;
}
#top #off-canvas-menu-trigger{
  position: absolute;
  right: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -25px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
#top.mobile-menu-ready #off-canvas-menu-trigger{
  display: block;
}
#off-canvas-on-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0,0,0, .5);
  box-shadow: inset 50px 0 100px 0 rgba(0,0,0, .3); 
  cursor: pointer;
  display: none;
}
.off-canvas-on #off-canvas-on-overlay{
  display: block;
}
@-webkit-keyframes showmenu {
  from { right: -500px;}
  to {right: 0; -webkit-transform: scale(1);}
}
@-moz-keyframes showmenu {
  from {right: -500px;}
  to {right: 0; -moz-transform: scale(1);}
}
@-o-keyframes showmenu {
  from {right: -500px;}
  to {right: 0; -o-transform: scale(1);}
}
@keyframes showmenu {
  from {right: -500px;}
  to {right: 0; transform: scale(1);}
}
#top.mobile-menu-ready #menu-bar{
  position: fixed;
  z-index: 98;
  top: 0;
  bottom: 0;
  right: -500px;
  width: 500px;
  max-width: 90%;
  float: right;
  word-wrap: break-word;
  margin: 0 0 0;
  padding: 0 0 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: -8px 0 15px -8px rgba(0,0,0, .3);
  -moz-box-shadow: -8px 0 15px -8px rgba(0,0,0, .3);
  box-shadow: -8px 0 15px -8px rgba(0,0,0, .3);
}

.off-canvas-on #top.mobile-menu-ready #menu-bar{
  z-index: 98;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  right: 0px;
  -webkit-animation: showmenu 0.8s cubic-bezier(.19,1,.22,1) 0s;
  -moz-animation:    showmenu 0.8s cubic-bezier(.19,1,.22,1) 0s;
  -ms-animation:     showmenu 0.8s cubic-bezier(.19,1,.22,1) 0s;
  -o-animation:      showmenu 0.8s cubic-bezier(.19,1,.22,1) 0s;
  animation:         showmenu 0.8s cubic-bezier(.19,1,.22,1) 0s;
}
#menu-bar #off-canvas-menu-close{
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 500px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  display: none;
}
.off-canvas-on #top.mobile-menu-ready #menu-bar #off-canvas-menu-close{
  display: block;
}
#top.mobile-menu-ready #menu-bar #menu{
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 60px 0 30px;
  border: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#top.mobile-menu-ready #menu-bar #menu ul#eqnav{
  float: none;
  display: list-item;
  margin: 0;
  padding: 0 30px;
}
#top.mobile-menu-ready #menu-bar #menu ul#eqnav li,
#top.mobile-menu-ready #menu-bar #menu ul#eqnav ul{
  position: relative!important;
  float: none;
  display: list-item;
  line-height: 20px;
  width: auto!important;
  left: 0;
  height: auto;
  clear: both;
}
#top.mobile-menu-ready #menu-bar #menu ul#eqnav ul.standard-menu{
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
#top.mobile-menu-ready #menu-bar #menu ul#eqnav>li>a,
#top.mobile-menu-ready #menu-bar #menu ul#eqnav ul.standard-menu li a{
  position: relative;
  line-height: 20px;
  margin: 0;
  float: none;
  width: auto;
  height: auto;
  padding: 15px 0 15px 0;
}
#top.mobile-menu-ready #menu-bar #menu #eqnav ul{
  box-shadow: none;
}
#top.mobile-menu-ready #menu-bar #menu #eqnav ul.standard-menu:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0px;
  top: 0px;
}
#top.mobile-menu-ready #menu-bar #menu #eqnav ul.standard-menu>li>a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  left: -20px;
  top: 50%;
}
#top.mobile-menu-ready #menu-bar #menu #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;
}
#top.mobile-menu-ready #menu-bar #menu #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;
}

/* `INNER PAGES
--------------------------------------------------------------------*/
#fullwidth-slider-block{
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#main{
  margin: 0px; 
  padding: 0;
  position: relative;
  z-index: 1;
}
#content-container{
  margin: 0;
  padding: 0;
}

/**
 * Headings
 */
header#main-heading{
  margin: 0;
  padding: 40px 0;
}
header#main-heading>.wrap{
  position: relative;
}
header#main-heading h1#page-title{
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
  line-height: 130%;
  letter-spacing: 0.036em;
  white-space: pre-wrap;
  padding: 0;
  margin: 0px;
  position: relative;
}
header#main-heading h1#page-title:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -44px;
  left: 0;
}


/* `PROJECT / PORTFOLIO
--------------------------------------------------------------------*/
.project-wraper {
  margin: 0 0 30px;
  clear: both;
}
.project-wraper:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
[class^="masonry-project-"]{
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.project-columns{
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
}
.project-columns .project-columns-thumbnail {
  margin: -1px -1px 0 -1px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.project-columns .project-columns-thumbnail:before{
  content: "";
  position: absolute;
  z-index: 1;
  margin: -23px 0 0 -23px;
  padding: 0;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  background-color: #111;
  -webkit-transform: rotate(360deg);
  display: none;
}
.project-columns .project-columns-thumbnail.isloaded:before{
  display: block;
}
.project-columns.project-carousel .project-columns-thumbnail:before{
  display: none;
}
.project-columns-thumbnail a.project-to-link,
.project-columns-thumbnail a.project-to-link:hover{
  position: absolute;
  z-index: 3;
  display: block;
  margin: -26px 0 0 -26px;
  padding: 0;
  width: 52px;
  height: 52px;
  left: 50%;
  top: 50%;
  font-size: 0.00001em;
  color: transparent;
  text-indent: -9999em;
  cursor: pointer;
}
.project-columns.project-carousel .project-columns-thumbnail a.project-to-link,
.project-columns.project-carousel .project-columns-thumbnail a.project-to-link:hover{
  margin: 0 0 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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;
  zoom: 1;
}
.project-columns-thumbnail .project-link-wrap{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
}
.project-link-wrap a{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  -webkit-transition: 1.2s cubic-bezier(.19,1,.22,1) 0.4s;
  -moz-transition: 1.2s cubic-bezier(.19,1,.22,1) 0.4s;
  -ms-transition: 1.2s cubic-bezier(.19,1,.22,1) 0.4s;
  -o-transition: 1.2s cubic-bezier(.19,1,.22,1) 0.4s;
  transition: 1.2s cubic-bezier(.19,1,.22,1) 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.project-wraper,
.project-columns,
.project-columns-thumbnail,
.project-columns-thumbnail:before,
.project-link-wrap a,
.project-link-wrap a .link-iconic,
.project-link-wrap a .link-imagic{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project-link-wrap a .link-iconic{
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.project-link-wrap a .link-imagic{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.project-columns:hover .project-link-wrap a{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.project-columns:hover .project-columns-thumbnail>img{
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
h3.project-column-title {
  margin: 0;
  padding: 25px 20px;
  font-size: 1.2em;
}

/** 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 2px 4px 2px;
  padding: 0;
}
ul.filter-lists>li>a{
  display: block;
  margin: 0;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  text-transform: uppercase;
}
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^="icon-"]{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

/** single portfolio page */
#portfolio-single-wrap{
  margin: 0;
  padding: 0;
}
h1#portfolio-single-title {
  text-align: center;
}
.project-posted {
  margin: 0 0 30px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
}
.project-posted:after{
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: auto;
}
.project-posted:before{
  content: "";
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.project-posted span{
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  vertical-align: middle;
}
.project-posted span time{
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  text-transform: uppercase;
  vertical-align: middle;
}
.project-description{
  margin: 0 0 30px;
  padding: 0;
}
.single-portfolio.pantherhead-fullwidth .project-description{
  display: block;
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
  margin-left: auto;
  margin-right: auto;
}
.project-description:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.related-project-wraper{
  margin: 0 0 40px;
}

.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 */
}
.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: 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;
  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;
}
.portfolio-gallery .pg-image .portfolio-image-desc:before {
  -webkit-box-shadow: 0 -10px 15px #000 inset;
  -moz-box-shadow: 0 -10px 15px #000 inset;
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.portfolio-gallery .galery-video-inner{
  margin: 0 auto 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1160px;
  height: auto;
  vertical-align: middle;
}
.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;
}

.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;
}

#project-gallery-controls-wrap{
  margin: 0 0 0;
  padding: 15px 0 15px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
}
#project-gallery-controls-wrap #project-gallery-controls{
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 22px;
  vertical-align: middle;
}
#project-gallery-controls-wrap .swiper-autoplay-control{
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 9px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer;
}
#project-gallery-controls .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 3px 0;
  cursor: pointer;
  vertical-align: middle;
}

/* `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{
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  overflow: hidden;
}
article.blog-default>header h3{
  margin: 0 0 15px;
  padding: 0;
  font-weight: normal;
}
article.blog-default>header .article-post-format-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  font-size: 21px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
}
article.blog-default>header .article-post-format-icon:before{
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 50%;
  right: 100%;
  margin: 0;
  padding: 0;
}
article.blog-default>header .article-post-format-icon:after{
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 50%;
  left: 100%;
  margin: 0;
  padding: 0;
}
article.blog-default .article-meta{
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-size: 11px;
}
article.blog-default .article-meta span{
  display: inline-block;
  padding: 0 12px 0 12px;
  margin: 0;
  line-height: 20px;
}
article.blog-default .article-meta span [class^="icon-"],
article.blog-default .article-meta span img{
  display: inline-block;
  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 .blog-preview{
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
article.blog-default .blog-preview.loading-preview,
.blog-column-preview.loading-preview{
  min-height: 100px;
}
article.blog-default .blog-preview img{
  *zoom: 1;
  max-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: 0;
}
article.blog-default .entry-content:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

.pantherhead-fullwidth .span12 .blog-wraper article.format-standard .blog-preview img,
.single-post.pantherhead-fullwidth article.format-standard .blog-preview img{
  min-width: 65.95744680851064%;
  *min-width: 65.95744680851064%;
}
.pantherhead-fullwidth .span12 .blog-wraper .entry-content,
.single-post.pantherhead-fullwidth .entry-content,
.error404.pantherhead-fullwidth .entry-content{
  display: block;
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
  margin-left: auto;
  margin-right: auto;
}
.read-more-wrap{
  clear: both;
  margin: 0 0 30px;
  padding: 0 0 6px;
  overflow: hidden;
  text-align: center;
}
.read-more-wrap a{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 4px 40px 4px 15px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.read-more-wrap a>[class^="icon-"] {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  padding: 4px 0;
  width: 25px;
  line-height: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
article.blog-default .read-more-wrap a:before{
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 50%;
  right: 105%;
  margin: 0;
  padding: 0;
}
article.blog-default .read-more-wrap a:after{
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 50%;
  left: 105%;
  margin: 0;
  padding: 0;
}
article .blog-preview.audio-preview,
article .blog-column-preview.audio-preview{
  min-height: 30px;
  position: relative;
}
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 20px;
}
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 26px;
  position: relative;
  text-align: center;
}
article.blog-column header h3{
  font-size: 1.2em;
  line-height: 130%;
}
article.blog-column header:after{
  content: "";
  position: absolute;
  z-index: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  left: 50%;
  bottom: -23px;
  margin: 0 0 0 -23px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
}
article.blog-column header .article-post-format-icon{
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  left: 50%;
  bottom: -19px;
  margin: 0 0 0 -19px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}
.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: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.3em;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  border: 2px solid #fff;
  -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: 30px;
  bottom: 30px;
}
.blog-gallery .blog-swiper-arrow.arrow-right{
  right: 30px;
  bottom: 30px;
}
.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;
  border-top: 3px double rgba(0,0,0, .16);
  border-bottom: 3px double rgba(0,0,0, .16);
}
.article-post-in-tag:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  height: 0px;
  margin: 0 0 0 -10%;
  padding: 0;
  border-top: 3px double rgba(0,0,0, .16);
  border-bottom: 3px double rgba(0,0,0, .16);
}
.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;
}
.nav-previous a,
.nav-next a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.8em 1em;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

/* `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;
}
.pantherhead-fullwidth #search-results-wrap,
.pantherhead-fullwidth #article-post-none{
  display: block;
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
  margin-left: auto;
  margin-right: auto;
}
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^="icon-"]{
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 5px;
  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;
}
.single-post.pantherhead-fullwidth .comments-holder,
.single-post.pantherhead-fullwidth #comments>#respond,
.single-portfolio.pantherhead-fullwidth .comments-holder,
.single-portfolio.pantherhead-fullwidth #comments>#respond{
  display: block;
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 30px;
  padding: 15px 20px;
  position: relative;
}
article.comment-body .comment-content:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  top: -10px;
  left: -1px;
}
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;
}
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: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 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: 'FontAwesome'; 
  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;
  color: #FFF;
}
#respond .comment-form-author label:before{
  content: "\f007";
}
#respond .comment-form-email label:before{
  content: "\f0e0";
}
#respond .comment-form-url label:before{
  content: "\f0c1";
}
#respond .comment-form-comment label:before{
  content: "\f040";
}
#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;
}

/* `SIDEBAR
--------------------------------------------------------------------*/
.sidebar-wraper{
  min-height: 100%;
  height: auto;
  padding: 50px 0 50px;
  -webkit-backface-visibility:hidden;
}
#sidebar {
  margin: 0;
  padding: 20px 0 1px;
  position: relative;
}
#sidebar:before,
#sidebar:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
}
#sidebar:before{
  top: -4px;
}
#sidebar:after{
  bottom: -4px;
}
.sidebar-wraper.pull-right #sidebar{
  margin-left: 6.66222518321119%;
  *margin-left: 6.51085141903172%;
  padding-left: 13.3244503664224%;
  *padding-left: 13.0217028380634%;
}
.sidebar-wraper.pull-left #sidebar{
  margin-right: 6.66222518321119%;
  *margin-right: 6.51085141903172%;
  padding-right: 13.3244503664224%;
  *padding-right: 13.0217028380634%;
}
.sidebarbox{
  margin: 0 0 30px;
  padding: 0;
}
.sidebarbox:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.sidebarbox>header{
  margin: 0 0 30px;
  padding: 0;
}
.sidebarbox>header h3{
  display: inline-block;
  position: relative;
  white-space: normal;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 130%;
  margin: 0;
  padding: 0 0 15px;
}
.sidebarbox>header h3:after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
}

.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: 10px;
  padding-top: 10px;
}
[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: 10px;
}

[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>a{
  font-weight: bold;
}

[class*="sidebarbox widget_"] ul li{
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
[class*="sidebarbox widget_"] ul li.current-cat{
  padding-bottom: 0;
}
[class*="footer-widget widget_"] ul li{
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
[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;
}

#sidebar .current-menu-item>a{
  display: block;
  padding: 10px 0 10px;
  margin-top: -10px;
  margin-bottom: 0;
  position: relative;
}
#sidebar .current-menu-item>a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-border-end-style:dashed !important;
  -webkit-transform: rotate(360deg);
}
.sidebar-wraper.pull-right #sidebar .current-menu-item>a:before{
  border-width: 5px 5px 5px 0;
  left: -5px;
  top: 50%;
  margin: -5px 0 0 0;
}
.sidebar-wraper.pull-left #sidebar .current-menu-item>a:before{
  border-width: 5px 0 5px 5px;
  right: -5px;
  top: 50%;
  margin: -5px 0 0 0; 
}
.sidebar-wraper.pull-right #sidebar .current-menu-item>a{
  margin-left: -16.5599571734475%;
  padding-left: 16.5599571734475%;
}
.sidebar-wraper.pull-left #sidebar .current-menu-item>a{
  margin-right: -16.5599571734475%;
  padding-right: 16.5599571734475%;
}
#sidebar li.current-menu-item{
  padding-bottom: 0;
}
#sidebar li ul>li.current-menu-item:last-child{
  margin-bottom: -10px;
}
.sidebar-wraper.pull-right #sidebar li .current-menu-item>a,
.sidebar-wraper.pull-left #sidebar li .current-menu-item>a{
  margin-left: -20px;
  padding-left: 20px;
  margin-right: 0;
  padding-right: 0;
}
#sidebar .current-menu-item>ul{
  margin-top: 0;
}

/** 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: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 30px;
  font-size: 14px;
  padding: 10px 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{
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  position: relative;
}
ul.wip_post_widget li:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
ul.wip_post_widget li img{
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 60px;
  height: 60px;
}
ul.wip_post_widget li .article-widget-meta{
  display: block;
  font-size: 0.9em;
  margin: 0;
  padding: 4px 0 0 75px;
}

/** wp tag cloud widget */
.tagcloud a{
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 7px 6px 7px 9px;
  margin: 0 0 4px;
  font-size: 0.9em!important;
}
.tagcloud a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}

/** 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;
}


/** twitter widget */
ul.wip_widget_latest_tweet{
  list-style-image: none;
  margin: 0;
  padding: 0;
}
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 .twitter-date{
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.8em;
}
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: 12px 15px;
  border-radius: 2px;
}
ul.wip_widget_latest_tweet li .twitter-text:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  left: 20px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  -moz-border-end-style:dashed !important;
  -webkit-transform: rotate(360deg);
}
.sidebarbox ul.wip_widget_latest_tweet li .twitter-text:before{
  top: -9px;
}
ul.wip_widget_latest_tweet li .twitter-text .status-action{
  position: absolute;
  display: none;
  top: -23px;
  right: 10px;
  border-radius: 2px 2px 0 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: 0;
  top: 0;
}
.footer-widget.wip_widget_twitter_feed iframe{
  position: absolute;
  right: 15px;
  top: auto;
  margin-top: -62px;
}


/** 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: "";
}
.sidebarbox ul.wip_flickr_widget{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
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: 10px 10px 0;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/* `FOOTER
--------------------------------------------------------------------*/
#site-footer {
  margin: 0;
  padding: 0;
  position: relative;
}

#site-footer #footer-widget-area{
  margin: 0;
  padding: 50px 0 30px;
}
#site-footer #footer-widget-area:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#footer-widget-area .footer-widget{
  margin: 0 0 30px;
  padding: 0 15px 0 15px;
}
.footer-widget h3.footer-widget-title {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 130%;
  margin: 0 -15px 30px -15px;
  padding: 15px;
}
#footer-widget-area .span3>.footer-widget:first-child h3.footer-widget-title{
  margin-top: -50px;
  padding-top: 50px;
}

#copyright {
  margin: 0;
  padding: 30px 0 60px;
}
#copyright:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
#copyright-content{
  float: left;
  margin:0;
  padding: 0;
  width: 48%;
  font-size: 0.8em;
  letter-spacing: 0.075em;
  line-height: 20px;
}
#footer-social-links{
  float: right;
  margin:0;
  padding: 0;
  width: 48%;
  text-align: right;
  line-height: 20px;
}
#footer-social-links a{
  display: inline-block;
  margin: 0 4px 4px;
  padding: 0;
  font-size: 20px;
}
#footer-social-links a.footer-social-twitter:hover{
  color: #00a0d1;
}
#footer-social-links a.footer-social-facebook:hover{
  color: #3b5998;
}
#footer-social-links a.footer-social-github:hover{
  color: #343434;
}
#footer-social-links a.footer-social-flickr:hover{
  color: #ff0084;
}
#footer-social-links a.footer-social-dribbble:hover{
  color: #ea4c89;
}
#footer-social-links a.footer-social-linkedin:hover{
  color: #007bb6;
}
#footer-social-links a.footer-social-pinterest:hover{
  color: #cb2027;
}
#footer-social-links a.footer-social-youtube:hover{
  color: #bb0000;
}
#footer-social-links a.footer-social-foursquare:hover{
  color: #0072b1;
}
#footer-social-links a.footer-social-google-plus:hover{
  color: #dd4b39;
}
#footer-social-links a.footer-social-instagram:hover{
  color: #517fa4;
}


/* `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;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .08), inset 0 -1px 0 rgba(0,0,0, .08);
}
.wip-content-row.more-top-padding{
  padding-top: 60px;
}
.wip-content-row.more-bottom-padding{
  padding-bottom: 60px;
}
.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;
}
.row-wrapper {
  margin: 0 0 30px;
  padding: 30px 0 0; 
}
.module-wrapper:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.module-header{
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
.module-header.with-filter{
  float: left;
}
.module-header.with-filter:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  left: 0;
  z-index: 0;
}
.module-header>h3{
  display: inline-block;
  position: relative;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 130%;
  white-space: normal;
  margin: 0 0 0;
  padding: 0 0 15px;
}
.module-header>h3:before{
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.module-header>h3:after{
  content: "";
  width: 50%;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: 1
}

/*! image slide - content manager */
.carousel-mode-on{
  position: relative;
}
.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: 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;
}
.wipcm-post-carousel,
.wipcm-product-carousel{
  margin: 0 -10px 0 -10px;
}
.wipcm-post-carousel:after,
.wipcm-product-carousel:after,
.wipcm-portfolio-carousel:after,
.client-carousel-mode:after{
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.wipcm-portfolio-carousel,
.client-carousel-mode{
  margin: 0 -2px 0 -2px;
}
.swiper-wrapper,
.portfolio-swiper-wrapper,
.product-swiper-wrapper,
.logo-swiper-wrapper {
  position:relative;
  width:100%;
  -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;
}
.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,
.product-carousel-swipe .product-carousel-holder {
  padding: 0 10px;
}
.post-carousel-swipe .article-column-wraper{
  margin-bottom: 20px;
}
.portfolio-carousel-swipe .project-carousel-holder{
  padding: 0 2px 0 2px;
}
.portfolio-carousel-swipe .project-carousel-holder .project-columns {
  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: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.3em;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
  border: 2px solid #fff;
}
.image-slider .swiper-arrow.arrow-left{
  left: 30px;
  bottom: 30px;
}
.image-slider .swiper-arrow.arrow-right{
  right: 30px;
  bottom: 30px;
}
.image-slider .swiper-arrow:hover {
  filter: alpha(opacity=100);
  opacity: 1.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);
}



.wipcm-text{
  margin: 0;
  padding: 0;
  position: relative;
}
.wipcm-text.wipcm-video{
  padding-top: 30px;
}
.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*="boxy-icons"]{
  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*="boxy-icons"]{
  -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 0 0 0;
  padding: 0 0 0 62px;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
}
.iconbox-classic-holder{
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  text-align: center;
  vertical-align: middle;
}
.iconbox-classic-holder [class*="boxy-icons"]{
  font-size: 28px;
  vertical-align: middle;
}
.iconbox-classic-holder:before{
  content: "";
  display: block;
  height: 75px;
  width: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -1px;
}
.iconbox-classic-holder:after{
  content: "";
  display: block;
  height: 1px;
  width: 75px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -1px 0 0 0;
}
.iconbox-classic-module h3.iconbox-classic-title{
  font-size: 1.2em;
  line-height: 130%;
  margin: 0 0 27px;
  padding: 5px 0 5px;
}

/** user profile */
.user-profile-module{
  margin: 0;
  padding: 0;
  position: relative;
}
.user-profile-module .user-profile-image{
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
.user-profile-module .user-profile-image span{
  display: block;
  margin: 0 auto 0;
  padding: 0;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 150px;
  -khtml-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.user-profile-module .user-profile-image img{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 150px;
  -khtml-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}
.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-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  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: 18px 10px 0 10px;
  text-align: center;
}
ul.user-profile-social{
  list-style-type: none;
  margin: 0;
  padding: 18px 0 0;
  text-align: center;
}
ul.user-profile-social li{
  position: relative;
  z-index: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0 4px;
  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 .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;
  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^="icon-"],
.twolines-divider .inner-divider-level>[class^="icon-"]{
  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;
  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: 3px;
}
.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 15px;
  font-weight: bold;
  outline: 0;
}
ul.module-tabber>li a .tab-icon-holder{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 7px;
  padding: 0;
  font-weight: normal;
}
.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;
  width: 100%;
  height: 4px;
  top: -4px;
  left: 0;
}
.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: 14px 0 14px 0;
  text-align: center;
}
.module-tabs.left-tab ul.module-tabber>li a.tab-active{
  margin-left: -5px;
  padding-left: 5px;
}
.module-tabs.left-tab ul.module-tabber>li a.tab-active:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 4px;
  top: -1px;
  left: 0;
  padding-top: 1px
}
.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: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  -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: 14px 0 14px 0;
  text-align: center;
}
.module-tabs.right-tab ul.module-tabber>li a.tab-active{
  margin-right: -5px;
  padding-right: 5px;
}
.module-tabs.right-tab ul.module-tabber>li a.tab-active:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 4px;
  top: -1px;
  right: 0;
  padding-top: 1px;
}
.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: 1.2em;
  line-height: 1;
  font-weight: normal;
}
.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: "\f067";
  speak: none;
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: 30px;
  font-size: 10px;
  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: "\f068";
}



/** 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 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0,0,0, .2);
  -moz-box-shadow: 0 10px 30px -15px rgba(0,0,0, .2);
  box-shadow: 0 10px 30px -15px rgba(0,0,0, .2);
}
.module-calltoact-content{
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 30px 25px;
  position: relative;
}
.module-calltoact.button-bottom-cta .module-calltoact-content{
  text-align: center;
}
.module-calltoact-content:before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.module-calltoact-content:after{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.module-calltoact a.calltoaction-button{
  display: inline-block;
  padding: 14px 20px 14px;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.module-calltoact.button-right-cta a.calltoaction-button{
  float: right;
  margin: 1em 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;
}
.pricetable h3.pricetable-name{
  margin: 0 0 0;
  padding: 10px 0 10px;
  font-size: 20px;
  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: 20px;
  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;
}
.pricetable .pricetable-column .pricetable-button-container a{
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pricetable br{
    display: none;
}

/** testimonials */
.testimonial-wraper [class^="span"]{
  padding-top: 30px;
}
.testimonial-item{
  margin: 0 0 20px;
  padding: 0;
}
.testimonial-item .testimonial-item-user{
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
  text-align: center;
}
.testimonial-item .testimonial-item-user:before{
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: -35px;
  left: 50%;
  margin: 0 0 0 -35px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
.testimonial-item .testimonial-item-user img{
  position: absolute;
  z-index: 1;
  display: block;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.testimonial-item .testimonial-item-user h4{
  margin: 0;
  padding: 15px 0 15px;
  font-size: 1.2em;
}
.testimonial-item-content{
  clear: both;
  margin: 0;
  padding: 25px 30px 25px 30px;
  position: relative;
}
.testimonial-item-content:before {
  font-family: 'FontAwesome';
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\f10d";
  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 p{
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonial-carousel-swipe {
  float: left;
  position: relative;
}
.testimonial-carousel-swipe .testimonial-uncolumn{
  padding: 35px 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: 5px;
}

.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;
}





/*! 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: 192dpi),
only screen and (                min-resolution: 2dppx) { 

  .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;
}
