html {
    overflow: visible !important;
}

html {
    height: 100%;
    position: relative;
}

body {
    min-height: 100%;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    position: relative !important;
    /*TESTING*/
    /*background: url("../img/close2black.png") 10% 10% repeat red !important;*/
    /*background-attachment: fixed !important;*/
}

body:before {
    height: 100%;
    width:100%;
    background: white !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

body.nksub_on:before, body.nksub_sidebar_slide:before
{
    display: none;
}

/*reset for plugin area*/

#nksub_sidebar, .nksub_sidebar_cont div, .nksub_sidebar_cont span,
.nksub_sidebar_cont h1, .nksub_sidebar_cont h2, .nksub_sidebar_cont h3, .nksub_sidebar_cont h4, .nksub_sidebar_cont h5, .nksub_sidebar_cont h6,
.nksub_sidebar_cont p, .nksub_sidebar_cont a, .nksub_sidebar_cont strong,
.nksub_sidebar_cont ol, .nksub_sidebar_cont ul, .nksub_sidebar_cont li,
.nksub_sidebar_cont fieldset, .nksub_sidebar_cont form, .nksub_sidebar_cont label, .nksub_sidebar_cont legend {
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
}

#nksub_sidebar {
    line-height: 1;
}

#nksub_fixed_elements_container {
    position: relative;
    z-index: 1001;
    -webkit-backface-visibility: hidden;
}


.nksub_sidebar_cont ol, .nksub_sidebar_cont ul {
    list-style: none;
}

#nksub_sidebar .nksub_sidebar_cont_scrollable {
    width: 380px;
    overflow: scroll;
    height: 100%;
    padding-right: 60px;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
}
body:not([class*=nksub_webkit]).nksub_sidebar_pos_right #nksub_sidebar .nksub_sidebar_cont_scrollable {
    padding-left: 20px;
    padding-right: 0;
}

#nksub_sidebar .nksub_sidebar_cont_scrollable::-webkit-scrollbar {
    display: none;
}

#nksub_sidebar .nksub_sidebar_cont {
    width: 380px;
    height: 100%;
    display: table;
    float: left; /*wrap content*/
    margin: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;
    -moz-transition: -moz-transform 0.5s ease-in-out 0.2s;
    -ms-transition: -ms-transform 0.5s ease-in-out 0.2s;
    -o-transition: -ms-transform 0.5s ease-in-out 0.2s;
    transition: transform 0.5s ease-in-out 0.2s;
    -webkit-backface-visibility: hidden;
}

.nksub_sidebar_pos_right #nksub_sidebar .nksub_sidebar_cont {
    float: right;
    /*margin: 0 50px 0 auto;*/
}

#nksub_sidebar.nksub_flat .nksub_sidebar_cont {
    background: #2d282a;
}

#nksub_sidebar.nksub_minimalistic .nksub_sidebar_cont {
    background: #fff;
    margin-top: 50px;
    /*box-shadow: -1px 2px 6px -2px #a6a3a3;*/
}

.nksub_sidebar_pos_right #nksub_sidebar .nksub_sidebar_cont {
    /*margin: 30px 50px 50px auto;*/
}

#nksub_sidebar .nksub_sidebar_cont.nksub_shrinked {
    -webkit-transform: scale(0.8, 0.8) !important;
    -moz-transform:  scale(0.8, 0.8) !important;
    -ms-transform:  scale(0.8, 0.8) !important;
    transform:  scale(0.8, 0.8) !important;
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
}

.nksub_sidebar_slide #nksub_sidebar .nksub_sidebar_cont {
    /*margin: 20px auto 0 30px;*/
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}




body.nksub_sidebar_push.nksub_exposed > *, body.nksub_sidebar_push.nksub_exposed #nksub-overlay-wrapper {
    -webkit-transform: translate(380px,0);
    -moz-transform: translate(380px,0);
    -ms-transform: translate(380px,0);
    -o-transform: translate(380px,0);
    transform: translate(380px,0);
    -webkit-transform: translate3d(380px,0,0);
    -moz-transform: translate3d(380px,0,0);
    -ms-transform: translate3d(380px,0,0);
    -o-transform: translate3d(380px,0,0);
    transform: translate3d(380px,0,0);
}

body.nksub_sidebar_push.nksub_sidebar_pos_right.nksub_exposed > *, body.nksub_sidebar_push.nksub_sidebar_pos_right.nksub_exposed  #nksub-overlay-wrapper  {
    -webkit-transform: translate(-380px,0);
    -moz-transform: translate(-380px,0);
    -ms-transform: translate(-380px,0);
    -o-transform: translate(-380px,0);
    transform: translate(-380px,0);
    -webkit-transform: translate3d(-380px,0,0);
    -moz-transform: translate3d(-380px,0,0);
    -ms-transform: translate3d(-380px,0,0);
    -o-transform: translate3d(-380px,0,0);
    transform: translate3d(-380px,0,0);
}

body > * {
    /*position: relative;*/
}

#container.hfeed {
    position: relative;
}

body.nksub_sidebar_push.nksub_webkit * {
    background-attachment: scroll !important;
}


#nksub-overlay-wrapper {
    z-index: 99999;
}

#nksub_sidebar {
    position: fixed;
    top: 0;
    left: -420px;
    width: 420px;
    z-index: 0;
    display: none;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    /*-webkit-overflow-scrolling : touch;*/
    /*transform: translate3d(0px,0,0) rotateY(80deg) !important;*/
    /*-webkit-transform-origin: 100% 50%;*/
    /*transform-origin: 100% 50%;*/
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
}


.nksub_exposed #nksub_sidebar, .nksub_transitioning #nksub_sidebar {
    left: 0px;
}

#nksub_sidebar {
    bottom: 0;
    min-height: 100%;
}

body.nksub_sidebar_slide #nksub_sidebar {
    z-index: 100000 ;
}

.nksub_sidebar_pos_right #nksub_sidebar {
    left: auto;
    right: -460px;
}
.nksub_sidebar_pos_right.nksub_transitioning #nksub_sidebar,
.nksub_sidebar_pos_right.nksub_exposed #nksub_sidebar {
    right: -40px;
}

.nksub_sidebar_pos_right.nksub_sidebar_slide #nksub_sidebar {
    right: 0;
}


body.nksub_sidebar_push > *, body.nksub_sidebar_slide > #nksub_sidebar {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:-moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.nksub_fixed_inner_el {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:-moz-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.nksub_sidebar_slide #nksub_sidebar {
    width: 380px;
    overflow: hidden;
}
.nksub_sidebar_slide #nksub_sidebar .nksub_sidebar_cont_scrollable {
    width: 380px;
    padding-right: 60px;
}

.nksub_sidebar_slide #nksub_sidebar .nksub_sidebar_cont {
    /*width: 100%;*/
}

body.nksub_sidebar_slide #nksub_sidebar {
    -webkit-transform: translate(-380px,0);
    -moz-transform: translate(-380px,0);
    -ms-transform: translate(-380px,0);
    -o-transform: translate(-380px,0);
    transform: translate(-380px,0);
    -webkit-transform: translate3d(-380px,0,0);
    -moz-transform: translate3d(-380px,0,0);
    -ms-transform: translate3d(-380px,0,0);
    -o-transform: translate3d(-380px,0,0);
    transform: translate3d(-380px,0,0);
}

body.nksub_sidebar_slide.nksub_sidebar_pos_right #nksub_sidebar  {
    -webkit-transform: translate(380px,0);
    -moz-transform: translate(380px,0);
    -ms-transform: translate(380px,0);
    -o-transform: translate(380px,0);
    transform: translate(380px,0);
    -webkit-transform: translate3d(380px,0,0);
    -moz-transform: translate3d(380px,0,0);
    -ms-transform: translate3d(380px,0,0);
    -o-transform: translate3d(380px,0,0);
    transform: translate3d(380px,0,0);
}

body.nksub_sidebar_slide.nksub_exposed > .nks_cc_trigger_tabs {
    -webkit-transform: translate(380px,0);
    -moz-transform: translate(380px,0);
    -ms-transform: translate(380px,0);
    -o-transform: translate(380px,0);
    transform: translate(380px,0);
    -webkit-transform: translate3d(380px,0,0);
    -moz-transform: translate3d(380px,0,0);
    -ms-transform: translate3d(380px,0,0);
    -o-transform: translate3d(380px,0,0);
    transform: translate3d(380px,0,0);
}

body.nksub_sidebar_slide.nksub_sidebar_pos_right.nksub_exposed > .nks_cc_trigger_tabs  {
    -webkit-transform: translate(-380px,0);
    -moz-transform: translate(-380px,0);
    -ms-transform: translate(-380px,0);
    -o-transform: translate(-380px,0);
    transform: translate(-380px,0);
    -webkit-transform: translate3d(-380px,0,0);
    -moz-transform: translate3d(-380px,0,0);
    -ms-transform: translate3d(-380px,0,0);
    -o-transform: translate3d(-380px,0,0);
    transform: translate3d(-380px,0,0);
}

body.nksub_exposed > #nksub_sidebar {
    -webkit-transform: translate(0px,0) !important;
    -moz-transform: translate(0px,0) !important;
    -ms-transform: translate(0px,0) !important;
    -o-transform: translate(0px,0) !important;
    transform: translate(0px,0)!important;
    -webkit-transform: translate3d(0px,0,0)!important;
    -moz-transform: translate3d(0px,0,0)!important;
    -ms-transform: translate3d(0px,0,0)!important;
    -o-transform: translate3d(0px,0,0)!important;
    transform: translate3d(0px,0,0)!important;
}

#nksub-body-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: none;
    /*box-shadow: 4px 0 7px 2px #555 !important;*/
    /*-moz-box-shadow: 4px 0 7px 2px #555 !important;*/
    /*-webkit-box-shadow: 4px 0 7px 2px #555 !important;*/
}

.nksub_sidebar_push #nksub-body-bg {
    -webkit-backface-visibility: hidden;
}

.nksub_sidebar_slide #nksub-body-bg {
    display: none !important;
}

.nksub_sidebar_pos_right #nksub-body-bg  {
    /*box-shadow: -2px 0 7px 1px #333 !important;*/
    /*-moz-box-shadow: -2px 0 7px 1px #333 !important;*/
    /*-webkit-box-shadow: -2px 0 7px 1px #333 !important;*/
}

#nksub-fixed {
    position: fixed;
    width: 200px;
    height: 50px;
    background: red;
    /*top:20px;*/
    /*bottom: 0;*/
    /*left: 40px;*/
    /*right: 0;*/
    z-index: 99999;
}
#nksub-fixed2 {
    position: fixed;
    width: 200px;
    height: 50px;
    background: blue;
    bottom: 20px;
    /*left: 50px;*/
    right: 50px;
    z-index: 99999;
}

#nksub-fixed-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: red;
    z-index: -999999;
}

#nksub-overlay-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

#nksub-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    /*display: none;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    /*cursor: pointer;*/
    -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}

.nksub-body-pushed #nksub-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*z-index: 99999;*/

}

#nksub_sidebar *, .nks_cc_trigger_tabs.nksub_tab, .nks_cc_trigger_tabs.nksub_tab * {
    -webkit-backface-visibility: hidden;
}

/* FORM CSS */
#nksub_sidebar .nksub_heading {
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 3px;
}

#nksub_sidebar a.nksub_button {
    font: 600 17px 'Open Sans', sans-serif;
}

.nksub_content {
    font-family: 'Open Sans', sans-serif;
}

#nksub_sidebar input,
#nksub_sidebar input:focus,
#nksub_sidebar textarea,
#nksub_sidebar textarea:focus {
    font: 300 16px 'Open Sans', sans-serif !important;
    text-transform: none;
    text-indent: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-focus-ring-color: none;
}

#nksub_sidebar input[type=text],
#nksub_sidebar input[type=email],
#nksub_sidebar input[type=tel],
#nksub_sidebar textarea {
    background: transparent;
    width: 200px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0 0 1px;
    outline: none !important;
    padding: 6px 12px 6px 20px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#nksub_sidebar .nksub_form_input_wrapper {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 15px;
    position: relative;
}

.nksub_form_input_wrapper:before {
    font-family: 'nksub_icons';
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -35px;
    top: 14px;
    bottom: 0;
    font-size: 24px;
}

@media screen and (max-width: 380px)  {
    .nksub_form_input_wrapper:before {
        left: 15px;
        display: none;
    }

    #nksub_sidebar input[type=text], #nksub_sidebar input[type=email], #nksub_sidebar input[type=tel], #nksub_sidebar textarea {
        padding-left: 49px;
    }
}

#nksub_sidebar .nksub_theme_classic .nksub_form_input_wrapper + .nksub_form_input_wrapper + .nksub_sbmt {
    margin-top: 15px;
}

#nksub_sidebar .nksub_form_input_wrapper:first-child {
    margin-top: 0px;
}

#nksub_sidebar input[type=submit] {
    display: none !important;
}

#nksub_sidebar .nksub_form_btn_wrapper {
    position: relative;
    margin: 20px;
    text-align: center;
}

#nksub_sidebar .nksub_form_btn_wrapper {
    padding-bottom: 20px;
}

#nksub_sidebar a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


@font-face {
    font-family: 'nksub_icons';
    src: url('../img/fonts/nksub_icons.eot?47541028');
    src: url('../img/fonts/nksub_icons.eot?47541028#iefix') format('embedded-opentype'),
    url('../img/fonts/nksub_icons.svg?47541028#icons') format('svg'),
    url('../img/fonts/nksub_icons.woff?47541028') format('woff'),
    url('../img/fonts/nksub_icons.ttf?47541028') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#nksub_sidebar .fa, .nksub-tab-icon .fa, .nksub-tab-icon.fa {
    display: inline-block;
    font-family: nksub_icons !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.nksub-tab-icon .fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.nksub-icon-input-phone:before {
    content: "\e042";
}
.nksub-icon-input-email:before {
    content: "\e04a";
}
.nksub-icon-input-city:before {
    content: "\e051";
}
.nksub-icon-input-company:before {
    content: "\e052";
}
.nksub-icon-input-name:before {
    content: "\e06b";
}

.nksub-icon-approved:before {
    content: "\e004";
}
.nksub-icon-check:before {
    content: "\e006";
}
.nksub-icon-check2:before {
    content: "\e00f";
}
.nksub-icon-check3:before {
    content: "\e010";
}
.nksub-icon-check4:before {
    content: "\e011";
}
.nksub-icon-error:before {
    content: "\e01b";
}
.nksub-icon-arrow-down-2:before {
    content: "\e000";
}
.nksub-icon-arrow-down-3:before {
    content: "\e001";
}
.nksub-icon-arrow487:before {
    content: "\e002";
}
.nksub-icon-mail-1:before {
    content: "\e003";
}
.nksub-icon-close19:before {
    content: "\e007";
}
.nksub-icon-cross-1:before {
    content: "\e008";
}
.nksub-icon-cross37:before {
    content: "\e009";
}
.nksub-icon-download:before {
    content: "\e00a";
}
.nksub-icon-mail-2:before {
    content: "\e00b";
}
.nksub-icon-mail-3:before {
    content: "\e00c";
}
.nksub-icon-mail-4:before {
    content: "\e00d";
}
.nksub-icon-mail-5:before {
    content: "\e00e";
}
.nksub-icon-instagram:before {
    content: "\e013";
}
.nksub-icon-linkedin:before {
    content: "\e014";
}
.nksub-icon-mail-6:before {
    content: "\e015";
}
.nksub-icon-mail-7:before {
    content: "\e016";
}
.nksub-icon-paper-5:before {
    content: "\e017";
}
.nksub-icon-paper-2:before {
    content: "\e018";
}
.nksub-icon-paper-3:before {
    content: "\e019";
}
.nksub-icon-paper-4:before {
    content: "\e01a";
}
.nksub-icon-paper-1:before {
    content: "\e01c";
}
.nksub-icon-rss:before {
    content: "\e01e";
}
.nksub-icon-pinterest:before {
    content: "\e01f";
}
.nksub-icon-vimeo:before {
    content: "\e021";
}
.nksub-icon-walk1:before {
    content: "\e022";
}
.nksub-icon-youtube:before {
    content: "\e023";
}
.nksub-icon-gplus:before {
    content: "\e600";
}
.nksub-icon-facebook:before {
    content: "\e601";
}
.nksub-icon-twitter:before {
    content: "\e602";
}
.nksub-icon-arrow-left:before {
    content: "\e60f";
}
.nksub-icon-arrow-down:before {
    content: "\e610";
}
.nksub-icon-arrow-up:before {
    content: "\e611";
}
.nksub-icon-arrow-right:before {
    content: "\e612";
}
.nksub-icon-more:before {
    content: "\e613";
}
.nksub-icon-mail-8:before {
    content: "\f003";
}
.nksub-icon-inbox:before {
    content: "\f01c";
}
.nksub-icon-save:before {
    content: "\f0c7";
}
.nksub-icon-mail-9:before {
    content: "\f0e0";
}
.nksub-icon-square:before {
    content: "\f0c8";
}
.nksub-icon-circle:before {
    content: "\f111";
}
.nksub-icon-mail:before {
    content: "\e603";
}


.nks_cc_trigger_tabs .nksub-tab-icon.fa-1x {
    font-size: 20px !important;
}

.nks_cc_trigger_tabs .nksub-tab-icon.fa-2x {
    font-size: 24px !important;
}

.nks_cc_trigger_tabs .nksub-tab-icon.fa-3x {
    font-size: 35px !important;
}

.fa-square-o, .fa-circle-thin {
    top: 1px;
}

.nks_cc_trigger_tabs.nksub_tab {
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    /*width: 65px;*/
    /*margin-top: -20px;*/
    cursor: pointer;
    z-index: 100000;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -webkit-font-smoothing: antialiased;
}

.nks_cc_trigger_tabs.nksub_tab .fa.fa-inverse:before/*,
.nks-hover .fa-inverse + .fa-stack-1x:before*/ {
    color: #ffffff !important;
}
.nks_cc_trigger_tabs.nksub_tab .fa{
    color: black;
}

.nks_cc_trigger_tabs .nksub-tab-icon .fa-stack-1x {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.nks_label_no_anim .nks_cc_trigger_tabs .nksub-tab-icon .fa-stack-1x {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nks_cc_trigger_tabs .nksub-tab-icon .fa, .nks_cc_trigger_tabs .nksub-tab-icon .fa-stack-2x:before, .nks_cc_trigger_tabs .nksub-tab-icon .fa-stack-2x:after  {
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
    -moz-transition:all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
    -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
    -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
    -webkit-backface-visibility: hidden;
}

.nksub_hidden .nks_cc_trigger_tabs .nksub-tab-icon.nks-hover .fa-stack-1x {
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
    /*-webkit-transform: scale(1, 1)*/
    -webkit-backface-visibility: hidden;

}

.nks_mobile .nks_cc_trigger_tabs .nksub-tab-icon.nks-hover .fa-stack-1x {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nksub_tab .fa-stack-1x:after {
    content: '';
    position: absolute;
    width: 86%;
    height: 86%;
    margin: 7%;
    left: 0;
    top: 0;
    /*border: 2px solid transparent;*/
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
    -moz-transition:all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
    -ms-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
    -o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}

.nks_cc_trigger_tabs.nksub_tab .fa-stack-2x {
    z-index: -2;
}

.nksub_tab .nks-hover .fa-stack-1x:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nks_cc_trigger_tabs.nks_metro .fa-stack-1x:after {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    margin: 0;
}

.nks_cc_trigger_tabs .nksub-icon-circle + .fa-stack-1x:after {
    border-radius: 60px;
}

.nks_cc_trigger_tabs .nks-hover .fa-stack-1x:before {
    /*font-size: 25px;*/
}

.nksub_hidden .nks_cc_trigger_tabs.nksub_tab .fa-1x.nks-hover .fa-stack-1x:before {
    font-size: 18px !important;
}

.nksub_hidden .nks_cc_trigger_tabs.nksub_tab .fa-3x.nks-hover .fa-stack-1x:before {
    font-size: 40px !important;
}


.nksub_exposed .nks_cc_trigger_tabs .nksub-tab-icon .fa-stack-1x:before,
.nksub_transitioning .nks_cc_trigger_tabs .nksub-tab-icon .fa-stack-1x:before {
    content: "";
    font-size: 25px;
    background: url("../img/closeblack.png") center center no-repeat;
    width: 48px;
    height: 48px;
    background-size: 50% 50% !important;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
}

body:not([class*='nksub_hidden']) .nks_cc_trigger_tabs .fa-1x.nksub-tab-icon .fa-stack-1x:before {
    width: 40px;
    height: 40px;
}

body:not([class*='nksub_hidden']) .nks_cc_trigger_tabs .fa-2x.nksub-tab-icon .fa-stack-1x:before {
}

body:not([class*='nksub_hidden']) .nks_cc_trigger_tabs .fa-3x.nksub-tab-icon .fa-stack-1x:before {
    width: 70px;
    height: 70px;
    background-size: 55% 55% !important;
}

body:after {
    display: none;
    content: url('../img/close.png') url('../img/closeblack.png');
}

.nksub_exposed .nks_cc_trigger_tabs.nksub_tab .nks-active,
.nksub_transitioning .nks_cc_trigger_tabs.nksub_tab .nks-active {
    position: relative;
    /*left: 3px;*/
}

.nks_cc_trigger_tabs.nksub_tab .fa-square-o, .nks_cc_trigger_tabs.nksub_tab .fa-circle-thin {
    top: 1px;
}

.nksub_exposed .nks_cc_trigger_tabs .nksub-tab-icon .fa-inverse.fa-stack-1x:before,
.nksub_transitioning .nks_cc_trigger_tabs .nksub-tab-icon .fa-inverse.fa-stack-1x:before{
    background: url("../img/close.png") center center no-repeat;
}

.nksub_exposed .nks_cc_trigger_tabs.nksub_tab .fa-stack-1x:hover {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
}

.nksub_exposed .fa-stack-1x {
    /*content: inherit;*/
    -webkit-transition: none !important;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none !important;
    -webkit-backface-visibility: hidden;
}


.nks_cc_trigger_tabs.nksub_tab span {
    display: block;
    margin: 0 0 5px 10px;
    padding: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition:opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.nks_cc_trigger_tabs.nksub_tab.nks_metro span {
    margin: 0 !important;
}

.nks_cc_trigger_tabs[class*=label_hidden] .nksub-tab-icon,
.nks_cc_trigger_tabs[class*=label_scroll] .nksub-tab-icon,
.nks_cc_trigger_tabs[class*=label_scroll_into] .nksub-tab-icon {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.nksub_sidebar_pos_right .nks_cc_trigger_tabs.nksub_tab span {
    margin: 0 10px 5px 0;
}

.nksub_sidebar_pos_right .nks_cc_trigger_tabs.nksub_tab {
    left: auto;
    right: 0;
}

.nksub_exposed #nksub-body-bg,
.nksub_transitioning #nksub-body-bg {
    -webkit-box-shadow: none !important;
    -moz-box-shadow:  none !important;
    box-shadow: none !important;
}

.nksub_exposed .nks_cc_trigger_tabs span:not([class*='nksub-tab-icon']),
.nksub_transitioning .nks_cc_trigger_tabs span:not([class*='nksub-tab-icon']),
.nksub_exposed #nks_cc_sidebar,
.nksub_transitioning #nks_cc_sidebar,
.nksub_exposed #ncf_sidebar,
.nksub_transitioning #ncf_sidebar {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 600px) {
    #wpadminbar { top: -46px !important; }
}

#nksub_sidebar .nksub_form_wrapper {
    display: none;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    width: 380px;
    /*padding: 25px 50px 65px;*/
    padding: 0;
}

#nksub_sidebar .nksub_form_wrapper .nksub_content {
    margin: 15px 20px 34px;
    padding: 1px 30px 10px;
    position: relative;
    border-radius: 5px;
}

.nksub_theme_flat {
    /*background-color: #55534F;*/
}

.nksub_hero_image {

}

.nksub_form_wrapper > * {
    position: relative;
}

.nksub_form_wrapper h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 10px;
    padding: 90px 0 0;
    line-height: 125%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.nksub_theme_classic.nksub_form_wrapper h1 {
    padding: 140px 0 0;
}

.nksub_form_wrapper span.nksub_pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -57px;
    width: 115px;
    height: 115px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    z-index: 0;
}

.nksub_form_wrapper span.nksub_text {
    position: relative;
    z-index: 1;
}


.nksub_form_wrapper h2 {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 125%;
}


.nksub_form_wrapper .nksub_notice {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 20px 0 25px;
    line-height: 125%;
}

#nksub_sidebar .nksub_theme_flat,
#nksub_sidebar .nksub_theme_classic {
    font-family: 'Roboto Slab', sans-serif;
}

#nksub_sidebar .nksub_theme_aerial {
    font-family: 'Lato', sans-serif;
}

.nksub_theme_flat h2,
.nksub_theme_classic h2,
.nksub_theme_flat .nksub_notice,
.nksub_theme_classic .nksub_notice {
    font-family: 'Open Sans', sans-serif;
}

#nksub_sidebar .nksub_theme_aerial h1 {
    font-weight: 300;
    text-transform: uppercase;
}

.nksub_theme_classic h2 {
    font-style: italic;
}

.nksub_gamma_light h2,
.nksub_gamma_light .nksub_notice {
    color: #fff;
}.nksub_gamma_light .nksub_form_input_wrapper:before {
    color: #d7d6d6;
}

.nksub_gamma_dark h2 {
    color: #000000;
}

.nksub_gamma_dark .nksub_notice,
.nksub_gamma_dark .nksub_form_input_wrapper:before{
    color: #555;
}

#nksub_sidebar .nksub_gamma_light input[type=text],
#nksub_sidebar .nksub_gamma_light input[type=email] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white !important;
}

#nksub_sidebar .nksub_gamma_dark input[type=text],
#nksub_sidebar .nksub_gamma_dark input[type=email] {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: black !important;
}

#nksub_sidebar .nksub_theme_aerial input[type=text],
#nksub_sidebar .nksub_theme_aerial input[type=email] {
    border-radius: 30px;
    text-align: center;
}

#nksub_sidebar .nksub_gamma_light input::-webkit-input-placeholder{
    color: #d7d6d6 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_light textarea::-webkit-input-placeholder {
    color: #d7d6d6 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_light input:-moz-placeholder{
    color: #d7d6d6 !important;
    text-transform: none;

}
#nksub_sidebar .nksub_gamma_light textarea:-moz-placeholder {
    color: #d7d6d6 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_light input:-ms-input-placeholder{
    color: #d7d6d6 !important;
    text-transform: none;

}
#nksub_sidebar .nksub_gamma_light textarea:-ms-input-placeholder {
    color: #d7d6d6 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_dark input::-webkit-input-placeholder{
    color: #777676 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_dark textarea::-webkit-input-placeholder {
    color: #777676 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_dark input:-moz-placeholder{
    color: #777676 !important;
    text-transform: none;

}
#nksub_sidebar .nksub_gamma_dark textarea:-moz-placeholder {
    color: #777676 !important;
    text-transform: none;
}

#nksub_sidebar .nksub_gamma_dark input:-ms-input-placeholder{
    color: #777676 !important;
    text-transform: none;

}
#nksub_sidebar .nksub_gamma_dark textarea:-ms-input-placeholder {
    color: #777676 !important;
    text-transform: none;
}


#nksub_sidebar .nksub_input_wrapper {
    position: relative;
}

#nksub_sidebar .nksub_gamma_light .nksub_heading {
    color: white;
    font-size: 27px;
    font-weight: 200;
    text-shadow: 1px 0px 1px #555;
    margin-bottom: 3px;
}

#nksub_sidebar .nksub_sbmt {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#nksub_sidebar  .nksub_sbmt {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}

#nksub_sidebar .nksub_theme_flat .nksub_sbmt {
    position: absolute;
    top: 0;
    height: 50px;
    width: 60px;
    line-height: 50px;
    right: 0;
    border-radius: 5px;
    will-change: all;
}

#nksub_sidebar .nksub_theme_classic .nksub_sbmt {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    margin: 20px 0 0;
}

#nksub_sidebar .nksub_theme_aerial .nksub_sbmt {
    position: relative;
    display: inline-block;
    width: 60px;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin: 22px 0 0;
}

#nksub_sidebar .nksub_input_wrapper {
    text-align: center;
}

#nksub_sidebar .nksub_theme_classic .nksub_sbmt .spinner {
    position: absolute;
}
.nksub_theme_flat .nksub_sbmt .nksub_cta,
.nksub_theme_aerial .nksub_sbmt .nksub_cta {
    display: none;
}

#nksub_sidebar .nksub_theme_classic .nksub_cta i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

#nksub_sidebar.nksub_form_processing .nksub_theme_classic .nksub_cta,
#nksub_sidebar.nksub_form_success .nksub_theme_classic .nksub_cta,
#nksub_sidebar[class*=nksub_form_fail] .nksub_theme_classic .nksub_cta {
    display: none;
}

#nksub_sidebar.nksub_form_processing .nksub_theme_classic .spinner,
#nksub_sidebar.nksub_form_success .nksub_theme_flat .nksub_sbmt,
#nksub_sidebar[class*=nksub_form_fail] .nksub_theme_flat .nksub_sbmt {
    width: 100%;
}



#nksub_sidebar .nksub_theme_flat .nksub_sbmt:before {
    font-family: 'nksub_icons';
    content: "\e01c";
    color: #000000;
    font-size: 28px;
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    border-radius: 5px;
}

#nksub_sidebar .nksub_theme_aerial .nksub_sbmt:before {
    font-family: 'nksub_icons';
    content: "\e01c";
    color: #000000;
    font-size: 28px;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    top: 0;
    left: 0;
    vertical-align: middle;
}

#nksub_sidebar .nksub_theme_classic .nksub_sbmt {
    color: #000000;
}


#nksub_sidebar.nksub_form_processing .spinner,
#nksub_sidebar .nksub_sbmt {
    -webkit-transition: all 0.2s ease 0.05s;
    -moz-transition:all 0.2s ease 0.05s;
    -ms-transition: all 0.2s ease 0.05s;
    -o-transition: all 0.2s ease 0.05s;
    transition: all 0.2s ease 0.05s;
    -webkit-backface-visibility: hidden;
    /*will-change: all;*/
}

#nksub_sidebar .nksub_sbmt:before {
    -webkit-transition: -webkit-transform 0.2s ease 0.05s, font 0.2s ease 0.05s;
    -moz-transition:-moz-transform 0.2s ease 0.05s, font 0.2s ease 0.05s;
    -ms-transition: -ms-transform 0.2s ease 0.05s, font 0.2s ease 0.05s;
    -o-transition: -o-transform 0.2s ease 0.05s, font 0.2s ease 0.05s;
    transition: transform 0.2s ease 0.05s, font 0.2s ease 0.05s;
    -webkit-backface-visibility: hidden;
}

#nksub_sidebar .nksub_socialbar li,
#nksub_sidebar .nksub_socialbar li a{
    -webkit-transition: all 0.1s ease 0.05s;
    -moz-transition:all 0.1s ease 0.05s;
    -ms-transition: all 0.1s ease 0.05s;
    -o-transition: all 0.1s ease 0.05s;
    transition: all 0.1s ease 0.05s;
    -webkit-backface-visibility: hidden;
    /*will-change: all;*/
}

#nksub_sidebar.nksub_form_processing .nksub_sbmt:before {
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    background-color: rgba(255,255,255,0) !important;
}

#nksub_sidebar .nksub_theme_flat input[type=text],
#nksub_sidebar .nksub_theme_flat input[type=email] {
    padding-right: 75px;
}

#nksub_sidebar:not([class*=nksub_form_processing]) .nksub_sbmt:hover:before {
    background-color: rgba(255,255,255,0.2);
}

#nksub_sidebar .nksub_theme_classic .nksub_sbmt:after {

}

#nksub_sidebar .nksub_theme_classic .nksub_sbmt:before {
    text-align: center;
    content: '';
    width: 100%;
    font-size: 18px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 0;
    border-radius: 5px;
    line-height: 50px;
}

#nksub_sidebar.nksub_form_success .nksub_sbmt:before {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
}

#nksub_sidebar[class*=nksub_form_fail] .nksub_sbmt:before {
    text-align: center;
    width: 100%;
    font-size: 18px;
}

#nksub_sidebar[class*=nksub_form_fail] .nksub_theme_aerial .nksub_sbmt:before {
    font-family: 'nksub_icons';
    content: "\e01b";
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
}

#nksub_sidebar[class*=nksub_form_fail] .nksub_theme_aerial .nksub_sbmt:after {
    position: relative;
    text-align: center;
}

#nksub_sidebar.nksub_form_success .nksub_theme_aerial .nksub_sbmt:before {
    font-family: 'nksub_icons';
    content: "\e004";
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
}

#nksub_sidebar:not([class*=nksub_form_success]):not([class*=nksub_form_fail]) .nksub_sbmt:hover:before {
    font-size: 32px;
}


#nksub_sidebar .spinner {
    margin: 0;
    width: 60px;
    text-align: center;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

#nksub_sidebar .nksub_theme_aerial .spinner {
    width: 60px;
    height: 60px;
}

#nksub_sidebar.nksub_form_processing .spinner {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    transform: translate(0px,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0px,0,0);
    -ms-transform: translate3d(0px,0,0);
    -o-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}

.spinner > div {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.2);
        -webkit-transform: scale(0.2);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

#nksub_sidebar .nksub_socialbar {
    position: absolute;
    bottom: 0px;
    height: 40px;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 10px;
}


#nksub_sidebar .nksub_socialbar li {
    display: inline-block;
    border-radius: 24px;
    padding: 6px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
    box-sizing: content-box;
}

#nksub_sidebar .nksub_gamma_light .nksub_socialbar li {
    border: 1px solid rgba(255,255,255,0.5);
}

#nksub_sidebar .nksub_gamma_dark .nksub_socialbar li {
    border: 1px solid rgba(0,0,0,0.3);
}

#nksub_sidebar .nksub_gamma_light .nksub_socialbar li:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255, 0.3);
}

#nksub_sidebar .nksub_gamma_dark .nksub_socialbar li:hover {
    /*background-color: rgba(0,0,0, 0.1);*/
    border-color: rgba(0,0,0, 0.5);
}

#nksub_sidebar .nksub_gamma_light .nksub_socialbar li a {
    color: rgba(255,255,255,0.5);
}
#nksub_sidebar .nksub_gamma_dark .nksub_socialbar li a {
    color: rgba(0,0,0,0.3);
}
#nksub_sidebar .nksub_gamma_light .nksub_socialbar li:hover a {
    color: rgba(255,255,255,1);
}

#nksub_sidebar .nksub_gamma_dark .nksub_socialbar li:hover a {
    color: rgba(0,0,0,0.6);
}


.nksub_input_wrapper.nksub_error input,
.nksub_input_wrapper.nksub_error .nksub_sbmt {
    -webkit-backface-visibility: hidden;

    -webkit-animation: shake .5s linear;
    -moz-animation: shake .5s linear;
    -o-animation: shake .5s linear;
    animation: shake .5s linear;

}

#nksub_sidebar .nksub_err_msg {
    display: none;
    width: 100%;
    z-index: 9999;
    padding: 5px 0 3px 0;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

#nksub_sidebar .nksub_gamma_light .nksub_err_msg {
    color: white;
}

#nksub_sidebar .nksub_gamma_dark .nksub_err_msg {
    color: #000000;
}

.nksub_lock .nksub_tab {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes shake {
    8%, 41% {
        -webkit-transform: translateX(-10px);
    }
    25%, 58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes shake {
    8%, 41% {
        -moz-transform: translateX(-10px);
    }
    25%, 58% {
        -moz-transform: translateX(10px);
    }
    75% {
        -moz-transform: translateX(-5px);
    }
    92% {
        -moz-transform: translateX(5px);
    }
    0%, 100% {
        -moz-transform: translateX(0);
    }
}

@keyframes shake {
    8%, 41% {
        transform: translateX(-10px);
    }
    25%, 58% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
    92% {
        transform: translateX(5px);
    }
    0%, 100% {
        transform: translateX(0);
    }
}


@media only screen and (max-width: 420px) {
    #nksub_sidebar {

    }

    #nksub_sidebar .nksub_sidebar_cont {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }

    .nksub_sidebar_pos_right #nksub_sidebar .nksub_sidebar_cont {
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }


    body #nksub_sidebar .nksub_form_wrapper .nksub_content {
        margin: 0 0 34px;
        padding: 1px 15px 10px;
    }
}






