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

/* `GENERAL
----------------------------------------------------------------------------------------------------*/
body{
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.6em;
}
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;
}
.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;
}
i[class^="icon-"]{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
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.6em;
}

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

dl.gallery-item{
    margin: 0 0 1.6em 0;
}

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

dd {
    margin: 0 0 1.6em;
}

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: 1em 2em 1.6em 2em;
    padding: 15px 30px 15px 60px;
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
}
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.alignright,
blockquote.alignleft {
    display: inline-block;
}
pre {
    margin: 1em 0 1.6em;
    padding: 1em 15px;
}

/* `HEADINGS
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    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: 40px;
}
h1 small,
h2 small,
h3 small,
h4 small {
    font-size: 0.8em;
}

/** `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;
}
.sticky{}
.attachment{}
.bypostauthor{}



/* `PRE-LOADING && FULLSCREEN BG
----------------------------------------------------------------------------------------------------*/
#asobar-load{
    background-color: #656564;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
#asobar-load.old-browser{
    background-image: url(../images/dark-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes blink {
    50%{
        border-color: #787878;
    }
}
@-moz-keyframes blink {
    50%{
        border-color: #787878;
    }
}
@-o-keyframes blink {
    50%{
        border-color: #787878;
    }
}
@keyframes blink {
    50%{
        border-color: #787878;
    }
}
#asobar-load-animate{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
#asobar-load-animate:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
#asobar-load-animate .load-on-logo{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 160px;
    line-height: 160px;
    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    border-radius: 170px;
    -webkit-animation: blink 1.5s cubic-bezier(.19,1,.22,1) 0s infinite; /* Safari 4+ */
    -moz-animation:    blink 1.5s cubic-bezier(.19,1,.22,1) 0s infinite; /* Fx 5+ */
    -o-animation:      blink 1.5s cubic-bezier(.19,1,.22,1) 0s infinite; /* Opera 12+ */
    animation:         blink 1.5s cubic-bezier(.19,1,.22,1) 0s infinite; /* IE 10+ */
}
#asobar-load-animate .load-on-logo img{
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100px;
    height: auto;
    *zoom: 1;
}


#asobar-load.old-browser #asobar-load-animate{
    display: none;
}

#bg-featured{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
}
#bg-featured-slide{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.bg-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
    display: none;
    background-color: #9E9E9E;
}
.bg-slide.bg-slide-on-view{
    z-index: 2;
    display: block;
}
.bg-slide.bg-slide-prepare-view{
    z-index: 1;
}
#bg-featured-slide .bg-slide img{
    margin: 0;
    padding: 0;
    max-width: none!important;
    *zoom: 1;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}


/* `HEADER / STICKY HEADER
----------------------------------------------------------------------------------------------------*/
#mast-head{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url(../images/dark85.png) scroll 0 0 repeat;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
}
#mast-head:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}
#mast-head #open-menu{
    display: none;
    margin: 0;
    padding: 0;
    top: 10px;
    left: 10px;
    width: 10%;
    line-height: 60px;
    font-size: 1.4em;
    text-align: center;
    float:left;
}
#head-logo{
    float: left;
    height: 50px;
    margin: 5px 0 5px;
    padding: 0;
}
#head-logo a{
    display: inline-block;
    height: 50px;
    outline: 0;
    margin: 0 0 0 0;
    padding: 0;
}
#head-logo img{
    height: 100%;
    width: auto;
    margin: 0 0 0 0;
    padding: 0;
}
nav#head-nav{
    float: right;
    margin: 0;
    padding: 0;
    left: 0;
}
nav#head-nav #close-menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 1.4em;
    text-align: center;
}
nav#head-nav ul.nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav#head-nav ul.nav ul,
nav#head-nav ul.nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav#head-nav ul.nav ul{
    -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0, .12);
    -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0, .12);
    box-shadow: 5px 5px 0 0 rgba(0,0,0, .12);
}
nav#head-nav ul.nav ul li ul{
    -webkit-box-shadow: -5px 5px 0 0 rgba(0,0,0, .12);
    -moz-box-shadow: -5px 5px 0 0 rgba(0,0,0, .12);
    box-shadow: -5px 5px 0 0 rgba(0,0,0, .12);
}
nav#head-nav ul.nav ul li {
    position: relative;
}
nav#head-nav ul.nav>li{
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}
nav#head-nav ul.nav>li a{
    display: block;
    margin: 0;
    padding: 0 15px 0;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}
nav#head-nav ul.nav ul li a{
    font-weight: normal;
    font-size: 0.96em;
    white-space: nowrap;
}
nav#head-nav ul.nav>li>ul.sub-menu {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 6;
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s ease-in-out 0.1s; /* Safari */
    transition: max-height 0.6s ease-in-out 0.1s;

}
nav#head-nav ul.nav>li:hover>ul.sub-menu {
    display: block;
    max-height: 100vh;
    -webkit-transition: max-height 0.6s ease-in-out 0s; /* Safari */
    transition: max-height 0.6s ease-in-out 0s;
}
nav#head-nav ul.nav ul ul{
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    z-index: 6;
    overflow: hidden;
    display: none;
}
nav#head-nav ul.nav>li>ul.sub-menu:before{
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: url(../images/dark5.png) scroll 0 0 repeat;
}
nav#head-nav ul.nav>li:hover>ul.sub-menu {
    display: block;
}

#mast-head.menu-overlap nav#head-nav ul.nav>li>ul.sub-menu:before{
    display: none;
}
#mast-head.menu-overlap nav#head-nav ul.nav>li>ul.sub-menu,
#mast-head.menu-overlap nav#head-nav ul.nav ul ul{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
}
#mast-head.menu-overlap nav#head-nav ul.nav>li>ul.sub-menu li{
    background: transparent url(../images/dotted-overlay.png) 0 0 repeat;
    margin-left: 10px;
    box-shadow: -1px 0 0 0 rgba(0,0,0,.1)
}
#mast-head.menu-overlap nav#head-nav ul.nav ul,
#mast-head.menu-overlap nav#head-nav ul.nav ul li ul{
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    padding-bottom: 10px;
    padding-top: 10px;
}

#mast-head.menu-overlap #head-logo{
    float: left;
    margin: 0px auto;
    padding: 5px 0 5px;
    text-align: center;
    width: 90%;
}
#mast-head.menu-overlap #head-logo>a{
    margin: 0;
}
#mast-head.menu-overlap #open-menu{
    display: block;
    outline: 0;
}
#mast-head.menu-overlap nav#head-nav {
    float: none;
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    zoom: 1;
    margin-top: 60px;
}
#mast-head.menu-overlap nav#head-nav #close-menu{
    display: block;
    z-index: 5;
    outline: 0;
    left: 0;
    top: 0;
}
#mast-head.menu-overlap nav#head-nav ul.nav{
    display: none;
}

#asobar-select-nav-wrap{
    display: none;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0px 0px 0 0px;
    vertical-align: middle;
    text-align: center;
}
#asobar-select-nav-wrap a{
    color:#c1c1c1;
    letter-spacing : 6px;
    text-transform: uppercase;
    font-size : 14px;
}

#asobar-select-nav-wrap a:hover{
    color:#009EFF;
    letter-spacing : 6px;
    text-transform: uppercase;
    font-size : 14px;
}

#asobar-select-nav-wrap ul
{

}
#asobar-select-nav-wrap li
{
    background: url(../images/dark85.png) scroll 0 0 repeat;
    list-style: none;
    margin: 0px;
}
#mast-head.menu-overlap nav#head-nav #asobar-select-nav-wrap{
    display: block;
}
#mast-head.menu-overlap nav#head-nav #asobar-select-nav-wrap:before{
    font-family: 'FontAwesome';
    text-decoration: inherit;
    display: block;
    speak: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    color: #666;
    border-left: 1px solid #2a2a2a;
}
#asobar-select-nav-wrap select{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 8px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 0;
    background: transparent none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #898989;
}



/* `WRAPPERS
----------------------------------------------------------------------------------------------------*/
#site-container {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.wrap {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1160px;
}
.wrap:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}
.entry {
    margin: 0;
    padding: 30px 0;
}
#no_intro_adds {
    margin: 0;
    padding: 0;
    height: 60px;
    position: relative;
    z-index: 1;
}

/* `INTRO -> LOGO AND ANIMATED NAV
----------------------------------------------------------------------------------------------------*/
#intro{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    background: url(../images/dotted-overlay.png) 0 0 repeat;
}
#intro .to-next-section {
    position: absolute;
    z-index: 50;
    bottom: 20px;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    text-align: center;
    font-size: 20px;
    margin: 0 0 0 -32px;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    border: 2px solid #fff;
    color: #fff;
    zoom: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#intro .to-next-section:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 28px;
}
#intro-boot{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
#intro-boot:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
#site-head{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
#site-logo{
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
}
#site-logo img{
    width: 100%;
    height: auto;
    margin: 0 0 0;
    padding: 0;
}
#site-nav{
    margin: 0;
    padding: 0;
    text-align: center;
}
#site-nav ul.nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#site-nav ul.nav>li{
    list-style-type: none;
    display: inline-block;
    margin: 0 1px 4px;
    padding: 0;
}
#site-nav ul.nav>li a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

/* `INNER PAGES
----------------------------------------------------------------------------------------------------*/
.scroll-part {
    margin: 0 0 0;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}
.scroll-part .to-next-section {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 50%;
    width: 120px;
    height: 40px;
    text-align: center;
    margin: 0 0 0 -60px;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow: hidden;
    zoom: 1;
}
.scroll-part .to-next-section [class^="icon-"] {
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 120px;
    line-height: 46px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    text-align: center;
    font-size: 24px;
}
.asobar-light .scroll-part .to-next-section [class^="icon-"]{
    color: #fff;
    background-color: #dadada
}
.asobar-dark .scroll-part .to-next-section [class^="icon-"]{
    color: #414141;
    background-color: #262626
}
header.section-header {
    position: relative;
    margin: -60px 0 30px;
    padding: 45px 0 20px;
    text-align: center;
}
header.section-header h1{
    position: relative;
    display: inline-block;
    font-size: 4em;
    line-height: 1;
    margin: 0 0 25px;
    padding: 0.5em 1em;
}
header.section-header h5{
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 5px 0 15px;
    padding: 0 0 0 0;
}
header.section-header h1 .ha{
    position: absolute;
    width: 0;
    height: 0;
}


/* `PARALLAX BG
----------------------------------------------------------------------------------------------------*/
.section-parallax {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.section-parallax .parallax-content{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/dotted-overlay.png) 0 0 repeat;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: inset 0 5px 25px rgba(0,0,0, .12), inset 0 -5px 25px rgba(0,0,0, .12);
    -moz-box-shadow: inset 0 5px 25px rgba(0,0,0, .12), inset 0 -5px 25px rgba(0,0,0, .12);
    box-shadow: inset 0 5px 25px rgba(0,0,0, .12), inset 0 -5px 25px rgba(0,0,0, .12);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.parallax-content .parallax-in{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-content .parallax-in .parallax-inner-text{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.parallax-inner-text a{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}
.parallax-inner-text h2{
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
    font-weight: normal;
    text-shadow: 2px 2px 0 rgba(0,0,0, .7);
    line-height: 1em;
}
.parallax-inner-text h2 small{
    font-size: 0.5em;
    font-weight: normal;
}
.parallax-inner-text > p {
    font-size: 25px;
    line-height: 1.25em;
}
.parallax-moved{
    position: fixed;
    z-index: 1;
    overflow: hidden;
    margin-top: -25px;
}
.parallax-moved img{
    max-width: none;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    *zoom:1;
    -webkit-transform: rotate(360deg);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
}
.section-parallax .parallax-moved{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    margin-top: 0;
}
.section-parallax .parallax-moved img{
    max-width: none;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    *zoom:1;
    -webkit-transform: rotate(360deg);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}

/* `PROJECT / PORTFOLIO
----------------------------------------------------------------------------------------------------*/
.project-wraper {
    margin: 0 0 0;
    clear: both;
}
[class^="masonry-project-"]{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.project-columns{
    margin: 0 0 0;
    padding: 0 0 1px;
    position: relative;
    overflow: hidden;
}
.project-column-group{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.project-column-group:after{
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.project-column-group:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    bottom: -8px;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.project-column-group .project_like_lists{
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 0.8em;
}
.project-column-group .project_like_lists span{
    height: 40px !important;
    line-height: 40px !important;
    vertical-align: middle !important;
}
.project-column-group .project_like_lists i{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 3px;
}
.project-column-group .project-cat-group{
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0 15px 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 0.8em;
}
.project-columns-thumbnail{
    margin: 0 0 0;
    padding: 0;
    position: relative;
    z-index: 0;
    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-columns-thumbnail img{
    display: block;
    width: 100%;
    height: auto;
    *zoom: 1;
}
h3.project-column-title{
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 130%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 0 0;
    padding: 25px 20px 25px;
}
.project-columns-thumbnail .project-link-wrap{
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin : -25px;
    padding: 0;
    font-size: 2em;
    text-align: center;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
}
.project-link-wrap a.project-to-link{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.project-columns-thumbnail .project-link-left,
.project-columns-thumbnail .project-link-right{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    height: 16px;
}
.project-columns-thumbnail .project-link-left{
    left: -22px;
    top: 50%;
    margin-top: -8px;
}
.project-columns-thumbnail .project-link-right{
    right: -22px;
    top: 50%;
    margin-top: -8px;
}
p.load-more-buttons{
    margin: 0 0 0;
    padding: 4em 0 0;
    text-align: center;
}
p.load-more-buttons.see-all {
    margin: -20px 0 0;
    padding: 0;
}

.project-filters {
    float: right;
    margin: 3px 0 14px;
    padding: 0;
    position: relative;
}
.project-filters:last-of-type {
    margin-bottom: 53px;
}
.project-filters.filter-no-heading{
    float: none;
    text-align: left;
}
.project-filters:after{
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}
.project-filters ul,
.project-filters li {
    list-style-type: none;
}
.project-filters ul {
    float: left;
    margin: 0;
    padding: 0;
}
.project-filters li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
}
.project-filters.filter-no-heading ul,
.project-filters.filter-no-heading li{
    float: none;
}
.project-filters.filter-no-heading li{
    display: inline;
}
.project-filters li>a{
    display: block;
    margin: 0;
    padding: 12px 16px;
    line-height: 1;
}
.project-filters.filter-no-heading li>a{
    display: inline-block;
}
header.filter-head h3 {
    font-size: 14px;
    line-height: 1em;
}


/** single portfolio */
.single-portfolio .type-portfolio {
    margin: 0;
    padding: 0;
    position: relative;
}
.single-portfolio .type-portfolio header{
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
}
.single-portfolio .type-portfolio header h1{
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}
.single-portfolio .project_like_single_wrap {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0 8px 0 0;
    padding: 0 10px 0 0;
}
.single-portfolio .portfolio-visitor-count {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 12px 0 0;
    letter-spacing: 0;
}
.single-portfolio .project_like_single {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 12px;
    letter-spacing: 0;
}
.single-portfolio .portfolio-visitor-count [class^="icon-"] {
    float: left;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
}
.single-portfolio .project_like_single [class^="icon-"]{
    float: right;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
}
.single-portfolio-gallery{
    margin: 0;
    padding: 10px 0;
}
.single-portfolio-gallery .portfolio-gallery{
    position: relative;
    margin: 0 0 15px;
    padding: 8px;
}
.single-portfolio-gallery .portfolio-gallery .webinpixels_video{
    margin-bottom: 0;
}
.single-portfolio-gallery .portfolio-gallery img{
    max-width: 100%;
    width: 100%;
    height: auto;
    *zoom: 1;
}
.single-portfolio-gallery .portfolio-gallery .portfolio-image-desc {
    position: absolute;
    width: 300px;
    max-width: 100%;
    bottom: 8px;
    right: 8px;
    background: url(../images/dark75.png) scroll 0 0 repeat;
    color: #ccc;
    margin: 0;
    padding: 15px;
    font-size: 0.9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -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;
}
.single-portfolio-gallery .portfolio-gallery:hover .portfolio-image-desc {
    opacity: 1;
    filter: alpha(opacity=100);
}
.portfolio-next-post-link {
    margin: 0 0 30px;
    padding: 0;
}
.portfolio-next-post-link:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.portfolio-next-post-link .portfolio-previous{
    float: left;
}
.portfolio-next-post-link .portfolio-next{
    float: right;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor{
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 60px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor.portfolio-previous {
    padding-left: 60px;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor.portfolio-next {
    padding-right: 60px;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.portfolio-next-post-link .portfolio-next-post-link-anchor .portfolio-next-post-link-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 15px;
    white-space: pre-wrap;
}
.portfolio-next-post-link .portfolio-previous .portfolio-next-post-link-thumbnail{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}
.portfolio-next-post-link .portfolio-next .portfolio-next-post-link-thumbnail{
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor img{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    max-width: none;
    *zoom: 1;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor .portfolio-next-post-link-icon {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -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;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor:hover .portfolio-next-post-link-icon{
    opacity: 1;
    filter: alpha(opacity=100);
}
.portfolio-next-post-link .portfolio-next-post-link-anchor.portfolio-previous .portfolio-next-post-link-icon{
    top: 0;
    left: 0;
}
.portfolio-next-post-link .portfolio-next-post-link-anchor.portfolio-next .portfolio-next-post-link-icon{
    top: 0;
    right: 0;
}
.row-fluid.projects-back {
    width: calc(100% - 580px);
    margin: -77px auto 0;
}

/* `BLOG
----------------------------------------------------------------------------------------------------*/
article{
    margin: 0 0 30px;
    padding: 0 0 0;
    position: relative;
}
article.sticky{
}
article header{
    position: relative;
    margin: 0 0 0;
    padding: 0 0 0 80px;
}
article.blog-column header{
    padding: 0 0 0 40px;
}
article header .article-post-format-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 100%;
    text-align: center;
}
article header .article-post-format-icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
article.blog-column header .article-post-format-icon {
    width: 40px;
    height: 100%;
}
article header .article-post-format-icon a{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
article header .article-post-format-icon a i{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(0,0,0, .3);
}
article.blog-column header .article-post-format-icon a i{
    font-size: 18px;
}
article header>h3{
    font-weight: normal;
    margin: 0 0 0;
    padding: 18px 20px 18px;
}
article header>h2{
    font-weight: normal;
    margin: 0 0 0;
    padding: 30px 20px 30px;
    line-height: 130%;
}
article.blog-column header>h3{
    font-size: 1.1em;
    line-height: 140%;
}
article .article-meta{
    margin: 0 0 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
article .article-meta span{
    display: table-cell;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
article .article-meta span i {
    display: inline-block;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 6px;
}
article .article-meta span img {
    display: inline-block;
    margin-bottom: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

article .entry-content {
    margin: 0;
    padding: 30px;
}
article .entry-content:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
article .article-post-in-tag {
    clear: both;
    margin: 0;
    padding: 0;
}
article .article-post-in-tag .article-post-in-cat {
    position: relative;
    margin: 0;
    padding: 15px 30px 15px 55px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
article .article-post-in-tag .article-tagged-with {
    position: relative;
    margin: 0;
    padding: 12px 30px 12px 55px;
}
article .article-post-in-tag .article-post-in-cat a,
article .article-post-in-tag .article-tagged-with a {
    text-transform: none;
    font-size: 0.9em;
    letter-spacing: 0;
}
article .article-post-in-tag .article-post-in-cat a{
    font-style: italic;
}
article .article-post-in-tag .article-tagged-with a {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: 6px 8px 6px 11px;
    margin: 0 0 0;
}
article .article-post-in-tag .article-tagged-with a:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 3px;
    height: 100%;
}
article .article-post-in-tag .article-post-in-cat .meta-ic,
article .article-post-in-tag .article-tagged-with .meta-ic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
}
.meta-ic:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.meta-ic [class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: 13px;
}

article .blog-preview{
    margin: 0 0 0;
    padding: 0;
}
article .blog-column-preview{
    margin: 0 0 0;
    padding: 0;
}
article .blog-preview.audio-preview,
article .blog-column-preview.audio-preview{
    min-height: 30px;
    position: relative;
}
#site-container article .blog-preview.audio-preview .mejs-container,
#site-container article .blog-column-preview.audio-preview .mejs-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: visible;
}
#site-container article .blog-preview.audio-preview .mejs-container button,
#site-container article .blog-column-preview.audio-preview .mejs-container button{
    border: 0;
    outline: none;
    color: transparent;
}
article .blog-preview img,
article .blog-column-preview img{
    display: block;
    width: 100%;
    height: auto;
}
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;
}

.paging-navigation,
.comment-navigation {
    margin: 0 0 30px;
    padding: 0;
}
.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;
}

/* `COMMENTS
----------------------------------------------------------------------------------------------------*/
#comments {
    margin: 15px 0 0;
    padding: 0 0 0;
}
#comments h2.comments-title {
    position: relative;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    margin: 0 0 30px;
    padding: 0px 20px 0px 68px;
}
h2.comments-title:before{
    font-family: 'FontAwesome';
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    content: "\f086";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    text-rendering: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}
ol.comment-list {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
ol.comment-list li.comment{
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
}
ol.comment-list ol.children {
    padding-top: 15px;
    margin-left: 14px
}

ol.comment-list li.comment.parent>article.comment-body:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 29px;
    width: 1px;
    height: 100%;
}
ol.comment-list ol.children{
    position: relative;
}
ol.comment-list ol.children:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 15px;
    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 {
    box-shadow: none;
    margin: 0 0 0;
    padding: 0 0 0 80px;
    border: 0;
    position: relative;
}
article.comment-body .comment-meta{
    margin: 0;
    padding: 15px 30px;
}
article.comment-body .comment-meta img{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
article.comment-body .comment-meta .comment-metadata {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
article.comment-body .comment-meta .comment-metadata .edit-link {
    position: absolute;
    top: 65px;
    left: 0;
    width: 60px;
    text-align: center;
}
article.comment-body .comment-meta .comment-awaiting-moderation {
    margin: 15px -30px -15px -30px;
    padding: 10px 15px;
    font-size: 0.8em;
    background-color: #fff7cf;
    text-align: center;
}

article.comment-body .comment-content {
    margin: 0;
    padding: 15px 30px;
}
article.comment-body .comment-content:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
article.comment-body .reply {
    position: absolute;
    top: 28px;
    right: 25px;
}
article.comment-body .reply .comment-reply-link{
    font-size: 0.0001em;
    color: transparent;
    text-indent: -9999em;
    border: 0;
    outline: 0;
    text-decoration: none;
}
article.comment-body .reply .comment-reply-link:before{
    font-family: 'FontAwesome';
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    content: "\f112";
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-indent: 0;
    text-transform: none;
    text-rendering: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}


#comments .comment-respond {
    margin: 0 0 15px;
    padding: 15px 30px;
    border-radius: 3px;
}
#comments ol.comment-list li .comment-respond{
    margin-top: 15px;
}
#comments .comment-respond h3#reply-title {
    position: relative;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    height: 64px;
    line-height: 64px;
    margin: -15px -30px 30px;
    padding: 0px 20px 0px 20px;
    border-radius: 3px 3px 0 0
}
#comments .comment-respond h3#reply-title small {
    position: absolute;
    top: 22px;
    right: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1px;
}
.comment-respond h3#reply-title small a#cancel-comment-reply-link{
    font-size: 0.0001em;
    display: inline-block;
    color: transparent;
    text-indent: -9999em;
    font-weight: normal;
    border: 0;
    outline: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    width: 18px;
    height: 18px;
}
.comment-respond h3#reply-title small a#cancel-comment-reply-link:before{
    font-family: 'FontAwesome';
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    content: "\f057";
    line-height: 18px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    text-indent: 0;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

#comments .comment-respond .comment-form-author,
#comments .comment-respond .comment-form-email,
#comments .comment-respond .comment-form-url,
#comments .comment-respond .comment-form-comment{
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 41px;
}
#comments .comment-respond .comment-form-author input,
#comments .comment-respond .comment-form-email input,
#comments .comment-respond .comment-form-url input,
#comments .comment-respond .comment-form-comment textarea{
    width: 100%;
    padding: 12px 15px;
    border-radius: 0 3px 3px 0;
}
#comments .comment-respond .comment-form-author label,
#comments .comment-respond .comment-form-email label,
#comments .comment-respond .comment-form-url label,
#comments .comment-respond .comment-form-comment label {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px 0 0 3px;
    font-size: 0.00001em;
    color: transparent;
    text-indent: -9999em;
    cursor: pointer;
}
#comments .comment-respond .comment-form-author label:before,
#comments .comment-respond .comment-form-email label:before,
#comments .comment-respond .comment-form-url label:before,
#comments .comment-respond .comment-form-comment label:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    text-indent: 0;
    speak: none;
    width: 42px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    -webkit-font-smoothing: antialiased;
}
#comments .comment-respond .comment-form-author label:before{
    content: "\f007";
}
#comments .comment-respond .comment-form-email label:before{
    content: "\f0e0";
}
#comments .comment-respond .comment-form-url label:before{
    content: "\f0c1";
}
#comments .comment-respond .comment-form-comment label:before{
    content: "\f040";
}
#comments .comment-respond .comment-form-author label .required,
#comments .comment-respond .comment-form-email label .required,
#comments .comment-respond .comment-form-comment label .required {
    position: absolute;
    display: inline-block;
    top: -3px;
    left: -3px;
    width: 14px;
    height: 14px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    text-indent: 0;
    border-radius: 14px;
    vertical-align: bottom;
    box-shadow: none;
}
#comments .comment-respond .comment-notes,
.logged-in-as{
    margin: 0 0 30px;
    padding: 0;
    font-size: 0.9em;
}
#comments .comment-respond .form-allowed-tags {
    margin: 0 0 15px;
    padding: 15px 15px 0;
    font-size: 0.9em;
    border-radius: 3px;
}
#comments .comment-respond .form-allowed-tags code{
    display: block;
    margin: 15px -15px 0 -15px;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

/* `SEArCH RESULTS
----------------------------------------------------------------------------------------------------*/
article.search-result-item {
    margin: 0 0 50px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
article.search-result-item h3{
    margin: 0 0 5px;
    padding: 0 0 0;
    font-weight: normal;
}
.search_post_date {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}
.search_post_date [class^="icon-"]{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
}
.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;
}

/* `SIDEBAR
----------------------------------------------------------------------------------------------------*/
.sidebar-wraper{
    margin: 0;
    padding: 30px 0 30px 30px;
}
.pull-left .sidebar-wraper{
    margin: 0;
    padding: 30px 30px 30px 0;
}
.sidebarbox{
    margin: 0 0 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.sidebarbox:before{
}
.sidebarbox:after{
}
.sidebarbox>header{
    margin: -20px -20px 20px -20px;
    padding: 0 0 0;
}
.sidebarbox>header h3.sidebar-title{
    margin: 0;
    padding: 20px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.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;
    padding-bottom: 10px;
    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*="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: 6px 0;
}
[class*="footer-widget widget_"] ul li .post-date{
    display: block;
    font-size: 0.9em;
    margin: 0;
    padding: 6px 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;
}

/** 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 20px;
    padding: 0 0 20px 80px;
    position: relative;
    min-height: 60px;
}
ul.wip_post_widget li .widget_post_thumbnail_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
}
.widget_post_thumbnail_link img{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 4px;
}
.widget_post_thumbnail_link .widget_post_format_icon{
    position: absolute;
    bottom: -7px;
    right: -7px;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.widget_post_thumbnail_link .widget_post_format_icon [class^="icon-"]{
    font-size: 12px;
    text-align: center;
}
ul.wip_post_widget li .widget_post_title{
    font-size: 1em;
}
.widget_post_meta span{
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}
.widget_post_meta span [class^="icon-"]{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
}


/** 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: 25%;
    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;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, .05);
}
.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;
}

/** 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: 6px;
    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>header h3.sidebar-title iframe{
    float: right;
    margin: -3px 0 0 10px;
}
.footer-widget>header h3.footer-widget-title iframe{
    float: right;
    margin: 2px 0 0 10px;
}

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


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


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

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


/* `CLIENT LOGO SLIDES
----------------------------------------------------------------------------------------------------*/
#before-footer{
    margin: 0;
    padding: 0;
    min-height: 30px;
    position: relative;
    z-index: 3;
}
#before-footer .wrap{
    padding-top: 8px;
    padding-bottom: 4px;
    position: relative;
}
#before-footer .module-wrapper {
    margin: 0;
}
#client-logo-carousel{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.client-logo-item {
    float: left;
}
.client-logo-item .client-logo-inner{
    position: relative;
    margin: 0;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    vertical-align: middle;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.client-logo-inner .client-logo-wrap {
    margin: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    zoom: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -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;
}
.client-logo-inner .client-logo-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.client-logo-wrap img{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 90%;
    height: auto;
    max-width: none;
    left: 5%;
    top: auto;
    *zoom: 1;
    vertical-align: middle;
}
.client-logo-inner .client-logo-wrap:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#before-footer .client-logo-arrows {
    position: absolute;
    display: block;
    width: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    margin-top: -8px;
    font-size: 20px;
    text-decoration: none;
    outline: 0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
#before-footer .client-logo-arrows.prev-client-logo{
    left: -24px;
}
#before-footer .client-logo-arrows.next-client-logo{
    right: -24px;
}

/* `FOOTER
----------------------------------------------------------------------------------------------------*/
#site-footer{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
}
#site-footer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 11px;
    left: 0;
}
#site-footer:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    top: -1px;
    left: 0;
}
#footer-widgets {
    margin: 0;
    padding: 50px 0 30px;
    position: relative;
}
#footer-widgets:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 7px;
    left: 0;
}
.footer-widget {
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
}
.footer-widget>header{
    margin: 0 0 30px 0;
    padding: 0;
}
.footer-widget>header h3.footer-widget-title {
    margin: 0;
    padding: 20px 0;
    font-size: 1.4em;
    line-height: 130%;
    font-weight: bold;
    letter-spacing: 0.075em;
}

#site-copyright {
    margin: 0;
    padding: 0 0 60px;
    position: relative;
    -webkit-transform: rotate(360deg);
}
.copyright-text{
    margin: 0;
    padding: 30px 0 30px 0;
    position: relative;
    font-size: 0.9em;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    text-align: center;
    z-index: 1;
}
#site-copyright #back-to-top{
    position: absolute;
    left: 50%;
    top: -30px;
    width: 80px;
    height: 80px;
    line-height:40px;
    font-size: 1.4em;
    margin: 0 0 0 -40px;
    padding: 0;
    text-align: center;
    z-index: 0;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}

#footer-social-links {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}
#footer-social-links a{
    display: inline-block;
    margin: 0 4px 8px 4px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    outline: none;
    border: 0;
}

#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-manager-output{
    margin: 0 0 0;
    padding: 0;
}
.module-wrapper{
    margin: 0 0 60px;
    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>h3{
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0;
    padding: 15px;
}
.module-header>h3:before{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    margin: 0;
    padding: 0;
}
.module-header>h3:after{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -24px;
    top: 0;
}

/*! image slide - content manager */
.wipcm-image-slider{
    margin : 0 0 0;
    padding: 0;
}
.wipcm-image-slider .image-slider,
.wipcm-post-carousel,
.wipcm-portfolio-carousel{
    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{
    margin: 0 -10px 0 -10px;
    padding-bottom: 15px;
}
.wipcm-portfolio-carousel{
    margin: 0 -2px 0 -2px;
    padding-bottom: 50px;
}
.swiper-wrapper,
.portfolio-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{
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.swiper-slide,
.post-carousel-swipe,
.portfolio-carousel-swipe {
    float: left;
    position: relative;
}

.post-carousel-swipe .post-carousel-article,
.post-carousel-swipe .article-column-wraper {
    padding: 0 10px;
}
.portfolio-carousel-swipe .project-carousel-holder{
    padding: 0 2px 0 2px;
}
.swiper-slide>img,
.post-carousel-article>img,
.project-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{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.swipper-swiperpaginate .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #e8e8e8;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .3), 0 1px 0 #fff;
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .3), 0 1px 0 #fff;
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .3), 0 1px 0 #fff;
    margin: 0 3px;
    cursor: pointer;
}
.swipper-swiperpaginate .swiper-pagination-switch.swiper-visible-switch{
    background: #afafaf;
}
.swipper-swiperpaginate .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
    background: #666;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, .12), 0 1px 3px rgba(0,0,0, .16);
    -moz-box-shadow:    inset 0 1px 0 rgba(255,255,255, .12), 0 1px 3px rgba(0,0,0, .16);
    box-shadow:         inset 0 1px 1px rgba(255,255,255, .3), 0 1px 3px rgba(0,0,0, .16);
}
.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: 0 0 20px;
    padding: 0;
    text-align: center;
}
.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: 68px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    -webkit-transition: 0.45s cubic-bezier(.445,.05,.55,.95);
    -moz-transition:    0.45s cubic-bezier(.445,.05,.55,.95);
    -ms-transition:     0.45s cubic-bezier(.445,.05,.55,.95);
    -o-transition:      0.45s cubic-bezier(.445,.05,.55,.95);
    transition:         0.45s cubic-bezier(.445,.05,.55,.95);
}
.iconbox-holder .iconbox-inner [class^="icon-"]{
    position: absolute;
    display: block;
    top: -8px;
    left: -8px;
    width: 136px;
    height: 136px;
    line-height: 136px;
    text-align: center;
    -webkit-border-radius: 136px;
    -moz-border-radius: 136px;
    border-radius: 136px;;
    -webkit-transition: 0.45s cubic-bezier(.445,.05,.55,.95);
    -moz-transition:    0.45s cubic-bezier(.445,.05,.55,.95);
    -ms-transition:     0.45s cubic-bezier(.445,.05,.55,.95);
    -o-transition:      0.45s cubic-bezier(.445,.05,.55,.95);
    transition:         0.45s cubic-bezier(.445,.05,.55,.95);
    -webkit-transform: scale(0.5) rotate(0deg);
    -moz-transform: scale(0.5) rotate(0deg);
    -ms-transform: scale(0.5) rotate(0deg);
    -o-transform: scale(0.5) rotate(0deg);
    transform: scale(0.5) rotate(0deg);
}
.iconbox-module:hover .iconbox-holder .iconbox-inner [class^="icon-"]{
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}
.iconbox-module h3.iconbox-box-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 130%;
    margin: 0 0 20px;
    padding: 0 0 0;
}
.iconbox-module .iconbox-text{
    text-align: center;
    margin: 0;
    padding: 0 5px;
}

/** classic icon box */
.iconbox-classic-module{
    position: relative;
    z-index: 0;
    margin: 20px 0 0 0;
    padding: 30px 0 0 30px;
    -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: -22px;
    left: -22px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    -webkit-border-radius: 42px;
    -mox-border-radius: 42px;
    border-radius: 42px;
    -webkit-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
}
.iconbox-classic-holder [class^="icon-"]{
    font-size: 24px;
    line-height: 42px;
    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;
    font-weight: bold;
    line-height: 130%;
    margin: 0 0 30px;
    padding: 0;
}

/** 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;
}
ul.user-profile-social li a.up-social-icons.twitter:hover{
    color: #00a0d1;
}
ul.user-profile-social li a.up-social-icons.facebook:hover{
    color: #3b5998;
}
ul.user-profile-social li a.up-social-icons.github:hover{
    color: #343434;
}
ul.user-profile-social li a.up-social-icons.flickr:hover{
    color: #0063dc;
}
ul.user-profile-social li a.up-social-icons.dribbble:hover{
    color: #ea4c89;
}
ul.user-profile-social li a.up-social-icons.linkedin:hover{
    color: #007bb6;
}

/** heading */
header.sp-module-header{
    margin: 0 0 30px;
    padding: 0 0 15px;
}
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.125em;
}
.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;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.module-map .module-map-placement>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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: -1px;
}
.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{
    padding: 14px 0 14px 0;
    text-align: center;
}
.module-tabs.left-tab ul.module-tabber>li a.tab-active:before{
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    top: -1px;
    left: -4px;
}
.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;
}
/** 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:before{
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    top: -1px;
    right: -4px;
}
.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>a{
    display: block;
    margin: 0;
    padding: 14px 15px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    outline: 0;
}
.module-accordion ul.module-accordion-lists>li.accordion-list.accordion-use-icon h4.accordion-cliker>a{
    padding-left: 52px;
}
.module-accordion h4.accordion-cliker>a .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;
}
.module-accordion h4.accordion-cliker>a .accordion-icon-holder:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.module-accordion h4.accordion-cliker>a .accordion-icon-holder [class^="icon-"]{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.module-accordion .module-accordion-content{
    margin: 0;
    padding: 15px 30px;
    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.accordion-open h4.accordion-cliker a:before{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 4px;
    top: -1px;
    left: -4px;
}



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


/** Call to action */
.module-calltoact{
    margin: 0 0 0;
}
.module-calltoact-content{
    margin: 0;
    padding: 15px 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;
}
.module-calltoact-content:after{
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.module-calltoact a.calltoaction-button{
    display: inline-block;
    padding: 14px 15px 14px;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.module-calltoact.button-right-cta a.calltoaction-button{
    float: right;
    margin: 22px 0 0 30px;
}
.module-calltoact.button-bottom-cta a.calltoaction-button{
    margin: 20px 0 15px;
}
h2.calltoaction-heading{
    letter-spacing: 0.025em;
}
h5.calltoaction-subheading{
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 0.015em;
}

/** Side navigation **/
.module-wrapper .side-nav {
    padding-left: 25px;
    border-left: 3px solid #000000;
    margin-top: 10px;
}
.module-wrapper .side-nav h3 {
    display: block;
    padding: 4px 0;
}


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

@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,
    #head-logo img.wip-standard,
    #site-logo img.wip-standard {
        display: none;
    }
    .wip-retina {
        display: block;
    }
    #head-logo .wip-retina{
        display: inline-block;
    }

    #head-logo img.wip-standard
    {
        display: block;
    }


}
/**! END RETINA */


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