

.nksub_pic {
    margin: 0 0 10px;
    width: 200px;
    text-align: center;
    background: rgb(226, 226, 226);
    padding: 10px;
    padding: 10px;
}

.settings-form-wrapper.nksub_profile input[type=text],
.settings-form-wrapper.nksub_profile textarea{
    width: 50%;
}

.nksub_custom_css textarea {
    direction: ltr;
}

.nksub_custom_bg img {
    height: 100px;
}

.settings-form-row {
    /*padding-right: 200px;*/
}

.settings-form-row[class*=nksub_custom_bg] {
    display: none;
}

label[for=nksub_sidebar_pos_left] {
    width: 65px;height: 45px;
    display: inline-block;
    background: url(../img/sidebar-layout.png) 0 0 no-repeat transparent;
}

[id*=nksub_email_title] {
    display: inline-block;
    width: 300px;
    margin-left: 5px !important;
}

label[for=nksub_sidebar_pos_right] {
    width: 65px;height: 45px;
    display: inline-block;
    background: url(../img/sidebar-layout.png) 0 -76px no-repeat transparent;
}

.nksub_theme_preview_minimalistic, .cs_minimalistic {
    display: none;
}

#base_color_aerial, .aerial .colorswrap, .aerial .nksub_base_color > p {
    /*display: none !important;*/
}

.nksub_invert_style {
    display: none;
}

.minimalistic .nksub_flat_socialbar {
    display: none;
}

.nksub_hide_social .nksub_flat .nksub_sidebar_socialbar ul li a,
.nksub_hide_social .nksub_minimalistic .nksub_sidebar_socialbar,
.nksub_hide_social .nksub_minimalistic .nksub_sidebar_cont > .nksub_line_sep,
.nksub_hide_social .nksub_aerial .nksub_sidebar_socialbar {
    display: none;
}

.aerial .nksub_invert_style {
    display: block;
}

/*PREVIEW STYLES*/


/*ADD*/

.nksub_flat, .nksub_minimalistic, .nksub_aerial {
    width: 530px;
    min-height: 100%;
    z-index: 0;
    font-family: 'Open Sans', sans-serif;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.nksub_flat {
    background: #413d3e;
}

.nksub_minimalistic {
    background: #e3e5e8;
}


.nksub_sidebar_cont_scrollable {
    width: 100%;
    overflow-y: scroll;
    height: 100%;
}
.nksub_sidebar_cont_scrollable::-webkit-scrollbar {
    display: none;
}

.nksub_sidebar_cont {
    width: 400px;
    float: left; /*wrap content*/
    margin: 30px auto 50px 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nksub_flat .nksub_sidebar_cont {
    background: #2d282a;
}
.nksub_aerial .nksub_sidebar_cont {
    margin: 30px auto 20px 65px !important;
}

.nksub_minimalistic .nksub_sidebar_cont {
    background: #fff;
    margin-top: 50px !important;
    box-shadow: -1px 2px 6px -2px #615F5F;
}


#nksub_theme_preview .nksub_notice {
    font: 400 italic 17px 'Open Sans', sans-serif;
}

#nksub_theme_preview  a.nksub_button {
    font: 600 17px 'Open Sans', sans-serif;
}

#nksub_theme_preview input,
#nksub_theme_preview textarea {
    font: 300 16px 'Open Sans', sans-serif;
}

.nksub_flat .nksub_sidebar_socialbar ul {
    display: table-row;
}
.nksub_flat .nksub_sidebar_socialbar ul li {
    list-style: none;
    display: table-cell;
    width: 50px;
    height: 50px;
    background: #ff4500;
}

.nksub_minimalistic .nksub_sidebar_socialbar ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.nksub_minimalistic .nksub_sidebar_socialbar ul li {
    list-style: none;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.nksub_flat .nksub_sidebar_header_userinfo {
    overflow: hidden;
    display: table-row;
}

#nksub_theme_preview .nksub_pic,
#nksub_theme_preview .nksub_pic img {
    width: 110px;
    height: 110px;
}

.nksub_flat .nksub_pic,
.nksub_minimalistic .nksub_pic {
    display: table-cell;
    padding: 15px 24px;
}

.nksub_minimalistic .nksub_pic {
    padding: 24px 18px 15px 26px;
}

.nksub_up_style_theme_custom .nksub_flat .nksub_pic img,
.nksub_up_style_theme_custom .nksub_aerial .nksub_pic img {
    border-radius: 110px;
    -moz-border-radius: 110px;
    -webkit-border-radius: 110px;
}

.nksub_up_style_theme_custom .nksub_minimalistic .nksub_pic img {
    border-radius: 110px;
    -moz-border-radius: 110px;
    -webkit-border-radius: 110px;
}

.nksub_flat .nksub_user_credentials,
.nksub_minimalistic .nksub_user_credentials {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 242px;
    height: 140px;
    /*letter-spacing: 1px;*/
    line-height: 21px;
}

.nksub_minimalistic .nksub_user_credentials {
    width: 246px;
}

.nksub_user_credentials span {
    display: block;
    padding: 3px 0;
}

.nksub_flat .nksub_heading {
    color: white;
    font-size: 27px;
    font-weight: 200;
    text-shadow: 1px 0px 1px #555;
    margin-bottom: 3px;
}
.nksub_minimalistic .nksub_heading,
.nksub_aerial .nksub_heading {
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 3px;
}

.nksub_flat .nksub_subheading {
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 1px 0px 1px #555;
    margin-bottom: 6px;
}

.nksub_minimalistic .nksub_subheading,
.nksub_aerial .nksub_subheading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
}

#nksub_theme_preview .nksub_cta  {
    font-size: 18px;
    font-style: italic;
    color: #5b0b03;
    padding-right: 25px !important;
}
#nksub_theme_preview .nksub_minimalistic .nksub_cta {
    color: #494747;
}

#nksub_theme_preview .nksub_line_sep {
    width: 100%;
    height: 1px;
    background: url(../img/line-sep.png) repeat-x 2px 0 transparent;
}

#nksub_theme_preview .nksub_flat .nksub_notice {
    color: white;
    margin: 0 0 23px 0;
    padding:  0;
}

#nksub_theme_preview .nksub_minimalistic .nksub_notice {
    font-size: 16px;
    padding-bottom: 26px;
}

.nksub_flat  .nksub_form_input_wrapper {
    width: 100%;
    background: #000000;
    margin: 0 0 10px;
}
.nksub_minimalistic  .nksub_form_input_wrapper {
    width: 100%;
    margin: 0 0 14px;
    background: #ccc;
}

.nksub_aerial  .nksub_form_input_wrapper {
    width: 100%;
    margin: 0 0 14px;
    /*outline: 1px solid #ccc;*/
    position: relative;
}


#nksub_theme_preview input[type=text],
#nksub_theme_preview input[type=password],
#nksub_theme_preview textarea  {
    background: transparent;
    width: 200px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 6px 8px 6px 70px;
}

#nksub_theme_preview  a.nksub_button {
    position: relative;
    color: #FFF !important;
    text-decoration: none;
    background-color: #DB5705;
    display: inline-block;
    padding: 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 0px 2px #DB1F05;
    -moz-box-shadow: 0 2px 0px 2px rgba(219,31,5,1);
    box-shadow: 0 2px 0px 2px #DB1F05;
    margin: 0;
    width: 180px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

#nksub_theme_preview .nksub_minimalistic a.nksub_button {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#nksub_theme_preview  a.nksub_button:active {
    -webkit-box-shadow: 0 1px 0px 2px rgba(219,31,5,1);
    -moz-box-shadow: 0 1px 0px 2px rgba(219,31,5,1);
    box-shadow: 0 1px 0px 2px rgba(219,31,5,1);
    position: relative;
    top: 2px;
}

#nksub_theme_preview  input[type=submit] {
    display: none;
}

#nksub_theme_preview .nksub_form_btn_wrapper {
    margin: 20px;
    text-align: center;
}

.nksub_flat  .nksub_name_field {
    background: url('../img/flat_inputs_mask.png') 0 0 no-repeat;
}

.nksub_flat  .nksub_email_field {
    background: url('../img/flat_inputs_mask.png') 0 -50px no-repeat;
}
.nksub_flat  .nksub_message_field {
    height: 168px;
    background: url('../img/flat_inputs_mask.png') 0 -100px no-repeat;
}

.nksub_minimalistic  .nksub_name_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -3px no-repeat #ccc;
}

.nksub_minimalistic  .nksub_email_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -54px no-repeat #ccc;
}
.nksub_minimalistic  .nksub_message_field {
    height: 168px;
    background: url('../img/minimalistic_inputs_mask.png') 0px -106px no-repeat #ccc;
}

#nksub_theme_preview .nksub_message_field textarea {
    height: 168px;
    padding-top: 12px;
    resize: none;
}

#nksub_theme_preview .nksub_form_btn_wrapper {
    padding-bottom: 20px;
}

.nksub_flat input::-webkit-input-placeholder,
.nksub_flat textarea::-webkit-input-placeholder,
{
    color: #e6e5e5 !important;
}
.nksub_flat input:-moz-placeholder,
.nksub_flat textarea:-moz-placeholder {
    color: #e6e5e5 !important;
}

.nksub_flat input:-ms-input-placeholder,
.nksub_flat textarea:-ms-input-placeholder {
    color: #e6e5e5 !important;
}


.nksub_flat .nksub_sidebar_socialbar a{
    display: none;
    width: 50px;
    height: 50px;
    background: url('../img/flat_social_sprite.png') no-repeat transparent;
    transition: none;
    -webkit-transition: none;
}

.nksub_minimalistic .nksub_sidebar_socialbar ul li {
    list-style: none;
    display: inline-block;
    width: 45px;
    height: 50px;
    background-color: white;
}

.nksub_minimalistic .nksub_sidebar_socialbar {
    height: 50px;
    background-color: white;
}

.nksub_minimalistic .nksub_sidebar_socialbar li a{
    background-color:  #999;
    width: 45px;
    height: 50px;
    display: block;
    background-image: url('../img/minimalistic_social_sprite.png');
}

.nksub_minimalistic a.nksub_facebook {
    background-position: -315px 0 ;
}


.nksub_minimalistic a.nksub_twitter {
    background-position: -270px 0 ;
}


.nksub_minimalistic a.nksub_pinterest {
    background-position: -225px 0 ;
}

.nksub_minimalistic a.nksub_youtube {
    background-position: -180px 0 ;
}

.nksub_minimalistic a.nksub_instagram {
    background-position: -135px 0 ;
}

.nksub_minimalistic a.nksub_linkedin {
    background-position: -90px 0 ;
}

.nksub_minimalistic a.nksub_gplus {
    background-position: -45px 0 ;
}

.nksub_minimalistic a.nksub_rss {
    background-position: 0 0 ;
}


.nksub_flat .nksub_sidebar_socialbar a[class] {
    display: block;
}

.nksub_aerial {
    background: url(../img/bg/blur15.jpg) 0 0 #d4d9e8;;
}

.nksub_aerial .nksub_sidebar_socialbar ul {
    text-align: center;
    height: 50px;
    margin: 1px 0 1px;
}
.nksub_aerial input:focus,
.nksub_aerial textarea:focus {
    outline: none !important;
    outline-offset: 0;
}

body .nksub_aerial input:focus,
body .nksub_aerial textarea:focus {
    border-color: white !important;
    color: white !important;
}

.nksub_aerial .nksub_sidebar_socialbar ul li {
    list-style: none;
    display: inline-block;
    width: 45px;
    height: 50px;
    background-color: white;
    outline: 1px solid white;
}

.nksub_aerial .nksub_sidebar_socialbar ul li {
    width: 50px;
    background-color: transparent;
    outline: none;
}

.nksub_aerial .nksub_sidebar_socialbar li a{
    background-color:  transparent;
    width: 50px;
    height: 50px;
    display: block;
    background-image: url('../img/aerial_social_sprite.png');
}

.nksub_aerial .nksub_pic {
    display: table-cell;
    box-sizing: content-box;
    padding: 15px 24px;
}
.nksub_aerial .nksub_user_credentials {
    overflow: hidden;
    display: table-cell;
    box-sizing: content-box;
    vertical-align: middle;
    width: 240px;
    padding-left: 2px;
    height: 140px;
    /*letter-spacing: 1px;*/
    line-height: 21px;
}
.nksub_aerial .nksub_cta {
    color: #4b4b4b;
}

.nksub_aerial .nksub_subheading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}
#nksub_theme_preview .nksub_aerial .nksub_notice {
    font-size: 18px;
    padding-bottom: 26px;
    font-style: normal;
    font-weight: 200;
}
.nksub_aerial  .nksub_form_input_wrapper {
    width: 100%;
    margin: 0 0 14px;
    /*outline: 1px solid #ccc;*/
    position: relative;
}

.nksub_aerial input:focus::-webkit-input-placeholder,
.nksub_aerial textarea:focus::-webkit-input-placeholder{
    color: white !important;
}

.nksub_aerial textarea::-webkit-input-placeholder
{
    color: #a5a4a4 !important;
    text-transform: none;
}


.nksub_flat a.nksub_facebook,
.nksub_aerial a.nksub_facebook {
    background-position: -350px 0 ;
}


.nksub_flat a.nksub_twitter,
.nksub_aerial a.nksub_twitter {
    background-position: -300px 0 ;
}


.nksub_flat a.nksub_pinterest,
.nksub_aerial a.nksub_pinterest {
    background-position: -250px 0 ;
}

.nksub_flat a.nksub_youtube,
.nksub_aerial a.nksub_youtube {
    background-position: -200px 0 ;
}

.nksub_flat a.nksub_instagram,
.nksub_aerial a.nksub_instagram {
    background-position: -150px 0 ;
}

.nksub_flat a.nksub_linkedin,
.nksub_aerial a.nksub_linkedin {
    background-position: -100px 0 ;
}

.nksub_flat a.nksub_gplus,
.nksub_aerial a.nksub_gplus {
    background-position: -50px 0 ;
}

.nksub_flat a.nksub_rss,
.nksub_aerial a.nksub_rss {
    background-position: 0 0 ;
}

.nksub_flat a.nksub_facebook:hover,
.nksub_aerial.nksub_whitefont a.nksub_facebook:hover,
.nksub_aerial a.nksub_facebook:hover {
    background-position: -350px -50px ;
}


.nksub_flat a.nksub_twitter:hover,
.nksub_aerial.nksub_whitefont a.nksub_twitter:hover,
.nksub_aerial a.nksub_twitter:hover {
    background-position: -300px -50px ;
}


.nksub_flat a.nksub_pinterest:hover,
.nksub_aerial.nksub_whitefont a.nksub_pinterest:hover,
.nksub_aerial a.nksub_pinterest:hover {
    background-position: -250px -50px ;
}

.nksub_flat a.nksub_youtube:hover,
.nksub_aerial.nksub_whitefont a.nksub_youtube:hover,
.nksub_aerial a.nksub_youtube:hover {
    background-position: -200px -50px ;
}

.nksub_flat a.nksub_instagram:hover,
.nksub_aerial.nksub_whitefont a.nksub_instagram:hover,
.nksub_aerial a.nksub_instagram:hover {
    background-position: -150px -50px ;
}

.nksub_flat a.nksub_linkedin:hover,
.nksub_aerial.nksub_whitefont a.nksub_linkedin:hover,
.nksub_aerial a.nksub_linkedin:hover {
    background-position: -100px -50px ;
}

.nksub_flat a.nksub_gplus:hover,
.nksub_aerial.nksub_whitefont a.nksub_gplus:hover,
.nksub_aerial a.nksub_gplus:hover {
    background-position: -50px -50px ;
}

.nksub_flat a.nksub_rss:hover,
.nksub_aerial.nksub_whitefont a.nksub_rss:hover,
.nksub_aerial a.nksub_rss:hover {
    background-position: 0 -50px ;
}

.nksub_invert #nksub_theme_preview .nksub_aerial a.nksub_button{
    color: black !important;
}


html {
    background: #f1f1f1;
}

textarea, input, select {
    margin: 0;
}

textarea {
    resize:vertical;
}
#wpbody {
    overflow: hidden;
    width: 100%;
}

div.updated {
    border-left: 4px solid #7ad03a;
    padding: 1px 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    position: absolute;
    top: 41px;
    left: 420px;
    display: none;
}

#saved {
    position: absolute;
    color: #5bcae9;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#saved.hide {
    opacity: 0;
    visibility: hidden;
}

#ns-options-wrap {
    box-sizing: border-box;
    max-width: 800px;
    padding:  1em 0px 6em 50px;
    /*overflow: hidden;*/
    margin-top: 2em;
    position: relative;
    min-height: 100%;
    /*display: none;*/
    opacity: 0;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.settings-form-row[class*=nks_cc_display] {
    position: relative;
    border-top: 2px dotted #e2e5e5;
    margin-top: 48px;
    color: #5bcae9;
}

.settings-form-row[class*=nks_cc_display]:before {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    background: white;
    text-align: center;
    padding: 3px;
}


.nks_location {
    display: inline-block;
    margin-top: 10px;
}

.nks_location span {
    text-decoration: underline !important;
}

.nks_location i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

[class*=nks_cc_display]:first-child {
    border-top: none;
    margin-top: 0px;

}
[class*=nks_cc_display]:first-child:before {
    display: none;
}

.header_hidden {
    display: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.ov-visible #overlay {
    visibility: visible;
    opacity: 1;
}

.close_pop {
    text-decoration: underline !important;
    display: inline-block;
    margin-right: 10px;
}


.ov-visible {
    overflow: hidden;
}

.loc_popup {
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*position: fixed;*/
    width: 300px;
    height: 390px;
    margin: 0;
    padding: 12px 30px 30px;
    background: #ebebeb;
    z-index: 1000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.nksub_form_settings .loc_popup {
    height: 200px;
}

.open .loc_popup {
    visibility: visible;
    opacity: 1;
}



.ninja {
    position: absolute;
    width: 140px;
    height: 200px;
    top: 25px;
    left: 160px;
    background: url(../img/ninja.png) -56px 0 no-repeat transparent;
}

.folded .ninja {
    left: 36px;
}

#tabs {

    margin: 0;
    overflow: hidden;
}

#tabs li {
    float: left;
    background-color: transparent;
    border: 3px solid #4AA5BE;
    /*background-color: #3c404b;*/
    /*background: -webkit-linear-gradient(#00CFB8, #2bc0af);*/
    /*background: -moz-linear-gradient(#00CFB8, #2bc0af);*/
    /*background: linear-gradient(#00CFB8, #2bc0af);*/
    /*background: linear-gradient(#0191CA, #0074a2);*/
    cursor: pointer;
    padding:  0;
    position: relative;
    margin: 0 4px 0 0;
    /*color: #CAF1E6;*/
    color: #4AA5BE;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);*/
    text-align: center;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#add-tab {
    margin-top: 20px;
    color: #5f5f5f;
    font-size: 13px;
    font-family: 'Open Sans';
    display: inline-block;
}

#add-tab:hover {
    color: #00CFB8;
}

#add-tab i {
    font-size: 18px;
}


.wp-core-ui .button-primary {
    background: #5bcae9;
    border-color: #56bddb;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(130, 230, 227, 0.49),0 1px 0 rgba(0,0,0,.15);*/
    /*box-shadow: inset 0 1px 0 rgba(129, 230, 154, 0.49),0 1px 0 rgba(0,0,0,.15);*/
    color: #fff;
    text-decoration: none;
}

.wp-core-ui .button-primary:active {
    vertical-align: baseline!important;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #56bddb;
    border-color: #4597af;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(129, 230, 154, 0.49),0 1px 0 rgba(0,0,0,.15);*/
    /*box-shadow: inset 0 1px 0 rgba(129, 230, 154, 0.49),0 1px 0 rgba(0,0,0,.15);*/
    color: #fff;
}

#sbmt_nks_cc_custom {
    display: none;
}

.button-primary.button-delete {
    /*background: #ca2828 !important;*/
    background: transparent !important;
    color: #ca2828 !important;
    text-decoration: underline;
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-right: 10px;
}

.button-primary.button-delete:hover {
    /*background: #a52525 !important;*/
    border-color: #ca2828 !important;
    text-decoration: none;
    /*text-decoration: underline;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-right: 10px;
}

#tabs li span {
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: Tahoma, sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 22px;
    display: inline-block;
}

#tabs li span:before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    -webkit-transform: scale(1.5) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.5) translateX(10px) translateY(-10px) rotate(4deg);
    -ms-transform: scale(1.5) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.5) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-backface-visibility: hidden;

    pointer-events: none;
}

#tabs li.active span:before {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
    width: 100%;
    display: none;
}

#tabs li:hover {
    color: #e2f8f1;
}

#tabs li:hover, #tabs li.active {
    /*background: #216770;*/
    background: #5bcae9;
}

#tabs li.active {
    color: white;
}

#tabs li.active span{
    /*-webkit-animation: animation 750ms linear both;*/
    /*animation: animation 750ms linear both;*/
}

#tabs li:hover span:after {
    /*width: 100%;*/
}

#tabs li:before {
    position: absolute;
    width: 100%;
    /*content: '';*/
    height: 100%;
    box-shadow: 7px 8px 18px -2px rgba(0, 0, 0, 0.15);
    top: 0;
    left: -100%;
}

#tabs li:first-child:before {
    display: none;
}

#tabs-preview {
    position: fixed;
    margin-top: 225px;
    top:0;
    left: 160px;
    width: 70px;
    text-align: center;
    z-index: 100;
}

[id*=nks_label_preview] {
    margin-bottom: 5px;
    cursor: pointer;
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-ms-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
}

.metro #tabs-preview {
    text-align: right;
}

.metro.inverted .fa-stack-2x,
.metro.stroke .fa-stack-2x {
    background-color: #fff !important;
}

#tabs-preview #add-tab {
    text-align: center;
}

.metro [id*=nks_label_preview] {
    margin-bottom: 0;
}

[id*=nks_label_preview].active {
    background: rgba(255,255,255,0.9);
}

.inverted [id*=nks_label_preview].active {
    background: rgba(0,0,0,0.4);
}

[id*=nks_label_preview] span/*, [id*=nks_label_preview] .fa*/ {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type=checkbox]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #5bcae9;
    -webkit-box-shadow: 0 0 2px rgba(73, 189, 190, 0.80);
    box-shadow: 0 0 2px rgba(73, 189, 190, 0.80);
}


@media only screen and (max-width: 900px) {
    .ninja {
        left: 36px;
    }
    #tabs-preview {
        left: 36px;
    }
}

@media only screen and (max-width: 782px) {
    #tabs-preview {
        left: -5px;
    }
    .ninja {
        left: 0px;
    }
}

.postbox h3 {
    display: none;

}

.postbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 149px;
    width: 100%;
    border: none;
    /*display: none;*/
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;

}

.postbox.active {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-top: 3px;
}

[id*=nks_bg_preview] {
    width: 500px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

[id*=nks_bg_preview] .content {
    display: block;
    width: 240px;
    height: 100px;
    margin: 50px auto;
    padding: 60px 30px 30px;
    text-align: center;
    background: white;
    font: 300 20px/26px 'Open Sans', sans-serif;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 4px -1px 8px -2px #333 !important;
    -moz-box-shadow: 4px -1px 8px -2px #333 !important;
    -webkit-box-shadow: 4px -1px 8px -2px #333 !important;
}

#ns-options-wrap .postbox .hndle {
    cursor: default;
    padding: 7px 11px;
    margin-bottom: 0;
}

#ns-options-wrap #icon-tools {
    position: relative;
    top: -10px;
}

.settings-form-wrapper input[type=text],
.settings-form-wrapper input[type=password],
.settings-form-wrapper textarea {
    padding: .7em;
    max-width: 100%;
    margin: 0;
    font: 300 14px 'Open Sans', sans-serif;

}

[class*=nksub_form_scroll] label{
    line-height: 30px;
}

[class*=nksub_form_scroll] input[type=text]{
    display: inline-block;
    padding: 2px 4px;
    margin-left: 5px;
    box-sizing: border-box;
}

.nksub_stats input, .nksub_stats .sbmt-bg {
    display: none !important;
}

.nksub_stats.settings-form-wrapper {
    /*padding-right: 2em !important;*/
}

.nksub_stats table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid beige;
}

.nksub_stats th {
    font-weight: bold;
    width: 25%;
    white-space: nowrap;
}

.nksub_stats thead th:nth-child(1) {
    width: 10%;
}

.nksub_stats thead th {
    border-bottom: 3px solid #56bddb;
    white-space: nowrap;
}

.nksub_stats th, .nksub_stats td {
    text-align: center;
}

.nksub_stats tbody tr:nth-child(even) { background-color: #EDF7FA; }



.settings-form-wrapper h1 {
    border: 2px solid rgb(178, 178, 178);
    padding: 15px;
    margin-top: 45px;

    margin-top: 45px;
    margin-bottom: 42px;
    margin-right: 30px;

    font-size: 17px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    box-shadow: rgb(178, 178, 178) 1px 1px,
    rgb(178, 178, 178) 2px 2px,
    rgb(178, 178, 178) 3px 3px,
    rgb(178, 178, 178) 4px 4px,
    rgb(178, 178, 178) 5px 5px,
    rgb(178, 178, 178) 6px 6px,
    rgb(178, 178, 178) 7px 7px,
    rgb(178, 178, 178) 8px 8px,
    rgb(178, 178, 178) 9px 9px,
    rgb(178, 178, 178) 10px 10px;
}

.settings-form-wrapper textarea {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 60px;
    width: 50%;
}

.settings-form-wrapper textarea.focus,.settings-form-wrapper.nksub_css textarea  {
    height: 300px;
    width: 100%;
}
#ns-options-wrap .settings-form-wrapper label {
    margin-bottom: 0.5em;

}

#ns-options-wrap .settings-form-wrapper {
    padding: 0.5em 200px 2em 2em;
    position: relative;
}

#ns-options-wrap .settings-form-wrapper .sbmt-bg {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 176px;
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}

.save-btn-hovered #ns-options-wrap .settings-form-wrapper .sbmt-bg,
#ns-options-wrap .settings-form-wrapper .sbmt-bg:hover {
    background: rgba(0,0,0,0.2);
}

.sbmt_float.button-primary {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
    outline: none!important;
    font-size: 16px;
    padding: 0!important;

}
.settings-form-wrapper .field-title{
    display: block;
    font-weight: bold;
    padding: 1em 0 0.5em;
}

#ns-options-wrap .settings-form-wrapper input[type=radio]{
    display: inline-block;
    margin-right: 5px;
}

h2.form-title {
    padding-bottom: 28px;
    padding-left: 80px;

}

.hidden-row {
    display: none;
}

#ns-options-wrap .settings-form-wrapper .button-primary {
    margin-top: 1em;
}



.la {
    height: 74px;
    width: 74px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
    background: url(../img/LA3.png) -15px -22px no-repeat transparent;
    display: block;
    transition: none;
}


.la:hover {
    background-position: -105px -22px;
}

.settings-form-wrapper.nks_cc_label {
    position: relative;
}

#form-tabs {

}

#form-tabs li {
    display: inline-block;
    margin: 5px 3px 0 0;
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 20px;

}

#form-tabs li.active {
    background: #5bcae9;
    border-radius: 20px;
    color: white;
}

#form-tabs li:not([id=add-form]):hover{
    border: 1px solid #4eadc8;

}

#form-tabs li#add-form:hover {
    color: #4eadc8;
}

.form-instance-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.5s;
    -moz-transition: -moz-transform 0.3s, opacity 0.5s;
    -ms-transition: -moz-transform 0.3s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s;
}

.active .form-instance-wrapper.active {
    opacity: 1;
    visibility: visible;
    position: static;
}

.button-delete {
    display: none !important;
}

.nksub_form_settings .button-delete {
    display: inline-block !important;
}

#nksub_button_preview {
    position: fixed;
    top: 250px;
    left: 160px;
    width: 70px;
    text-align: center;
}

@media only screen and (max-width: 900px) {

    #nksub_button_preview {
        left: 36px;
    }
}

@media only screen and (max-width: 782px) {
    #nksub_button_preview{
        left: -5px;
    }
}
@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;
}

.fa {
    display: inline-block;
    font-family: nksub_icons;
    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
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.icon-arrow483:before {
    content: "\e000";
}
.icon-arrow486:before {
    content: "\e001";
}
.icon-arrow487:before {
    content: "\e002";
}

.icon-close19:before {
    content: "\e007";
}
.icon-cross-1:before {
    content: "\e008";
}
.icon-cross37:before {
    content: "\e009";
}
.icon-download:before {
    content: "\e00a";
}
.icon-mail-1:before {
    content: "\e003";
}
.icon-mail-2:before {
    content: "\e00b";
}
.icon-mail-3:before {
    content: "\e00c";
}
.icon-mail-4:before {
    content: "\e00d";
}
.icon-mail-5:before {
    content: "\e00e";
}
.icon-mail-6:before {
    content: "\e015";
}
.icon-mail-7:before {
    content: "\e016";
}
.icon-mail-8:before {
    content: "\f003";
}
.icon-mail-9:before {
    content: "\f0e0";
}
.icon-paper-5:before {
    content: "\e017";
}
.icon-paper-2:before {
    content: "\e018";
}
.icon-paper-3:before {
    content: "\e019";
}
.icon-paper-4:before {
    content: "\e01a";
}
.icon-paper-1:before {
    content: "\e01c";
}

.icon-instagram:before {
    content: "\e013";
}
.icon-linkedin:before {
    content: "\e014";
}
.icon-rss:before {
    content: "\e01e";
}
.icon-pinterest:before {
    content: "\e01f";
}
.icon-vimeo:before {
    content: "\e021";
}
.icon-walk1:before {
    content: "\e022";
}
.icon-youtube:before {
    content: "\e023";
}
.icon-gplus:before {
    content: "\e600";
}
.icon-facebook:before {
    content: "\e601";
}
.icon-twitter:before {
    content: "\e602";
}
.icon-arrow-left:before {
    content: "\e60f";
}
.icon-arrow-down:before {
    content: "\e610";
}
.icon-arrow-up:before {
    content: "\e611";
}
.icon-arrow-right:before {
    content: "\e612";
}
.icon-more:before {
    content: "\e613";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-mail-9:before {
    content: "\f0e0";
}
.icon-square:before {
    content: "\f0c8";
}

.icon-circle:before {
    content: "\f111";
}
.icon-square:before {
    content: "\f0c8";
}
.icon-circle:before {
    content: "\f111";
}
.icon-mail-10:before {
    content: "\e603";
}

.fa-1x {
    font-size: 20px !important;
}

.fa-2x {
    font-size: 25px !important;
}

.fa-3x {
    font-size: 35px !important;
}

.fa-square-o, .fa-circle-thin {
    top: 1px;
}

.metro.inverted .fa-stack-2x,
.metro.stroke .fa-stack-2x {
    background-color: #fff !important;
}

.metro #nksub_button_preview {
    text-align: right;
}

.metro.inverted .fa-stack-2x,
.metro.stroke .fa-stack-2x {
    background-color: #fff !important;
}


#fade-overlay {
    position: fixed;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
}

#fade-overlay {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}

.popup, #fade-overlay {
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear, -webkit-transform 0s 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s linear, -moz-transform 0s 0.3s;
    -ms-transition: visibility 0s 0.3s, opacity 0.3s linear, -ms-transform 0s 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s linear, transform 0s 0.3s;
    -webkit-backface-visibility: hidden;
}

#fade-overlay.loading {
    /*z-index: 1000000;*/
}

.popup_visible .view-visible .popup,
.popup_visible #fade-overlay,
#fade-overlay.loading {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease;
    -moz-transition: opacity 0.3s linear, -moz-transform 0.3s ease;
    -ms-transition: opacity 0.3s linear, -ms-transform 0.3s ease;
    transition: opacity 0.3s linear, transform 0.3s ease;
    -webkit-backface-visibility: hidden
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.svg-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
}

svg path,
svg rect{
    fill: white;
}


.sbmt_float {
    position: fixed;
    top: 250px;
    left: 840px;
}

.folded .sbmt_float {
    left: 715px;
}

@media only screen and (max-width: 960px) {
    .sbmt_float {
        left: 715px;
    }
}

[id*="block_"] {
    display: none;
}









