html {
    overflow-x: 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:after {
    display: none;
    content: url('../img/close.png') url('../img/closeblack.png');
}

body.ncf_on:before, body.ncf_sidebar_slide:before
{
    display: none;
}

/*reset for plugin area*/

#ncf_sidebar, #ncf_sidebar div, #ncf_sidebar span,
#ncf_sidebar h1, #ncf_sidebar h2, #ncf_sidebar h3, #ncf_sidebar h4, #ncf_sidebar h5, #ncf_sidebar h6,
#ncf_sidebar p, #ncf_sidebar a, #ncf_sidebar strong,
#ncf_sidebar ol, #ncf_sidebar ul, #ncf_sidebar li,
#ncf_sidebar fieldset, #ncf_sidebar form, #ncf_sidebar label, #ncf_sidebar legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
}

#ncf_sidebar {
    line-height: 1;
}

#ncf_fixed_elements_container {
    position: relative;
    z-index: 1001;
    -webkit-backface-visibility: hidden;
}

.ncf_exposed #ncf_sidebar {
    /*-webkit-overflow-scrolling : touch;*/
}

#ncf_sidebar ol, #ncf_sidebar ul {
    list-style: none;
}

/***/

#ncf_sidebar.ncf_flat {
    background-color: #413d3e;
}

#ncf_sidebar.ncf_minimalistic {
    background-color: #e3e5e8;
}

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

@media only screen and (max-width: 400px) {
    #ncf_sidebar.ncf_flat {
        background-color: #2D282A !important;
        background-image: none !important;
    }
    #ncf_sidebar.ncf_minimalistic {
        background-color: #fff !important;
        background-image: none !important;
    }

    #ncf_sidebar.ncf_minimalistic .ncf_sidebar_cont {
        box-shadow: none !important;
    }
}

.ncf_sidebar_pos_right #ncf_sidebar {
    left: auto;
    right: -540px;
}

#ncf_sidebar .ncf_sidebar_cont_scrollable {
    width: 500px;
    overflow-y: scroll;
    height: 100%;
    padding-right: 60px;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
}
body:not([class*=ncf_webkit]).ncf_sidebar_pos_right #ncf_sidebar .ncf_sidebar_cont_scrollable {
    padding-left: 20px;
    padding-right: 0;
}

#ncf_sidebar .ncf_sidebar_cont_scrollable::-webkit-scrollbar {
    display: none;
}

#ncf_sidebar .ncf_sidebar_cont {
    width: 400px;
    float: left; /*wrap content*/
    margin: 30px auto 50px 50px;
    -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;
}

.ncf_sidebar_pos_right #ncf_sidebar .ncf_sidebar_cont {
    float: right;
    margin: 30px 50px 50px auto;
}

#ncf_sidebar.ncf_flat .ncf_sidebar_cont {
    background: #2d282a;
}

#ncf_sidebar.ncf_minimalistic .ncf_sidebar_cont {
    background: #fff;
    margin-top: 50px;
    /*box-shadow: -1px 2px 6px -2px #a6a3a3;*/
}

.ncf_sidebar_pos_right #ncf_sidebar .ncf_sidebar_cont {
    /*margin: 30px 50px 50px auto;*/
}

#ncf_sidebar .ncf_sidebar_cont.ncf_shrinked {
    -webkit-transform: scale(0.9, 0.9) !important;
    -moz-transform:  scale(0.9, 0.9) !important;
    -ms-transform:  scale(0.9, 0.9) !important;
    transform:  scale(0.9, 0.9) !important;
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
}

.ncf_sidebar_slide #ncf_sidebar .ncf_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;
}

@media only screen and (max-width: 500px) {
    #ncf_sidebar {
        width: 100%;
    }

    #ncf_sidebar .ncf_sidebar_cont {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }

    .ncf_sidebar_pos_right #ncf_sidebar .ncf_sidebar_cont {
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    .ncf_label_hidden_500 {
        display: none !important;
    }
    [class*=ncf_label_circle] {
        width: 56px;
    }
    .ncf_trigger_label span{
        margin: 0 0 0 10px;

    }
    .ncf_sidebar_pos_right .ncf_trigger_label span {
        margin: 0 10px 0 0;
    }
}


body.ncf_sidebar_push.ncf_exposed > *, body.ncf_sidebar_push.ncf_exposed #ncf-overlay-wrapper {
    -webkit-transform: translate(500px,0);
    -moz-transform: translate(500px,0);
    -ms-transform: translate(500px,0);
    -o-transform: translate(500px,0);
    transform: translate(500px,0);
    -webkit-transform: translate3d(500px,0,0);
    -moz-transform: translate3d(500px,0,0);
    -ms-transform: translate3d(500px,0,0);
    -o-transform: translate3d(500px,0,0);
    transform: translate3d(500px,0,0);
}

body.ncf_sidebar_push.ncf_sidebar_pos_right.ncf_exposed > *, body.ncf_sidebar_push.ncf_sidebar_pos_right.ncf_exposed  #ncf-overlay-wrapper  {
    -webkit-transform: translate(-500px,0);
    -moz-transform: translate(-500px,0);
    -ms-transform: translate(-500px,0);
    -o-transform: translate(-500px,0);
    transform: translate(-500px,0);
    -webkit-transform: translate3d(-500px,0,0);
    -moz-transform: translate3d(-500px,0,0);
    -ms-transform: translate3d(-500px,0,0);
    -o-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}

body > * {
    position: relative;
}

body.ncf_sidebar_push.ncf_webkit * {
    background-attachment: scroll !important;
}

#ncf-overlay-wrapper {
    z-index: 99999;
}

#ncf_sidebar {
    position: fixed;
    top: 0;
    left:-540px;
    width: 540px;
    z-index: 0;
    display: none;
    font-family: 'Open Sans', sans-serif;
    -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;*/
}
.ncf_exposed #ncf_sidebar, .ncf_transitioning #ncf_sidebar {
    left: 0
}

#ncf_sidebar {
    bottom: 0;
    min-height: 100%;
}

body.ncf_sidebar_slide #ncf_sidebar {
    z-index: 100000 ;
}

.ncf_sidebar_pos_right #ncf_sidebar {
    left: auto;
    right: -580px;
}

.ncf_transitioning.ncf_sidebar_pos_right #ncf_sidebar,
.ncf_exposed.ncf_sidebar_pos_right #ncf_sidebar {
    right: -40px;
}

.ncf_sidebar_pos_right.ncf_sidebar_slide #ncf_sidebar {
    right: 0;
}


body.ncf_sidebar_push > *, body.ncf_sidebar_slide > #ncf_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;
}

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

.ncf_sidebar_slide #ncf_sidebar {
    width: 500px;
    overflow: hidden;
}
.ncf_sidebar_slide #ncf_sidebar .ncf_sidebar_cont_scrollable {
    width: 500px;
    padding-right: 60px;
}

.ncf_sidebar_slide #ncf_sidebar .ncf_sidebar_cont {
    /*width: 100%;*/
}

body.ncf_sidebar_slide #ncf_sidebar {
    -webkit-transform: translate(-500px,0);
    -moz-transform: translate(-500px,0);
    -ms-transform: translate(-500px,0);
    -o-transform: translate(-500px,0);
    transform: translate(-500px,0);
    -webkit-transform: translate3d(-500px,0,0);
    -moz-transform: translate3d(-500px,0,0);
    -ms-transform: translate3d(-500px,0,0);
    -o-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}

body.ncf_sidebar_slide.ncf_sidebar_pos_right #ncf_sidebar  {
    -webkit-transform: translate(500px,0);
    -moz-transform: translate(500px,0);
    -ms-transform: translate(500px,0);
    -o-transform: translate(500px,0);
    transform: translate(500px,0);
    -webkit-transform: translate3d(500px,0,0);
    -moz-transform: translate3d(500px,0,0);
    -ms-transform: translate3d(500px,0,0);
    -o-transform: translate3d(500px,0,0);
    transform: translate3d(500px,0,0);
}

body.ncf_sidebar_slide.ncf_exposed > .nks_cc_trigger_tabs {
    -webkit-transform: translate(500px,0);
    -moz-transform: translate(500px,0);
    -ms-transform: translate(500px,0);
    -o-transform: translate(500px,0);
    transform: translate(500px,0);
    -webkit-transform: translate3d(500px,0,0);
    -moz-transform: translate3d(500px,0,0);
    -ms-transform: translate3d(500px,0,0);
    -o-transform: translate3d(500px,0,0);
    transform: translate3d(500px,0,0);
}

body.ncf_sidebar_slide.ncf_sidebar_pos_right.ncf_exposed > .nks_cc_trigger_tabs  {
    -webkit-transform: translate(-500px,0);
    -moz-transform: translate(-500px,0);
    -ms-transform: translate(-500px,0);
    -o-transform: translate(-500px,0);
    transform: translate(-500px,0);
    -webkit-transform: translate3d(-500px,0,0);
    -moz-transform: translate3d(-500px,0,0);
    -ms-transform: translate3d(-500px,0,0);
    -o-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}

body.ncf_exposed > #ncf_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;
}

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

.ncf_sidebar_push #ncf-body-bg {
    -webkit-backface-visibility: hidden;
}

.ncf_sidebar_slide #ncf-body-bg {
    display: none !important;
}

.ncf_sidebar_pos_right #ncf-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;*/
}

#ncf-fixed {
    position: fixed;
    width: 200px;
    height: 50px;
    background: red;
    /*top:20px;*/
    /*bottom: 0;*/
    /*left: 40px;*/
    /*right: 0;*/
    z-index: 99999;
}
#ncf-fixed2 {
    position: fixed;
    width: 200px;
    height: 50px;
    background: blue;
    bottom: 20px;
    /*left: 50px;*/
    right: 50px;
    z-index: 99999;
}

#ncf-fixed-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: red;
    z-index: -999999;
}

#ncf-overlay-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

#ncf-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);
}

.ncf-body-pushed #ncf-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*z-index: 99999;*/

}

#ncf_sidebar *, .nks_cc_trigger_tabs.ncf_tab, .nks_cc_trigger_tabs.ncf_tab * {
    -webkit-backface-visibility: hidden;
}

/* FORM CSS */
#ncf_sidebar .ncf_user_firstname {
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 3px;
}

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

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

#ncf_sidebar input,
#ncf_sidebar input:focus,
#ncf_sidebar textarea,
#ncf_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;
}

#ncf_sidebar.ncf_flat input:focus,
#ncf_sidebar.ncf_flat textarea:focus,
#ncf_sidebar.ncf_aerial input:focus,
#ncf_sidebar.ncf_aerial textarea:focus {
    color: white;
    outline: none !important;
    outline-offset: 0;
}

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

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

#ncf_sidebar.ncf_minimalistic .ncf_sidebar_socialbar ul,
#ncf_sidebar.ncf_aerial .ncf_sidebar_socialbar ul {
    text-align: center;
    height: 50px;
    margin: 1px 0 1px;
}
#ncf_sidebar.ncf_minimalistic .ncf_sidebar_socialbar ul li,
#ncf_sidebar.ncf_aerial .ncf_sidebar_socialbar ul li {
    list-style: none;
    display: inline-block;
    width: 45px;
    height: 50px;
    background-color: white;
    outline: 1px solid white;
}

#ncf_sidebar.ncf_aerial .ncf_sidebar_socialbar ul li {
    width: 50px;
    background-color: transparent;
    outline: none;
}

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

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

#ncf_sidebar .ncf_sidebar_header_userinfo {
    overflow: hidden;
    display: table-row;
}

#ncf_sidebar .ncf_userpic img {
    width: 110px;
    height: 110px;
    max-width: none;
}

#ncf_sidebar .ncf_userpic {
    display: table-cell;
    box-sizing: content-box;
    padding: 15px 24px;
}

#ncf_sidebar.ncf_minimalistic .ncf_userpic {
    padding: 24px 18px 15px 26px;
}

#ncf_sidebar.ncf_up_style_theme_custom .ncf_userpic img {
    border-radius: 110px;
    -moz-border-radius: 110px;
    -webkit-border-radius: 110px;
}

#ncf_sidebar .ncf_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;
}

#ncf_sidebar.ncf_minimalistic .ncf_user_credentials {
    width: 246px;
}

#ncf_sidebar .ncf_user_credentials span {
    display: block;
    padding: 3px 0;
}

#ncf_sidebar.ncf_flat .ncf_user_firstname {
    color: white;
    font-size: 27px;
    font-weight: 200;
    text-shadow: 1px 0px 1px #555;
    margin-bottom: 3px;
}

#ncf_sidebar.ncf_minimalistic .ncf_user_firstname {
    font-size: 27px;
    font-weight: 200;
    margin-bottom: 3px;
}

#ncf_sidebar.ncf_aerial .ncf_user_firstname {
}

#ncf_sidebar.ncf_flat .ncf_user_lastname {
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 1px 0px 1px #555;
    margin-bottom: 6px;
}

#ncf_sidebar.ncf_minimalistic .ncf_user_lastname,
#ncf_sidebar.ncf_aerial .ncf_user_lastname {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
}

#ncf_sidebar .ncf_user_title {
    font-size: 18px;
    font-style: italic;
    color: #5b0b03;
    padding-right: 25px !important;
}
#ncf_sidebar.ncf_minimalistic .ncf_user_title {
    color: #494747;
}

#ncf_sidebar.ncf_aerial .ncf_user_title {
    color: #4b4b4b;
}

#ncf_sidebar .ncf_sidebar_content {
    margin: 19px 29px;
}

#ncf_sidebar.ncf_minimalistic .ncf_sidebar_content {
    margin: 26px 26px;
}

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

#ncf_sidebar.ncf_flat .ncf_user_bio {
    color: white;
    margin: 0 0 23px 0;
    padding:  0;
}

#ncf_sidebar.ncf_minimalistic .ncf_user_bio {
    font-size: 16px;
    padding-bottom: 26px;
}

#ncf_sidebar.ncf_aerial .ncf_user_bio {
    font-size: 18px;
    padding-bottom: 26px;
    font-style: normal;
    font-weight: 200;
}

#ncf_sidebar.ncf_flat  .ncf_form_input_wrapper {
    width: 100%;
    background: #000000;
    outline: 1px solid #2D282A;
    margin: 0 0 10px;
    position: relative;
}
#ncf_sidebar.ncf_minimalistic  .ncf_form_input_wrapper {
    width: 100%;
    margin: 0 0 14px;
    background: #ccc;
    /*outline: 1px solid #ccc;*/
    position: relative;
}

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

#ncf_sidebar input[type=text],
#ncf_sidebar input[type=email],
#ncf_sidebar input[type=tel],
#ncf_sidebar textarea {
    background: transparent;
    width: 200px;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0 0 1px;
    padding: 6px 12px 6px 70px !important;
    -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;
}

#ncf_sidebar.ncf_flat input[type=text],
#ncf_sidebar.ncf_flat input[type=email],
#ncf_sidebar.ncf_flat input[type=tel],
#ncf_sidebar.ncf_flat textarea {
    border: 1px solid black;
    color: white;
    max-width: 342px;
    border-radius: 0;
}

#ncf_sidebar.ncf_minimalistic input[type=text],
#ncf_sidebar.ncf_minimalistic input[type=email],
#ncf_sidebar.ncf_minimalistic input[type=tel],
#ncf_sidebar.ncf_minimalistic textarea {
    max-width: 346px;
    /*outline: 1px solid #f0f2f3;*/
    /*border: solid #f7f7f7; */
    outline: 1px solid #ECECEC;
    border: solid #ECECEC;
    border-width: 0 0 6px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

#ncf_sidebar.ncf_aerial input[type=text],
#ncf_sidebar.ncf_aerial input[type=email],
#ncf_sidebar.ncf_aerial input[type=tel],
#ncf_sidebar.ncf_aerial textarea {
    border-radius: 8px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.1);
    max-width: 342px;
}

#ncf_sidebar.msie8 {
    background-position: 0 0;
}

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

#ncf_sidebar.msie8 input[type=text],
#ncf_sidebar.msie8 input[type=email],
#ncf_sidebar.msie8 input[type=tel],
#ncf_sidebar.msie8 textarea {
    background: url('../img/alpha10.png') 0 0 repeat transparent !important;
}

#ncf_sidebar .ncf_form input[type=text],
#ncf_sidebar .ncf_form input[type=email],
#ncf_sidebar .ncf_form input[type=tel]
{
    padding: 12px 12px 12px 70px !important;
    line-height: 26px;
}
#ncf_sidebar.ncf_minimalistic .ncf_form input[type=text],
#ncf_sidebar.ncf_minimalistic .ncf_form input[type=email],
#ncf_sidebar.ncf_minimalistic .ncf_form input[type=tel],
#ncf_sidebar.ncf_minimalistic .ncf_form textarea {
    padding-left: 54px !important;
}

#ncf_sidebar.ncf_aerial .ncf_form input[type=text],
#ncf_sidebar.ncf_aerial .ncf_form input[type=email],
#ncf_sidebar.ncf_aerial .ncf_form input[type=tel],
#ncf_sidebar.ncf_aerial .ncf_form textarea {
    padding-left: 30px !important;
}
#ncf_sidebar a.ncf_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;
}

#ncf_sidebar.ncf_minimalistic a.ncf_button {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#ncf_sidebar.ncf_aerial a.ncf_button,
#ncf_sidebar.ncf_aerial .wpcf7-submit
{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    font-weight: 200;
    font-size: 22px;
}

#ncf_sidebar.ncf_flat a.ncf_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;
}

#ncf_sidebar.ncf_aerial a.ncf_button:active {
    position: relative;
    top: 1px;
}

#ncf_sidebar.ncf_aerial .wpcf7-submit
{
    color: white !important;
    padding: 10px 50px;
    border: none;
}

body #ncf_sidebar.ncf_invert.ncf_aerial a.ncf_button,
body #ncf_sidebar.ncf_invert.ncf_aerial .wpcf7-submit{
    color: black !important;
}

#ncf_sidebar .ncf_form input[type=submit] {
    display: none !important;
}

#ncf_sidebar .ncf_form_btn_wrapper {
    position: relative;
    margin: 20px;
    text-align: center;
}

#ncf_sidebar.ncf_flat  .ncf_name_field {
    background: url('../img/flat_inputs_mask.png') 0 0 no-repeat;
}
#ncf_sidebar.ncf_flat  .ncf_email_field {
    background: url('../img/flat_inputs_mask.png') 0 -64px no-repeat;
}
#ncf_sidebar.ncf_flat  .ncf_message_field {
    background: url('../img/flat_inputs_mask.png') 0 -330px no-repeat;
}
#ncf_sidebar.ncf_flat  .ncf_phone_field {
    background: url('../img/flat_inputs_mask.png') 0 -130px no-repeat;
}
#ncf_sidebar.ncf_flat  .ncf_company_field {
    background: url('../img/flat_inputs_mask.png') 0 -498px no-repeat;
}
#ncf_sidebar.ncf_flat  .ncf_address_field {
    background: url('../img/flat_inputs_mask.png') 0 -195px no-repeat;
}
#ncf_sidebar.ncf_flat  .ncf_subject_field {
    background: url('../img/flat_inputs_mask.png') 0 -261px no-repeat;
}


#ncf_sidebar.ncf_minimalistic  .ncf_name_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -3px no-repeat #ccc;
}
#ncf_sidebar.ncf_minimalistic  .ncf_email_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -54px no-repeat #ccc;
}
#ncf_sidebar.ncf_minimalistic  .ncf_message_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -106px no-repeat #ccc;
}
#ncf_sidebar.ncf_minimalistic  .ncf_phone_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -499px no-repeat #ccc;
}
#ncf_sidebar.ncf_minimalistic  .ncf_company_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -379px no-repeat #ccc;
}
#ncf_sidebar.ncf_minimalistic  .ncf_address_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -440px no-repeat #ccc;
}
#ncf_sidebar.ncf_minimalistic  .ncf_subject_field {
    background: url('../img/minimalistic_inputs_mask.png') 0px -319px no-repeat #ccc;
}

#ncf_sidebar .ncf_message_field textarea {
    height: 168px;
    padding-top: 12px !important;
    display: block;
    resize: none;
}

#ncf_sidebar .ncf_form_btn_wrapper {
    padding-bottom: 20px;
}

#ncf_sidebar a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

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

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


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

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

#ncf_sidebar.ncf_flat input:-moz-placeholder{
    color: #a5a4a4 !important;
    text-transform: none;

}
#ncf_sidebar.ncf_flat textarea:-moz-placeholder {
    color: #a5a4a4 !important;
    text-transform: none;
}

#ncf_sidebar.ncf_flat input:-ms-input-placeholder{
    color: #a5a4a4 !important;
    text-transform: none;

}
#ncf_sidebar.ncf_flat textarea:-ms-input-placeholder {
    color: #a5a4a4 !important;
    text-transform: none;
}

#ncf_sidebar.ncf_aerial input:focus:-moz-placeholder,
#ncf_sidebar.ncf_aerial textarea:focus:-moz-placeholder{
    color: white !important;
}

#ncf_sidebar.ncf_aerial input:focus:-ms-input-placeholder,
#ncf_sidebar.ncf_aerial textarea:focus:-ms-input-placeholder{
    color: white !important;
}


#ncf_sidebar.ncf_flat .ncf_sidebar_socialbar a{
    display: none;
    width: 50px;
    height: 50px;
    background: url('../img/flat_social_sprite.png') no-repeat transparent;
}

#ncf_sidebar.ncf_flat .ncf_sidebar_socialbar a[class] {
    display: block;
}

#ncf_sidebar.ncf_flat a.ncf_facebook,
#ncf_sidebar.ncf_aerial a.ncf_facebook {
    background-position: -350px 0 ;
}


#ncf_sidebar.ncf_flat a.ncf_twitter,
#ncf_sidebar.ncf_aerial a.ncf_twitter {
    background-position: -300px 0 ;
}


#ncf_sidebar.ncf_flat a.ncf_pinterest,
#ncf_sidebar.ncf_aerial a.ncf_pinterest {
    background-position: -250px 0 ;
}

#ncf_sidebar.ncf_flat a.ncf_youtube,
#ncf_sidebar.ncf_aerial a.ncf_youtube {
    background-position: -200px 0 ;
}

#ncf_sidebar.ncf_flat a.ncf_instagram,
#ncf_sidebar.ncf_aerial a.ncf_instagram {
    background-position: -150px 0 ;
}

#ncf_sidebar.ncf_flat a.ncf_linkedin,
#ncf_sidebar.ncf_aerial a.ncf_linkedin {
    background-position: -100px 0 ;
}

#ncf_sidebar.ncf_flat a.ncf_gplus,
#ncf_sidebar.ncf_aerial a.ncf_gplus {
    background-position: -50px 0 ;
}

#ncf_sidebar.ncf_flat a.ncf_rss,
#ncf_sidebar.ncf_aerial a.ncf_rss {
    background-position: 0 0 ;
}

#ncf_sidebar.ncf_minimalistic a.ncf_facebook {
    background-position: -315px 0 ;
}


#ncf_sidebar.ncf_minimalistic a.ncf_twitter {
    background-position: -270px 0 ;
}


#ncf_sidebar.ncf_minimalistic a.ncf_pinterest {
    background-position: -225px 0 ;
}

#ncf_sidebar.ncf_minimalistic a.ncf_youtube {
    background-position: -180px 0 ;
}

#ncf_sidebar.ncf_minimalistic a.ncf_instagram {
    background-position: -135px 0 ;
}

#ncf_sidebar.ncf_minimalistic a.ncf_linkedin {
    background-position: -90px 0 ;
}

#ncf_sidebar.ncf_minimalistic a.ncf_gplus {
    background-position: -45px 0 ;
}

#ncf_sidebar.ncf_minimalistic a.ncf_rss {
    background-position: 0 0 ;
}

#ncf_sidebar.ncf_flat a.ncf_facebook:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_facebook:hover,
#ncf_sidebar.ncf_aerial a.ncf_facebook:hover {
    background-position: -350px -50px ;
}


#ncf_sidebar.ncf_flat a.ncf_twitter:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_twitter:hover,
#ncf_sidebar.ncf_aerial a.ncf_twitter:hover {
    background-position: -300px -50px ;
}


#ncf_sidebar.ncf_flat a.ncf_pinterest:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_pinterest:hover,
#ncf_sidebar.ncf_aerial a.ncf_pinterest:hover {
    background-position: -250px -50px ;
}

#ncf_sidebar.ncf_flat a.ncf_youtube:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_youtube:hover,
#ncf_sidebar.ncf_aerial a.ncf_youtube:hover {
    background-position: -200px -50px ;
}

#ncf_sidebar.ncf_flat a.ncf_instagram:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_instagram:hover,
#ncf_sidebar.ncf_aerial a.ncf_instagram:hover {
    background-position: -150px -50px ;
}

#ncf_sidebar.ncf_flat a.ncf_linkedin:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_linkedin:hover,
#ncf_sidebar.ncf_aerial a.ncf_linkedin:hover {
    background-position: -100px -50px ;
}

#ncf_sidebar.ncf_flat a.ncf_gplus:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_gplus:hover,
#ncf_sidebar.ncf_aerial a.ncf_gplus:hover {
    background-position: -50px -50px ;
}

#ncf_sidebar.ncf_flat a.ncf_rss:hover,
#ncf_sidebar.ncf_aerial.ncf_whitefont a.ncf_rss:hover,
#ncf_sidebar.ncf_aerial a.ncf_rss:hover {
    background-position: 0 -50px ;
}

#ncf_sidebar .ncf_form {
    margin:  0;
}

#ncf_sidebar .ncf_err_msg {
    display: none;
    width: 100%;
    color: white;
    z-index: 9999;
    background: white;
    outline: 1px solid white;
    padding: 3px 0 3px 0;
    position: relative;
    font-size: 12px;
    font-weight: 400;
}

#ncf_sidebar.ncf_flat .ncf_err_msg {
    background: #2D282A;
    outline: 1px solid #2D282A;
}

#ncf_sidebar.ncf_aerial .ncf_err_msg {
    color: #4B4B4B;
    background: transparent;
    outline: none;
}

.ncf_err_msg.blink {
    color: white !important;
}

#ncf_sidebar .ncf_form_result {
    display: none;
    margin-top: 60px;
    margin-bottom: 70px;
}
#ncf_sidebar .ncf_form_result p{
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    color: white;
}

#ncf_sidebar .ncf_btn_wrapper{
    margin: 35px 0 0;
}
#ncf_sidebar .ncf_close_wrapper {
    padding: 30px 30px 10px;
}

#ncf_sidebar #ncf_answer_field {
    width: 50px;
    height: 38px;
    width: 42px;
    height: 38px;
    background: #1f1c1d;
    padding: 0 10px !important;
    display: inline-block !important;
    margin-bottom: 1px;
    display: inline-block !important;
}

#ncf_sidebar.ncf_minimalistic #ncf_answer_field {
    background: white;
}

#ncf_sidebar.ncf_aerial #ncf_answer_field {
    background: rgba(0,0,0,0.1);
}

#ncf_sidebar .ncf_question_wrapper {
    padding: 0 0 25px;
}
#ncf_sidebar .ncf_question_wrapper, #ncf_sidebar .ncf_question_wrapper .ncf_err_msg {
    text-align: center;
}

#ncf_sidebar #ncf_question {
    font: normal normal 16px 'Open Sans', sans-serif;
    display: inline !important;
}

/* WPCF7 styles */
#ncf_sidebar .wpcf7 {
    color: white;
}

#ncf_sidebar .wpcf7-form-control-wrap {
    display: inline-block;
    margin: 5px 0 0;
}

#ncf_sidebar .wpcf7-form-control-wrap input,
#ncf_sidebar .wpcf7-form-control-wrap textarea {
    display: inline-block;
    margin: 5px 0 0;
    padding: 6px 12px 6px 12px !important;
}

#ncf_sidebar .wpcf7-form-control-wrap textarea {
    min-height: 150px;

}

#ncf_sidebar .wpcf7-form-control-wrap {

}

#ncf_sidebar .wpcf7-select-wrap {
    padding: 0;
    margin: 5px 0 0;
    width: 340px;
    border-radius: 3px;
    overflow: hidden;
}

#ncf_sidebar.ncf_minimalistic .wpcf7-select-wrap {
    width: 347px;
}

#ncf_sidebar .wpcf7-select-wrap select {
    padding: 15px 8px;
    width: 130%;
    box-sizing: content-box;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#ncf_sidebar .wpcf7-select-wrap select::-ms-expand {
    display: none;
}

#ncf_sidebar  .wpcf7-select-wrap {
    background-color: #000;
    background: url(../img/cf7-sprite.png) no-repeat 107% 17px;
}
#ncf_sidebar .wpcf7-select-wrap select {
    color: white;
}

#ncf_sidebar  .wpcf7-select-wrap select option {
    color: black;
}
#ncf_sidebar span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
}

#ncf_sidebar .wpcf7-form-control-wrap label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

#ncf_sidebar .wpcf7-form-control-wrap input[type=radio],
#ncf_sidebar .wpcf7-form-control-wrap input[type=checkbox] {
    display: none;
}
#ncf_sidebar .wpcf7-form-control-wrap label:before {
    content: "";
    display: inline-block;
    box-sizing: content-box;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -3px;
}

#ncf_sidebar.ncf_flat .wpcf7-form-control-wrap label:before {
    background-color: black;
    border: 2px solid #aa442b;
}
#ncf_sidebar.ncf_minimalistic .wpcf7-form-control-wrap label:before {
    background-color: black;
    border: 2px solid #aa442b;
}

#ncf_sidebar .wpcf7-radio label {
    margin-top: 10px;
}
#ncf_sidebar .wpcf7-radio label:before {
    border-radius: 13px;
}
#ncf_sidebar .wpcf7-checkbox label {
    margin-bottom: 10px;
    margin-top: 10px;
}
#ncf_sidebar .wpcf7-checkbox label:before {
    border-radius: 5px;
}

#ncf_sidebar .wpcf7-list-item input[type=checkbox]:checked + label:before {
    background: url(../img/cf7-sprite.png) no-repeat -6px -41px;
}

#ncf_sidebar .wpcf7-list-item input[type=radio]:checked + label:before {
    background: url(../img/cf7-sprite.png) no-repeat -5px -87px;
}

#ncf_sidebar .wpcf7-select-wrap select:focus {
    outline: none;
}

#ncf_sidebar.ncf_flat .wpcf7-form-control-wrap input,
#ncf_sidebar.ncf_flat .wpcf7-form-control-wrap textarea {
    background-color: black;
}

#ncf_sidebar.ncf_minimalistic .wpcf7-form-control-wrap input,
#ncf_sidebar.ncf_minimalistic .wpcf7-form-control-wrap textarea {
    background-color: white;
}

#ncf_sidebar.ncf_minimalistic .wpcf7-response-output {
    color: black;
}

#ncf_sidebar .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: static;
    display: inline-block;
}


#ncf_sidebar .wpcf7 p {
    padding: 5px 0 10px;
    font-size: 14px;
}
#ncf_sidebar .wpcf7-ta-wrap{
    text-align: center !important;
    margin-top: 10px;
}

#ncf_sidebar .wpcf7-captchar {
    width: 75px !important;
    position: relative;
}

#ncf_sidebar div.wpcf7 img.ajax-loader {
    position: absolute;
}

#ncf_sidebar.ncf_flat .wpcf7-submit,
#ncf_sidebar.ncf_minimalistic .wpcf7-submit {
    position: relative;
    color: #FFF !important;
    text-decoration: none;
    background-color: #DB5705;
    background-image: none !important;
    border: none !important;
    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;
}
/***/


@font-face {
    font-family: 'ncf_icons';
    src: url('../img/fonts/ncf_icons.eot?47541028');
    src: url('../img/fonts/ncf_icons.eot?47541028#iefix') format('embedded-opentype'),
    url('../img/fonts/ncf_icons.svg?47541028#icons') format('svg'),
    url('../img/fonts/ncf_icons.woff?47541028') format('woff'),
    url('../img/fonts/ncf_icons.ttf?47541028') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ncf-tab-icon .fa, .ncf-tab-icon.fa {
    display: inline-block;
    font-family: ncf_icons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nks_cc_trigger_tabs .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

.nks_cc_trigger_tabs .fa-3x {
    font-size: 3em
}

.nks_cc_trigger_tabs .fa-4x {
    font-size: 4em
}

.nks_cc_trigger_tabs .fa-5x {
    font-size: 5em
}

.nks_cc_trigger_tabs .fa-fw {
    width: 1.28571429em;
    text-align: center
}

.nks_cc_trigger_tabs .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.nks_cc_trigger_tabs .fa-ul > li {
    position: relative
}

.nks_cc_trigger_tabs .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.nks_cc_trigger_tabs .fa-li.fa-lg {
    left: -1.85714286em
}

.nks_cc_trigger_tabs .fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.nks_cc_trigger_tabs .pull-right {
    float: right
}

.nks_cc_trigger_tabs .pull-left {
    float: left
}

.nks_cc_trigger_tabs .fa.pull-left {
    margin-right: .3em
}

.nks_cc_trigger_tabs .fa.pull-right {
    margin-left: .3em
}

.nks_cc_trigger_tabs .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)
}

.nks_cc_trigger_tabs .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.nks_cc_trigger_tabs .fa-stack-1x,.nks_cc_trigger_tabs .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

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

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

.nks_cc_trigger_tabs .fa-inverse {
    color: #fff
}

.ncf-icon-mail-1:before { content: '\e801'; } /* '' */
.ncf-icon-mail-alt:before { content: '\e802'; } /* '' */
.ncf-icon-mail-squared:before { content: '\e803'; } /* '' */
.ncf-icon-mail-2:before { content: '\e804'; } /* '' */
.ncf-icon-mail-3:before { content: '\e805'; } /* '' */
.ncf-icon-mail-4:before { content: '\e806'; } /* '' */
.ncf-icon-mail-5:before { content: '\e807'; } /* '' */
.ncf-icon-mail-6:before { content: '\e808'; } /* '' */
.ncf-icon-mail-7:before { content: '\e800'; } /* '' */
.ncf-icon-left-big:before { content: '\e809'; } /* '' */
.ncf-icon-right-big:before { content: '\e80a'; } /* '' */
.ncf-icon-left-open:before { content: '\e80b'; } /* '' */
.ncf-icon-right-open:before { content: '\e80c'; } /* '' */
.ncf-icon-left:before { content: '\e80d'; } /* '' */
.ncf-icon-right:before { content: '\e80e'; } /* '' */
.ncf-icon-circle:before { content: '\e80f'; } /* '' */
.ncf-icon-circle-thin:before { content: '\e810'; } /* '' */
.ncf-icon-blank:before { content: '\e811'; } /* '' */
.ncf-icon-square:before { content: '\e812'; } /* '' */
.ncf-icon-chevron-left:before { content: '\e813'; } /* '' */
.ncf-icon-chevron-right:before { content: '\e814'; } /* '' */
.ncf-icon-square-o:before { content: '\e815'; } /* '' */
.ncf-icon-paper-plane-o:before { content: '\e816'; } /* '' */
.ncf-icon-paper-plane:before { content: '\e817'; } /* '' */
.ncf-icon-left-1:before { content: '\e818'; } /* '' */
.ncf-icon-right-1:before { content: '\e819'; } /* '' */


.nks_cc_trigger_tabs .ncf-tab-icon.fa-1x {
    font-size: 20px !important;
}

.nks_cc_trigger_tabs .ncf-tab-icon.fa-2x {
    font-size: 24px !important;
}

.nks_cc_trigger_tabs .ncf-tab-icon.fa-3x {
    font-size: 35px !important;
}

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

.nks_cc_trigger_tabs.ncf_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.ncf_tab .fa.fa-inverse:before/*,
.nks-hover .fa-inverse + .fa-stack-1x:before*/ {
    color: #ffffff !important;
}
.nks_cc_trigger_tabs.ncf_tab .fa{
    color: black;
}

.nks_cc_trigger_tabs .ncf-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 .ncf-tab-icon .fa-stack-1x {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nks_cc_trigger_tabs .ncf-tab-icon .fa, .nks_cc_trigger_tabs .ncf-tab-icon .fa-stack-2x:before, .nks_cc_trigger_tabs .ncf-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;
}

.ncf_hidden .nks_cc_trigger_tabs .ncf-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 .ncf-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;
}

.ncf_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.ncf_tab .fa-stack-2x {
    z-index: -2;
}

.ncf_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 .ncf-icon-circle + .fa-stack-1x:after {
    border-radius: 60px;
}


.nks_cc_trigger_tabs .nks-hover .fa-stack-1x:before {
    /*font-size: 25px;*/
}

.ncf_hidden .nks_cc_trigger_tabs.ncf_tab .fa-1x.nks-hover .fa-stack-1x:before {
    font-size: 18px !important;
}

.ncf_hidden .nks_cc_trigger_tabs.ncf_tab .fa-3x.nks-hover .fa-stack-1x:before {
    font-size: 40px !important;
}


.ncf_exposed .nks_cc_trigger_tabs .ncf-tab-icon .fa-stack-1x:before,
.ncf_transitioning .nks_cc_trigger_tabs .ncf-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*='ncf_hidden']) .nks_cc_trigger_tabs .fa-1x.ncf-tab-icon .fa-stack-1x:before {
    width: 40px;
    height: 40px;
}

body:not([class*='ncf_hidden']) .nks_cc_trigger_tabs .fa-2x.ncf-tab-icon .fa-stack-1x:before {
}

body:not([class*='ncf_hidden']) .nks_cc_trigger_tabs .fa-3x.ncf-tab-icon .fa-stack-1x:before {
    width: 70px;
    height: 70px;
    background-size: 55% 55% !important;
}

.ncf_exposed .nks_cc_trigger_tabs.ncf_tab .nks-active,
.ncf_transitioning .nks_cc_trigger_tabs.ncf_tab .nks-active {
    position: relative;
    /*left: 3px;*/
}

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

.ncf_exposed .nks_cc_trigger_tabs .ncf-tab-icon .fa-inverse.fa-stack-1x:before,
.ncf_transitioning .nks_cc_trigger_tabs .ncf-tab-icon .fa-inverse.fa-stack-1x:before{
    background: url("../img/close.png") center center no-repeat;
}

.ncf_exposed .nks_cc_trigger_tabs.ncf_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;
}

.ncf_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.ncf_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.ncf_tab.nks_metro span {
    margin: 0 !important;
}

.nks_cc_trigger_tabs[class*=label_hidden] .ncf-tab-icon,
.nks_cc_trigger_tabs[class*=label_scroll] .ncf-tab-icon,
.nks_cc_trigger_tabs[class*=label_scroll_into] .ncf-tab-icon {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ncf_sidebar_pos_right .nks_cc_trigger_tabs.ncf_tab span {
    margin: 0 10px 5px 0;
}

.ncf_sidebar_pos_right .nks_cc_trigger_tabs.ncf_tab {
    left: auto;
    right: 0;
}

.ncf_exposed #ncf-body-bg,
.ncf_transitioning #ncf-body-bg {
    -webkit-box-shadow: none !important;
    -moz-box-shadow:  none !important;
    box-shadow: none !important;
}

.ncf_exposed .nks_cc_trigger_tabs span:not([class*='ncf-tab-icon']),
.ncf_transitioning .nks_cc_trigger_tabs span:not([class*='ncf-tab-icon']),
.ncf_exposed #nks_cc_sidebar,
.ncf_transitioning #nks_cc_sidebar {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 600px) {
    #wpadminbar { top: -46px !important; }
}

#ncf_sidebar .ncf_form_wrapper {
    display: none;
}


