html {
	height: 100%;
}

body{
    height: 100%;
    min-height: 100%;
}
.important-message{
    border: 1px solid #BDBDBD;
    padding: 15px;
    width: 75%;
    margin: 0 auto;
    margin-top: 25px;
}
.important-title{
    font-weight: bold;
    color: #D4242B;
    font-size: 24px !important;
    margin-bottom: 10px;
}
.important-message p{
    text-align: left;
}
.important-message p span{
    color: #ED1C24;
}
.important-message img{
    padding: 0 0 30px 0;
}
.no-padding{
    padding: 0 !important;
}
.buttons-wrapper{
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}
#new-label{
    background-color: #FF6009;
    padding: 2px;
    color: #fff;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 13px;
}
.add-animation{
    color: #1CB7EB;
    font-size: 15px;
    cursor: pointer;
}
.animation-modal-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}
.mail-icon{
    height: 42px;
    width: 52px;
    background-color: #F0F1F3;
    float: left;
    border-right: 0;
    position: relative;
    border-bottom: 0;
    transition: all .2s ease-out;
}
.mec-links-wrapper{
    display: inline-block;
}
button.mail-icon:hover {
    background-color: #e2e2e2;
    transition: all .2s ease-out;
}
button.mail-icon:focus, button.mail-icon:focus {
  -webkit-appearance: none;
    border-style: solid;
}
.mail-icon:nth-child(1){
    border-left:0 ;
}
.mail-icon:nth-child(5){
    color: #4F4F4F;
}
.mail-icon:nth-child(5):hover{
    color: #333;
}
.pro-label{
    position: absolute;
    top: -5px;
    right: 3px;
}
.mec-links-wrapper > p {
    font-weight: bold;
}
.switch-buttons-section{
    display: inline;
}
.clearfix:after, #header:after, .footer-block:after, .modal-dark .modal-content .email-list li:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

/* custom checkbox styles */
/* wisestamp delete jcf checkbox*/
/* custom radio styles */
.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

/* custom select styles */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    margin: 0 0 12px;
    min-width: 130px;
    height: 32px;
    color: #2f3b4c;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 35px 0 10px;
    padding: 8px 0;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 13px;
}

.jcf-select .jcf-select-opener:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(47, 59, 76, 0);
    border-top-color: #2f3b4c;
    border-width: 6px 4px;
    margin-left: -3px;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

#main {
    position: relative;
    margin-left: 60px;
}
.navbar_visible #main {
    margin-left: 84px;
}
/* start new users */
#main.new-user{margin-left:0!important;}
/* end new users */

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: none;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 16px;
    font-size: 14px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 8px 10px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.jcf-select-select .jcf-select-drop-content {
    border: 2px solid #d1d9dc !important;
    border-radius: 4px;
}

.jcf-select-select .jcf-list .jcf-option {
    font-size: 16px;
    line-height: 20px;
    padding: 11px 12px;
}

/* custom file input styles */
.jcf-file {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    white-space: normal;
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

.jcf-file .jcf-real-element:hover .jcf-upload-button {
    text-decoration: none;
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px;
    display: none;
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    margin: 0 0 0 -1px;
    padding: 0;
    background: none;
    color: #1CB7EB;
    font-size: 14px;
    line-height: 19px;
    height: auto;
    text-decoration: underline;
    cursor: pointer;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #cfd2d8;
    width: 6px;
    border-radius: 3px;
    bottom: 0;
    right: 0;
    top: 0;
}

.tab-content .jcf-scrollbar-vertical {
    top: 4px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #2f3b4c;
    height: 1px;
    width: 6px;
    border-radius: 3px;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 0;
    width: 0;
    display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #2f3b4c;
    height: 6px;
    border-radius: 3px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

/* common custom form elements styles */
.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
    border-color: #8a8a8a !important;
}

.jcf-select-drop-content .jcf-scrollbar-vertical {
    position: relative;
    right: 0;
}

* {
    font-size: 100.01%;
}

html {
    font-size: 100%;
}

body {
    font-size: 15px;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=number],
textarea,
.form-control {
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    resize: none;
    box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    opacity: 1;
    color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type=number].placeholder,
textarea.placeholder,
.form-control.placeholder {
    color: #000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type=number]:focus,
textarea:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

textarea.form-control {
    height: 178px;
}

label {
    vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    cursor: pointer;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

input[type="search"] {
    -webkit-appearance: none;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

.btn {
    padding: 5px 8px 7px;
}

.btn:active:focus, .btn:focus {
    outline: none;
}

.btn-primary,
.btn-warning,
.btn-success,
.btn-danger,
.btn-info {
    border: none;
}

.btn-success {
    background: #53B700;
}
p {
    margin: 0 0 20px;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.parsley-errors-list {
    color: red;
    position: absolute;
    top: -11px;
    right: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 10px;
    line-height: 15px;
}


/* THERE IS A NEW HEADER WISENAV */
/*#header {*/
    /*background: #2f3b4c;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*padding: 8px 11px 9px;*/
    /*position: relative;*/
/*}*/

/*#header .dropdown {*/
    /*padding: 0;*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*margin: 10px 10px 0 0;*/
/*}*/

/*#header .dropdown.open .dropdown-toggle {*/
    /*color: #fff;*/
/*}*/

/*#header .dropdown-toggle {*/
    /*background: none;*/
    /*border: none;*/
    /*border-radius: 0;*/
    /*font: 14px/20px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*margin: 10px 0 0;*/
    /*padding: 0;*/
    /*text-decoration: none;*/
/*}*/

/* DRDR */

/*.wrapper-dropdown .dropdown{cursor:pointer;}*/
/*.wrapper-dropdown .dropdown-menu {*/
    /*line-height: 16px;*/
    /*border-radius: 0;*/
    /*position: absolute;*/
    /*top: 35px;*/
    /*left: -11px;*/
    /*width: 169px;*/
/*}*/


/*.wrapper-dropdown .dropdown-menu {*/
    /*border-radius: 0;*/
    /*box-shadow: none;*/
    /*line-height: 16px;*/
    /*padding: 16px 0 11px;*/
/*}*/

.dropdown-menu .divider {
    margin: 8px 21px 9px;
    padding: 0;
}

.wrapper-dropdown .dropdown-menu li {
    padding: 1px 21px 2px;
    margin: 0 0 10px;
    float: left;
    clear: both;
}

.wrapper-dropdown .dropdown-menu li a {
    padding: 0;
    white-space: normal;
}
.wrapper-dropdown .dropdown-menu li a {
    color: #ffffff;
    float: left;
}

.wrapper-dropdown .dropdown-menu li a:hover {
    color: #1CB7EB;
}

.btn-buy {
    position: relative;
    border: none;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 15px;
    margin-top: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.user-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 19px 0 0;
    height: 40px;
    line-height: 39px;
}

.user-block .avatar {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.user-block span {
    display: inline-block;
    vertical-align: middle;
    color: #b0bec5;
}

.user-block span.label {
    color: #2f3b4c;
    text-transform: uppercase;
}

.navbar-brand {
    float: none;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    padding: 0;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat;
    width: 49px;
    height: 36px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#sidebar {
    float: left;
    margin: -58px 0 0;
    z-index: 2;
    padding: 12px 0 0;
    position: relative;
    width: 65px;
    min-height: 100vh;
}

#sidebar:hover .sidebar-holder {
    width: 163px;
}

#sidebar:hover .navbar-nav {
    width: 163px;
}

#sidebar:hover .navbar-brand {
    background: url(../images/logo-large.png) no-repeat;
    width: 131px;
    height: 70px;
    margin: 13px auto 0;
}

#sidebar .sidebar-holder {
    background: #2f3b4c;
    position: relative;
    width: 65px;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

#sidebar .sidebar-holder:after {
    content: '';
    position: absolute;
    height: 9999px;
    top: 100%;
    left: 0;
    right: 0;
    background: #2f3b4c;
}

#sidebar .navbar-brand {
    float: none;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    padding: 0;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat;
    width: 49px;
    height: 36px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#sidebar .navbar-default {
    border: none;
    margin: 0;
    height: auto;
}

#sidebar .navbar-header {
    min-height: 125px;
    float: none;
}

#sidebar .navbar-nav {
    width: 65px;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    overflow: hidden;
    font-size: 14px;
}

#sidebar .navbar-nav li {
    margin: 0 0 6px;
    float: none;
    position: relative;
}

#sidebar .navbar-nav li.active a, #sidebar .navbar-nav li:hover a, #sidebar .navbar-nav li:focus a {
    background: #232a38;
}

#sidebar .navbar-nav li.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #1CB7EB;
}

#sidebar .navbar-nav li a {
    padding: 0 10px 0 70px;
    min-height: 65px;
    position: relative;
    white-space: nowrap;
    background: none;
    line-height: 20px;
}

#sidebar .navbar-nav li a:after {
    content: '';
    position: absolute;
    background: url(../images/sprite.png) no-repeat;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sidebar .navbar-nav li a:before {
    content: "";
    display: inline-block;
    height: 65px;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -2px;
    vertical-align: middle;
}

#sidebar .navbar-nav li a span {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 92px;
}

#sidebar .navbar-nav li.signature a:after {
    background-position: 0 0;
    width: 31px;
    height: 30px;
}

#sidebar .navbar-nav li.card a:after {
    background-position: -39px 0;
    width: 31px;
    height: 21px;
}

#sidebar .navbar-nav li.landig-page a:after {
    background-position: -77px -1px;
    width: 32px;
    height: 27px;
}

#sidebar .navbar-nav li.blog a:after {
    background-position: -116px 0;
    width: 31px;
    height: 30px;
}

#sidebar .navbar-nav li.email a:after {
    background-position: -154px 0;
    width: 31px;
    height: 27px;
}

.chat-link.btn {
    position: fixed;
    right: -2px;
    top: 149px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 21px 9px;
    color: #fff;
    background: #2f3b4c;
    border-radius: 2px 2px 0 0;
    border: none;
    -webkit-transform: rotate(-90deg) translateY(31px);
    -ms-transform: rotate(-90deg) translateY(31px);
    transform: rotate(-90deg) translateY(31px);
    z-index: 10;
}

.chat-link.btn:hover {
    background: #232a38;
}

.features-btn,
.pro-btn {
    padding: 7px 44px 7px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 2px;
    /*&:before {
      content: '';
      position: absolute;
      right: 30px;
      top: 6px;
      width: 1px;
      bottom: 6px;
      background: $brand-light;
    }
    .close {
      position: absolute;
      top: 5px;
      right: 8px;
      font-weight: 400;
      font-size: 21px;
      opacity: 1;
      color: $brand-light;
    }
    .plus {
      width: 13px;
      height: 13px;
      position: relative;
      position: absolute;
      top: 9px;
      right: 9px;
      &:before,
      &:after {
        content: '';
        position: absolute;
        top: 0;
        right: 5px;
        width: 3px;
        height: 13px;
        background: $brand-light;
      }
      &:after {
        height: 3px;
        width: 13px;
        top: 5px;
        right: 0;
      }
    }*/
}

.features-btn {
    display: none;
    border: none;
    background: #b6b6b6;
    color: #fff;
}

.features-btn:hover, .features-btn:focus {
    color: #fff;
}

.dropdown.signature .dropdown-menu {
    font-size: 17px;
}

.remove-branding-title, .get-webapp-title{
    font-size: 34px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.subtitle{
    font-size: 18px;
    font-weight: bold;
}
.webpage-offer, .get-webapp-title{
    display: none;
}
.inner-container{
    width:100%;
    padding: 20px 50px 50px 50px;
    text-align: center;
}
.inner-container .col-sm-7{
    position: relative;
    height: 280px;
}
.inner-container .old-price, .inner-container .offer{
    color: #FF2929;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.inner-container .old-price{
    text-decoration: line-through;
}
.inner-container .offer, .second{
    display: none;
}
.billed-annually{
    font-size: 13px;
    margin-top: -13px;
}
.inner-container .new-price{
    font-size: 70px;
    font-weight: 300;
    position: relative;
    text-align: center;
}
.inner-container .get-now{
    color:#fff;
    background-color: #FF6009;
    border:none;
    font-size: 17px;
    padding: 16px 65px;
    border-radius: 2px;
    margin-top: 30px;
    -webkit-box-shadow: 1px 3px 9px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 2px -2px rgba(0,0,0,0.55);
    box-shadow: 1px 3px 2px -2px rgba(0,0,0,0.55);
}
.animation-modal .modal-dialog{
    width: 860px;
    height: 595px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.animation-modal .col-sm-4, .animation-modal .col-sm-8{
    padding: 0;
}
.animation-modal .col-sm-4 > .image-effects-preview{
    float: right;
    -webkit-box-shadow: -1px 7px 11px -5px rgba(133,128,133,1);
    -moz-box-shadow: -1px 7px 11px -5px rgba(133,128,133,1);
    box-shadow: -1px 7px 11px -5px rgba(133,128,133,1);
    position: relative;
}
.animation-modal .col-sm-7 p{
    cursor: pointer;
    font-size: 15px;
}
.animation-modal .col-sm-4 button{
    color: #fff;
    border: none;
    padding: 15px 30px;
    float: right;
    margin-top: 125px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 2px;
}
.animation-modal .col-sm-4 button#save-gif{
   background: #53B700;
}
.animation-modal .col-sm-4 button#buy-pro{
    background: #FF6009;
}
.animation-modal .col-sm-4 > .image-effects-preview > span{
    position: absolute;
    top: 230px;
    font-size: 20px;
    cursor: pointer;
}
.image-effects-preview > .glyphicon-pause{
    left: 110px;
}
.image-effects-preview > .glyphicon-play{
    right: 100px;
}
.upload-image-container{
    display: flex;
    margin-bottom: 10px;
}
.upload-image-container .personal-image{
    width: 134px;
    height: 134px;
    background: #F2F2F2;
    position: relative;
    margin-right: 10px;
    padding: 15px;
    text-align: center;
}

.photo-effects-container, .transition-effects-container{
    display: flex;
     margin-bottom: 10px;
}
.photo-effects-container > div, .transition-effects-container > div{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
}
.transition-effects-container > div{
    background: #E0E0E0;
}
.choosen-logo{
    max-height: 100%;
    max-width: 100%;
}
.photo-effects-container  img, .transition-effects-container img{
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
}
.photo-effects-container div:not(:last-child), .transition-effects-container div:not(:last-child){
    margin-right: 10px;
}
/*.photo-effects-container div:first-child {
    border: 3px solid #9E9E9E;
}*/
.photo-effects-container  img.brightness{
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}
.photo-effects-container  img.sepia{
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.photo-effects-container  img.saturate{
    -webkit-filter: saturate(7);
    filter: saturate(7);
}
.photo-effects-container  img.huerotate{
   -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}
.photo-effects-container  img.blur{
   -webkit-filter: blur(2px);
    filter: blur(2px);
}
.photo-effects-container > .effect{
    display: flex;
    align-items: center;
    justify-content: center;
}
.personal-image > img, .image-effects-preview > img{
    max-width: 100%;
    max-height: 100%;
}
.image-effects-preview{
    width: 265px;
    height: 265px;
    background: #F2F2F2;
    margin-top: 15px;
    padding: 25px 40px 50px 40px;
    text-align: center;
}
.upload-image-container .company-logo{
    width: 134px;
    height: 134px;
    background: #F2F2F2;
    position: relative;
    text-align: center;
    padding: 15px;
    color: #BDBDBD;
}
.remove-logo, .remove-photo{
    position: absolute;
    right: -4px;
    top: -6px;
    color: #ff4609;
    cursor: pointer;
    background-color: white;
    border-radius: 100%;
}
.border-dash{
    border: 3px dashed #BDBDBD;
}
.company-logo > .fa-cloud-upload, .personal-image > .fa-cloud-upload {
    color: #BDBDBD;
    font-size: 55px;

}
.company-logo, .personal-image{
    cursor: pointer;
}
.company-logo > p, .personal-image > p {
    color: #000;
}
.animation-modal .modal-dialog .modal-content{
    height: 100%;
    position: relative;
    padding: 35px;

}
#upload-title, #effects-title, #transition-effects-title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
#close-modal, .close-delete-modal{
    position: absolute;
    font-size: 45px;
    transform: rotate(45deg);
    cursor: pointer;
    top: -12px;
    right: 6px;
    font-family: 'Font Awesome 5 Pro';
}
.center .modal-dialog{
    width: 730px;
    height: 465px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.no-thanks{
    color: #000000;
    padding-top: 25px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}
/*.mixmodal-container .no-thanks.no-thanks--cards{*/
    /*bottom: 48px;*/
/*}*/
.remove-branding-sig{
    position: absolute;
    top:0;
    left: 10px;
    transition: left 0.3s ease-out;
    z-index: 2;
    webkit-box-shadow: 2px 2px 32px -10px rgba(56,55,56,1);
    -moz-box-shadow: 2px 2px 32px -10px rgba(56,55,56,1);
    box-shadow: 2px 2px 32px -10px rgba(56,55,56,1);
}
.intro-page-example{
    display: none;
    position: absolute;
    top:0;
    left: -400px;
    transition: left 0.3s ease-out;
    z-index: 1;
    width: 100%;
}
.slide-out{
    left: -400px;
}
.slide-in{
    left:10px;
}
.inner-container .new-price #price-holder{
    letter-spacing: -4px;
}
.new-price .mo {
    font-size: 24px;
    font-weight: 300;
    top: -35px;
    left: 2px;
}
.new-price sup {
    font-size: 24px;
    font-weight: 300;
    top: -35px;
    right: 2px;
}
.carousel {
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.09);
    padding: 35px 44px 30px;
    margin-bottom: 10px;
    position: relative;
}
/*Logomix modals*/
.logomixModal .modal-dialog{
    width: 760px;
}
.logomix_intro .modal-dialog{
    width: 780px;
}
.logomixModal .modal-content{
    border-radius: 5px;
}
.mixmodal-header {
    background: #E0E0E0;
    padding: 26px;
    text-align: center;
    border-bottom: 1px solid #BDBDBD;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.mixmodal-container .icon-close,
.mixmodal-header .icon-close{
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    border-radius: 2px;
}
.mixmodal-header--intro {
    padding: 16px 0 13px;
}
.mixmodal-header p {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: #333;
    margin: 0;
    display: inline-block;
    padding-left: 5px;
}
.mixmodal-title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 0 0 30px 0;
}
.mixmodal-title--intro {
    margin: 0;
}
.mixmodal-header a {
    color: #333;
    text-decoration: underline;
    border-radius: 2px;
}
.mixmodal-container {
    padding: 26px;
    text-align: center;
    border-radius: 2px;
}
.page-prewiew {
    text-align: center;
    margin: 0 13px;
    overflow: hidden;
    width: calc(32% - 16px);
}
.customize {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 8px 14px;
    background: #1CB7EB;
    border: none;
    margin: 20px 0;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.customize:hover{
    transform: scale(1.1);
}
.logomix_cards .cards-prewiew .customize,
.cards-prewiew .customize {
    margin: 50px 0 20px;
}
.logomix_kick .customize {
    margin: 0;
    font-size: 17px;
}
.logomix_intro .mixmodal-container{
    height: 405px;
}
.mixmodal-container {
    background: #f2f2f2;
    height: 390px;
    position: relative;
}
.mixmodal-container .no-thanks {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 8px 22px;
    background: #F2994A;
    border: none;
    border-radius: 2px;
    margin: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    cursor: pointer;
}
.mixmodal-container .no-thanks:hover{
    transform: translateX(-50%) scale(1.1);
}

.page-prewiew img {
    max-width: 100%;
}
.product-status {
    position: fixed;
    background: #fff;
    right: -290px;
    bottom: -30px;
}
.modal .modal-dialog, .modal-dialog {
    overflow: visible;
}
.product-status {
    width: 278px;
    background: #F2F2F2;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-radius: 2px;
}
.status-header {
    background: #E0E0E0;
    padding: 13px;
    border-bottom: 1px solid #828282;
}
.status-header i {
    color: #828282;
    font-size: 16px;
}
.status-header .status-button {
    float: right;
}
.status-header p {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin: 0;
}
[aria-expanded="false"] .fa-angle-up {
    display: block;
}

[aria-expanded="false"] .fa-angle-down {
    display: none;
}

[aria-expanded="true"] .fa-angle-up {
    display: none;
}

[aria-expanded="true"] .fa-angle-down {
    display: block;
}
.status-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.status-list li {
    padding: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #E0E0E0;
}
.status-list li:last-child {
    border-bottom: none;
}
.status-list li p {
    display: inline-block;
    padding-right: 10px;
    margin: 0;
}
.status-list li i {
    font-size: 16px;
    color: #1CB7EB;
    cursor: pointer;
}
.status-list li span {
    float: right;
    color: #53B700;
}
.status-list li span.status-cta {
    color: #1CB7EB;
}
a.intro-link  {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #1CB7EB;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
}
.logomix_kick .container{
    display: flex;
    justify-content: center;
    width: 100%;
}
.logomix_kick .kick-icons{
    position: relative;
    width: 262px;
}
.logomix_kick .kick-icons-img {
    transform: scale(1.1);
    position: absolute;
    left: 10px;
    top: 30%;
}
/* Intro assets*/
.logomixModal #wiseintro-preview .contact-me-app .btn > i{
    font-size: 4.6em;
    position: absolute;
    top: 0.4em;
    left: 3.6em;
}
.logomixModal #wiseintro-preview .contact-me-app .btn > i:before{
    margin-right: 0.5em;
}
.logomixModal #wiseintro-preview .contact-me-app .btn{
    width: 49.6em;
    height: 10.35em;
    border: 1px solid rgba(243, 206, 98, 0.35);
    border-radius: 2px;
    color: rgba(243, 206, 98, 0.55);
    text-align: center;
    position: relative;
    padding: 0;
    margin-top: 4.1em;
}
.logomixModal #wiseintro-preview .info-contacts .category{
    font-size: inherit;
}
.logomixModal #wiseintro-preview .info-social.sig{
    margin-top: 0.7em;
}
.logomixModal .page-prewiew{
    cursor: pointer;
}
/*Card assets*/
.logomix_cards .modal-dialog {
    width: 988px;
}
.logomix_cards .mixmodal-container {
    height: 480px;
}
.logomix_kick .mixmodal-container {
    height: 480px;
}

/*PA*/
.logomix_cards .modal-content .card-front {
    width: 17em;
     height: 9em;
     border: 1px solid #BDBDBD;
     background: #fff;
     position: absolute;
     padding: 1em;
     z-index: 3;
     top: 2em;
}
.logomix_cards .modal-content .card-back {
    width: 17em;
    height: 9em;
    background: #154562;
    position: relative;
    padding: 1em;
    border: 1px solid #154562;
    overflow: hidden;
    top: 0;
    left: 2em;
    border-radius: 0;
    text-align: left;
}
.logomix_cards .modal-content .card-back:before {
    content: none;
}

.mixmodal-title--cards{
    margin: 10px 0 53px 0;
}
.mixmodal-title--kick{
    font-size: 27px;
   margin: 10px 0 15px 0;
}
.logomix_intro .mixmodal-title,
.logomix_cards .mixmodal-title{
    line-height: 25px;
}
.logomix_intro .mixmodal-title .small-text,
.logomix_cards .mixmodal-title .small-text{
    font-size: 18px;
}
#cards-v1 .user-photo .image-container{
    width: 5em;
    height: 5em;
    background-image: url('http://ksassets.timeincuk.net/wp/uploads/sites/55/2016/06/250116GOTJonSnow_SYK_250116-1-920x610.jpg');
    background-size: cover;
    float: left;
    border-radius: 50%;
    background-position: center;
}
#cards-v1 .user-info {
    margin: 0 0 0.2em 6.4em;
    overflow: hidden;
    text-align: left;
}
#cards-v1 .info-header{
    min-height: 3.2em;
}
#cards-v1 .user-name {
    margin: 0 0 0.15em 0;
    overflow: hidden;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #154562;
}
#cards-v1 .user-title{
    margin: 0 0 0.2em 0;
    overflow: hidden;
    font-size: 0.78em;
}
#cards-v1 .company-name{
    color: #0A73B2;
}
#cards-v1 .info-contacts ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.675em;
    position: relative;
    margin-left: 1.5em;
}
#cards-v1 .info-contacts ul > li{
    color: #828282;
    margin-bottom: 0.23em;
}
#cards-v1 .info-contacts ul > li > i{
    position: absolute;
    left: -1.5em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-right: 0.2em;
    color: #333;
}
#cards-v1 .info-contacts ul > li > i.slim{
    left: -1.41em;
}
.ntmy {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    margin: -0.2em -0.1em 0.4em;
    position: relative;
    z-index: 2;
    letter-spacing: -0.004em;
}
#cards-v1 .social ul {
    white-space: nowrap;
    color: #fff;
    list-style: none;
    font-size: .675em;
    text-align: right;
    line-height: 1.5em;
    margin-left: 3em;
    padding-top: .2em;
    font-weight: 500;
    position: absolute;
    right: 1.5em;
    bottom: .6em;
    z-index: 2;
}
.icon-wrapper {
    height: 1em;
    width: 1em;
    margin-left: .3em;
    display: inline-block;
}
.icon-wrapper img {
    max-width: 100%;
}
#cards-v2 .card-front {
    text-align: center;
}
#cards-v2 .user-name {
    font: 600 1.45em 'Playfair Display';
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin: 0;
    color: #154562;
    text-transform: uppercase;
}
#cards-v2 .user-title {
    display: inline-block;
    margin: 0.8em auto;
    border-top: 1px solid #4F4F4F;
    border-bottom: 1px solid #4F4F4F;
    font-size: 0.725em;
    color: #154562;
    padding: 0.3em;
}
#cards-v2 .info-contacts {
    color: #333333;
    font-size: 0.675em;
    margin-top: 0.25em;
    line-height: 1.6em;
}
#cards-v2 .social-v2 ul {
    white-space: nowrap;
    text-align: left;
    color: #fff;
    list-style: none;
    font-size: .675em;
    line-height: 1.5em;
    margin-right: 3em;
    padding-top: .2em;
    padding-left: 0;
    font-weight: 500;
    position: absolute;
    left: 1.5em;
    top: .6em;
        z-index: 2;
}
#cards-v2 .initials {
    text-transform: uppercase;
    font-size: 7.5em;
    margin: 0;
    position: absolute;
    bottom: -0.32em;
    right: 0.25em;
    text-align: left;
    font-family: 'Lora';
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #fff;
}
#cards-v3 .card-front {
    text-align: center;
}
#cards-v3 .card-back {
    background-image: url('https://vignette.wikia.nocookie.net/dcuorp/images/e/ea/White-black-castle.png/revision/latest?cb=20130701211525');
    background-size: cover;
}
#cards-v3 .user-name {
    font: 600 1.45em 'Lato';
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin: 0;
    color: #154562;
    text-transform: capitalize;
}
#cards-v3 .user-title {
    display: inline-block;
    font-size: 0.725em;
    color: #154562;
    padding: 0.3em;
    margin-top: 0.1em;
}
#cards-v3 .info-contacts {
    color: #333333;
    font-size: 0.675em;
    font-weight: 700;
    margin-top: 1em;
    line-height: 1.6em;
}

#kick-pa {
    transform: scale(1.1);
    width: 303px;
    height: 267px;
    background: url('https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/listing-bg-2.png') no-repeat top left;
    background-size: cover;
    position: relative;
    margin: 0;
}
#kick-pa .kick-phone .user-name {
    font-size: 6px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 10.55em;
    left: 6em;
    color: #333;
    margin: 0;
}
#kick-pa .kick-phone .user-info {
    background: #397af2;
    width: 54px;
    height: 32px;
    position: absolute;
    top: 85px;
    left: 34px;
}
#kick-pa .kick-phone .user-info .company-name {
    display: inline-block;
    color: #fff;
    font-size: 7px;
    padding-left: 4px;
    margin: 0;
    position: absolute;
    left: 2px;
    top: 5px;
}
#kick-pa .kick-phone .user-info .user-title {
    display: inline-block;
    color: #fff;
    font-size: 7px;
    padding-left: 4px;
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 2px;
}
#kick-pa .kick-phone .user-photo{
    position: absolute;
    width: 33px;
    height: 33px;
    left: 90px;
    top: 85px;
    background-position: center;
    background-size: cover;
}
#kick-pa .kick-phone .user-address {
    background: #fff;
    position: absolute;
    font-size: 5px;
    width: 42px;
    text-align: left;
    color: #333;
    bottom: 101px;
    left: 46px;
    margin: 0;
}
#kick-pa .kick-laptop .user-photo{
    position: absolute;
    width: 37px;
    height: 25px;
    right: 87px;
    top: 85px;
    background-position: center;
    background-size: cover;
}
#kick-pa .kick-laptop .company-name{
    font-size: 5px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 111px;
    left: 180px;
    color: #333;
    margin: 0;
    font-weight: 700;
}
.page-prewiew #wiseintro-preview .background {
    width: auto;
    height: auto;
}
.page-prewiew #wiseintro-preview {
    position: unset;
    width: 203px;
    height: 122px;
    font-size: 9px;
}
.page-prewiew #wiseintro-preview .browser {
    height: 7px;
}
.page-prewiew #wiseintro-preview .intro-wrapper {
    top: 2em;
}

@media (max-width: 1490px) {
    .app-name{
        font-size: 13px !important;
    }
}


.carousel .well {
    margin: 0 0 14px;
    overflow: visible;
}

.carousel h1 {
    font-family: 'Lato', "Droid Serif", Georgia, "Times New Roman", Times, serif;
    color: #9198a5;
    margin: 0 0 4px;
    font-size: 17px;
}
.carousel-inner .offset--top{
    margin-bottom: 15px;
}
.carousel .carousel-control {
    background: none;
    text-shadow: none;
    color: #1CB7EB;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 14px;
    opacity: 1;
    width: 17px;
    height: 76px;
    margin: 4px 0 0;
    -webkit-filter: none;
    filter: none;
    cursor: pointer;
}

.carousel .carousel-control:hover {
    opacity: .8;
}

.carousel .carousel-control i {
    font-size: 48px;
}

.carousel .carousel-control.right {
    left: auto;
    right: 14px;
}

@media (max-width: 1199px) {
    .carousel {
        margin: 0 0 20px;
    }
}

.well {
    border-radius: 0;
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.well .avatar {
    float: left;
    margin: -1px 12px 0 0;
}

.change-image {
    clear: both;
    margin-top: 5px;
    float: left;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.rtl .well .avatar {
    float: right;
    margin: -1px 0 0 12px;
}

.well .text-holder {
    overflow: hidden;
    padding: 0 5px;
    font: 14px/26px "Droid Serif", Georgia, "Times New Roman", Times, serif;
}

.well address {
    margin: 0 0 13px;
    line-height: 150%;
    font-size: 11px;
}

.well address a {
    color: #9198a5;
}

.well .text-blue {
    color: #7c94b1;
}

.social-network {
    margin: 0 -8px 10px 0;
    padding: 0;
    letter-spacing: -4px;
}

.modal .social-network {
    margin-bottom: 0;
}

.social-network li {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0;
}

.modal .social-network li {
    margin: 0 6px 10px 0;
}

.social-network li a {
    width: 31px;
    height: 31px;
    display: block;
    border-radius: 50%;
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #3b5998;
}

.social-network li a:hover {
    opacity: .7;
}

.modal .social-network li a {
    width: 39px;
    height: 39px;
}

.social-network li i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .social-network li i {
    font-size: 21px;
}

.social-network li.linkedin a {
    background: #0177b5;
}

.social-network li.twitter a {
    background: #45b0e3;
}

.open-close.active .open-close-holder {
    display: none;
}

.open-close .open-close-holder .modal-title {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 2px;
}

.open-close .mail-list {
    margin: -4px 0 2px;
}

.mail-list {
    margin: 20px 0 10px;
    padding: 0;
}

.mail-list li {
    padding: 0;
    margin: 0 7px 10px 0;
}

.mail-list a:hover {
    opacity: .7;
}


.close {
    text-shadow: none;
}

label {
    font-weight: normal;
}
.lock-icon {
    font-family: FontAwesome;
    color: #FFF;
    position: absolute;
    display: block;
    top: 8px;
    left: 15px;
    font-size: 24px;
    transition: all .5s ease;
    opacity: 0;
}
.expanded:hover .lock-icon {
    opacity: 1;
}
@media (min-width: 0px) and (max-width: 1420px) {
    span.lock-icon {
        top: 10px;
        left: 7px;
        font-size: 18px;
    }
    div#style .block h5 {
        font-size: 13.5px;
    }
    div.app-name {
        font-size: 13px;
        line-height: 105%;
    }
}
#style.expanded .lock-icon {
    top: 12px;
}

.checkbox label {
    padding: 0;
}

#content {
    overflow: hidden;
    padding: 22px 0 0 16px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #content {
        padding-bottom: 0;
    }
}

.dropdown-signature {
   margin: 7px 0 0 0;
   padding: 0 0 10px 0;
   white-space: nowrap;
}
.dropdown-signature a{
   display: inline-block;
   overflow: hidden;
   max-width: 100%;
   text-overflow: ellipsis;
}
.dropdown-signature.open .dropdown-toggle {
   background: #1cb7eb ;
   margin: -7px 0 0 -18px;
   padding: 7px 21px 10px 18px;
}
.dropdown-signature .dropdown-toggle {
   font-size: 19px;
   line-height: 24px;
   color: #ffffff ;
   text-decoration: none;
   transform: translateY(-6px);
}
.dropdown-signature .dropdown-menu {
   left: -19px;
   top: 29px;
   width: 250px;
   font-size: 17px;
   line-height: 24px;
   padding: 0;
   margin: 0;
   background-color: #31363F ;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
   -webkit-box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
   -moz-box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
   box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
}
.dropdown-signature .dropdown-menu li {
   padding: 10px 20px;
   margin: 0;
   width: 100%;
}
.dropdown-signature .dropdown-menu li:hover,
.dropdown-signature .dropdown-menu li a:hover{
   background-color: #1cb7eb ;
   color: #fff;
   cursor: pointer;
}
.dropdown-signature .dropdown-menu .last{
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
}
.dropdown-signature .dropdown-menu .blue{
   color: #00bfe8 ;
}.dropdown-signature {
   margin: 7px 0 0 0;
   padding: 0 0 10px 0;
   white-space: nowrap;
}
.dropdown-signature a{
   display: inline-block;
   overflow: hidden;
   max-width: 100%;
   text-overflow: ellipsis;
}
.dropdown-signature.open .dropdown-toggle {
   background: #1cb7eb ;
   margin: -7px 0 0 -18px;
   padding: 7px 21px 10px 18px;
}
.dropdown-signature .dropdown-toggle {
   font-size: 19px;
   line-height: 24px;
   color: #ffffff ;
   text-decoration: none;
}
.dropdown-signature .dropdown-menu {
   left: -19px;
   top: 29px;
   width: 250px;
   font-size: 17px;
   line-height: 24px;
   padding: 0;
   margin: 0;
   background-color: #31363F ;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
   -webkit-box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
   -moz-box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
   box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
}
.dropdown-signature .dropdown-menu li {
   padding: 10px 20px;
   margin: 0;
   width: 100%;
}
.dropdown-signature .dropdown-menu li:hover,
.dropdown-signature .dropdown-menu li a:hover{
   background-color: #1cb7eb ;
   color: #fff;
   cursor: pointer;
}
.dropdown-signature .dropdown-menu .last{
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
}
.dropdown-signature .dropdown-menu .blue{
   color: #00bfe8 ;
}

#font-choose-dropdown:hover .dropdown-toggle {
    border-radius: 0;
    z-index: 2;
    color: #333;
    background-color: #e6e6e6;
}

#font-choose-dropdown:hover .dropdown-toggle:after {
    display: none;
}
#font-choose-dropdown .dropdown-toggle {
    border: none;
    position: relative;
    padding: 15px 16.5px;
    color: #eee;
    width: 118px;
    transition: .2s ease;
}
.font-choose:hover .btn.ng-binding.dropdown-toggle {
    background-color: #e6e6e6;
    color: #656565;
}
.font-choose .btn.ng-binding.dropdown-toggle {
    padding: 10px 15.5px;
    border-radius: 0;
    transition: all .3s ease;
    width: 100%;
}
.font-choose .dropdown-menu {
    top: 35px;
}
#font-choose-dropdown .dropdown-toggle:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.dropdown-signature.open .dropdown-toggle {
    background: #1cb7eb;
    margin: -7px 0 0 -18px;
    padding: 7px 21px 10px 18px;
}
.dropdown-signature .dropdown-toggle {
    font-size: 19px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}
.wrapper-dropdown .dropdown-signature {
    display: inline-block;
    max-width: 90%;
}
a.link-unstyled {
    color: #ffffff;
    text-decoration: none;
}
.caret-offset {
    margin-left: 5px;
    vertical-align: text-top;
    font-size: 16px;
}
.radio-section label:before {
    opacity: 0;
}
.dropdown-signature .dropdown-menu {
    left: -18px;
    top: 29px;
    width: 250px;
    font-size: 17px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    background-color: #31363F;
    border-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
    -moz-box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
    box-shadow: 2px 3px 4px 0 rgba(0,0,0,0.59);
}
.dropdown-signature .dropdown-menu li {
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    color: #fff;
}

.dropdown-signature .dropdown-menu li.churn{
    text-decoration: line-through;
    cursor: default;
}

.sig-select > .select-churn-signature {
    text-decoration: line-through;
    cursor: default;
}

.signature-mapping.churn{
    text-decoration: line-through;
    cursor: default !important;
    opacity: 0.3;
}

.signature-mapping.churn *{
    text-decoration: line-through;
}

.signature-mapping.churn:hover, .signature-mapping.churn:hover *{
    cursor: default !important;
    text-decoration: line-through;
}

.dropdown-signature .dropdown-menu li.churn > *{
    opacity: 0.3;
}

.dropdown-signature .dropdown-menu li:hover,
.dropdown-signature .dropdown-menu li a:hover{
    background-color: #1cb7eb;
    color: #fff;
    cursor: default;
}

.dropdown-signature .dropdown-menu li.churn:hover{
    background-color: transparent;
}

.dropdown-signature .dropdown-menu .last{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.dropdown-signature .dropdown-menu .blue{
    color: #00bfe8;
}


.nav.nav-tabs {
    border-width: 0 0 2px;
    border-color: #1CB7EB;
}

.nav.nav-tabs li {
    margin: 0;
}

.nav.nav-tabs li.active a {
    color: #1CB7EB;
    border-color: #1CB7EB;
    border-width: 0 0 4px;
    margin: 0;
}

.nav.nav-tabs li a {
    font-size: 13px;
    color: #555555;
    border-radius: 0;
    border: 1px solid transparent;
    border-width: 0 0 4px;
    padding: 0 15px 6px;
    margin: 0;
}

.nav.nav-tabs li a:hover {
    background: none;
    color: #1CB7EB;
}

.nav.nav-tabs li a:focus {
    outline: none;
}

.tab-content {
    position: relative;
}

.tab-content .jcf-scrollable {
    height: 90vh;
    width: 100% !important;
    padding: 4px 30px 0 0;
}

.tab-content .jcf-scrollable-wrapper {
    width: 100% !important;
}

.tab-content .jcf-scrollbar-horizontal {
    display: none !important;
}

.tab-content h2 {
    font-size: 17px;
}
#editor-left {
    padding: 0;
    padding-right: 9px;
}
.signature-panel {
    height: 40px;
    background-color: #31363F;
    margin: 0 8px 10px 0;
    padding: 0 0px 10px 0;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .75);
}
.signature-panel>div{
    height: 100%;
}

.sp-palette .sp-thumb-inner {
    border-radius: 100%;
}

.sp-palette .sp-thumb-el {
    border: none;
    background-image: none;
    margin: 2px;
    width: 18px;
    height: 18px;
}

.sp-container {
    border: none;
    width: 230px !important;
}

.sp-palette .sp-thumb-active .sp-thumb-inner {
    background-image: none !important;
    border: 2px solid #fff !important;
}

.sp-container button {
    background: none;
    border: none;
    font-family: 'Lato', "source sans pro", sans-serif;
    font-size: 1em;
}

.sp-container button:hover, .sp-container button:active, .sp-container button:focus {
    background: none;
    border: none;
    color: #222;
    text-shadow: none;
}

@media (max-width: 1199px) {
    .form-signature {
        margin: 0 0 30px;
    }
}

.form-signature .block {
    padding: 0 0 16px;
}

.form-signature .block + .block {
    padding: 14px 0 14px;
}

.form-signature h2 {
    margin: 0 0 14px;
}

.form-signature .title {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
}

.form-signature .color-pallet {
    margin-top: -3px;
}

.form-signature .color-pallet ul {
    margin: 0 20px 0 5px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 110px;
    margin: 10px auto;
}

.form-signature .color-pallet .color-preset {
    list-style: none;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #fff;
    float: left;
    margin: 2px 4px 4px;
    padding: 0;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
}

.form-signature .color-pallet .c1 {
    background-color: #212121;
}

.form-signature .color-pallet .c2 {
    background-color: #757575;
}

.form-signature .color-pallet .c3 {
    background-color: #6e4c42;
}

.form-signature .color-pallet .c4 {
    background-color: #fd9f01;
}

.form-signature .color-pallet .c5 {
    background-color: #f37b01;
}

.form-signature .color-pallet .c6 {
    background-color: #da3635;
}

.form-signature .color-pallet .c7 {
    background-color: #c01a5c;
}

.form-signature .color-pallet .c8 {
    background-color: #791e9d;
}

.form-signature .color-pallet .c9 {
    background-color: #532da7;
}

.form-signature .color-pallet .c10 {
    background-color: #3040a0;
}

.form-signature .color-pallet .c11 {
    background-color: #1a75d0;
}

.form-signature .color-pallet .c12 {
    background-color: #0387cf;
}

.form-signature .color-pallet .c13 {
    background-color: #0296a4;
}

.form-signature .color-pallet .c14 {
    background-color: #379040;
}

.form-signature .color-pallet .c15 {
    background-color: #6a9e39;
}

.form-signature .color-pallet .sp-replacer.color-preset {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #ccc;
    font-size: 13px;
    margin-left: -9px;
    margin-top: 5px;
}

.form-signature .color-pallet.under-sig .sp-replacer.color-preset {
    width: auto;
    color: #555;
    margin: 0;
}

.form-signature .label {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    border-radius: 2px;
    position: relative;
    margin: 0 0 0 8px;
    padding: 2px 4px;
    text-transform: uppercase;
}

/*.form-signature .label.pro:after {*/
/*right: 100%;*/
/*top: 50%;*/
/*border: solid transparent;*/
/*content: " ";*/
/*height: 0;*/
/*width: 0;*/
/*position: absolute;*/
/*pointer-events: none;*/
/*border-color: rgba(255, 96, 9, 0);*/
/*border-right-color: #ff6009;*/
/*border-width: 8px;*/
/*margin-top: -8px;*/
/*}*/

.label.pro {
    font-size: 13px !important;
    font-weight: 600;

}

.form-signature .filter {
    margin-bottom: 20px;
}

.form-signature .filter .label {
    padding: 7px 12px;
    margin: 4px 0 0 0;
}

.form-signature .filter .label.active {
    background-color: #1CB7EB;
    color: #fff;
}

.form-signature .filter .label:hover {
    cursor: pointer;
}

.form-signature .jcf-checkbox {
    width: 41px;
    height: 20px;
    background: #b3b3b3;
    border: none;
    margin: 0;
    border-radius: 10px;
    position: relative;
    margin: 0 0 5px;
}

.form-signature .jcf-checkbox.jcf-checked {
    background-color: #1CB7EB;
}

.form-signature .jcf-checkbox.jcf-checked span {
    left: auto;
    right: 3px;
    background-color: #fff;
}

.form-signature .jcf-checkbox span {
    opacity: 1;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #797474;
    border-radius: 50%;
    display: block;
    margin: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}


.freeze-style .form-control,
.form-signature .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 3px 8px;
    color: #ffffff;
    background: none;
    height: 27px;
}

.freeze-style .form-group,
.form-signature .form-group {
    position: relative;
    margin: 0 0 18px;
}

.form-signature .box {
    padding: 0 0 10px 5px;
    overflow: hidden;
    /*border: 1px solid #babdc4;*/
}

.form-signature .box .avatar {
    position: relative;
    width: 225px;
    float: left;
    margin: 0 15px 0 0;
    background: rgba(255,255,255,0.1);
    padding: 10px;
}
@media (max-width: 1336px) {
    .form-signature .box .avatar {
     font-size: 13px;
    padding-left: 5px;
}
}
.form-signature .box .avatar .fa-times-circle {
    position: absolute;
    top: 10px;
    left: 50px;
    color: #ff4609;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    width: 14px;
    height: 15px;
}
.form-signature .box .avatar .fa-cloud-upload{
    font-size: 30px;
    color: #BDBDBD;
    padding-left: 58px;
    cursor: pointer;
}
.form-signature .box .avatar span{
    color: #BDBDBD;
    display: inline-block;
    padding-left: 12px;
    cursor: pointer;
}

.form-signature .box .text {
    overflow: hidden;
    min-height: 79px;
    white-space: nowrap;
}

.form-signature .box .text:before {
    content: "";
    display: inline-block;
    height: 79px;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.form-signature .box .text .home .holder {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}
/*.dropdown .dropdown-menu {*/
    /*z-index: 100;*/
/*}*/
.form-signature .social-inputs {
    margin: 0 0 24px;
}

.form-signature .social-inputs .facebook,
.form-signature .social-inputs .linkedin,
.form-signature .social-inputs .twitter {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 31px;
    height: 31px;
    display: block;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background: #3b5998;
}

.form-signature .social-inputs .linkedin {
    background: #0177b5;
}

.form-signature .social-inputs .twitter {
    background: #45b0e3;
}

.form-signature .social-inputs .form-group {
    margin: 0 0 16px;
}

.social-input.freeze-style,
.form-signature .social-input {
    position: relative;
    padding: 2px 0 0 40px;
}
/*CHRISTMAS SWITCHER*/
.christmas {
    background: transparent !important;
}
.social-input-ico-wr.christmas {
    border-radius: 0;
    width: 30px;
    height: 24px;
    top: 1px;
    left: -5px;
}
.christmas .social-input-ico {
    width: 30px;
    height: 24px;
}
.xmas-switcher {
    background: rgba(0,0,0,.3);
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    margin: 10px 0;
}
.xmas-switcher span {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    display: inline-block;
    margin: 0 0 0 10px;
}
.xmas-switcher .switch {
  position: absolute;
  display: inline-block;
  right: 34px;
  width: 51px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 20px;
}

.xmas-switcher .switch input {display:none;}

.xmas-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.3);
  -webkit-transition: .4s;
  transition: .4s;
}

.xmas-switcher .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: #2C3139;
  -webkit-transition: .4s;
  transition: .4s;
}

.xmas-switcher input:checked + .slider {
  background-color: #53B700;
}
.xmas-switcher input:checked + .slider:before {
  background-color: #fff;
}
.xmas-switcher input:focus + .slider {
  box-shadow: 0 0 1px #53B700;
}

.xmas-switcher input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.xmas-switcher .slider.round {
  border-radius: 34px;
}

.xmas-switcher .slider.round:before {
  border-radius: 50%;
}

.form-signature .jcf-select {
    margin: 3px 0 12px;
    min-width: 50px;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.form-signature .jcf-select.jcf-drop-active {
    background-color: #fff;
    color: #222;
}

.form-signature .jcf-select .jcf-select-opener:before {
    border-top-color: #fff;
}

.form-signature .form-holder h2 {
    font-size: 17px;
}

.form-signature .form-col {
    padding-top: 4px;
    padding-left: 0;
}

.add-nav {
    /*font-size: 13px;*/
    line-height: 0px;
    float: right;
    margin: -10px 0 10px;
}

.add-nav > li {
    padding: 0;
    margin: 0 0 0 17px;
}

@media (max-width: 1340px) {
    .add-nav > li {
        margin: 0 0 0 5px;
    }
}

.add-nav > li > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}

.add-nav > li > a:hover {
    text-decoration: none;
}

.add-nav > li .jcf-checkbox {
    float: left;
    margin: 0;
}

.add-nav .dropdown.open .dropdown-toggle {
    text-decoration: none;
    color: #fff;
    background: #2f3b4c;
}

.add-nav .dropdown-toggle {
    margin: -8px -15px -5px;
    padding: 8px 15px 5px;
    text-decoration: none;
}

@media (max-width: 1340px) {
    .add-nav .dropdown-toggle {
        margin: -8px -6px -5px;
        padding: 8px 6px 5px;
    }
}

.add-nav .dropdown-menu {
    width: 318px;
    left: -16px;
    top: 40px;
    margin: 0;
    padding: 16px 0 25px;
    color: #fff;
}

@media (max-width: 1340px) {
    .add-nav .dropdown-menu {
        left: -7px;
    }
}

@media (max-width: 1199px) {
    .add-nav .dropdown-menu {
        left: auto;
        right: -7px;
    }
}

.add-nav .dropdown-menu * {
    font-size: 15px;
}

.add-nav .dropdown-menu a {
    display: block;
    overflow: hidden;
    clear: none;
    padding: 0;
}

.tabs {
    padding: 16px 0 0;
    font-size: 14px;
}

.tabs li {
    margin: 0 0 9px;
}

.tabs li.active a {
    color: #1CB7EB;
}

.tabs li.active a:before, .tabs li.active a:after {
    background: #1CB7EB;
}

.tabs li a {
    padding: 0 0 0 16px;
    position: relative;
    color: #2f3b4c;
    text-decoration: none;
}

.tabs li a:hover {
    color: #1CB7EB;
}

.tabs li a:hover:before, .tabs li a:hover:after {
    background: #1CB7EB;
}

.tabs li a:before, .tabs li a:after {
    content: '';
    background: #2f3b4c;
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 7px;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabs li a:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}

.icons-list {
    margin: 0 -6px;
}

.icons-list .col-sm-6 {
    padding: 0 6px;
}

.icons-list .add-box {
    display: block;
    border-radius: 4px;
    height: 49px;
    background: #fff;
    border: 1px solid #1CB7EB;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
    margin: 0 0 7px;
}

.icons-list .add-box:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.icons-list .add-box span {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    width: 100%;
    padding: 0 0 0 45px;
    position: relative;
}

.icons-list .add-box span:before, .icons-list .add-box span:after {
    content: '';
    position: absolute;
    background: #1CB7EB;
    width: 3px;
    height: 19px;
    top: 5px;
    left: 23px;
}

.icons-list .add-box span:after {
    width: 19px;
    height: 3px;
    left: 15px;
    top: 13px;
}

.icons-list .icon-box {
    height: 49px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c1c2c4;
    margin: 0 0 7px;
}

.tab-content2 .tab-pane {
    padding: 0;
}

.size-list,
.shape-list {
    padding: 0;
    margin: -10px 0 0;
}

.size-list li,
.shape-list li {
    margin: 0 2px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #b8b8b8;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

@media (max-width: 1300px) {
    .size-list li,
    .shape-list li {
        margin: 5px 2px 5px 0;
    }
}

.size-list li.active strong,
.shape-list li.active strong {
    color: #ffffff;
}

.size-list li:hover, .size-list li.active,
.shape-list li.active {
    background: #1CB7EB;
    border: 0;
}
.shape-list li:hover {
    border-color: #1CB7EB;
}
.size-list li.small-size,
.shape-list li.small-size {
    width: 22px;
    height: 22px;
}

.size-list li.small-size i,
.shape-list li.small-size i {
    font-size: 15px;
}

.size-list li.small-size strong,
.shape-list li.small-size strong {
    font-size: 0.5em;
}

.size-list li.medium-size,
.shape-list li.medium-size {
    width: 30px;
    height: 30px;
}

.size-list li.medium-size i,
.shape-list li.medium-size i {
    font-size: 24px;
}

.size-list li.medium-size strong,
.shape-list li.medium-size strong {
    font-size: 0.8em;
}

.size-list li.large-size,
.shape-list li.large-size {
    width: 39px;
    height: 39px;
}

.size-list li.large-size i,
.shape-list li.large-size i {
    font-size: 24px;
}

.size-list i, .size-list strong,
.shape-list i,
.shape-list strong {
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e1e3e7;
}

.size-list strong,
.shape-list strong {
    color: #999999;
}

.shape-list {
    margin-top: -5px;
}

.shape-list li {
    width: 20px;
    height: 20px;
    margin: 5px 4px 5px 0;
}

@media (max-width: 1300px) {
    .shape-list li {
        margin: 5px 2px 5px 0;
    }
}

.shape-list li.dafault-shape {
    border-radius: 0;
}

.shape-list li.rounded-shape {
    border-radius: 6px;
}

.shape-list li.round-shape {
    border-radius: 50%;
}

.list-font-size li {
    margin: 0 0 10px;
}

.list-font-size li.active {
    color: #1CB7EB;
}

.list-font-size span {
    cursor: pointer;
}

.list-font-size span:hover {
    color: #1CB7EB;
}

.list-font-size .small {
    font-size: 12px;
}

.list-font-size .large {
    font-size: 19px;
}


@media (max-width: 1199px) {
    .footer-block {
        margin: 0 0 30px;
    }
}
@media (max-width: 520px) {
    .fix{
        padding-right: 0 !important;
    }
}
.footer-block p {
    margin: 0 0 7px;
}

.footer-block .col-left {
    padding: 0 5px 0 0;
    margin: 0 14px 0 0;
    position: relative;
}

.footer-block .col-left:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 12px;
    right: 0;
    width: 1px;
    background: #b2c0c5;
}

.footer-block .mail-list {
    margin: 0;
}

.footer-block .btn-primary {
    margin: 16px 0 0;
}

.footer-block .btn-success {
    border: none;
    font-size: 19px;
    margin: 7px 0 0 10px;
    border-radius: 2px;
}

.footer-block .btn-success.orange:hover {
    background-color: #d16915;
}

.footer-block .btn-success.orange {
    background-color: #ff6009;
}
.footer-block .btn-success.orange.disabled-btn {
    background-color: #BDBDBD;
}

.btn-lg {
    font-size: 20px;
    line-height: 22px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    padding: 19px 32px;
    border-radius: 3px;
}

.modal-dark .modal-backdrop {
    background: none;
}

.modal-dark .modal-dialog {
    color: #fff;
    max-width: 402px;
}

.modal-dark .modal-dialog .close {
    font-weight: 200;
    color: #fff;
    opacity: 1;
    position: absolute;
    font-size: 39px;
    top: 11px;
    right: 25px;
    text-decoration: none;
}

.modal-dark .modal-dialog .close:hover {
    opacity: .7;
}

.modal-dark p {
    margin: 0 0 14px;
}

.modal-dark p a {
    margin: 0 0 0 5px;
}

.modal-dark .modal-title {
    display: block;
    color: #9cbeed;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 12px;
}

.modal-dark .modal-content {
    background: #2f3b4c;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.modal-dark .modal-content a {
    text-decoration: underline;
}

.modal-dark .modal-content a:hover {
    text-decoration: none;
}

.modal-dark .modal-content .btn {
    text-decoration: none;
}

.modal-dark .modal-content a[href^=mailto] {
    color: #fff;
    text-decoration: none;
}

.modal-dark .modal-content a[href^=mailto]:hover {
    text-decoration: underline;
}

.modal-dark .modal-content .modal-header {
    padding: 40px 46px;
}

.modal-dark .modal-content .modal-header p {
    margin: 0;
}

.modal-dark .modal-content .modal-body {
    padding: 36px 46px 27px;
    border-color: #6e7682;
}

.modal-dark .modal-content .modal-footer {
    padding: 23px 46px 29px;
    text-align: left;
    border-color: #46576e;
    background: #212731;
    text-align: center;
}

.modal-dark .modal-content .modal-footer p {
    margin: 0 -6px 0 0;
}

.modal-dark .modal-content .password-form {
    border: 1px solid #6e7682;
    border-width: 1px 0;
    padding: 16px 0;
    margin: 0 0 15px;
}

.modal-dark .modal-content .password-form .modal-title {
    margin: 0 0 9px;
}

.modal-dark .modal-content input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #677180;
    color: #fff;
    padding: 9px 28px;
    margin: 0 0 8px;
}

.modal-dark .modal-content input[type="submit"]:hover, .modal-dark .modal-content input[type="submit"]:focus {
    background: #7e8b9f;
    color: #fff;
}

.modal-dark .modal-content .form-group {
    position: relative;
    margin: 0 0 8px;
}

.modal-dark .modal-content .form-control {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    height: 38px;
    padding: 7px 11px;
    border: 1px solid #fff;
}

.modal-dark .modal-content .form-control + label[placeholder] {
    position: absolute;
    top: 9px;
    left: 12px;
    font-style: italic;
    font-weight: normal;
    color: #aab5c5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.modal-dark .modal-content .form-control + label[placeholder]:before {
    top: 0;
    left: 0;
}

.modal-dark .modal-content .form-control:focus + label[placeholder]:before, .modal-dark .modal-content .form-control.active + label[placeholder]:before {
    font-size: 10px;
    top: -8px;
    left: 0;
}

.modal-dark .modal-content .parsley-errors-list {
    display: none;
    top: -12px;
    font-style: italic;
}

.modal-dark .modal-content .opener {
    color: #fff;
}

.modal-dark .modal-content .email-list {
    padding: 4px 0 0;
}

.modal-dark .modal-content .email-list li {
    margin: 0 0 5px;
    padding-right: 60px;
    position: relative;
}

.modal-dark .modal-content .email-list li .fa-check.compose {
    right: 40px;
}

.modal-dark .modal-content .email-list li .fa-check.reply {
    right: 20px;
}

.modal-dark .modal-content .email-list li .fa-check {
    position: absolute;
    top: 4px;
}

.modal-dark .modal-content .email-list li .fa-pencil {
    position: absolute;
    top: 3px;
    right: 0;
    cursor: pointer;
}

.modal-dark .modal-content .email-list .close {
    float: right;
    position: static;
    width: 20px;
    height: 30px;
    overflow: hidden;
    font-size: 30px;
    color: #6e7682;
    margin: -6px 2px -3px 10px;
    transition: all 0.3s;
}

.modal-dark .modal-content .email-list span {
    display: block;
    overflow: hidden;
}

.modal-dark .modal-content .slide .modal-title {
    color: #fff;
}

.modal-dark .modal-content .btn-primary {
    border-radius: 0;
    color: #212731;
    font-size: 15px;
    padding: 7px 13px;
}

.modal-dark .modal-content .btn-dwfault {
    background: #677180;
    border-color: #677180;
}

.modal-dark .modal-content .divider {
    position: relative;
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}

.modal-dark .modal-content .divider:before {
    content: '';
    position: absolute;
    background: #6e7682;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
}

.modal-dark .modal-content .divider span {
    padding: 0 10px;
    text-transform: uppercase;
    background: #2f3b4c;
    position: relative;
}

.modal-dark .modal-content .checkbox {
    margin: 12px 0 14px 4px;
}

.modal-dark .modal-content .checkbox a {
    color: #fff;
    vertical-align: middle;
}

.modal-backdrop.in {
    opacity: 0.7;
}

.modal-title {
    font-size: 28px;
    line-height: 32px;
    display: block;
    color: #000;
    font-weight: normal;
    margin: 0 0 21px;
}

.modal-dialog {
    color: #222;
}

.modal-body {
    padding: 25px 94px;
}

@media (max-width: 991px) {
    .modal-lg {
        width: 663px;
    }
}

.modal-lg .modal-body {
    padding: 38px 72px 30px 62px;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.modal-content .close {
    position: absolute;
    color: #000;
    top: 3px;
    right: 12px;
    font-weight: normal;
    opacity: 1;
    font-size: 42px;
}

.modal-content .close:hover {
    opacity: .8;
}

.modal-content .icon {
    display: block;
    margin: 0 auto 28px;
}

.modal-content strong {
    font-weight: 600;
}

.activate-modal .modal-content {
    font-size: 20px;
    line-height: 30px;
    color: #222;
}
.pro-template-used {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
}
.pro-template-upgrade {
    background-color: #FF6009;
    color: #fff;
    font: 600 15px Lato;
    border: 0;
    border-radius: 2px;
    padding: 8px 12px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: transform .5s ease;
}
.pro-template-upgrade:hover {
    transform: scale(1.09);
}
.pro-template-label {
    font: 600 15px "Lato";
    line-height: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
}
.activate-modal .modal-content .modal-title {
    font-size: 32px;
    line-height: 34px;
    display: block;
    color: #222;
    font-weight: normal;
    margin: 0 0 12px;
}

.activate-modal .modal-content .modal-body {
    padding: 45px 95px 59px;
}

.activate-modal .modal-content a {
    color: #222;
}

.modal-content .price-block {
    margin: 0 0 38px;
}

.modal-content .price-block .price {
    display: block;
    margin: 0 0 14px;
}

.modal-content .price-block .price span {
    font: bold 64px/64px 'Roboto Slab', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.modal-content .price-block .price sub,
.modal-content .price-block .price sup {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

.modal-content .price-block sup {
    vertical-align: top;
    display: inline-block;
    margin: 17px 0 0;
}

.modal-content .features-list {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 40px;
}

.modal-content .features-list li {
    padding: 10px 0 10px 43px;
    position: relative;
}

@media (max-width: 991px) {
    .modal-content .features-list li {
        margin: 0 -4px 0 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
}

.modal-content .features-list li:before {
    content: '';
    position: absolute;
    background: url(../images/sprite.png) no-repeat;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-content .features-list .signatures:before {
    background-position: -25px -41px;
    width: 30px;
    height: 26px;
}

.modal-content .features-list .templates:before {
    background-position: -63px -41px;
    width: 30px;
    height: 23px;
}

.modal-content .features-list .reply:before {
    background-position: -99px -40px;
    width: 30px;
    height: 20px;
}

.modal-content .features-list .branding:before {
    background-position: -137px -40px;
    width: 30px;
    height: 25px;
}

.modal-content .features-list .icons:before {
    background-position: 0 -72px;
    width: 30px;
    height: 30px;
}

.modal-content .features-list .support:before {
    background-position: -39px -74px;
    width: 30px;
    height: 30px;
}

.modal-content .pay-link {
    font-size: 20px;
    line-height: 24px;
    text-decoration: underline;
}

.modal-content .pay-link:hover {
    text-decoration: none;
}

.modal-content .holder {
    font-size: 16px;
    line-height: 20px;
}

.modal-content .card-block {
    position: relative;
    padding: 0 21px 22px 0;
    width: 479px;
    margin: 21px 0 18px;
    float: right;
}

@media (max-width: 991px) {
    .modal-content .card-block {
        float: none;
        margin: 30px auto 18px;
    }
}

.modal-content .card-back {
    position: absolute;
    top: 37px;
    left: 21px;
    bottom: 0;
    right: 0;
    background: #d9d9d9;
    border-radius: 8px;
}

.modal-content .card-back:before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    height: 65px;
    background: #000;
}

.modal-content .card {
    border: 1px solid #e6e6e6;
    background: #f1f1f1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 27px 25px 1px;
    position: relative;
    z-index: 2;
}

.modal-content .card .form-group {
    position: relative;
}

.modal-content .card .form-control {
    height: 48px;
    border: 2px solid #d1d9dc;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #8e8e8e;
    width: 290px;
}

.modal-content .card .form-control + label[placeholder] {
    color: #8e8e8e;
    position: absolute;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
    line-height: 20px;
    top: 13px;
    left: 12px;
}

.modal-content .card .form-control + label[placeholder]:before {
    top: 0;
    left: 0;
}

.modal-content .card .form-control:focus + label[placeholder]:before, .modal-content .card .form-control.active + label[placeholder]:before {
    font-size: 10px;
    top: -12px;
    left: 0;
}

.modal-content .card #number2 {
    width: 90px;
    border-color: #ccc;
}

.modal-content .card label {
    color: #52565a;
    margin: 0 0 7px;
}

.modal-content .card .form-group {
    margin-bottom: 10px;
}

.modal-content .card .select-group {
    margin: 0 0 -25px;
}

.modal-content .card .select-group > #month,
.modal-content .card .select-group > #year {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    position: relative;
}

.modal-content .card .select-group > #month .parsley-errors-list.filled,
.modal-content .card .select-group > #year .parsley-errors-list.filled {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid red;
    border-radius: 4px;
}

.modal-content .card .select-group > #month .parsley-errors-list.filled:before,
.modal-content .card .select-group > #year .parsley-errors-list.filled:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    border-left: 2px solid #d1d9dc;
}

.modal-content .card .select-group > #month .parsley-errors-list.filled li,
.modal-content .card .select-group > #year .parsley-errors-list.filled li {
    display: none;
}

.modal-content .card select {
    z-index: 2;
}

.modal-content .card .parsley-errors-list {
    display: none;
}

.modal-content .card .form-inline {
    margin: 0 -14px 0 0;
}

.modal-content .card .form-inline .form-group {
    margin: 27px 12px 10px 0;
    vertical-align: top;
}

.modal-content .card .form-inline .form-group + .form-group {
    width: 90px;
    margin: 0 0 10px;
}

.modal-content .card .jcf-select {
    margin: 0;
    min-width: 98px;
    width: 98px;
    height: 48px;
    border: 2px solid #d1d9dc;
    border-radius: 4px;
    color: #000;
}

.modal-content .card .jcf-select.jcf-focus,
.modal-content .card .jcf-select.jcf-focus * {
    border-color: #d1d9dc !important;
}

.modal-content .card .jcf-select .jcf-select-text {
    margin: 0 38px 0 12px;
    padding: 11px 0;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 4;
}

.modal-content .card .jcf-select .jcf-select-opener {
    z-index: 4;
    top: 0;
    height: auto;
    bottom: 0;
    width: 39px;
    border-left: 2px solid #d1d9dc;
}

.modal-content .card .jcf-select .jcf-select-opener:before {
    top: auto;
    bottom: 12px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(209, 217, 220, 0);
    border-top-color: #d1d9dc;
    border-width: 4px;
    margin-left: -4px;
}

.modal-content .card .jcf-select .jcf-select-opener:after {
    top: 12px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(209, 217, 220, 0);
    border-bottom-color: #d1d9dc;
    border-width: 4px;
    margin-left: -4px;
}

.modal-content .card .jcf-select-select-year {
    width: 108px;
}

.modal-content .card-list {
    margin: 0 -2px 18px;
}

.modal-content .card-list li {
    padding: 0;
    margin: 0 17px 0 0;
    vertical-align: middle;
    display: inline-block;
}

.modal-content .total {
    display: block;
    margin: 0 0 13px;
}

.modal-content .btn-lg {
    border-radius: 2px;
    padding: 14px 30px;
    font-size: 17px;
    font-weight: 400;
}

.modal-content .btn-lg span {
    display: block;
    font-size: 15px;
    line-height: 20px;
}

.modal-content .note {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #52565a;
    margin: 4px -23px 0 0;
}

.modal-content .frame {
    padding: 18px 0;
}

.modal-content .frame .modal-title {
    letter-spacing: -1px;
}

.modal-content .frame .btn-lg {
    margin: 0 0 24px;
}

.modal-content .frame p a {
    color: #222;
    text-decoration: underline;
}

.modal-content .frame p a:hover {
    text-decoration: none;
}

.modal-content .well {
    color: #13181e;
    margin: 30px 0 28px;
    padding: 28px 26px 11px;
    position: relative;
}

.modal-content .well .avatar {
    float: left;
    margin: 1px 12px 0 0;
}

.modal-content .well .text-holder {
    text-align: left;
}

.modal-content .well .title {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 4px;
}

.modal-content .well address {
    margin: 0 0 15px;
}

.modal-content .well address a {
    color: #13181e;
}

.modal-content .well .label {
    position: absolute;
    top: -10px;
    right: -14px;
    z-index: 1;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding: 8px 13px;
    border-radius: 2px;
    background-color: #ff6009;
}

.modal-content .well .label a {
    color: #fff;
    text-decoration: underline;
}

.modal-content .well .label a:hover {
    text-decoration: none;
}

.modal-content .well .label.removed {
    background-color: #8c8c8c;
}

.modal-content .row-area {
    font-size: 16px;
    line-height: 20px;
    padding: 23px 0 15px;
}

.modal-content .row-area .link,
.modal-content .row-area .btn,
.modal-content .row-area span {
    display: inline-block;
    vertical-align: middle;
}

.modal-content .row-area span {
    margin: 11px 6px;
}

.modal-content .row-area a {
    color: #222;
    text-decoration: underline;
}

.modal-content .row-area a:hover {
    text-decoration: none;
}

.modal-content .row-area .link {
    font-size: 20px;
    line-height: 24px;
}

.modal-content .row-area .btn {
    padding: 17px 18px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.form-email {
    color: #222;
}

.form-email .radio-section {
    letter-spacing: -4px;
    margin: 0 -10px 15px 0;
}

.form-email .radio {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 10px 10px 0;
    padding-left: 10px;
}

.form-email .radio .jcf-label-active {
    background: #e3e3e3;
    border-color: #a6a6a6;
}

.form-email .radio label {
    display: block;
    margin: 0;
    padding: 9px 5px 31px;
    width: 98px;
    height: 116px;
    border: 1px solid #d0d0d0;
    background: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    position: relative;
}
#html-export label.mail-card-container {
    padding: 36px 5px 31px;
}
#godaddy-webmail label.mail-card-container {
    padding-top: 15px;
}
.form-email .radio label:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
}

.form-email .radio label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-email .radio img {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}

.form-email .radio strong {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 11px;
    font-weight: normal;
}

.form-email .radio .jcf-radio {
    display: none;
}

.form-email .label {
    position: absolute;
    top: -8px;
    right: -4px;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 4px 7px 3px;
}

.form-email .form-group {
    width: 249px;
    margin: 0 auto 10px;
    position: relative;
}

.form-email .form-group label {
    color: #8e8e8e;
    position: absolute;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    color: #a2a2a2;
    top: 11px;
    left: 18px;
}

.form-email .form-group .parsley-errors-list {
    top: -15px;
    font-style: italic;
    right: 18px;
}

.form-email .form-control {
    font-size: 15px;
    line-height: 20px;
    color: #a2a2a2;
    height: 46px;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    background: #f4f4f4;
    padding: 10px 21px;
}

.form-email .form-control + label[placeholder] {
    top: 11px;
    left: 18px;
}

.form-email .form-control + label[placeholder]:before {
    top: 0;
    left: 0;
}

.form-email .form-control:focus + label[placeholder]:before, .form-email .form-control.active + label[placeholder]:before {
    font-size: 10px;
    top: -29px;
    left: 0;
}

.form-email button[type="submit"] {
    padding: 2px 10px;
    height: 66px;
    width: 249px;
    margin: 0 auto 15px;
    font-size: 24px;
    line-height: 22px;
}

.form-email p {
    margin: 0 -30px 8px;
}

.form-email p a {
    color: #222;
}

.form-control.parsley-error,
#anotheremail .form-control.error {
    border-color: red !important;
}

#anotheremail .form-control.error + label[placeholder]:before,
.form-control.parsley-error + label[placeholder]:before {
    color: red !important;
}

.freeze-style .form-control + label[placeholder],
.form-control + label[placeholder] {
    position: absolute;
    top: 4px;
    left: 8px;
    right: 8px;
    height: 20px;
    pointer-events: none;
}

#social-inputs-id .freeze-style .form-control + label[placeholder],
#social-inputs-id .form-control + label[placeholder] {
    left: 0;
}

.freeze-style .form-control + label[placeholder]:before,
.form-control + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    position: absolute;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #CCC;
    font-size: 14px;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

#social-inputs-id .freeze-style .form-control + label[placeholder]:before,
#social-inputs-id .form-control + label[placeholder]:before {
    font-size: 12px;
}

.form-control:focus + label[placeholder]:before {
    font-size: 10px;
    top: -15px;
    left: 0;
}

.form-control:focus + label[placeholder]:before, .form-control.active + label[placeholder]:before {
    font-size: 10px;
    top: -15px;
    left: 0;
}

.form-control:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}

.form-control[required] + label[placeholder] {
    pointer-events: none;
    display: block;
}

/*===================================
		STUDIO ADDITIONS
===================================*/
.fixed-add-another {
    position: fixed;
    bottom: 5px;
    background-color: #e1e3e7;
    padding: 8px 8px;
    border-radius: 2px;
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    margin-left: 4px;
}

.signature-panel .fa-cog {
    font-size: 1.6em;
}

.email-client-chosen {
    position: absolute;
    top: -14px;
    right: -8px;
    background-color: #53B700;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #ffffff;
}

.email-client-chosen i {
    margin-top: 8px;
}

.export-modal-id .btn {
    margin-top: 20px;
}

.branding {
    font-size: 11px;
}

.branding span {
    text-decoration: underline;
    color: #a50310;
}

.btn-warning:focus {
    background-color: #8b8b8b;
}

.nav-tabs {
    border-bottom: 0;
}

.indent-right {
    padding-left: 15px;
}

h2.section-title {
    font-size: 19px;
    padding: 10px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#style {
    padding: 0;
    background-color: #283B4D;
    width: 100%;
    max-height: 100px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
#style.expanded + .stripe-arrow {
    margin-top: 0;
}
.stripe-arrow {
    position: relative;
    height: 0;
    background-color: #283B4D;
    transition: all .5s ease-out;
    margin-top: 0;
}
.stripe-arrow-img {
    padding: 7px 15px;
    background-color: inherit;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    z-index: 5;
}
#style .show-with-expanded {
    visibility: hidden;
}

#style.expanded,
#style.expanded2 {
    max-height: 260px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

#style .block.pro {
    display: none;
}

#style .social-icons .btn-group > .btn {
    padding-top: 0;
    padding-bottom: 0;
}

#style.expanded .block.pro {
    display: block;
}

#style .block.colors .color-pallet {
    max-height: 24px;
    overflow: hidden;
}

#style.expanded .block.colors .color-pallet {
    max-height: 999px;
}

#style.expanded .show-with-expanded {
    visibility: visible;
}

#style .block {
    float: left;
    padding: 20px 10px;
    width: 25%;
    text-align: center;
    position: relative;
    font-family: Lato;
    height: 240px;
    transition: all 0.5s ease;
}
#style.expanded .block {
    padding-top: 40px;
}
.block-upgrate-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .5);
    z-index: 1;
    opacity: 0;
    transition: .3s ease;
}
.block:hover .block-upgrate-overlay {
    opacity: 1;
}
.block .slider,
.block .slider * {
    transition: none !important;
}

.block-upgrate-overlay button {
    background-color: #FF6009;
    color: #fff;
    font: 400 15px Lato;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 40px;
    display: block;
    transition: all .5s ease;
}
.block-upgrate-overlay img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.btn.ng-binding.dropdown-toggle {
    font-family: Lato;
    font-weight: 600;
    color: #EEEEEE;
}
#style .block .checkbox {
    margin: 0;
}

#style .block h2 {
    font-size: 15px;
    float: left;
    min-width: 160px;
    margin: 0;
    padding-top: 6px;
}

#style .block h5 {
    color: #EEEEEE;
    font-size: 14px;
    margin-top: 1px;
}

#style .slider {
    clear: both;
    float: left;
    width: 90% !important;
    margin-left: 5%;
}

#style .slider .slider-track, #style .slider .slider-selection {
    background: rgba(0,0,0,.29) none;
}

#style .slider .slider-handle {
    background: #c4c4c4 none;
}

#style .border-btn {
    background-color: rgba(0,0,0, .29);
    height: 20px;
    width: 70%;
    display: block;
    margin: 10px auto 0 auto;
}

#style .border-btn {
    cursor: pointer;
}

#style .border-btn.dashed {
    /*border: 1px dashed #ffffff;*/
    border-top: 1px dashed #ffffff;
}

#style .border-btn.solid {
    border-top: 1px solid #ffffff;
    /*border: 0 solid #ffffff;*/
    /*float: left;*/
    /*width: 21%;*/
    /*margin-right: 5.33333333333333%;*/
}

/*#style .border-btn.solid:last-child {*/
/*float: right;*/
/*margin-right: 0;*/
/*}*/

#style .border-btn.active {
    border-color: #1CB7EB;
    background-color: rgba(0,0,0, .69);
}

#style .style-spacer {
    height: 18px;
    clear: both;
}

#style .panel {
    background-color: transparent;
    display: inline-block;
    position: relative;
}
#style .panel:after {
    content: '▼';
    color: #EEEEEE;
    position: absolute;
    right: -10px;
    top: 10px;
    display: inline-block;
    transform: scaleY(.7);
    font-size: 13px;
}
#style .block.typography option {
    color: #333;
    font-size: 15px;
}
.typography .dropdown-menu {
    top: 35px;
    border-radius: 0;
    box-shadow: none;
    line-height: 16px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}
.font-choose:hover .dropdown-menu {
    max-height: 800px;
}
.section {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.custom-caret {
    transform: scaleY(0.7);
    display: inline-block;
    font-size: 13px;
}
.section > .row {
    padding: 0 10px 0 20px;
}

.sp-replacer {
    border: none;
    background-color: transparent;
    position: relative;
}

.sp-replacer:after {
    content: '\f0d7';
    position: absolute;
    top: 1px;
    right: 0;
    font-family: FontAwesome;
    color: #fff;
}

.sp-replacer .sp-preview {
    margin: 0;
    padding: 0;
}

.sp-preview {
    border: none;
}

.jcf-file .jcf-upload-button {
    background-color: #cecece;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
    margin: 0 0 0 0;
    padding: 6px 10px;
    text-align: center;
}

.platform-nav .dropdown-toggle {
    font-size: 1.8em !important;
    vertical-align: middle;
    float: left;
    padding-top: 14px;
    padding-right: 10px !important;
    color: #1dc1ea;
}

.platform-nav ul {
    padding: 20px;
}

.platform-nav ul li {
    padding: 10px 0;
    float: left;
    clear: both;
}

.platform-nav span {
    line-height: 48px;
    float: left;
    padding-left: 10px;
    font-size: 1.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.platform-nav img {
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.platform-nav .dropdown-menu {
    position: absolute;
    left: 10px !important;
    top: 60px !important;
    width: auto !important;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 2px !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.platform-nav .dropdown-menu li a {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-weight: 400;
}

.platform-nav .dropdown-menu li a:focus, .platform-nav .dropdown-menu li a:hover {
    background-color: transparent;
    color: #1dc1ea;
}

.platform-nav .dropdown-menu li a:hover span {
    padding-left: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.platform-nav .dropdown-menu li a:hover img {
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
}

.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
}

.onoffswitch.with-pro {
    width: 210px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: white;
    font-family: 'Lato', "Source Sans Pro", Trebuchet, Arial, sans-serif;
    font-weight: 600;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FF8415;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: rgba(0,0,0, .29);
    color: #777777;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border: none;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.with-pro {
    margin-bottom: 20px;
}

.with-pro .onoffswitch-inner:before {
    content: "With PRO Features";
}

.with-pro .onoffswitch-inner:after {
    content: "Without PRO Features";
}

.with-pro .onoffswitch-switch {
    right: 176px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.section#branding .row {
    padding: 0 0 80px 0;
}

.section#branding h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 200%;
}

/* APPS */

.app-name {
    font-size: 14px;
    line-height: 120%;
    text-align: left;
    margin-top: 8px;
}

.app-item {
    background: #272C33;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    color: #FFFFFF;
    position: relative;
}

.app-item-wrapper {
    padding: 5px;
    width: 25%;
    float: left;
    position: relative;
}

.app-item .app-icon {
    font-size: 30px;
}

.app-item.facebook {
    background-color: #3B579D;
}

.app-item.linkedin {
    background-color: #0274B3;
}

.app-item.twitter {
    background-color: #00ACED;
}

.app-item.youtube {
    background-color: #E11B2C;
}

.apps-filter .btn-group button {
    color: #8c8d8d;
    padding: 8px 9px;
}

.apps-filter {
    margin-bottom: 10px;
    padding-right: 8px;
}
.apps-filter .fa.icon {
    display: none;
}
.wrapper-dropdown{
    padding-right: 0;
}
.wrapper-manage-sig{
    padding-right: 0;
    padding-left: 0;
}
.manage-sig{
    margin-top: 12px;
}
.manage-sig i {
    color: #FFFFFF;
    margin-right: 15px;
    font-size: 17px;
    cursor: pointer;
}
.manage-sig a{
    position: relative;
}
.manage-sig i:hover{
    color: #1cb7eb;
}
.manage-sig .label.pro{
    display: none;
    margin: 12px 0 0 2px;
    padding: 1px 3px;
    font-weight: 600;
    font-size: 9px !important;
    vertical-align: middle;
    border-radius: 2px;
    color: #FFFFFF;
    z-index: 999;
}
.manage-sig .free-user .label.pro{
    display: inline;
}

/* RIBBON */

/* The ribbons */

.corner-ribbon {
    width: 50px;
    position: absolute;
    top: -30px;
    left: auto;
    right: 15px;
    text-align: center;
    line-height: 2;
    color: #f0f0f0;
    background: #ff6009;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    transition: .5s ease-out;
    border-radius: 2px;
}
#style.expanded .corner-ribbon {
    top: 9px;
}
#header h1 {
    color: #fff;
    margin-top: 16px;
}

.all-templates {
    position: absolute;
    right: 65px;
    bottom: 13px;
    font-weight: 600;
    cursor: pointer;
    z-index: 5;
}
a.all-templates:hover  {
    text-decoration: none;
    color:#333333;
}
.color-pallet.under-sig ul {
    float: left;
}

.form-signature .color-pallet.under-sig li {
    float: left;
    cursor: pointer;
}

.color-pallet.under-sig .sp-replacer {
    float: right;
    width: auto;
}

.panel {
    box-shadow: none;
}
.show {
    display: block;
}


.rename-signature {
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 999;
    width: 100%;
    padding-bottom: 5px;
}
.rename-signature .inner-wrap{
    background-color: #31363F;
}

.rename-signature i {
    font-size: 24px;
    position: relative;
    top: 5px;
    padding: 5px 3px;
}
.rename-signature input {
   border: 0;
   padding: 5px 10px;
   margin: 5px;
   border-radius: 1px;
}
.rename-signature .ok {
    color: #91A605;
}
.rename-signature .cancel {
    color: #aaaaaa;
}

.delete-sig-id .modal-dialog {
    width: 400px;
}

.add-field-id .modal-dialog {
    width: 460px;
}

.add-field-id * {
    text-align: left;
}

.add-field-id .modal-body {
    padding: 30px;
}

.delete-sig-id .btn,
.add-field-id .btn {

    padding: 12px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}

.delete-sig-id .btn {
    background-color: #E11B2C;
}

.add-field-id .btn {
    background-color: #1CB7EB;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.add-field-id input {
    border: 1px solid #ccc;
    padding: 12px 20px;
    float: left;
}

.custom-field input.custom-title {
    width: 30%;
    margin-right: 2%;
}

.custom-field input.custom-field-value {
    width: 68%;
}

::-webkit-input-placeholder {
    color: #aaaaaa !important;
}

:-moz-placeholder {
    color: #aaaaaa !important;
}

::-moz-placeholder {
    color: #aaaaaa !important;
}

:-ms-input-placeholder {
    color: #aaaaaa !important;
}

.export-modal-id .modal-body {
    padding: 40px;
}

.btn:active {
    box-shadow: none;
}

/*#header .dropdown-menu {*/
    /*left: -100px;*/
/*}*/

.email-form {
    position: relative;
}

#wrapper {
    overflow: visible;
}

.signature {
    overflow: auto;
}

/*body {*/
/*overflow: auto;*/
/*}*/

.social-input-ico-wr {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}

.social-input-ico {
    width: 31px;
    height: 31px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-spectrum-color-picker .sp-replacer:after {
    display: none;
}

.bottom-spectrum-color-picker .sp-preview {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    overflow: hidden;
}

.bottom-spectrum-color-picker .sp-replacer {
    padding: 0;
    margin: 2px;
}

.more-colors-trigger {
    color: #EEEEEE;
    cursor: pointer;
    margin-right: 3px;
    font-size: 14px;
    margin-top: 3px;
    display: inline-block;
}

.apps-filter button {
    text-transform: capitalize;
}

.app-item {
    height: 100px;
    overflow: hidden;
    transition: background-color .2s ease;
}

.app-item-wrapper {
    overflow: hidden;
    cursor: pointer;
}

.app-item .app-icon {
    height: 39px;
    overflow: hidden;
    font-size: inherit;
    width: 50px;
}

.app-item .app-icon img {
    max-height: 28px;
}
.app-item .app-icon {
    background-size: 55% auto;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.45;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .2s ease;
}
.app-item:hover .app-icon {
    opacity: 1;
}
.app-item:hover {
    background-color: #1cb7eb;
}
.editor-modal-body .form-group {
    position: relative;
    margin: 0 0 18px;
}

.editor-modal-body .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 3px 8px;
    color: #333333;
    background: none;
    height: 27px;
}

.editor-modal-body .btn {
    padding: 12px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
    background-color: red;
}

.new-sig-id .modal-dialog {
    width: 460px;
}

.new-sig-id .editor-modal-body .btn {
    background-color: #91a605;
    margin-bottom: 0;
}

.form-signature .with-right-ico.form-control {
    padding-right: 20px;
}

.sig-inputs .fa {
    position: absolute;
    right: 3px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.sig-inputs .form-group:hover .fa {
    display: inline-block;
}

.sig-inputs .fa-times {
    color: #ff4609;
}

.sig-inputs .fa-plus {
    color: #00bfe8;
}

.freeze-style .form-control[disabled],
.form-signature .form-control[disabled] {
    color: #8c8d8d;
}

.border-sides {
    width: 70%;
    margin: 0 auto;
}
.font-choose {
    display: inline-block;
    width: 100%;
}
.font-choose .btn {
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid white;
}

.font-choose .btn .caret {
    color: #fff;
    margin-left: 10px;
}

.font-choose ul.dropdown-menu {
    background-color: #fff;
    width: 100%;
    min-width: unset;
    box-shadow: 4px 12px 15px 0px rgba(0, 0, 0, 0.175);
    border: 0;
}

.font-choose ul.dropdown-menu li {
    width: 100%;
    text-align: center;
    margin: 0 0 0;
    padding: 8px 21px;
    cursor: pointer;
}
.font-choose ul.dropdown-menu li:last-child{
    padding-bottom: 13px;
}
.font-choose ul.dropdown-menu li:hover {
    background-color: #e6e6e6;
}
.font-choose ul.dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    transition: none !important;
}
.dropdown-signature .dropdown-menu {
    max-height: 0;
    transition: .5s ease;
    overflow: hidden;
}
.dropdown-signature:hover .dropdown-menu {
    max-height: 800px;
}
.font-choose ul.dropdown-menu li a {
    color: #656565;
    padding: 0;
    cursor: pointer;
    float: none;
    transition: none !important;
    font-size: 13px;
}

.font-choose ul.dropdown-menu li a:hover,
.font-choose ul.dropdown-menu li a:focus {
    background-color: inherit;
}

.font-choose ul.dropdown-menu li:hover a {
    color: #000000;
}

.typography .switch-col {
    float: left;
    width: 50%;
    min-width: 61px;
}

.blue-switch .onoffswitch-inner:before {
    background-color: #1CB7EB;
}

.background .color-pallet.panel,
.social-icons .color-pallet.panel {
    margin-bottom: 0;
}

.background .color-pallet.panel ul li,
.social-icons .color-pallet.panel ul li {
    cursor: pointer;
}

.background .color-pallet.panel ul,
.social-icons .color-pallet.panel ul {
    margin: 0;
    display: inline-block;
}

#background-sig-colorpicker-id,
#social-icons-sig-colorpicker-id {
    color: #ccc;
}

.email-list .dropdown-menu {
    background-color: white;
    position: absolute;
    top: 20px;
    right: -15px;
    left: auto;
    box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.46);
    width: 200px;
    min-width: unset;
}

.email-list .dropdown-menu li {
    padding: 5px 20px !important;
    margin: 0 !important;
    width: 100%;
}

.email-list .dropdown-menu li:hover a {
    color: #000000;
}

.email-list .dropdown-menu li:hover {
    background-color: #e6e6e6;
}

.email-list .dropdown-menu li a {
    color: #3a3a3a;
    text-decoration: none;
}

.email-list .dropdown-menu li a:hover {
    background: inherit;
}

.ws-input-errors {
    display: none;
}

@keyframes ws-spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ws-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#main-spinner.ws-spinner-wr-wr{
    position: fixed;
}
.ws-spinner-wr-wr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ws-spinner-wr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.ws-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #E0E0E0;
    border-top-color: #444444;
    animation: spinner 0.8s linear infinite;
    -webkit-animation: ws-spinner 0.8s linear infinite;
}

.social-input .arrow-arrow {
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}

#goodies .section-title{
    color: #fff;
    margin: 0;
}
.added-app.app-item-wrapper {
    padding: 5px 5px 5px 0;
    width: 300px;
    margin-right: 10px;
    border-radius: 3px;
    float: none;
    /*background-color: #3F4652;*/
}
.added-app.app-item-wrapper.ui-sortable-helper{
    background-color: #2F3B4C;
    border-radius: 3px;
}
.added-app .app-name {
    line-height: 1;
    color: #E0E0E0;
    display: inline;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin: 0;
    text-align: left;
}
.added-app i:hover{
    color: #FFFFFF;
}

.added-app i{
    color: #1CB7EB;
    margin-right: 3px;
}
.added-app .app-item .app-icon img {
    max-height: 29px;
}

.added-app .app-item .app-icon {
    height: 29px;
}

.added-app .app-item {
    height: 60px;
    padding: 5px;
}
.added-app > .icon {
    opacity: 1;
    z-index: 25;
    box-sizing: content-box;
    line-height: 22px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 4px;
    display: inline-block;
    padding: 2px;
    width: 12px;
    font-size: 12px;
    overflow: hidden;
    background: transparent;
    text-align: left;
    font-weight: bold;
    color: #3a3a3a;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.added-app > .edit_icon {
    top: 13px;
}

.added-app > .delete {
    top: 35px;
}

.added-app:hover > .icon.edit_icon {
    border-radius: 3px 3px 0 0;
}

.added-app:hover > .icon.delete {
    border-radius: 0 0 3px 3px;
}

.added-app:hover > .icon {
    width: 70px;
    right: 10px;
    background: rgba(55, 55, 55, 0.99);
    color: #ffffff;
}

.ws-dp-dn-list.dropdown-menu {
    color: #262626;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    background-color: #ffffff;
    border-top: none !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.ws-dp-dn-list.dropdown-menu > .ws-dp-dn-item {
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 10px;
}

.ws-dp-dn-tg {
    padding: 10px 10px 10px 11px;
    cursor: pointer;
}

.ws-dp-dn-tg:after {
    position: relative;
    content: '\23f7';
    display: inline;
    float: right;
    margin-left: 10px;
}

.ws-dp-dn-wr.open .ws-dp-dn-tg {
    background-color: #ffffff;
    border-width: 1px;
    padding-left: 10px;
    border-style: solid;
    border-color: rgb(230, 230, 230) rgb(210, 210, 210);
    border-bottom: 0;
    box-sizing: content-box;
    margin-top: -1px;
}

.soc-field-wr .ws-dp-dn-wr {
    float: left;
    width: 40%;
}

.soc-field-wr ws-input {
    float: right;
    width: 55%;
}

.soc-field-wr .ws-dp-dn-tg:after {
    float: none;
}

.social-input input.form-control {
    padding-right: 20px;
}

.social-input input.form-control.with-right-ico {
    padding-right: 35px;
}

.social-input .fa-times {
    position: absolute;
    top: 6px;
    right: 20px;
    color: #ff4609;
    cursor: pointer;
    display: none;
}

.social-input:hover .fa-times {
    display: inline-block;
}

.mCSB_inside > .mCSB_container {
    margin-right: auto;
    padding-right: 30px;
}

.upgrade-btn {
    float: right;
}

#back_to_free {
    clear: both;
    display: block;
    font-size: 17px;
    padding-top: 10px;
}

.share .modal-dialog {
    max-width: 540px;
}

.main_sig a img {
    vertical-align: initial;
    box-sizing: initial;
}

.main_sig a {
    box-sizing: initial;
}

.footer-block .btn-success:not(.orange):active, .footer-block .btn-success:not(.orange):focus {
    background-color: #91a605;
}

.footer-block .btn-success:not(.orange):hover {
    background-color: #667404;
}

.section#branding {
    text-align: center
}

.apps-filter .btn-default {
    background-color: transparent;
    border: none;
}

.apps-filter .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-color: transparent;
}

.apps-filter .btn {
    outline: none !important;
}

.apps-filter .btn:active, .apps-filter .btn.active {
    box-shadow: none;
    border-bottom: 4px solid #00bfe8 !important;
    color: #00bfe8 !important;
    background: inherit;
}

.apps-filter .btn:hover {
    border-bottom: 4px solid #00bfe8 !important;
    background-color: inherit;
}

.soc-icon-size li {
    display: inline-block;
    border: 2px solid #999;
    padding: 5px;
    margin: 4px;
    width: 30px;
    height: 30px;
    line-height: 1;
    color: #999;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.soc-icon-size li:hover, .soc-icon-size li.active {
    border: 2px solid #1CB7EB;
    color: #1CB7EB;
}

.transition {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.shape-list li:hover,
.soc-icon-size .transition:hover,
.scale:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

#extra_webmails {
    display: none;
}

#extra_webmails.pre {
    opacity: 0;
}

.color-pallet.under-sig .sp-replacer .sp-preview,
.block.social-icons .sp-replacer .sp-preview {
    display: none;
}

.soc-ico-pallet .color-preset:nth-child(3n+1) {
    clear: left;
}

.color-preset-reset {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #fff;
    vertical-align: -7px;
    margin: 2px 10px 2px 2px;
    padding: 0;
    display: inline-block;
    font-size: 40px;
    line-height: 0.35;
    overflow: hidden;
    color: #ff0000;
    cursor: pointer;
}

.color-preset-reset:hover {
    color: #ff0000;
}

.signatureContainer {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.bx-sz-ct-bx, .bx-sz-ct-bx * {
    box-sizing: content-box;
}

.tab-content-scroll-ps-id.ps-active-y {
    padding-right: 15px;
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    opacity: 0.7;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    opacity: 1;
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 6px;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}

.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 1;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
}
.faq--close:hover {
    transform: rotate(180deg);
}
.faq--close{
    position: absolute;
    top: 30px;
    right: 30px;
    transition: transform 500ms;
    cursor: pointer;
}
.faq--col-list{
    list-style: none;
    padding-left: 5px;
    color: #454545;
    font-size: 14px;
}
.faq--col-list li:last-child{
    border-bottom: none;
}
.faq--col-list li{
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
    padding-top: 13px;
    font-size: 14px;
}
.faq--col-title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 7px;
}
.faq--title{
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 45px;
}
.faq--col{
    padding-right: 30px;
    padding-left: 30px;
}
.faq--help-link:hover{
    text-decoration: underline;
}
.faq--help-link{
    text-decoration: none;
    color: #1CB7EB;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 60px;
    bottom: 65px;
}
.ws-faq.touched{
    position: relative;
}
.ws-faq{
    font-family: "Lato", sans-serif;
    color: #333333;
    width: calc(100% + 15px);
    background-color: #ffffff;
    margin-top: 15px;
    margin-left: -9px;
    position: relative;
    z-index: 10;
    padding: 20px 45px 70px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}
.ws-faq-scroll-blocker{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999999999;
    top: 0;
    left: 0;
    overflow: hidden;
}
.fix {
    width: 56%;
    position: fixed;
    z-index: 0;
    padding-right: 20px;
}
.hold-on-top {
    width: 96%;
    position: absolute;
}
.navbar_visible .fix {
    width: 50%;
}

#editor-right {
    background-color: #e1e3e7;
    top: -18px;
    padding-bottom: 10px;
}

/* social icons switch */
.social-color .onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.social-color .onoffswitch-checkbox {
    display: none;
}

.social-color .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #DDD;
    border-radius: 25px;
    height: 25px;
}

.social-color .onoffswitch-label:before {
    display: none;
}

.social-color .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.social-color .onoffswitch-inner:before, .social-color .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: white;
    box-sizing: border-box;
}
.social-color .onoffswitch-inner:before {
    content: "Default";
    padding-left: 10px;
    background-color: #1DC1EA;
    color: #FFFFFF;
}

.social-color .onoffswitch-inner:after {
    content: "Site";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.social-color .onoffswitch-switch {
    display: block;
    width: 22px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 66px;
    border: 2px solid #ddd;
    border-radius: 25px;
    transition: all 0.3s ease-in 0s;
}

.social-color .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.social-color .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    border-color: #1CB7EB;
    right: 0;
}

.social-color .onoffswitch-checkbox:checked + .onoffswitch-label, .social-color .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #1CB7EB;
}

.onoffswitch.soc-color-sw {
    width: 90px;
}

.onoffswitch.soc-color-sw label {
    border: 2px solid #dbdbdb;
}

.top-mar-45{
	margin-top: 40px;

}

#editor .background-left{
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #3F4652;
}
#editor-left h2{
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 22px;
}

.sig-details-title{
    padding: 10px 0 20px 0;
}

.add-social-profiles-title{
    padding-top: 15px;
}

#editor-left #social-inputs-id .fa-bars{
     color: #1CB7EB;
}

#editor-left:after {
    background-color: #3F4652;
    content: "";
    width: 100%;
    height: 200%;
    top: -100px;
    right: 0;
    position: absolute;
    z-index: -99;
}

.position-relative{
    position: relative;
}
.uploadcare-widget {
    display: none;
}
.remove-branding-btn  {
    border: none;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 2px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s ease;
    position: absolute;
    bottom: -3px;
    left: 44px;
    z-index: 5;
    text-align: center;
}
.offset--top {
    margin-bottom: 40px;
}

.section.ws-promo {
  margin-bottom: 50px;
}
.section.ws-promo .promo {
  float: left;
  min-width: 225px;
}

.remove-branding-btn.on  {
    transform: translate(15px, -46px);
}
.remove-branding-btn.on-with-scrollbar  {
    transform: translate(25px, -74px);
}
#WS_promo .text {
	cursor: default;
	transition: opacity .5s ease .3s;
}
#WS_promo .text.on {
    opacity: 0;
}

.remove-branding-btn span {
    padding: 8px 15px 6px 25px;
    background-color: #FF6009;
    position: relative;
    display: inline-block;
    transition: inherit;
    border-radius: 2px;
}
.remove-branding-btn span i {
    display: inline-block;
    transform: rotate(45deg) translateY(-50%);
    font-size: 20px;
    font-style: normal;
    position: absolute;
    left: -4px;
    top: 37%;
}
.remove-branding-btn {
    cursor: pointer;
}

.ws-simple-spinner,
.ws-simple-spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.ws-simple-spinner {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-indent: -9999em;
    border: 7px solid #E0E0E0;
    border-left-color: #444444;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.close-modal:hover {
    transform: rotate(180deg);
}
.close-modal{
	color: #000000 !important;
    text-decoration: none !important;
	font-family: Ariel;
	font-size: 50px;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: transform 500ms;
    cursor: pointer;
}
.question-modal-id{
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    color: #4F4F4F;
}
.question-modal-id iframe {
    border: 0;
    height: 100%;
    margin: 0;
    width: 100%;
}
.question-modal-id button.close:hover {
    transform: rotate(180deg);
}
.question-modal-id .modal-content {
    height: 100%;
    border-right: 0;
}
.question-modal-id .modal-dialog {
    position: fixed;
    right: 0;
    top: 50px;
    height: calc(100% - 49px);
    width: 420px;
    min-width: 420px;
    margin: 0 !important;
}
.question-modal .modal-title{
    color: #4F4F4F;
    font-size: 30px;
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    margin: 0 0 30px;
}
.question-modal.modal-body{
    padding: 0;
    height:100%;
    overflow-y: auto;
}
.question--comment{
    border: none;
    border-bottom: 1px solid #9D9D9D;
    display: block;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    min-height: 65px;
}
.question--notice{
    color: #4F4F4F;
    font-size: 15px;
    margin-bottom: 25px;
}
.question--status-notice .fa-check{
   color: #b2bb2c;
}
.question--status-notice.error {
    color: #ff0000;
}
.question--status-notice.error .fa-check{
    display: none;
}
.question--status-notice.visible{
    opacity: 1;
}
.question--status-notice{
    opacity: 0;
    color: #333;
}
.question--recaptcha{
    margin-bottom: 20px;
}
.question--send-btn:hover{
    transform: scale(1.1);
}
.question--comment.error{
    border-color: #ff0000;
}
.question--send-btn.blocked:hover{
    transform: none;
}
.question--send-btn.blocked{
    cursor: not-allowed;
}
.question--send-btn-text{
    display: inline;
}
.loading .question--send-btn-spinner{
    display: block;
}
.loading .question--send-btn-text,
.question--send-btn-spinner{
    display: none;
}
.question--send-btn{
    font-size: 15px;
    position: relative;
    font-weight: 400;
    color: #fff;
    width: 100%;
    padding: 11px 25px 10px;
    background-color: #B2BB2C !important;
    margin-bottom: 20px;
}
.ws-inputs.question-modal .form-control + label[placeholder]:before{
    color: #9D9D9D;
}
.ws-inputs.question-modal .error .form-control {
    border-color: #ff0000;
}
.ws-inputs.question-modal .form-group {
    margin-bottom: 35px;
}
.ws-inputs.question-modal .error .ws-input-errors {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    left: 5px;
    color: #ff0000;
    font-weight: 400;
}
.ws-inputs .form-group {
    position: relative;
    margin: 0 0 20px;
}
.ws-inputs .form-control + label[placeholder]:before{
    color: #828282;
    font-size: 13px;
    font-family: Lato, sans-serif;
}
.ws-inputs .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 3px 8px;
    color: #333333;
    background: none;
    height: 27px;
}


#login_popup{
  bottom: 0px;
  display: none;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 201;
}

.export-flow-modal-id  .form-email .radio:hover .mail-card-container{
    background: #e3e3e3;
    border-color: #a6a6a6;
}
.export-flow-modal-id .modal-title{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 34px;
    color: #4F4F4F;
    font-weight: normal;
}
.export-flow-modal-id .form-email .radio-section:last-of-type{
    margin-bottom: 30px;
}
.export-flow-modal-id .form-email .label{
    right: auto;
    left: -7px;
}

.export-flow-modal-id .email-client-chosen{
    right: -3px;
}

.export-flow-modal-id .modal-content{
    height: 100%;
}
.export-flow-modal-id .modal-dialog{
    position: fixed;
    right: 0;
    top: 50px;
    height: calc(100% - 49px);
    width: 60%;
    margin: 0 !important;
}

.export-flow-modal-id .btn.pro:hover {
    background-color: #c24b09;
}
.export-flow-modal-id .btn.pro {
    background-color: #FF6009;
}
.export-flow-modal-id .btn {
    margin-top: 20px;
}

.export-flow-modal-id .modal-body {
    padding: 40px;
}

.export-flow-modal-id .mail-name,
.export-flow-modal-id .btn,
.export-flow-modal-id .modal-title
{
    font-family: Lato !important;
}

.modal.fade:not(.in).slide-right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.editor-export-panel{
   font-family: Lato !important;
}

.editor-export-panel .modal-body{
    height: 100%;
    padding: 0;
}
.editor-export-panel .modal-content{
    height: 100%;
    border-right: none;
}
.editor-export-panel .modal-dialog{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 930px;
    margin: 0 !important;
}

.editor-export-panel--mails-nav-row{
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    /*height: 100px;*/
    background-color: #E0E0E0;
}

.editor-export-panel--mails-nav-item.active{
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
/*.editor-export-panel--mails-nav-item:last-of-type .editor-export-panel--mails-nav-item-ico{*/
    /*cursor: pointer;*/
/*}*/
/*.editor-export-panel--mails-nav-item:last-of-type{*/
    /*justify-content: flex-start;*/
    /*border: none;*/
/*}*/
.editor-export-panel--mails-nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
    float: left;
    cursor: pointer;
    height: 100px;
    width: 100px;
    /*border-right: 1px solid;*/
    /*border-bottom: 1px solid;*/
    border-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.editor-export-panel--content.webmail{
    overflow-y: auto;
    text-align: center;
}
.editor-export-panel--content.pro-blocked>iframe{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.3;
}
.editor-export-panel--content.united-flow{
    padding: 70px 50px 0 100px;
}

.editor-export-panel--content{
    position: relative;
    padding: 40px 30px 0 30px;
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    text-align: left;
    height: calc(100% - 100px);
}

.editor-export-panel--content .export-pro-blocker--white-shade{
    background: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.export-pro-blocker--white-stripes{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-image: url(https://d1n2mpfyq0bf3x.cloudfront.net/0f5698ce082a9916bb170034520a9d12/QoWYn.png);
}

.editor-export-panel--content .export-pro-blocker{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.editor-export-panel--content iframe{
    width: 100%;
    height: 100%;
}

.editor-export-panel--content iframe#mec-iframe{
    border: none;
    height: calc(100% - 125px);
    margin-bottom: 50px;
}

.editor-export-panel--content.webmail h2{
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 24px;
    color: #333333;
}
.editor-export-panel--for-pro-text{
    color: #333333;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 20px;
    font-weight: 700;
}
.editor-export-panel--install-ext-btn>img{
    vertical-align: -10px;
    margin-right: 10px;
}
.editor-export-panel--install-ext-btn:hover{
    transform: scale(1.1);
}
.export-panel--your-sig:after{
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-image: url(https://d1n2mpfyq0bf3x.cloudfront.net/0f5698ce082a9916bb170034520a9d12/email-open.png);
}
.export-panel--your-sig:before{
    content: '';
    display: block;
    width: calc(100% + 42px);
    margin-bottom: 20px;
    height: 30px;
    background-color: #404040;
    transform: translateX(-21px);
}
.export-panel--your-sig.shown{
    opacity: 1;
}
.export-panel--your-sig{
    margin-top: 65px;
    margin-bottom: 10px;
    padding: 0 20px 10px;
    position: relative;
    border: 1px solid #BDBDBD;
    border-top: none;
    display: inline-block;
    opacity: 0;
    transition: opacity .5s;
    text-align: left;
}
.export-panel--your-sig-blocker{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.editor-export-panel--install-ext-btn{
    color: #fff;
    padding: 9px 15px;
    font-size: 17px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#245686), to(#283B4D));
    background-image: -webkit-linear-gradient(bottom, #245686, #283B4D);
    background-image: -moz-linear-gradient(bottom, #245686, #283B4D);
    background-image: -o-linear-gradient(bottom, #245686, #283B4D);
    background-image: -ms-linear-gradient(bottom, #245686, #283B4D);
    background-image: linear-gradient(to bottom, #245686, #283B4D);
    border-radius: 4px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
}

.editor-export-panel--upgrade-btn:hover{
    transform: scale(1.1);
}
.editor-export-panel--upgrade-btn{
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    background-color: #ff6009 !important;
    display: inline-block;
    padding: 14px 70px !important;
}

.editor-export-panel--content-installed {}
.editor-export-panel--content-installed .wr{
    font-size: 17px;
}
.editor-export-panel--content-installed .icon{
    position: relative;
    display: initial;
    top: -6px;
    height: 21px;
    width: 21px;
    margin: 0 3px 0 0;
}
.editor-export-panel--content-installed .link,
.editor-export-panel--content-installed .link:focus,
.editor-export-panel--content-installed .link:visited,
.editor-export-panel--content-installed .link:hover{
    color: #fff;
    text-decoration: none;
}
.editor-export-panel--content-installed p{
    font-size: 17px;
}

.editor-export-panel--bundle-wrapper{
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 45px;
    position: relative;
}

.editor-export-panel--bundle-wrapper--save-over{
    color: #FF6009;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.editor-export-panel--bundle-wrapper--title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.6px;
}

.editor-export-panel--bundle-wrapper--price-wrapper{
    display: table;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 30px;
}

.editor-export-panel--bundle-wrapper--price-wrapper--old-price{
    color: #FF0000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: line-through;
}

.editor-export-panel--bundle-wrapper--price-wrapper--new-price-wrapper{
    font-size: 16px;
    font-weight: bold;
    vertical-align: super;
    margin-left: 6px;
}

.editor-export-panel--bundle-wrapper--price-wrapper--new-price-wrapper-new-price{
    font-size: 18px;
    vertical-align: sub;
}

.editor-export-panel--bundle-wrapper--cta{
    background: #FF5400;
    padding: 15px 30px;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.editor-export-panel--bundle-wrapper--cta:hover{
    background: #d64f00;
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.editor-export-panel--stamp-pro-only-wrapper, .editor-export-panel--intro-pro-only-wrapper{
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 45px;
    padding-left: 38px;
    padding-right: 75px;
}

.editor-export-panel--stamp-pro-only-wrapper--frame, .editor-export-panel--intro-pro-only-wrapper--frame{

}

.editor-export-panel--stamp-pro-only-wrapper--frame--middle, .editor-export-panel--intro-pro-only-wrapper--frame--middle{
    text-align: left;
    padding-left: 20px !important;
}

.editor-export-panel--stamp-pro-only-wrapper--frame--middle--title, .editor-export-panel--intro-pro-only-wrapper--frame--middle--title{
    font-size: 24px;
}

.editor-export-panel--stamp-pro-only-wrapper--frame--middle--counter-wrapper, .editor-export-panel--intro-pro-only-wrapper--frame--middle--counter-wrapper{
    font-weight: bold;
    margin-top: 5px;
    font-size: 13px;
}

.editor-export-panel--stamp-pro-only-wrapper--frame--middle--counter-wrapper--counter, .editor-export-panel--intro-pro-only-wrapper--frame--middle--counter-wrapper--counter{
    color: #ff0000;
}

.editor-export-panel--stamp-pro-only-wrapper--frame--price, .editor-export-panel--intro-pro-only-wrapper--frame--price{
    font-size: 20px;
    font-weight: bold;
}

.editor-export-panel--stamp-pro-only-wrapper--claim-wrapper, .editor-export-panel--intro-pro-only-wrapper--claim-wrapper{
    margin-top: 86px;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: left;
}

.editor-export-panel--stamp-pro-only-wrapper--claim-wrapper--button-wrapper {
    padding:0;
}

.editor-export-panel--stamp-pro-only-wrapper--claim-wrapper--button-wrapper, .editor-export-panel--intro-pro-only-wrapper--claim-wrapper--button-wrapper{
    text-align: right;
}

.editor-export-panel--stamp-pro-only-wrapper--claim-wrapper--button-wrapper button, .editor-export-panel--intro-pro-only-wrapper--claim-wrapper--button-wrapper button{
    background: #FF6009;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 20px 30px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.editor-export-panel--stamp-pro-only-wrapper--claim-wrapper--button-wrapper button:hover, .editor-export-panel--intro-pro-only-wrapper--claim-wrapper--button-wrapper button:hover{
    background: #e15409;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.editor-export-panel--intro-pro-only-wrapper--limited-offer{
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px !important;
}

.editor-export-panel--intro-pro-only-wrapper--claim-wrapper--list-title{
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px !important;
}

.editor-export-panel--intro-pro-only-wrapper--claim-wrapper ul{
    list-style-image: url('https://s3.amazonaws.com/wisepress.wisestamp.com/917b2e91-c372-4f2a-b190-50c894bb3701/ticktt.png');
    padding: 0 20px;
}

.editor-export-panel--intro-pro-only-wrapper--claim-wrapper ul li{
    line-height: 150%;
}

.editor-export-panel--pro-label{
    position: absolute;
    top: 11px;
    right: 13px;
}
.editor-export-panel--stamp-pro-only-wrapper--error, .editor-export-panel--stamp-pro-only-wrapper--error{
    display: none;
    text-align: left;
    padding-top: 30px !important;
    color: #ff0000;
}

.mec-loader-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.mec-loader-wrapper .spinner:not(:required):before{
    border-top-color: rgba(0,0,0,0) !important;
}

.mec-loader-wrapper .spinner:before{
    width: 80px !important;
    height: 80px !important;
    margin-top: -40px !important;
    margin-left: -40px !important;
}

.done-btn.ng-hide{
    transform: scale(0.1);
}
.done-btn:hover{
    background-color: #116e8d !important;
}
.done-btn{
    background-color: #1CB7EB;
    color: #ffffff;
    overflow: hidden;
    transform: scale(1);
}

.block--photo .shape-list.list-inline {
    margin-top: 14px;
    margin-bottom: 20px;
}
.typography h5 {
    margin-bottom: 19px;
}
.block--border h5 {
    margin-bottom: 16px;
}
.block--photo .shape-list li {
    margin-right: 7px;
}
.sp-preview {
    display: none;
}
.block--template-c .more-colors-trigger {
    color: #EEEEEE;
    padding: 0;
    font-weight: 600;
}

.block--template-c .sp-dd {
    display: none;
}
a.reset-app-btn {
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    right: 25px;
    z-index: 1;
    cursor: pointer;
}
.social-icons .shape-list.list-inline {
    margin-bottom: 15px;
}

#style .block:not(:last-of-type):after {
    content: '';
    width: 1px;
    background-color: rgba(255,255,255, .3);
    position: absolute;
    right: -.5px;
    z-index: 5;
}
#style .block:not(:last-of-type):after {
    height: 27%;
    top: 20px;
    transition: all .5s ease;
}
#style.expanded .block:not(:last-of-type):after {
    height: 75%;
    top: 40px;
}
#style:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #283B4D;
    bottom: 0;
    left: 0;
}
/* hover effects */
#style.expanded {
    /*padding-top: 40px;*/
}
#style.expanded .panel:after,
.color-pallet li,
.more-colors-trigger,
#style .block  h5 + * ~ * {
    opacity: 0;
    transition: opacity .5s ease-out;
}
#style .panel:after,
#style.expanded .color-pallet li,
.more-colors-trigger,
#style.expanded .block  h5 + * ~ * {
    opacity: 1;
}

.color-pallet li:nth-child(1),
.color-pallet li:nth-child(2),
.color-pallet li:nth-child(3),
.color-pallet li:nth-child(4) {
    opacity: 1;
}
#style:not(.expanded) + .stripe-arrow .stripe-arrow-img--open {
    display: none;
}

#style.expanded + .stripe-arrow .stripe-arrow-img--close {
    display: none;
}

.signature-settings-id .modal-dialog {
    top: 0!important;
    height:100%!important;
}

.acc-sett--banner img{
    cursor: pointer;
    max-width: 100%;
}

.acc-sett {
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    color: #333333;
}

.acc-sett--close {
    position: absolute;
    top: 13px;
    right: 24px;
    transition: transform 500ms;
    cursor: pointer;
}

.acc-sett--close:hover {
    transform: rotate(180deg);
}

.acc-sett .form-group {
    position: relative;
    margin: 0 0 20px;
    min-height: 27px;
}

.acc-sett .modal-title {
    color: #333333;
    font-size: 30px;
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    margin: 0 0 35px;
}

.acc-sett--row-title {
    color: #333333;
    font-weight: 700;
    font-size: 20px;
}

.acc-sett .form-control {
    border-width: 0 0 1px;
    border-radius: 0;
    color: #333333;
    background: none;
    height: 27px;
    font-size: 15px;
    padding: 0 8px 3px 0;
}

.acc-sett .form-control.active + label[placeholder]:before,
.acc-sett .form-control:focus + label[placeholder]:before {
    font-size: 13px;
}
.acc-sett .form-control + label[placeholder]:before {
    color: #333333;
    font-size: 15px;
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    left: -8px;
}

.acc-sett .form-control:focus + label[placeholder]:before,
.acc-sett .form-control.active + label[placeholder]:before {
    top: -15px;
    left: -8px;
}

.acc-sett .error .ws-input-errors {
    list-style: none;
    padding: 4px 0;
    color: #ff0000;
    font-size: 13px;
    display: block;
    margin: 0;
}

.acc-sett--pass-val {
    border-bottom: 1px solid #BDBDBD;
}

.acc-sett--email-val {
    word-break: break-all;
    margin-right: 6px;
    color: #4F4F4F;
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
}

.acc-sett--pass-val {
    padding-right: 25px;
}

.acc-sett--pass-val .fa {
    position: absolute;
    right: 0;
    top: -7px;
}

.acc-sett--email-val-row .fa,
.acc-sett--pass-val-row .fa {
    cursor: pointer;
}

.acc-sett--email-val-row,
.acc-sett--pass-val-row {
    position: relative;
}

.acc-sett--pass-val-row {
    width: 60%;
}

.acc-sett--email-row-label {
    position: absolute;
    font-size: 13px;
    top: -12px;
}

.acc-sett--email-edit-val .form-group {
    margin-top: -1px;
    margin-bottom: 0;
}

.acc-sett--email-btn {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #1CB7EB;
    padding: 4px 6px;
    border-radius: 2px;
    cursor: pointer;
}

.acc-sett--email-btn:hover,
.acc-sett--pass-btn:hover {
    color: #333333 !important;
}

.acc-sett--pass-btn {
    font-weight: 700;
    font-size: 15px;
    color: #1CB7EB;
    padding: 4px 6px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

.acc-sett--email-edit-row {
    position: relative;
}

.acc-sett--email-edit-row, .acc-sett--email-val-row {
    min-height: 27px;
}

.acc-sett--plan-change-btn {
    color: #1CB7EB;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
}

.acc-sett--plan-name {
    color: #4F4F4F;
    font-weight: 700;
    font-size: 15px;
    /*text-transform: uppercase;*/
    width:85px;
    display:inline-block;
}

.acc-sett--plan-status {
    width:40px;
    color: #4F4F4F;
    font-weight: 700;
    display:inline-block;
}

.acc-sett--change-plan-item {
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}

.acc-sett--change-plan-from {
    font-family: Lato, "Arial", "Helvetica", sans-serif;
    font-size: 15px;
    color: #828282;
    margin-bottom: 15px;
}

.acc-sett--change-plan-choices {
    margin-bottom: 10px;
}

.acc-sett--change-plan-notice {
    border: none;
    border-bottom: 1px solid #4F4F4F;
    display: block;
    width: 100%;
    background: none;
    margin-bottom: 15px;
}

.acc-sett--change-plan .send-btn {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    padding: 11px 25px 10px;
}

.acc-sett--change-plan.ng-hide {
    max-height: 0;
    padding: 0;
    border: 0 !important;
}

.acc-sett--change-plan {
    position: relative;
    border: 1px solid #BDBDBD;
    background-color: #F2F2F2;
    padding: 25px 25px 20px 25px;
    margin-right: 15px;
    border-radius: 2px;
    overflow: hidden;
    max-height: 900px;
}

.acc-sett--change-plan-thank {
    max-height: 900px;
}

.acc-sett--change-plan-thank.ng-hide {
    max-height: 0;
    padding: 0;
}

.acc-sett--change-plan-close:hover {
    transform: rotate(180deg);
}

.acc-sett--change-plan-close {
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
}

.acc-sett--delete-title:hover{
    color: #333333;
}
.acc-sett--delete-title{
    cursor: pointer;
    position: relative;
}
.acc-sett--delete-title .fa-times-circle-o{
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -22px;
}
.acc-sett--ask-wr{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}
.acc-sett--ask-wr.acc-sett--delete-opened{
    max-height: 500px;
}
.acc-sett--delete-opened>.acc-sett--delete-ask{
    margin-left: 0;
}
.acc-sett--delete-ask{
    margin-left: 100%;
    width: 100%;
    position: relative;
    transition: margin-left 0.3s;
}
.acc-sett--delete-descr{
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
    color: #ff0000;
}
.acc-sett--yes-no:hover{
    color: #333333 !important;
}
.acc-sett--yes-no{
    cursor: pointer;
}
.acc-sett--delete{
    color: #828282;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    margin-top: 50px;
}
.growl.growl-notice{
    background: #b2bb2c;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.business-type-modal-id .modal-content{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    box-sizing: content-box;
}

.business-type-modal-id .modal-content .inside{
    position: absolute;
    width: 990px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 19px;
}

.business-type-modal-id .modal-dialog{
    width: 100%;
    height: 100%;
    margin: 0;
}

.business-type-modal-id h2{
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.business-type-modal-id h3{
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 6px;
    margin-top: 0;
    font-family: Lato, 'serif';
}

.business-type-continue-button{
    background: #828282;
    border: 0;
    width: 100%;
    border-radius: 2px;
    font-size: 20px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
}


.business-type-skip-button{
    border: 0;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    position: absolute;
    right: -10px;
    top: 22px;
    cursor: pointer;
}

.business-type-modal-id .popular-types{
    margin-top: 50px;
}

.business-type-modal-id .popular-types h3{
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: lighter;
}

.business-type-modal-id .popular-types .popular-list{
    float: left;
    width: 50%;
    padding-left: 30px;
}

.business-type-modal-id .popular-types .popular-list ul{
    list-style: none;
    padding: 0;
}

.business-type-modal-id .popular-types .popular-list ul li {
    padding: 3px 0px;
}

.business-type-modal-id .popular-types .popular-list ul li span{
    color: #1CB7EB;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}

.business-type-modal-id .popular-types .popular-list ul li span:hover{
    color: #fff;
}

.business-type-modal-id .popular-lists-wrapper{
    width: 400px;
    margin: 0 auto;
}

.business-type-modal-id .business-type-error{
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.business-type-modal-id .business-type-error .business-type-error-proceed{
    color: #1cb7eb;
    cursor: pointer;
}

/* */

.business-type-modal-id .business-type-button-wrapper{
    width: 380px;
    margin: 0 auto;
}

.business-type-modal-id .business-type-select-wrapper{
    width: 380px;
    margin: 0 auto;
    margin-top: 20px;
}

.business-type-modal-id .chosen-container {
    width: 100% !important;
}

.business-type-modal-id .chosen-container-single .chosen-single{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    height: 50px;
    line-height: 46px;
    font-size: 17px;
    border: 0;
    padding-left: 15px;
}

.business-type-modal-id .chosen-container-single .chosen-single b{
    background: url(https://s3.amazonaws.com/wisepress.wisestamp.com/2847a654-eef2-4282-8965-de030747354f/arrow.png) no-repeat 0px 20px !important;
    width: 16px;
    position: relative;
    right: 5px;
}

.business-type-modal-id .chosen-container-active.chosen-with-drop .chosen-single{
    background: #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.business-type-modal-id .chosen-drop{
    border: 0 !important;
    padding: 0 10px 8px 10px !important;
}

.business-type-modal-id .chosen-search{
    position: relative !important;
}

.business-type-modal-id .chosen-container .chosen-results li.disabled-result{
    font-size: 17px;
}

.business-type-modal-id .chosen-container-single .chosen-search{
    padding-bottom: 8px;
}
.apps-container {
    padding-right: 10px;
    padding-left: 0px;
}
.business-type-modal-id .chosen-search:after{
    content: '';
    background: url(https://s3.amazonaws.com/wisepress.wisestamp.com/3b9ed887-2214-4a00-9b35-ddfe74381be8/serach.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    top: 16px;
}

.business-type-modal-id .chosen-search-input{
    font-size: 17px !important;
    color: #333 !important;
    border: 1px solid #bdbdbd !important;
    padding: 10px !important;
    background: #f2f2f2 !important;
    border-radius: 2px !important;
    position: relative !important;
}

.business-type-modal-id li.active-result {
    font-size: 17px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.chosen-container .chosen-results li.highlighted {
    background: #eee !important;
    color: #333 !important;
}

/* business type icons */
.business-type-icons-wrapper{
    margin-top: 35px;
}
.business-type-icons{

}
.business-type-icons-item{
    width: 162px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    transition: all .1s ease-in-out;
    padding: 14px;
}
.business-type-icons-item:hover{
    cursor: pointer;
    background-color: #283B4D;
}
.business-type-icons-item p{
    font-family: Lato, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    padding-top: 14px;
    margin: 0;
}

.business-type-btn-green{
    background-color: #a5ae2c;
}

.with-transition {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.with-transition:hover {
	transform: scale(1.1);
}

.overlay {
	display:none;
	position:absolute;
	z-index:10000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(https://images.wisestamp.com/img/trans.png);
}

#emails_overlay {
	position:fixed;
}
.bf-counter {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 95px;
    color: #BDBDBD;
    font-size: 20px;
    font-weight: 700;
}

.bf-counter span {
    font-weight: 900;
    color: #fff;
}
.acc-sett--banner {
    position: relative;
    height: 700px;
    width: 100%;
   padding-left: 40px;
 }
#billing-info{
    width: 208%;
}
#billing-info td{
    padding: 10px 25px 10px 0px;
}

 .bf-counter--acc {
    font-size: 18px;
   text-transform: uppercase;
    color: #E0E0E0;
   font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 65px;
    width: 100%;
    transform: translateX(-25%);
}
.bf-counter--acc span {
    color: #F2F2F2;
   font-size: 44px;
   font-weight: 900;
    display: block;
    text-align: center;
    line-height: 100%;
    display: block;
}
.bf-counter--acc-pro {
    color: #BDBDBD;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 200px;
    width: 100%;
}
.bf-counter--acc-pro span {
    color: #FFF;
   font-size: 15px;
   font-weight: 700;
}
.privacy-footer {
    width:50%;
    height: 50px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.privacy-footer.bottom {
    width: 100%;
    background-color: #E1E3E7;

}
.privacy-footer a {
    font-size: 13px;
    float: right;
    padding-right: 25px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .carousel {
        padding: 20px 85px 26px;
    }
    .fix {
    width: 100%;
    position: relative;
    z-index: 0;
}
    body {
        overflow: auto;
    }
    .remove-branding-btn.on  {
        transform: translate(45px, -58px) !important;
    }
    .remove-branding-btn.on-with-scrollbar  {
        transform: translate(40px, -74px) !important;
    }
}


/* Premade assets for MEC + ASB  */


/* Premade MEC wisesramp-pro wiseintro-free */
.premade-assets.mec-intro{

}
.premade-assets.mec-intro .title{
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
}
.premade-assets.mec-intro .fat{
    font-weight: 800;
    font-style: italic;
}
.premade-assets.mec-intro .url{
    cursor: pointer;
    color: #1CB7EB;
    text-decoration: underline;
}
.premade-assets.mec-intro .url a:hover,
.premade-assets.mec-intro .url a:visited,
.premade-assets.mec-intro .url a:focus{
    color: #1CB7EB;
    text-decoration: none;
}
.premade-assets.mec-intro #wiseintro-preview{
    top: 0;
    left: 0;
    position: relative;
    margin: 30px auto 0 auto;
    width: 736px;
    height: 455px;
    font-size: 29px;
}
.premade-assets.mec-intro #wiseintro-preview .browser{
    height: auto;
    width: 100%;
}
.premade-assets.mec-intro .pa-spinner-wr{
    top: 240px !important;
    left: 350px !important;
}

#premade-assets {
    position: relative;
    width: 805px;
    height: 341px;
    padding: 0;
    margin-left: 50px;
}
#premade-assets > div{
    position: absolute;
}
#premade-assets.ASB{
    padding: 0;
    width: 50%;
    height: 550px;
    margin: 0;
}
#premade-assets.ASB .main-background{
    height: 553px;
    width: 428px;
    overflow: hidden;
}
#premade-assets.ASB .main-background img{
    height: 100%;
}
#premade-assets .description{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    width: 250px;
    top: 26px;
    left: 40px;
    text-align: left;
}
#premade-assets.ASB .description{
    width: 402px;
    top: 28px;
    left: 43px;
    z-index: 1;
}
#premade-assets .description .title{
    font-weight: bold;
    font-size: 22px;
}
#premade-assets .description .text_1{
    margin-top: 7px;
    font-style: italic;
}
#premade-assets .description .text_2{
    margin-bottom: 6px;
    margin-top: 10px;
    font-size: 13px;
}
#premade-assets .description .text_2 .price{
    font-size: 24px;
    vertical-align: text-top;
    position: relative;
    margin: 0 3px 0 2px;
    top: -4px;
}
#premade-assets .description .btn{
    background-color: #B2BB2C;
    cursor: pointer;
    width: 130px;
    height: 38px;
    line-height: 25px;
    border-radius: 2px;
    transition: 0.2s ease;
    padding: 0;
    margin: 0;
    color: #ffffff;
}
#premade-assets .description .btn:hover{
    color: #ffffff;
}

/* wisestamp premade asset*/
#wisestamp-preview{
    z-index: 3;
    width: 250px;
    height: 177px;
	background: #f4f4f4;
	position: absolute;
    bottom: -51.1px;
    left: 216px;
    border-radius: 2px;
	background: url("https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/wisestamp_background-2.png") no-repeat;
	background-size: cover;
	/*!*font-family: 'Lato', sans-serif;**/
    font-family: 'Arial';
}
#premade-assets.ASB #wisestamp-preview{
    top: 423px;
    left: 98px;
}
#wisestamp-preview .stamp-wrapper{
	background-color: #ffffff;
    width: 10.04em;
    height: 4.8em;
    position: absolute;
    top: 4.8em;
    right: 73px;
    padding: 0.1em;
    display: flex;
    flex-flow: row nowrap;
    text-align: start;
}
#wisestamp-preview .user-photo{
    flex-basis: 2.9em;
    position: relative;
    margin: 0.15em 0;
}
#wisestamp-preview .user-photo .image-container{
    width: 2.2em;
    height: 2.2em;
    background-size: cover;
    position: absolute;
    top: 28%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-position: center;
}
#wisestamp-preview .user-info{
	flex-grow: 10;
	/*margin-left: 0.2em;*/
	overflow: hidden;
}
#wisestamp-preview .user-info-wr{
    border-left: 0.145em solid #F2F2F2;
    padding-left: 0.2em;
}
#wisestamp-preview .user-info-wr > div{
	width: 18em;
	font-size: 6px;
	padding-left: 0.2em;
}
#wisestamp-preview .info-header{
	min-height: 3.1em;
}
#wisestamp-preview .user-name{
    margin: 0 0 0.3em 0;
    overflow: hidden;
    font-size: 1.25em;
    letter-spacing: -0.02em;
    color: #333;
}
#wisestamp-preview .user-title{
	margin: 0 0 0.2em 0;
    overflow: hidden;
    font-size: 0.78em;
    letter-spacing: 0.1em;
}
#wisestamp-preview .company-name{
	color: #FF6009;
}
#wisestamp-preview .info-contacts ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.675em;
	position: relative;
	margin-left: 1.5em;
}
#wisestamp-preview .info-contacts ul > li{
	color: #828282;
	margin-bottom: 0.52em;
	position: relative;
}
#wisestamp-preview .info-contacts ul > li > i{
	position: absolute;
	left: -1.2em;
	top: -0.2em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 0.2em;
	color: #FF6009;
    font-size: 1.3em;
}
#wisestamp-preview .info-contacts ul > li > i.slim{
	left: -1.05em;
}

#wisestamp-preview .info-social {
	display: flex;
}
#wisestamp-preview .info-social img{
	height: 1.6em;
	width: 1.6em;
    margin-right: 0.4em;
}

/* wisecards premade asset */
#wisecards-preview{
    z-index: 4;
    width: 236px;
    height: 111px;
	background: #f4f4f4;
	position: absolute;
    bottom: -58px;
    left: 60px;
	background: url("https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/wisecards_background-2.png") no-repeat;
	background-size: cover;
	/*font-family: 'Lato', sans-serif;*/
    font-family: 'Arial';
    font-size: 16px;
}
#premade-assets.ASB #wisecards-preview{
    top: 487px;
    left: 223px;
}
#wisecards-preview .card-wrapper{
    background-color: #ffffff;
    width: 7.34em;
    height: 4.1em;
    position: absolute;
    top: 31px;
    right: 33px;
    padding: 0.1em;
    display: flex;
    flex-flow: row nowrap;
    text-align: start;
}
#wisecards-preview .user-photo{
	flex-basis: 2.3em;
	position: relative;
}
#wisecards-preview .user-photo .image-container{
    width: 1.8em;
    height: 1.8em;
    background-size: cover;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-position: center;
}
#wisecards-preview .user-info{
	flex-grow: 10;
	margin: 0.31em 0 0.2em 0;
	overflow: hidden;
}
#wisecards-preview .user-info > div{
	width: 13em;
	font-size: 0.35em;
}
#wisecards-preview .info-header{
	min-height: 3.8em;
}
#wisecards-preview .user-name{
	margin: 0 0 0.15em 0;
	overflow: hidden;
	font-size: 1.25em;
	letter-spacing: -0.02em;
	color: #0A73B2;
}
#wisecards-preview .user-title{
	margin: 0 0 0.2em 0;
	overflow: hidden;
	font-size: 0.78em;
}
#wisecards-preview .company-name{
	color: #0A73B2;
}
#wisecards-preview .info-contacts ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.675em;
	position: relative;
	margin-left: 1.5em;
}
#wisecards-preview .info-contacts ul > li{
	color: #828282;
	margin-bottom: 0.23em;
}
#wisecards-preview .info-contacts ul > li > i{
	position: absolute;
	left: -1.5em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 0.2em;
	color: #333;
}
#wisecards-preview .info-contacts ul > li > i.slim{
	left: -1.41em;
}


/*WiseIntro premade asset*/
#wiseintro-preview{
    z-index: 1;
    width: 448px;
    height: 277px;
	background: #f4f4f4;
	position: absolute;
    bottom: -1px;
    right: -79.7px;
    border-radius: 2px;
	/*font-family: 'Lato', sans-serif;*/
    font-family: 'Arial';
	font-size: 18px;
    text-align: start;
    overflow: hidden;
}
#premade-assets .wiseintro-preview-wrapper{
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#premade-assets.ASB #wiseintro-preview{
    top: 270px;
    right: -109.7px;
}
#wiseintro-preview .browser{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 17px;
}
#wiseintro-preview .background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
}
#wiseintro-preview .intro-wrapper{
	background-color: rgba(0, 0, 0, 0.75);
    width: 18.44em;
    height: 11em;
    position: absolute;
    top: 3em;
    left: 3.2em;
    display: flex;
    flex-flow: row nowrap;
}
#wiseintro-preview .user-photo{
	flex-basis: 4.2em;
	position: relative;
}
#wiseintro-preview .user-photo .image-container{
    width: 3em;
    height: 3em;
    background-size: cover;
    position: absolute;
    top: 21%;
    left: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-position: center;
}
#wiseintro-preview .user-info{
	flex-grow: 10;
	margin: 0.91em 0 0.2em 0;
	overflow: hidden;
}
#wiseintro-preview .user-info > div{
	width: 8.3em;
	margin-left: 0.1em;

}
#wiseintro-preview .info-header{
	min-height: 2.3em;
}
#wiseintro-preview .user-name{
    margin: 0;
    overflow: hidden;
    font-size: 0.9em;
    letter-spacing: -0.02em;
    color: #EEBE36;
    font-weight: bold;
}
#wiseintro-preview .user-title,
#wiseintro-preview .user-company{
	margin: 0 0 0.2em 0;
	overflow: hidden;
	font-size: 0.4em;
	color: #F2F2F2;
}
#wiseintro-preview .user-info .user-bio{
	width: 7em;
	margin-left: 0.4em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
#wiseintro-preview .user-bio > p{
    color: #cccccc;
    border-left: 0.25em solid #333333;
    margin: 0;
    font-size: 0.3em;
    padding-left: 0.8em;
}
#wiseintro-preview .info-contacts ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.275em;
    position: relative;
    margin-left: 0.3em;
}
#wiseintro-preview .info-contacts ul > li{
	color: #ffffff;
	margin-bottom: 0.23em;
}
#wiseintro-preview .info-contacts .category{
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	color: #EEBE36;
}
#wiseintro-preview .info-social {
	display: flex;
    align-items: center;
    margin: 0.2em 0;
}
#wiseintro-preview .info-social > div{
    margin-right: 0.1em;
}
#wiseintro-preview .info-social > div > img{
    height: 0.8em;
    width: 0.8em;
    display: block;
}
#wiseintro-preview .wi > div{
    border-radius: 50%;
    height: 0.8em;
    width: 0.8em;
    overflow: hidden;
}
#wiseintro-preview .contact-me .btn{
    width: 2.6em;
    height: 0.65em;
    border-radius: 2px;
    color: rgba(243, 206, 98, 0.84);
    text-align: center;
    position: relative;
    border: 1px solid rgba(243, 206, 98, 0.3);
}
#wiseintro-preview .contact-me .btn > i{
    font-size: 0.3em;
    position: absolute;
    top: 0.8em;
    left: 1.1em;
}
#wiseintro-preview .contact-me .btn > span{
 	position: absolute;
    top: 0.7em;
    font-size: 0.27em;
    left: 3em;

}
/* Wiseintro apps */
#wiseintro-preview .apps{
	flex-basis: 5.9em;
}
#wiseintro-preview .contact-me-app{
    margin-top: 1em;
    margin-left: 0.2em;
    width: 5.4em;
}
#wiseintro-preview .contact-me-app .app-title{
    font-size: 0.46em;
    color: rgb(243, 206, 98);
    margin: 0;
    margin-bottom: 0.6em;
}
#wiseintro-preview .contact-me-app .app-field{
    font-size: 0.3em;
    color: #ccc;
    height: 1.4em;
    border-bottom: 1px solid #444;
    width: 16.1em;
    margin-bottom: 1.7em;
    padding-left: 0.5em;
}
#wiseintro-preview .contact-me-app .app-textfield{
    font-size: 0.3em;
    color: #ccc;
    height: 5.5em;
    border-bottom: 1px solid #444;
    width: 16.1em;
    margin-bottom: 0;
    padding-left: 0.5em;
}
#wiseintro-preview .contact-me-app .btn{
	font-size: 0.1em;
}
#wiseintro-preview .contact-me-app .btn{
    width: 49.6em;
    height: 5.85em;
    border: 1px solid rgba(243, 206, 98, 0.35);
    border-radius: 2px;
    color: rgba(243, 206, 98, 0.55);
    text-align: center;
    position: relative;
}
#wiseintro-preview .contact-me-app .btn > i{
    font-size: 0.3em;
    position: absolute;
    top: 0.7em;
    left: 0.8em;
}
#wiseintro-preview .contact-me-app .btn > span{
    position: absolute;
    top: 0.4em;
    font-size: 3.17em;
    left: 6.6em;
}
/*WiseKick premade asset*/
#wisekick-preview{
    z-index: 2;
    width: 143px;
    height: 259px;
	background: #f4f4f4;
	position: absolute;
    top: 116px;
    right: 319px;
	background: url("https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/wisekick_background.png") no-repeat;
	background-size: cover;
	/*font-family: 'Lato', sans-serif;*/
    font-family: 'Arial';
    font-size: 16px;
}
#premade-assets.ASB #wisekick-preview{
    top: 339px;
    left: -24px;
}
#wisekick-preview .card-wrapper{
	background-color: #ffffff;
    width: 7.34em;
    height: 4.1em;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0.1em;
    display: flex;
    flex-flow: row nowrap;
    text-align: start;
}
#wisekick-preview .user-photo{
    position: absolute;
    width: 37px;
    height: 37px;
    right: 21px;
    top: 81px;
    background-position: center;
    background-size: cover;
}
#wisekick-preview .user-company-url{
    position: absolute;
    font-size: 0.55em;
    top: 56px;
    left: 24.1px;
    width: 78px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
#wisekick-preview .user-company-title{
    position: absolute;
    font-size: 0.45em;
    top: 88px;
    left: 24.1px;
    color: #fff;
    width: 50px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.pa-spinner-wr{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.pa-spinner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-width: 10px;
    border: 2px solid #E0E0E0;
    border-top-color: #444444;
    animation: spinner 0.8s linear infinite;
    -webkit-animation: ws-spinner 0.8s linear infinite;
    z-index: 10;
}
#wisecards-preview .pa-spinner-wr{
    top: 49px;
    left: 131px;
}
#wisestamp-preview .pa-spinner-wr{
    top: 91px;
    left: 100px;
}
#wiseintro-preview .pa-spinner-wr{
    top: 130px;
    left: 200px;
}
#wisekick-preview  .pa-spinner-wr{
    top: 118px;
    left: 61px;
}

#premade-assets.ASB #wisecards-preview .pa-spinner-wr{
    top: 49px;
    left: 133px;
}
#premade-assets.ASB #wisestamp-preview .pa-spinner-wr{
    top: 90px;
    left: 100px;
}
#premade-assets.ASB #wiseintro-preview .pa-spinner-wr{
    top: 120px;
    left: 176px;
}



#premade-assets.bundle-v2{
    margin: 0;
    width: 100%;
}
#premade-assets.bundle-v2 .description{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    color: #333;
    position: static;
    margin-bottom: 20px;
}
#premade-assets.bundle-v2 .assets{
    display: flex;
    width: 100%;
}
#premade-assets.bundle-v2.ASB .assets{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#premade-assets.bundle-v2 .assets-box a:hover,
#premade-assets.bundle-v2 .assets-box a:focus,
#premade-assets.bundle-v2 .assets-box a:visited,
#premade-assets.bundle-v2 .assets-box a{
    text-decoration: none;
}
#premade-assets.bundle-v2 .assets-box{
    width: 30%;
}
#premade-assets.bundle-v2.ASB .assets-box{
    width: 100%;
}
#premade-assets.bundle-v2 .wisecards-wr,
#premade-assets.bundle-v2 .wiseintro-preview-wrapper,
#premade-assets.bundle-v2 .wisekick-wr {
    flex-grow: 1;
    overflow: initial;
    height: initial;
}
#premade-assets.bundle-v2 #wisecards-preview,
#premade-assets.bundle-v2 #wiseintro-preview,
#premade-assets.bundle-v2 #wisekick-preview{
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    margin: 0 auto;
}
#premade-assets.bundle-v2 > div .title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
#premade-assets.bundle-v2 .orange-btn{
    color: #fff;
    background-color: #FF6009;
    height: 32px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding:6px 10px;
    margin-top: 18px;
}
#premade-assets.bundle-v2 .orange-btn:visited,
#premade-assets.bundle-v2 .orange-btn:focus,
#premade-assets.bundle-v2 .orange-btn:hover{
    color: #fff;
    background-color: #d64b00;
    text-decoration: none;
}
#premade-assets.bundle-v2 #wisecards-preview{
    background: url('https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/wisecards-no-shadow.png') no-repeat;
    background-size: auto;
    width: 274px;
    margin-top: 55px;
    position: relative;
    margin-bottom: 16px;
    font-size: 23.5px;
}
#premade-assets.bundle-v2 #wisecards-preview .card-wrapper{
    top: 2px;
    right: 29px;
}
#premade-assets.bundle-v2 #wiseintro-preview{
    width: 233px;
    height: 148px;
    right: 0;
    bottom: 0;
    margin-top: 33px;
    font-size: 11px;
}
/* Cards */
#premade-assets.bundle-v2 #wisecards-preview .user-info > div{
    font-size: 8px;
}
#premade-assets.bundle-v2 #wisecards-preview .pa-spinner-wr{
    top: 39px;
    left: 147px;
}
/* Intro */
#premade-assets.bundle-v2 #wiseintro-preview .intro-wrapper{
    top: 1.6em;
    left: 1.6em;
}
#premade-assets.bundle-v2 #wiseintro-preview .browser{
    height: 8px;
}
#premade-assets.bundle-v2 #wiseintro-preview .pa-spinner-wr{
    top: 60px;
    left: 103px;
}
/* intro btn fix */
#premade-assets.bundle-v2 #wiseintro-preview .contact-me-app .btn{
    width: 51.6em;
    height: 10em;
    padding: 0;
    top: 5em;
    line-height: 7em;
}
#premade-assets.bundle-v2 #wiseintro-preview .contact-me .btn{
    border: 1px solid rgba(243, 206, 98, 0.3);
    padding: 0;
    line-height: 0.2em;
}
/* wisekick */
#premade-assets.bundle-v2 .wisekick-wr .social-icons{
    margin-top: 5px;
}
#premade-assets.bundle-v2 .wisekick-wr .social-icons img{
    margin-right: 8px;
}
#premade-assets.bundle-v2 #wisekick-preview{
    height: 155px;
    border-bottom: 1px solid #C4C4C4;
    background: url('https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/wisekick-mobile-phone-shadow.png') no-repeat;
}
#premade-assets.bundle-v2 #wisekick-preview .pa-spinner-wr{
    top: 72px;
    left: 61px;
}


/* ASB page*/
#premade-assets.bundle-v2.ASB #wisecards-preview{
    margin-bottom: 0;
    margin-top: 15px;
}
#premade-assets.bundle-v2.ASB #wiseintro-preview{
    margin-bottom: 12px;
    margin-top: 5px;
}
#premade-assets.bundle-v2.ASB #wisekick-preview{
    margin-bottom: 8px;
}
#premade-assets.bundle-v2.ASB .wisekick-wr .social-icons{
    text-align: center;
}
#premade-assets.bundle-v2.ASB .wisekick-wr .social-icons img{
    margin-right: 10px;
}
#premade-assets.bundle-v2.ASB .assets-divider{
    width: 223px;
    height: 1px;
    margin: 33px auto;
    background-color: #c4c4c4;
}

/* MEC pa-mec-cards */



#premade-assets.wisecards{}
#premade-assets.wisecards .pa-spinner-wr{
    top: 79px;
    left: 351px;
}
#premade-assets.bundle-v2 #wisecards-preview .user-info > div{
    font-size: 0.35em;
}
#premade-assets.wisecards #wisecards-preview{
    background: url("https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/mec-pa-wisecards-big.png") no-repeat;
    width:  535px;
    height:  195px;
    left: 16px;
    top: 65px;
    bottom: initial;
    font-size: 45px;
    /* border: 1px solid blanchedalmond; */
}
#premade-assets.wisecards .card-wrapper{
    background-color: #ffffff;
    top: 1px;
    left: 207px;
    width: 7.2em;
    /* height: 4.2em; */
}

#premade-assets.wisecards .title{
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    margin: 20px auto;
    position: static;
}
#premade-assets.wisecards .fat{
    font-style:  italic;
    font-weight:  800;
}
#premade-assets.wisecards .url{
    cursor: pointer;
    color: #1CB7EB;
    text-decoration: underline;
}
#premade-assets.wisecards .url a:hover,
#premade-assets.wisecards .url a:visited,
#premade-assets.wisecards .url a:focus{
    color: #1CB7EB;
    text-decoration: none;
}

/* end MEC pa-mec-cards */

/* ASB */
#premade-assets.ASB{
    width: 100%;
    height: 411px;
    background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#premade-assets.ASB .title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 25px;
    position: static;
}
#premade-assets.ASB .btn-wr{
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#premade-assets.ASB .btn-wr .btn{
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background-color: #1CB7EB;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 17px;
}
#premade-assets.wiseintro.ASB #wiseintro-preview .browser{
    height: 12px;
}
#premade-assets.wiseintro.ASB #wiseintro-preview .pa-spinner-wr{
    top: 73px;
    left: 154px;
}
#premade-assets.wiseintro.ASB #wiseintro-preview{
    top: 180px;
    left: 32px;
    width: 327px;
    height: 190px;
    font-size: 13px
}
#premade-assets.wiseintro.ASB #wiseintro-preview .intro-wrapper{
    top: 25px;
    left: 48px;
}


#premade-assets.wisecards.ASB .pa-spinner-wr{
    left: 200px;
    top: 58px;
}
#premade-assets.wisecards.ASB #wisecards-preview{
    background: url('https://d1n2mpfyq0bf3x.cloudfront.net/7effb49f0d4783ce39b02e49dd2e30aa/wisecards_background-m.png') no-repeat;
    background-size: auto;
    position: relative;
    font-size: 23.5px;
    top: 37px;
    left: 16px;
    width: 345px;
    height: 147px;
    font-size: 33.5px;
}
#premade-assets.wisecards.ASB #wisecards-preview .card-wrapper{
    top: 3px;
    right: 0;
    left: 99px;
}
.effect-selected{
    border: 3px solid rgb(158, 158, 158);
}
.transition-effect{
    cursor: pointer;
}
.gif-loader{
    display: none;
    bottom: 95px;
    width: 7em;
    height: 7em;
}
.gif-loader{
    width: 7em;
    height: 7em;
}
.warning-modal .modal-dialog .modal-content{
    padding: 40px;
    height: 100%;
    position: relative;
}
.warning-modal .modal-dialog .modal-content h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.warning-modal .modal-dialog .modal-content div.text-center{
    font-size: 17px;
}
.warning-modal .modal-dialog .modal-content .buttons{
    text-align: center;
    margin-top: 25px;
}
.warning-modal .modal-dialog .modal-content .buttons button{
    border: none;
    padding: 10px 30px;
    color: #fff;
}
.warning-modal .modal-dialog .modal-content .buttons button:first-child{
    background: #1CB7EB;
    margin-right: 10px;
}
.warning-modal .modal-dialog .modal-content .buttons button:nth-child(2){
    background: #EB5757;
}
.warning-modal .modal-dialog {
    width: 450px;
    height: 300px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.box > .avatar > img{
    float: left;
}
#effects-title{
    margin-bottom: 0;
}
.image-selected{
    border: 1px solid #828282;
    -webkit-box-shadow: -1px 7px 7px -5px rgba(133,128,133,1);
    -moz-box-shadow: -1px 7px 7px -5px rgba(133,128,133,1);
    box-shadow: -1px 7px 7px -5px rgba(133,128,133,1);
}
.flexible{
    display: flex;
    align-items: center;
}
.replace-label{
    font-size: 13px;
    color:#1CB7EB;
    cursor: pointer;
    font-weight: bold;
}
.replace-label:nth-child(2){
    float: right;
}
.transition-hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.transition-hover:hover {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.transition-effects-container > div:not(.effect-selected), .photo-effects-container > div:not(.effect-selected){
    border: 3px solid transparent;
}
.gif-save-loader{
    display: none;
    width: 7em;
    height: 7em;
}
.gif-save-loader:after{
    width: 7em;
    height: 7em;
}
.transition-hover.disabled{
    cursor: not-allowed;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
    background: #7aad4f !important;
}
#heads-up{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}
/* end ASB */


div.hopscotch-bubble .hopscotch-bubble-number{
  display: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-content {
    margin-left: 10px !important;
}
div.hopscotch-bubble .hopscotch-actions{
    margin: 0 !important;
}
/* end premade assets */

.font-choose .btn.ng-binding.dropdown-toggle{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*STYLES FOR NO EXTANSION FLOW */
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
#sig-settings input[type="text"] {
    width: calc(100% - 74px);
    border: 1px solid #BDBDBD;
    background: #fff;
    color: #333;
    font-size: 15px;
    padding: 6px 14px;
    border-radius: 2px;
}
#sig-settings select {
     -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    width: 100%;
    outline: none;
    border: none;
    background: #fff;
    font-size: 15px;
    color: #000;
    position: relative;
    background: url('https://s3.amazonaws.com/landing.wisestamp.com/c815b360cde58d80372ae6e7def04e53/select-arrow.svg') no-repeat 97% 50%;
}

#sig-settings option {
         -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    background: #fff;
    font-size: 15px;
    padding: 6px 14px;
    display: inline-block;
    box-shadow: 0 0 50px rgba(0,0,0,.3);
}
#sig-settings option[selected] {
    background: #F2F2F2;
    color: #333;
}
h3.on-sig-ready {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 11px auto;
}
h3.on-sig-ready i {
    display: inline-block;
    color: #53B700;
    font-size: 27px;
    margin-right: 7px;
}
.on-sig-ready-sub {
    color: #333;
    font-size: 15px;
}
.refresh-btn {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    background: #53B700;
    font-size: 17px;
    font-weight: 700;
}
.refresh-btn:hover {
    text-decoration: none;
    color: #fff;
}
.add-extension {
    font-size: 15px;
    color: #333;
    margin: 20px 0;
    font-style: italic;
}
.add-extension a {
    font-style: italic;
    font-weight: 700;
}
#sig-settings h2 {
    font-size: 27px;
    color: #333;
    font-weight: 400;
    margin: 11px 0
}
.extension-note {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.extension-note span {
    color: #FF0000;
    font-weight: 700;
}
.mec-wrapper {
    text-align: center;
}
.editor-export-panel--content-installed .refresh-btn {
    margin-bottom: 50px;
}
.emails-list {
    border: 1px solid #DFDFDF;
    background: #F2F2F2;
    padding: 25px;
    width: 70%;
    margin: 40px auto 0;
    text-align: center;
}
.emails-list h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 0;
}
ul#mappings {
    list-style: none;
    padding: 0;
}
ul#mappings li {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    padding: 5px 0;
}
.extencion-btn {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 14px;
    display: inline-block;
}
.extencion-btn img {
    display: inline-block;
    margin-right: 9px;
}
.sig-list {
   margin-top: 30px;
}
.sig-list h3 {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    margin: 0 0 20px;
}
.sig-row {
    margin: 0;
    padding: 17px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
}
.sig-row.selected {
    background: #F2F2F2;
    border-bottom: 1px solid rgba(51,51,51,.4);
    border-top: 1px solid rgba(51,51,51,.4);
}
.signature-mapping:not(.churn):hover {
    background: #F2F2F2;
    border-bottom: 1px solid rgba(51,51,51,.4);
    border-top: 1px solid rgba(51,51,51,.4);
}
.sig-heading {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
}
.sig-row .sig-title {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.sig-row .email {
    font-size: 15px;
    font-weight: 400;
    color: #828282;
}
.edit-sig-buttons {
    float: right;
    display: none;
}

.signature-mapping:not(.churn):hover .edit-sig-buttons {
    display: inline-block;
}

.edit-sig-buttons .fa-pen {
    font-size: 19px;
    color: #1CB7EB ;
    display: inline-block;
    margin-right: 17px;
    cursor: pointer;
}
.edit-sig-buttons .fa-trash-alt {
    font-size: 19px;
    color: #FF0000;
    cursor: pointer;
}
.add-email {
    margin: 17px 0;
    color: #1CB7EB;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.add-reply [type="checkbox"]:not(:checked),
.add-reply [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.add-reply [type="checkbox"]:not(:checked) + label,
.add-reply [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}
.add-reply [type="checkbox"]:not(:checked) + label:before,
.add-reply [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 24px; height: 24px;
  border: 2px solid #4F4F4F;
  background: #fff;
  border-radius: 1px;
}
.add-reply [type="checkbox"]:not(:checked) + label:after,
.add-reply [type="checkbox"]:checked + label:after {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 19px;
  line-height: 0.8;
  color: #53B700;
  font-weight: lighter;
  transition: all .2s;
  font-family: FontAwesome;
}
.add-reply [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.add-reply [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.reply-added {
   font-size: 15px;
   font-style: italic;
   color: #1CB7EB;
   margin-top: 20px;
}
.save-editing {
    float: right;
    padding: 6px 0;
}
.save-editing .fa-check {
    color: #53B700;
    font-size: 19px;
    display: inline-block;
    margin-right: 10px;
}
.save-editing .fa-times {
    color: #BDBDBD;
    font-size: 19px;
}
.gconnect h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333
}
.gconnect button {
    color: #fff;
    margin: 10px auto;
    display: inline-block;
    background: #F24033;
    padding: 8px;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 700;
}
.gconnect button img {
    display: inline-block;
    margin-right: 10px;
}
.gconnect-img {
    display: block;
    margin: 30px auto;
}
.sig-select {
    list-style: none;
    padding: 0;
    max-height: 57px;
    background: none;
    overflow: hidden;
}
.sig-select.opened {
    max-height: 100%;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,.3);
    box-shadow: 0 0 50px rgba(0,0,0,.3);
    background: #fff;
}
.sig-select li {
    font-size: 15px;
    color: #333;
    padding: 19px 24px;
    border-bottom: 1px solid #E0E0E0;
}
.show {
    background: url("https://s3.amazonaws.com/landing.wisestamp.com/c815b360cde58d80372ae6e7def04e53/select-arrow.svg") no-repeat center;
    position: absolute;
    right: 122px;
    display: block;
    height: 9px;
    width: 9px;
    top: 10px;
}

.error-note {
    color: #FF0000;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
#update-note {
    color: #333;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
}
#update-note i {
    font-size: 17px;
    color: #53B700;
    display: inline-block;
    margin-right: 6px;
}


.sp-hidden {
}

.delete-modal > .modal-dialog{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 564px;
    height: 455px;
    margin: auto;
}

.delete-modal > .modal-dialog > .modal-content{
    padding: 42px 68px;
    width:100%;
    height: 100%;
    position: relative;
}

#delete-modal-title{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #1CB7EB;
}

#delete-modal-subtitle{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 15px;
    color: #333333;
}

#reasonsForDelete{
    margin-top: 20px;
    padding-left: 20px;
}

#reasonsForDelete input[type="radio"], #step2 input[type="checkbox"]{
    display: none;
}
#reasonsForDelete label{
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    cursor: pointer;
}
#step2 label{
    position: relative;
    padding-left: 32px;
    margin-bottom: 28px;
}
#reasonsForDelete label::before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ababab;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    opacity: .6;
    border-radius: 100%;
}

#step2 label::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #4F4F4F;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    opacity: .6;
}

#reasonsForDelete input[type="radio"]:checked + label:before {
    font-family: FontAwesome;
    content: "\f111";
    border: 1px solid #1CB7EB;
    width: 17px;
    height: 17px;
    top: 0px;
    left: 0;
    opacity: 1;
    text-align: center;
    color: #1CB7EB;
    border-radius: 100%;
    font-size: 10px;
    padding-top: 1px;
}

#step2 input[type="checkbox"]:checked + label:before{
    font-family: FontAwesome;
    content: "\f00c";
    border: 1px solid #4F4F4F;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0;
    opacity: 1;
    color: #53B700;
}
.reason-question {
    padding-left: 50px;
}
.reason-question input{
    border: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
}
.reason-question p {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
}
#reasonsForDelete span{
    display: none;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #FB1600;
}

#reasonsForDelete button{
    background: #1CB7EB;
    border-radius: 2px;
    position: absolute;
    right: 68px;
    bottom: 40px;
    padding: 10px 35px;
    color: #FFFFFF;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    border: none;
}

#delete-message{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 17px;
    text-align: center;
    color: #FF2727;
    padding-bottom: 16px;
}

#step2{
    text-align: center;
}

#step2 span{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 15px;
    text-align: center;
    text-decoration-line: underline;
    color: #1CB7EB;
    cursor: pointer;
}

#step2 button {
    position: relative;
}

#step2 button .hide-button-text {
    visibility: hidden;
}

#step2 button .button-spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

#step2 button.disabled{
    background: #BDBDBD;
    border-radius: 2px;
    padding: 8px 30px;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    cursor: not-allowed;
    border:none;
    margin-left: 21px;
}

#step2 button.active{
    background: #FF2727;;
    border-radius: 2px;
    padding: 8px 30px;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    border:none;
    margin-left: 21px;
}

#skip{
    position: absolute;
    right: 170px;
    bottom: 40px;
    color: #4F4F4F !important;
    font-size: 15px !important;
    padding: 10px 13px;
    cursor: pointer;
    display: inline !important;
}
#reasonsForDelete > p {
    float: right;
    clear: right;
    font-size: 12px;
    margin-right: -12px;
    color: #FB1600;
    position: absolute;
    bottom: 0px;
    right: 68px;
}

@media (max-width: 1440px) {
    .form-signature .box .avatar span {
        padding-left: 10px;
        font-size: 13px;
        margin: 15px 0 15px 7px;
    }

    .hold-on-top {
        width: 94%;
    }

    .form-signature .box .avatar span {
        padding-left: 10px;
        font-size: 11px;
    }
}
#xmas-app{
    background-image: url("https://d1n2mpfyq0bf3x.cloudfront.net/7c730cd01a3a3804b74371fee221c457/xmas-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.churn-restore:hover{
    background: transparent !important;
}

.restore-signatures-button{
    color: #fff;
    padding: 10px 0;
    background: #FF6009;
    cursor: pointer;
    border-radius: 2px;
    font-size: 15px;
    display: block;
    text-align: center;
    transition: all 250ms;
}

.restore-signatures-button:hover{
    transform: scale(1.1);
}

.churn-modal-wrapper{
    height: 100%;
}

.churn-modal-content{
    display: flex;
    height: 100%;
}

.churn-modal-right-title{
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 80px;
}

.churn-modal-right{
    width: 320px;
    background-image: url('https://d1n2mpfyq0bf3x.cloudfront.net/18f70058bdd3ec31673a0caf60c930ab/churn-bg.png');
    color: #fff;
}

.churn-modal-left ul{
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

.churn-modal-left{
    flex: 1;
}

.churn-modal-left-title{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.churn-modal-left-title img{
    position: absolute;
    right: 25px;
    top: 35px;
}

.churn-modal-left-subtitle{
    margin-top: 25px;
    font-size: 20px;
}

.churn-modal-left ul {
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
}

.churn-modal-left ul li {
    line-height: 210%;
    color: #9E9E9E;
    text-decoration: line-through;
    font-size: 17px;
}

.churn-modal-right-sub{
    font-size: 18px;
    line-height: 23px;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 20px;
}

.churn-modal-cta-button{
    transition: all 250ms;
}

.churn-modal-cta-button:hover{
    transform: scale(1.1);
}

.churn-no-thanks{
    margin-top: 30px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.2px;
                }

.churn-modal-id .modal-content{
    height: 413px;
    width: 860px;
    border-radius: 2px;
}

.churn-modal-id .modal-dialog{
    top: 30px;
    width: 860px;
}

.churn-modal-wrapper{
    text-align: center;
}

.churn-modal-close{
    transform: rotate(45deg);
    color: #ffffff;
    position: absolute;
    right: -50px;
    top: -65px;
    font-size: 60px;
    font-weight: 100;
    cursor: pointer;
}

.churn-modal-title{
    font-size: 24px;
    line-height: 120%;
    margin: 30px 0 20px 0;
}

.churn-modal-good-news{
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    margin-bottom: 10px;
}

.churn-modal-cta-button{
    background: #53B700;
    color: #fff;
    padding: 13px 38px;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    transition: all 250ms;
}

.churn-modal-cta-button:hover{
    scale(1.1);
}

.churn-modal-signatures-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0 0 0;
    height: 390px;
}

.churn-modal-user-signature{
    display: flex;
    align-items: center;
}

.churn-modal-user-signature-free{
    width: 420px;
}

.churn-modal-user-signature-pro{
    width: 420px;
    position: relative;
}

.churn-signature-before{
    transform: scale(0.8);
    transform-origin: top left;
}

.churn-signature{
    border: 1px solid #C4C4C4;
    padding: 20px 0px 8px 10px;
    max-width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.front-envelope{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    position: relative;
    z-index: 2;
    height: 340px;
}

.front-envelope .churn-signature-after-wrapper {
    padding: 15px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    overflow: hidden;
    height: 272px;
}

.front-envelope .churn-signature-after-html {
    max-width: 100%;
    text-align: left;
    max-height: 320px;
    transform: scale(0.8);
    transform-origin: top left;
}

.front-envelope .top-front-envelope{
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.front-envelope .top-front-envelope-lines{
    padding: 15px 20px 5px 20px;
    text-align: left;
    background: #fff;
}

.front-envelope .top-front-envelope-bar{
    background: #404040;
    text-align: left;
    padding: 2px 0 5px 7px;
    outline: 1px solid #8D8D8D;
}

.back-envelope{
    position: absolute;
    width: 417px;
    top: 5px;
    left: -20px;
    z-index: 1;
    height: 100%;
}

.back-envelope .top-back-envelope{
    border: 1px solid #e5e5e5;
    height: calc(100% - 40px);
}

.back-envelope .top-back-envelope-bar{
    background: #404040;
    text-align: left;
    padding: 2px 0 5px 7px;
    outline: 1px solid #8D8D8D;
}

.churn-fade{
    position: absolute;
    width: calc(100% - 2px);
    height: 80px;
    bottom: -9px;
    left: 1px;
    background-image: linear-gradient(0deg, #FFFFFF 30.94%, rgba(255, 255, 255, 0) 100%);
}

.safari-warning-modal .modal-content {
    width: 510px;

}
#xmas-app > div{
    filter: none !important;
    opacity: 1 !important;
    background-size: 80% !important;
}
