@charset "UTF-8";
body {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    opacity: 1;
    background: #ecebed;
}
h3.blog-subheader {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #AB2669;
}
a {
    color: #AB2669;
    text-decoration: none;
}
a:hover {
    color: #AB2669;
}

.navbar .flipbook-logo {
    padding: 9px 0 0 0;
    align-self: flex-start;
}

.flipbook-nav {
    background-color: #64183c;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    padding: 0 1rem;
}

.flipbook-nav .btn-group {
    margin-top: 28px;
    margin-left: auto;
}

.login-signup {
    background-color: #551232 !important;
    box-shadow: inset rgba(0, 0, 0, 0.40) 0 1px 2px, rgba(255, 255, 255, .2) 0 1px 1px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.90);
    background: url(../images/btn-bg.jpg) no-repeat -9999px -9999px;
    cursor: pointer;
}

.login-signup a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.login-signup a.main-menu-btn {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.flipbook-nav .navbar-right li a:focus {
    color: #FFF;
    outline: none;
}
.login-signup:hover a {
    color: #433100 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}
.login-signup:hover {
    box-shadow:inset rgba(0, 0, 0, 0) 0 0px 0px, rgba(255, 255, 255, .0) 0 0px 0px !important;
    background-image: url(../images/btn-bg.jpg);
    background-position: 0px 2px;
    background-repeat: repeat;
}

.btn-group li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: thin solid #3D0C22;
}

.dropdown-hover {
    position: relative;
    background-color: rgba(255, 255, 255, 1.00);
}

.dropdown-hover .arrow-place {
    position: absolute;
    width: 324px;
    border-radius: 6px;
    top: -14px;
    left: 1px;
    z-index: 100;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.popup-menu .arrow-place i {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    position: absolute;
    margin-top: 4px;
    margin-left: 152px;
}

.popup-menu {
    width: 324px;
    position: absolute;
    background-color: #f7f7f7;
    border-radius: 6px;
    top: 50px;
    left: -117px;
    z-index: 100;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0% -11px;
    display: none;
    box-shadow: #999 0 0 4px;
}

.form-control {
    height: 38px;
    border: 1px solid #adb1b6;
    box-shadow: inset #ccc 0 1px 3px;
    border-radius: 4px;
    position: relative;
}

.dropdown-hover:hover .popup-menu {
    /*display: block;*/
}



.btn-group li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: thin solid rgba(255, 255, 255, 0.16);
}

.popup-menu .form {
    color: black;
    text-shadow: none !important;
}

.popup-menu .form-group {
    margin-bottom: 20px;
}

.popup-menu .form label,
.popup-menu form input {
    float: left;
}

.popup-menu .form label {
    width: 30%;
    margin-right: 3%;
    margin-top: 7px;
    line-height: 16px;
    font-weight: 700 !important;
}

.popup-menu .form input {
    width: 66%;
}

.password-rem {
    color: #ab2669 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 34px;
}

.popup-menu:hover .password-rem {
    color: #ab2669 !important;
}
.login-signup:hover .popup-menu a{
      color: #ab2669 !important;
}
.popup-menu a{
    color: #ab2669;
    font-size: 14px !important;
    font-weight: 400;
}
.popup-menu a:hover {
    color: #ab2669 !important;
    text-decoration: underline;
}

.buttongreen {
    width: 92px !important;
    height: 32px;
    float: right !important;
    background: #63a408;
    border: 1px solid #578f07;
    border-top: 1px solid #609f08;
    box-shadow: inset #82b639 0 1px 0, inset #5d9a08 0 -2px 3px, #bbb 0 2px 3px;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: #444 0 -1px 0;
    cursor: pointer;
    float: right;
}
.buttongreen:hover {
        box-shadow: inset #82b639 0px 0px 0px, inset #5d9a08 0px 0px 0px, #bbb 0 2px 3px;
    background-color: #5B9806;
}
.buttongreen:active {
        box-shadow: inset #82b639 0px 0px 0px, inset #5d9a08 0px 0px 0px, #bbb 0 0px 0px;
    background-color: #5B9806;
}
.flipbook-nav .navbar-right li a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1.00);
    line-height: 45px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    margin-right: -2px;
}

.flipbook-nav .navbar-right li a:hover,
.flipbook-nav .navbar-right li a.active,
.flipbook-nav .nav-item a:hover,
.flipbook-nav .nav-item a.active,
.login-signup:hover,
.login-signup:focus {
    color: #ffd800;
    outline: 0px !important;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 17px;
    margin-bottom: 3px;
}

.flipbook-nav .navbar-nav {
    margin-left: 29px;
    margin-top: 13px;
}

.flipbook-nav .nav-item a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1.00);
    line-height: 45px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    margin-right: -2px;
    padding: 10px 16px !important;
}

/*.main-banner {
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(224, 78, 152) 0%, rgb(171, 38, 105) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(224, 78, 152) 0%, rgb(171, 38, 105) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(224, 78, 152) 0%, rgb(171, 38, 105) 100%);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.7), inset 0px 1px 0px 0px rgba(180, 60, 120, 0.9);
    width: 100%;
    min-height: 452px;
    display: inline-block;
}*/
.main-banner {
/*background: #e04e98;

background: -moz-radial-gradient(circle, #e04e98 0%,#ab2669 24%);

background: -webkit-radial-gradient(circle, #e04e98 0%,#ab2669 24%);

background: radial-gradient(circle, #e04e98 0%,#ab2669 24%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04e98', endColorstr='#b21f69',GradientType=1 );
*/
    width: 100%;
    background: url("../images/bg.jpg") #ab2669 no-repeat top center;
    background-size: auto
100%;
    border-top: 1px solid #b43c78;
}
.main-banner.inner {
    background-color: #ab2669 !important;
    border-top: 1px solid #b43c78;
    background:none;
    padding-top: 15px;
}

.relative-position {
    position: relative;
}

.banner-title {
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: -16px;
}

.main-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.main-banner p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: "Source Sans Pro";
}

.main-banner .container {
    display: table;
}

.benefits {
    width: 50%;
    margin-bottom: 40px;
    float: left;
    margin-left: -15px;
}

.benefits-rows {
    margin-bottom: 30px;
}

.benefits .benefit-row {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    line-height: 42px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-family: "Source Sans Pro";
}

.benefits .benefit-row span {
    border-radius: 50%;
    background-color: rgb(100, 24, 60);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    position: relative;
    margin-right: 12px;
}

.benefits .benefit-row span i {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 7px;
    bottom: 0px;
}

.yellow-btn-big {
    display: block;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffd800;
    cursor: pointer;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffd800), to(#e5a700));
    background: -webkit-linear-gradient(#ffd800, #e5a700);
    background: -moz-linear-gradient(#ffd800, #e5a700);
    background: -ms-linear-gradient(#ffd800, #e5a700);
    background: -o-linear-gradient(#ffd800, #e5a700);
    background: linear-gradient(#ffd800, #e5a700);
    -pie-background: linear-gradient(#ffd800, #e5a700);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px -1px 3px #AA7C00;
    width: 290px;
    height: 76px;
    position: relative;
}

.yellow-btn-big:hover {
    background: #e5a700;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5a700), to(#e5a700));
    background: -webkit-linear-gradient(#e5a700, #e5a700);
    background: -moz-linear-gradient(#e5a700, #e5a700);
    background: -ms-linear-gradient(#e5a700, #e5a700);
    background: -o-linear-gradient(#e5a700, #e5a700);
    background: linear-gradient(#e5a700, #e5a700);
    -pie-background: linear-gradient(#e5a700, #e5a700);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.yellow-btn-big:active {
    background: #e5a700;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5a700), to(#e5a700));
    background: -webkit-linear-gradient(#e5a700, #e5a700);
    background: -moz-linear-gradient(#e5a700, #e5a700);
    background: -ms-linear-gradient(#e5a700, #e5a700);
    background: -o-linear-gradient(#e5a700, #e5a700);
    background: linear-gradient(#e5a700, #e5a700);
    -pie-background: linear-gradient(#e5a700, #e5a700);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.yellow-btn-big .title {
    font-size: 28px;
    color: rgb(67, 49, 0);
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    left: 8%;
    top: 18px;
}
footer .yellow-btn-big {
    width: 260px;
    height: 65px;
    margin-left: -15px;
}
footer .yellow-btn-big .title {
    font-size: 22px;
    top: 14px;
}

footer .yellow-btn-big .subtitle {
    top: 33px;
}


footer .yellow-btn-big .play-part {
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 16.5px;
    right: 23px;
    background-color: #ca9400;
    border-radius: 50%;
    background-image: url(../images/arrow-r.png);
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

.yellow-btn-big .subtitle {
    font-size: 14px;
    color: rgb(67, 49, 0);
    font-style: italic;
    line-height: 1.833;
    position: absolute;
    left: 8%;
    top: 40px;
    font-weight: 700;
}

.yellow-btn-big .btn-divider {
    height: 100%;
    width: 2px;
    border-left: solid thin #ca9400;
    border-right: solid thin rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 80px;
    top: 0px;
}

.yellow-btn-big .play-part {
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 20.5px;
    right: 23px;
    background-color: #ca9400;
    border-radius: 50%;
    background-image: url(../images/arrow-r.png);
    background-position: 11px 8px;
    background-repeat: no-repeat;
}


.main-banner .banner-img {
    width: 53%;
    float: right;
    margin-right: -18px;
    margin-top: -2px;
}

.main-banner .banner-img img {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 18px;
}

.content {
    background-color: #dad9df;
    padding-top: 10px;
    padding-bottom: 40px;
}

.section-title {
    font-size: 25.6px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.93);
}

.section-title-right {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.93);
}

.empty30 {
    height: 30px;
    display: inline-block;
    width: 100%;
}

.empty20 {
    height: 20px;
    display: inline-block;
    width: 100%;
}

.horisontal-divider {
    height: 2px;
    width: 100%;
    border-top: solid thin #a2a0ab;
    border-bottom: solid thin rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    margin-top: 10px;
}

.shelf .shelf-pc,
.shelf .shelf-pc-first,
.shelf .shelf-pc-last {
    background-image: url(../images/shel-mid.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    height: 180px;
    float: left;
    width: 129px;
    background-size: 100% 56px;
    text-align: center;
    position: relative;
}

.shelf .shelf-pc-first {
    background-image: url(../images/shelf-start.png);
    /*background-size: 24% 56px;*/
    background-position: 100% 100%;
    width: 40px;
}

.shelf .shelf-pc-last {
    background-image: url(../images/shelf-end.png);
    background-position: 0% 100%;
    /*background-size: 24% 56px;*/
    width: 40px;
}

.shelf .shelf-pc img {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.40);
    margin-top: -6px;
    bottom: 30px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 0px;
    right: 0px;
    width: 105px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.40);
}

.examples {
    width: 100%;
    text-align: center;
}

.examples img.portrait {
    width: 105px;
    height: 130px;
}

.examples img.landscape {
    width: 128px;
    height: 100px
}

.shelf {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 22px;
}

.features {
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.8);
    width: 100%;
    display: inline-block;
    padding: 0;
}

.blog .features-content {
    padding-left: 31px;
    padding-right: 31px;
}

.features-header {
    width: 100%;
    min-height: 76px;
    background-color: #ecebed;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 0px 0px;
    border-bottom: solid 1px #c8c7ce;
    display: inline-block;
}

.features-header .section-title {
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    line-height: 28px;
    margin: 0;
    margin-left: 30px;
    padding: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    float: left;
}

.features-header .buttongreen {
    width: auto !important;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 30px;
}
.features-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.feature-list-item {
    height: 120px;
}

.features-item img {
    float: left;
}

.features-item span.fa {
    float: left;
}

.blog-item img {
    border: 1px solid #ddd;
    padding: 9px;
    margin-right: 0px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
}

.blog .features-item .features-item-title {
    color: #ab2669;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    margin-bottom: 10px;
   margin-left: 0px;
   margin-top: 0px;
}
.blog .features-item p {
    margin-left: 0px;
}
.blog .features-item .feature-item-footer {
   padding-left: 0px;
}
.features-item .features-item-title {
    color: #ab2669;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    margin-left: 56px;
}
.features-item p {
   margin-left: 56px;
}
.features-item .feature-item-footer {
  padding-left: 56px;
}

.blog .features-item {
  width: 100% !important;
}

.btn-grey {
    background: #dad9df;
    border: 1px solid #b6b5bd;
    border-top: 1px solid #d2d1d7;
    box-shadow: inset #cdcdcd 0 -2px 2px,inset #fff 0 1px 1px,#bbb 0 1px 2px;
    border-radius: 4px;
    color: #ab2669;
    padding-bottom: 8px;
    padding-top: 7px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 15px;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.8);
}
.yellow-btn-big.margin-left {
    margin-left: 0px !important;
}
.btn-grey.right {
    background: #dad9df;
    border: 1px solid #b6b5bd;
    border-top: 1px solid #d2d1d7;
    box-shadow: inset #cdcdcd 0 -2px 2px, inset #fff 0 1px 1px, #bbb 0 1px 2px;
    border-radius: 4px;
    color: #5f5e61;
    cursor: pointer;
    float: left;
    font-family: "source_sans_probold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 38px;
    line-height: 23px;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px #f5f2f5;
    width: 100% !important;
}

.btn-grey:hover {
    color: #ab2669;
    background: #c8c7ce;
    background: -moz-linear-gradient(top,  #c8c7ce 0%, #dad9df 100%);
    background: -webkit-linear-gradient(top,  #c8c7ce 0%,#dad9df 100%);
    background: -ms-linear-gradient(to bottom,  #c8c7ce 0%,#dad9df 100%);
    background: linear-gradient(to bottom,  #c8c7ce 0%,#dad9df 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c7ce',endColorstr='#dad9df',GradientType=0);*/
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
}

.btn-grey:active {
    background: #c8c7ce;
    background: -moz-linear-gradient(top,  #c8c7ce 0%, #dad9df 100%);
    background: -webkit-linear-gradient(top,  #c8c7ce 0%,#dad9df 100%);
    background: -ms-linear-gradient(top,  #c8c7ce 0%,#dad9df 100%);
    background: linear-gradient(to bottom,  #c8c7ce 0%,#dad9df 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c7ce', endColorstr='#dad9df',GradientType=0 );*/
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
}

.btn-grey.cancel {
    float: right;
    margin-left: 10px;
    width: 92px !important;
    height: 32px;
    padding: 5px 0 0;
}

.features-footer {
    padding: 20px;
}

.feature-item-footer {
    padding-bottom: 30px;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}

.block {
    /*padding-left: auto;
    padding-right: auto;*/
    display: block;
    width: auto !important;
}

.total {
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

.index .total {
    padding-top: 75px;
}

.total ul {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 46px;
    margin-right: -9px;
    list-style: none;
}

.total ul li {
    width: 14.25%;
    height: 66px;
    float: left;
    background: #e5e4e9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e4e9 49%, #dad9df 49%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,#e5e4e9 49%,#dad9df 49%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e4e9 49%,#dad9df 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: -ms-linear-gradient(to bottom,  #e5e4e9 49%,#dad9df 49%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e9', endColorstr='#dad9df',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #fff;
    border-radius: 4px;
    box-shadow: #9b9b9f 0 1px 1px;
    position: relative;
    color: #ab2669;
    text-align: center;
    text-shadow: #fff 0 1px 1px;
    line-height: 38px;
    padding: 12px 0 0 0;
    margin-right: 1.5%;
}

.total ul li.nobackround {
    width: auto;
    height: auto;
    float: left;
    background: none;
    border: none;
    box-shadow: none;
    color: #888;
    padding: 22px 0 0 0;
}

.total.inner {
    padding-top: 0;
}

ul {
    padding: 0px;
}

.partners {
    width: 100%;
    padding-bottom: 28px;
    display: inline-block;
    padding-top: 20px;
}

.partners h2 {
    padding-bottom: 23px
}

.partners ul {
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    display: inline-block;
}

.partners ul li {
    height: 82px;
    line-height: 82px;
    text-align: center;
    background: #c8c7ce;
    box-shadow: inset #999 0 1px 3px, #eee 0 1px 0;
    border-radius: 5px;
    width: 32%;
    float: left;
}

.partners ul li:first-child {
    margin-right: 2% !important;
}

.partners ul li:last-child {
    margin-left: 2% !important;
}

.partners ul li img {
    max-width: 100%;
    vertical-align: middle;
    line-height: .5em
}

.partners .btn-seemore {
    text-align: center;
    margin-bottom: 23px;
    width: 359px
}
.partners.customers {
    padding-top: 0px !important;
}
.partners.customers ul li{
    background-color: #ecebed !important;
    width: 15%;
    margin-left: 1%;
    margin-right: 1%;
}
.partners.customers ul li:first-child{
    margin-left: 0px !important;
    margin-right: 1% !important;
}
.partners.customers ul li:last-child{
    margin-right: 0px !important;
     margin-left: 1% !important;
}
.customers-footer {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.light-grey {
    padding-top: 40px;
    padding-bottom: 5px;
    background-color: #ecebed;
    /*box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2)*/
}

footer ul {
    list-style: none;
}

footer ul li a {
    color: #ab2669 !important;
    font-size: 12px;
    line-height: 25px;
}

footer p {
    font-size: 12px;
    float: right;
    margin-right: -15px;
}

.right-content {
    width: 36.5%;
    float: left;
    padding: 0;
}

.content-column {
    width: 60.5%;
    float: left;
    margin-right: 3%;
    padding: 0;
}

.navbar-toggle {
    border: 0px;
}

.nav>li>a {
    padding: 10px 16px;
}

.features-item {
    width: 93%;
    margin-bottom: 20px;
}

.btn-group li {
    float: left;
    list-style-type: none;
}

.btn-yellow {
    border-radius: 4px;
    background-image: -webkit-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: -moz-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: -ms-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: -o-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px -1px 3px #AA7C00;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px -1px 3px #AA7C00;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 1.00);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0px 1px rgba(255, 255, 255, .8);
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.btn-yellow:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 1.00);
    background-image: -moz-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -webkit-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -ms-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.btn-yellow:active {
    background-image: -moz-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -webkit-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -ms-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.featured-articles {
    margin-top: 20px;
}

.featured-articles a {
    color: #222222;
}

#fea1 {
    display: none;
}

#fea2 {
    display: none;
}

#fea3 {
    display: none;
}

#fea4 {
    display: none;
}

#fea5 {
    display: none;
}

.banner-title p {
    font-weight: 400;
}

.width27 {
    width: 27%;
}

.width29 {
    width: 29%;
}

.width13 {
    width: 13%;
}

.width60 {
    width: 60%;
}

footer a {
    color: #000000;
}

.padding15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padding0 {
    padding: 0 !important;
}
.padding-left30 {
    padding-left: 30px;
}
.faqs {
    list-style: none;
}

.faqs li a.question {
    cursor: pointer;
    color: #ab2669;
    background: url("../images/icon_questionmark.png") no-repeat top left;
    padding: 5px 0 5px 50px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}

.f-answer {
    background: #fff;
    border: 1px solid #c8c7ce;
    border-radius: 4px;
    position: relative;
    padding: 15px 20px;
    margin-left: 50px;
    position: relative;
    display: none;
}

.f-answer:before {
    position: absolute;
    top: -7px;
    left: 13px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #c8c7ce;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.f-answer:after {
    position: absolute;
    top: -6px;
    left: 14px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.custom-p {
    font-size: 16px;
}

pricing .table {
    width: 932px;
    float: left;
}

.pricing .table ul {
    width: 932px;
    float: left;
}

.pricing .table ul li {
    width: 932px;
    float: left;
    line-height: 1em;
}

.leftcolumn {
    width: 270px;
    float: left;
    border-right: 1px solid #fff;
}

.leftcolumn .heading {
    width: 270px;
    min-height: 70px;
    float: left;
}

.leftcolumn .column1 {
    width: 270px;
    float: left;
    background: #ecebed;
    font-family: "source_sans_proregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #222;
}

.leftcolumn .column1 .text1 {
    width: 257px;
    float: left;
    text-align: right;
    border-top: 1px solid #fff;
    text-shadow: #fff 0 1px 0;
    padding: 12px 13px 12px 0;
}

.rightcolumn {
    width: 659px;
    float: left;
}

.rightcolumn .heading {
    width: 659px;
    float: left;
    background: #ab2669;
    border-radius: 4px 4px 0 0;
    /*behavior: url("http://www.instantflipbook.com/PIE.htc");*/
    position: relative;
}

.rightcolumn .heading .column2 {
    font-size: 18px;
    color: #fff;
    background: none;
    text-shadow: #444 0 1px 2px;
    border-top: none;
    line-height: 1.1em;
}

.rightcolumn .heading .column2 .trial {
    text-align: center;
    border-bottom: 6px solid #ab2669;
    padding: 17px 0 9px 0;
}

.rightcolumn .heading .column2.nodivider {
    border-left: none;
}

.rightcolumn .heading .column2 .free {
    font-size: 12px;
    font-family: "source_sans_probold", Arial, Helvetica, sans-serif;
}

.rightcolumn .heading .column2 .unlimited {
    font-size: 12px;
    font-family: "source_sans_proregular", Arial, Helvetica, sans-serif;
}

.rightcolumn .heading .column2 .number {
    font-size: 16px;
    font-family: "source_sans_probold", Arial, Helvetica, sans-serif;
}

.rightcolumn .heading .column2 .bronze {
    text-align: center;
    border-bottom: 6px solid #b16324;
    padding: 17px 0 9px 0;
}

.rightcolumn .heading .column2 .sliver {
    text-align: center;
    border-bottom: 6px solid #d8d7dd;
    padding: 17px 0 9px 0;
}

.rightcolumn .heading .column2 .gold {
    text-align: center;
    border-bottom: 6px solid #e69f00;
    padding: 17px 0 9px 0;
}

.rightcolumn .heading .column2 .platinum {
    text-align: center;
    border-bottom: 6px solid #727272;
    padding: 17px 0 9px 0;
}

.rightcolumn .column2 {
    width: 109px;
    min-height: 40px;
    float: left;
    font-family: "source_sans_probold", Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #222;
    border-left: 1px solid #fff;
    border-top: 1px solid #f7f7f7;
}

.rightcolumn .column2.nodivider {
    border-left: none;
}

.rightcolumn .column2 .price {
    width: 109px;
    min-height: 27px;
    float: left;
    background: #ecebed;
    text-align: center;
    text-shadow: #fff 0 1px 0;
    padding: 13px 0 0 0;
}

.rightcolumn .column2 .price span {
    font-size: 14px;
}

.rightcolumn .close {
    width: 109px;
    float: left;
    text-align: center;
    background: #eacfcf;
    border-bottom: 1px solid #f7f7f7;
    padding: 25px 0 22px 0;
    height: 34px;
}

.rightcolumn .tick {
    width: 109px;
    float: left;
    text-align: center;
    background: #dae6d2;
    padding: 24px 0 21px 0;
}

.rightcolumn .tick1 {
    padding: 65px 0 62px 0;
}

.rightcolumn .close1 {
    padding: 4px 0 2px 0;
    height: 34px;
}

.rightcolumn .close2 {
    border-top: 1px solid #f7f7f7;
    padding: 4px 0 2px 0;
    height: 34px;
}

.rightcolumn .button {
    width: 459px;
    float: left;
    background: #ab2669;
    box-shadow: inset #711946 0 5px 5px;
    border-radius: 0 0 4px 4px;
    /*behavior: url("http://www.instantflipbook.com/PIE.htc");*/
    position: relative;
    padding: 19px 0 20px 200px;
}

.rightcolumn .button .buttonyellow {
    width: 260px;
    font-size: 22px;
    line-height: normal;
    padding: 0 44px 0 0;
}

.rightcolumn .button .buttonyellow a {
    width: 260px;
    height: 65px;
    background: url("/assets/images/gradient08.jpg") repeat-x top left;
    box-shadow: inset #b88600 0 -3px 2px, #7d1c4d 0 4px 4px;
}

.rightcolumn .button .buttonyellow a .divider {
    width: 215px;
    height: 55px;
    padding-top: 10px;
}

.rightcolumn .button .buttonyellow a .icon {
    width: 215px;
    background: url("/assets/images/arrow01.png") no-repeat scroll right 5px transparent;
}

.bgpricing .topheading .buttongreen {
    width: 193px;
    text-align: center;
    text-shadow: #666 0 -1px 0;
}

.bgpricing .topheading .buttoncancel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #e3e2e6;
    border-color: #d7d6da #c7c6cb #c7c6cb;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #c7c6cb;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #fff inset, 0 -2px 2px #c8c7cb inset;
    color: #a2a1a9;
    float: right;
    font-family: "source_sans_probold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 25px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    width: 118px;
    margin: 0 10px;
}

.width22 {
    width: 30% !important;
}

.width12 {
    min-width: 9% !important;
}

.pink-bg {
    background-color: #ab2669;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-right: solid thin #fff;
}


.big-bold {
    font-size: 18px;
    text-shadow: #444 0 1px 2px;
    line-height: 1.1em;
    font-weight: 700;
    margin: 0px;
    padding-top: 6px;
}

.small-comb {
    font-size: 12px;
    text-shadow: #444 0 1px 2px;
    font-weight: 400;
}

.small-comb span {
    font-size: 16px;
    font-weight: 700 !important;
}

.pink-bg.top-left-bor {
    border-top-left-radius: 4px !important;
}
.pink-bg.top-right-bor {
    border-top-right-radius: 4px !important;
}
.pink-bg {
    position: relative;
    min-height: 68px;
    padding-top: 6px;
    display: inline-block;
    width: 100%;
}
.pink-bg .color-bottom{
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0px;
}
.bronze-col {
    background-color: #b16324;
}
.light-grey-col {
    background-color: #d8d7dd;
}
.gold-col {
    background-color: #e69f00;
}
.dark-grey-col {
    background-color: #727272;
}
.b-big-bold {
    font-size: 22px;
    text-shadow: #fff 0 1px 2px;
    line-height: 1.1em;
    font-weight: 700;
    margin: 0px;
    padding-top: 6px;
}
.t-cell {
    min-height: 40px;

}
.t-cell p {
    text-shadow: #fff 0 1px 0;
    opacity: 1 !important;
}
.empty-cell {
    min-height: 68px;
}
.title-cell {
    display: none;
}
.table-prices {
    display: inline-block;
    width: 100%;
}
.grey-cell{
    background:#ecebed;
    text-align: center;
    vertical-align: middle;
    color: #222222;
    border-right: 1px solid #fff;
    text-shadow: #fff 0 1px 0;
    border-top: solid thin white !important;
    line-height: 39px !important;
    width: 100%;
}
.col1 {
    float: left;
}
.col1 .t-cell {
    text-align: right !important;
    font-size: 14px !important;
    padding: 0px 10px;
}
.columns {
    display: table-cell;
}
.right-margin {
    padding: 0px;
}
.x2-height {
    height: 80px !important;
}
.x3-height {
    height: 120px !important;
}
.x4-height {
    height: 160px !important;
}
.x5-height {
    height: 200px !important;
}
.lightg-cell {
    background-color: rgba(234, 207, 207, 0.2);
    border-top: solid thin white !important;
    border-right: solid thin white;
    position: relative;
    min-height: 40px;
    text-align: center;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     -ms-flex-pack: center;
}
.t-cell .big-bold{
    text-shadow: 0px 1px 0px #fff ;
    font-size: 14px !important;
}
/*.lightg-cell img{
    opacity: 0.2;
}*/
.green-cell {
    background-color: #dae6d2;
    border-top: solid thin white !important;
    position: relative;
    border-right: solid thin white;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.green-cell:last-child {
    border-right: none;
}
.col2 {
    width: 70%;
    float: left;
    display: table;
}
.tab-bottom {
    width: 100%;
    text-align: center;
    background: #ab2669;
    box-shadow: inset #711946 0 5px 5px;
    border-radius: 0 0 4px 4px;
    /*behavior: url("http://www.instantflipbook.com/PIE.htc");*/
    padding: 19px 0 20px 0px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: -5px;
}
.tab-bottom .yellow-btn-big {
    margin-left: 26%;
}
/*.green-cell img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}*/
.small-bold {
    font-size: 14px;
    font-weight: 700;
    text-shadow: #fff 0 1px 0;
}

.bottom-cell {
    text-align: center;
    box-shadow: inset #711946 0 5px 5px;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.bottom-cell .yellow-btn-big {
    margin: auto;
}
.total-sub {
    margin-right: 30px;
}
.purchase-num {
    margin-right: 5px;
}
.purchase-details {
    padding-top: 10px;
    padding-bottom: 30px;
}
.separator-line {
    font-size: 20px;
    border-bottom: 1px dotted #DDD;
    color: #AB2669;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cc-1 {
    padding-left: 30px;
    background-image: url(../images/cc-1.png);
    background-position: left;
    background-repeat: no-repeat;
}
.cc-2 {
    padding-left: 30px;
    background-image: url(../images/cc-2.png);
    background-position: left;
    background-repeat: no-repeat;
}
.cc-3 {
    padding-left: 30px;
    background-image: url(../images/cc-3.png);
    background-position: left;
    background-repeat: no-repeat;
}
.cc-4 {
    padding-left: 30px;
    background-image: url(../images/cc-4.png);
    background-position: left;
    background-repeat: no-repeat;
}
.cc-5 {
    padding-left: 30px;
    background-image: url(../images/cc-5.png);
    background-position: left;
    background-repeat: no-repeat;
}
.big-btn {
    font-size: 22px !important;
    text-shadow: 0 -1px 0 #444 !important;
    text-align: center !important;
    height: 49px !important;
    min-width: 100px !important;

}
.button-holder {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}
.security-ad {
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.store-notice-security {
    padding-left: 13px;
    /*background: url(../images/lock.png) no-repeat calc(50% - 244px) center;*/
}
label {
    width: 100%
}
.alertbronze {
    width: 100%;
    min-height: 50px;
    background: #ba733b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ba733b 50%, #ba733b 50%, #b16323 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ba733b 50%,#ba733b 50%,#b16323 50%); /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient(top,  #ba733b 50%,#ba733b 50%,#b16323 50%);
    background: linear-gradient(to bottom,  #ba733b 50%,#ba733b 50%,#b16323 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba733b', endColorstr='#b16323',GradientType=0 ); /* IE6-9 */
    border: 1px solid #b16324;
    box-shadow: #eeeef0 0 1px 0;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-top: 5px;
}
.alertbronze p {
    font-size: 16px;
    color: #000;
    background: url("../images/icon_alert.png") no-repeat 10px 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #cd9a71 0 1px 1px;
    padding: 8px 0 7px 0;
    font-weight: 700;
    height: 40px;
    margin-bottom: 0px;
}

.alertsilver {
    width: 100%;
    min-height: 50px;
    background: #e4e3e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4e3e8 50%, #e4e3e8 50%, #d8d7dd 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e4e3e8 50%,#e4e3e8 50%,#d8d7dd 50%); /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient(top,  #e4e3e8 50%,#e4e3e8 50%,#d8d7dd 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e4e3e8 50%,#e4e3e8 50%,#d8d7dd 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e8', endColorstr='#d8d7dd',GradientType=0 ); /* IE6-9 */
    border: 1px solid #a1a1a1;
    box-shadow: #eeeef0 0 1px 0;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-top: 5px;
}
.alertsilver p {
    font-size: 16px;
    color: #000;
    background: url("../images/icon_alert.png") no-repeat 10px 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #e6e5e9 0 1px 1px;
    padding: 8px 0 7px 0;
    font-weight: 700;
    height: 40px;
    margin-bottom: 0px;
}

.alertgold {
    width: 100%;
    min-height: 50px;
    background: #ebad26; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebad26 50%, #ebad26 50%, #e59f01 50%); /* FF3.6-15 */
    background: -ms-linear-gradient(top,  #ebad26 50%, #ebad26 50%, #e59f01 50%);
    background: -webkit-linear-gradient(top,  #ebad26 50%,#ebad26 50%,#e59f01 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ebad26 50%,#ebad26 50%,#e59f01 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebad26', endColorstr='#e59f01',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ce8e00;
    box-shadow: #eeeef0 0 1px 0;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-top: 5px;
}
.alertgold p {
    font-size: 16px;
    color: #000;
    background: url("../images/icon_alert.png") no-repeat 10px 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #efc25e 0 1px 1px;
    padding: 8px 0 7px 0;
    font-weight: 700;
    height: 40px;
    margin-bottom: 0px;
}

.alertplatinum {
    width: 100%;
    min-height: 50px;
    background: #858585; /* Old browsers */
    background: -moz-linear-gradient(top,  #858585 50%, #858585 50%, #777777 50%); /* FF3.6-15 */
    background: -ms-linear-gradient(top,  #858585 50%, #858585 50%, #777777 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #858585 50%,#858585 50%,#777777 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #858585 50%,#858585 50%,#777777 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
    border: 1px solid #737373;
    box-shadow: #eeeef0 0 1px 0;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-top: 5px;
}
.alertplatinum p {
    font-size: 16px;
    color: #000;
    background: url("../images/icon_alert.png") no-repeat 10px 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: #a6a6a6 0 1px 1px;
    padding: 8px 0 7px 0;
    font-weight: 700;
    height: 40px;
    margin-bottom: 0px;
}

.files-sect {
    display: inline-block;
    width: 100%;
}
.files-sect .addnew {
    width: 30.5%;
    min-height: 329px;
    float: left;
    background: #ab2669;
    border-radius: 4px;
    /*behavior: url("http://www.instantflipbook.com/PIE.htc");*/
    position: relative;
    margin-right: 2.8%;
    margin-bottom: 30px;
    /*padding-bottom: 15px;*/
    cursor: pointer;
}
.modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #ab2669;
}
.files-sect p{
    font-size: 16px;
    line-height: 1.6em;
    padding-bottom: 28px;
}
 .addnew .newflip {
        padding: 89px 15px 0 15px;
}
.addnew .newflip .progress {
    margin: 15px 0;
}
.addnew .add {
    width: 100%;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    text-shadow: #333 0 1px 1px;
    padding: 45px 0 17px 0;
    background: url("../images/icon_add.png") no-repeat top center;
    color: #fff;
    font-weight: 700;
}
.addnew .yellow-btn {
    cursor: pointer;
}
.yellow-btn {
    display: block;
    border-radius: 4px;
    background: rgb(255, 216, 0);
    background-image: -moz-linear-gradient( 90deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, #E5A700 0%, #FFD800 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px #FFF, inset 0px -1px 3px #AA7C00;
    font-size: 22px;
    color: #433100;
    text-decoration: none;
    text-align: center;
    text-shadow: #f9e8ae 0 1px 0;
    font-weight: 700;
    padding: 15px 0px;
}
#question-button a {
    border-radius: 4px 4px 4px 4px;
    background-color: #404040;
    color: #fff;
    float: none;
    font-size: 16px;
    line-height: 14px;
    padding: 14px 15px 12px;
    position: fixed;
    text-decoration: none;
    text-shadow: none;
    z-index: 9997;
    left: -6px;
    margin-top: 27.5px;
    opacity: .96;
    top: 50%;
    cursor: pointer;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    /*behavior: url(-ms-transform.htc);*/
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0 0;
}
#question-button a:hover {
    outline: medium none !important;
    left: -3px;
    opacity: 1;
}
.btn-grey-n{
    background: linear-gradient(#ebebec, #dbdbdc) repeat scroll 0 0 rgba(0,0,0,0);
    border: 1px solid #9e9da0;
    border-radius: 4px;
    box-shadow: 0 1px 1px #fbfbfb inset,0 1px 2px #b6b6b7;
    color: #5f5e61;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px #f5f2f5;
    width: 100%;
    margin-top: 10px;
}
.btn-grey-n:hover{
    text-decoration: none;
    color: #5f5e61;
}
.yellow-btn:hover {
    background-image: -moz-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -webkit-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -ms-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.yellow-btn:active {
    background-image: -moz-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -webkit-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    background-image: -ms-linear-gradient( 270deg, rgb(229, 167, 0) 0%, rgb(229, 167, 0) 100%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
}

.btn-purple {
    display: block;
    background: #ab2669;
    /*border: 1px solid #ab2669;
    border-top: 1px solid #ab2669;*/
    border-radius: 4px;
    color: #ffffff;
    padding-bottom: 8px;
    padding-top: 7px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 15px;
}

.btn-purple:hover {
    color: #ffffff;
    background: #ab2669;
}

.btn-purple:active {
    background: #ab2669;
}

.offer {
    width: 30.5%;
    min-height: 329px;
    float: left;
    background: #ecebed;
    background: #ecebed;
    border: 1px solid #c8c7ce;
    box-shadow: inset #fff 0 1px 0,#cdcdcd 0 1px 2px;
    border-radius: 4px;
    position: relative;
    margin: 0 2.8% 30px 0;
}

.offer .header {
    min-height: 164px;
}

.offer .header h2 {
    float: none;
    text-align: center;
    padding-top: 41px;
}

.offer .header p {
    text-align: center;
    padding: 0 0;
    margin: 0;
}

.offer .footer {
    background-color: #63a408;
    position: absolute;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom: 0;
    height: 40%;
    width: 100%;
    padding-top: 35px;
}

.offer .footer p {
    font-size: 18px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-shadow: #000 0 1px 0;
    text-align: center;
}

#offer-countdown p {
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: #000 0 1px 0;
    text-align: center;
    padding: 0;
}

.set {
    width: 30.5%;
    min-height: 329px;
    float: left;
    background: #ecebed;
    border: 1px solid #c8c7ce;
    box-shadow: inset #fff 0 1px 0,#cdcdcd 0 1px 2px;
    border-radius: 4px;
    position: relative;
    padding: 0 4px;
    margin: 0 2.8% 30px 0;
}
.set:last-child {
    margin-right: 0% !important;
}
.set .purchased {
    position: absolute;
    top: -2px;
    right: -5px;
    z-index: 10;
}
.set .bgphoto {
    width: 100%;
    min-height: 150px;
    position: relative;
}
.shelf-dash {
    width: 100%;
    position: absolute;
    top: 131px;
}
.shelf-dash img{
    width: 100%;
}
.set .photo1 {
    width: 100%;
    float: left;
    position: absolute;
    top: 20px;
    z-index: 2;
    text-align: center;
}
.set .photo1 img {
    box-shadow: #8a898b 0 2px 3px;
    background-color: #f7f7f7;
    position: relative;
}
.set .info {
    padding: 15px 10px 10px 10px;
}
.set h3 {
    float: left;
    font-size: 14px;
    text-shadow: #fff 0 1px 0;
    padding-top: 3px;
    color: #ab2669;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
}
.set .done {
    background: url("../images/bullet03.jpg") no-repeat 0 1px;
}
.set .error {
    background: url("../images/bullet04.jpg") no-repeat 0 1px;
}
.set .waiting {
  background: url("../images/waiting_icon.jpg") no-repeat 0 1px;
}
.set .process {
  background: url("../images/process_icon.jpg") no-repeat 0 1px;
}
.set p {
    float: right;
    font-weight: 700;
    line-height: 1.4em;
    padding: 0 0 0 24px;
    margin-top: 32px;
    margin-bottom: 0px;
}
.set p.status {
    font-size: 14px;
}
.set ul {
    width: 100%;
    float: left;
    padding: 15px 0 5px 0;
}
.the-tooltip {
    position: relative;
    cursor: pointer;
}

.color-picker label {
    width: 80%;
}

.color-picker input {
    margin-top: 5px;
}

.color-picker-help {
    position: absolute;
}

.the-tooltip a, .disabled a {
    padding: 5px;
    display: block;
}
.set ul li{
    width: 14%;
    height: 33px;
    display: inline-block;
    position: relative;
    background: #dad9df;
    border: 1px solid #a2a1a9;
    border-top: 1px solid #c2c2c7;
    box-shadow: inset #f3f3f4 0 1px 0,inset #bbb 0 -1px 1px,#ddd 0 3px 3px;
    border-radius: 4px;
    text-align: center;
    float: left;
    margin-right: 1.8%;
}
.set ul li:last-child {
    margin-right: 0% !important;
}
.set ul li .tool {
    color: #fff;
    float: left;
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 5px 87px;
    padding: 5px 0;
    text-align: center;
    text-indent: 0;
    text-shadow: 0 -1px 0 #000;
    text-transform: none;
    width: 120px;
}
.set ul li:hover {
    background: #3098c8;
    border: 1px solid #226c8d;
    border-top: 1px solid #2a86b0;
    box-shadow: inset #7ab5d0 0 1px 0,inset #1e6180 0 -1px 1px,#ddd 0 3px 3px;
}

.set ul li.disabled {
    background: #dad9df;
    border: 1px solid #a2a1a9;
    border-top: 1px solid #c2c2c7;
    box-shadow: none;
    cursor: default;
}

.set ul li.disabled:hover {
    background: #dad9df;
    border: 1px solid #a2a1a9;
    border-top: 1px solid #c2c2c7;
    box-shadow: none;
}

.the-tooltip.black>.the-tooltip-balloon {
    text-shadow: 0 1px 0 #000;
}
.the-tooltip.black>.the-tooltip-balloon {
    background-color: #333;
    border-color: #0d0d0d;
    color: #fff;
}
.the-tooltip.auto-width>.the-tooltip-balloon {
    white-space: nowrap;
    width: auto;
}
.the-tooltip.top>.the-tooltip-balloon {
    bottom: 100%;
    margin-bottom: 15px;
}
.the-tooltip.center>.the-tooltip-balloon {
    left: -32px;
    margin-left: 50%;
    width: 67px;
}
.set .buttonexpires .icon:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.set .buttonexpires .icon {
    position: absolute;
    right: 2px;
    line-height: .5em;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: -2px;
    padding-right: 1px;
}

.the-tooltip>.the-tooltip-balloon {
  display: none;
    border: solid 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.3) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.3) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.5;
    opacity: 0;
    padding: 10px 10px;
    position: absolute;
    -webkit-transition: .2s 0s;
    -moz-transition: .2s 0s;
    -ms-transition: .2s 0s;
    -o-transition: .2s 0s;
    transition: .2s 0s;
    width: 150px;
    z-index: 999;
}
.the-tooltip :focus+.the-tooltip-balloon, .the-tooltip:focus>.the-tooltip-balloon, .the-tooltip:hover>.the-tooltip-balloon {
    display: block;
    opacity: 1;
    -webkit-transition: .4s 0s;
    -moz-transition: .4s 0s;
    -ms-transition: .4s 0s;
    -o-transition: .4s 0s;
    transition: .4s 0s;
}
.the-tooltip.top>.the-tooltip-balloon:after, .the-tooltip.top>.the-tooltip-balloon:before {
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    top: 100%;
}
.the-tooltip.black>.the-tooltip-balloon:after {
    border-color: #333;
}
.the-tooltip.center>.the-tooltip-balloon:after, .the-tooltip.center>.the-tooltip-balloon:before {
    left: 50%;
    margin-left: -7px;
}
.the-tooltip>.the-tooltip-balloon:after, .the-tooltip>.the-tooltip-balloon:before {
    border: solid 6px;
    content: "";
    display: block;
    margin: 0 20px 0 20px;
    position: absolute;
}
.set .buttonexpires {
    width: 100%;
    float: left;
    background: #ab2669;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #000 0 1px 0;
    padding-top: 6px;
    padding-bottom: 6px;
}
.set .buttonexpires .icon {
    position: absolute;
    right: 2px;
    line-height: .5em;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: -2px;
    padding-right: 1px;
}
.set .buttonexpires .icon .toolinfo {
    width: 298px;
    background: #333237;
    border: 1px solid #1b2127;
    box-shadow: inset #666 0 1px 0,#bbb 0 1px 2px;
    border-radius: 4px;
    font-family: "source_sans_proregular",Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #fff;
    text-shadow: #000 0 -1px 0;
    line-height: 1.6em;
    text-transform: none;
    padding: 9px 15px;
    margin: 0 0 12px -6px;
    left: -125px;
}
.set .tools {
    margin: 0;
}

.info .buttonexpires {
    margin: 10px 0 12px 0;
}

.tools a.buttongreen {
    padding-top: 5px;
}

.tools a.buttongreen:hover {
    color: #ffffff;
    text-decoration: none !important;
}

.tools li a i {
    font-size: 18px;
    color: #5B3E5B;
    line-height: 22px;
    text-shadow: 0px 1px 0 #fff;
}
.tools li:hover a i {
    color: #ffffff;
    text-shadow: 0px 1px 0 #226c8d;
}
.tools li.disabled a i {
    color: #999;
    text-shadow: none;
    cursor: default;
}
.tools li.disabled:hover a i {
    color: #999;
    text-shadow: none;
}
.tools button.disabled, .tools a.disabled, .tools a.disabled:hover {
    color: #999;
    background: #dad9df;
    text-shadow: 0px 1px 0 #fff;
    box-shadow: none;
    border: 1px solid #a2a1a9;
    border-top: 1px solid #c2c2c7;
    cursor: default;
    height: 33px;
}
.tools button.disabled:active, .tools a.disabled:active {
    box-shadow: none;
}
.functions ul {
    list-style: none;
}
.functions ul li {
    font-weight: 700;
    font-size: 14px;
    color: #2a2a2a;
    text-shadow: #fff 0 1px 1px;
    line-height: 1em;
   /* padding-bottom: 10px;*/
}

.width30 {
    width: 30%;
    margin-right: 30px;
}

.width32 {
    width: 32%;
    margin-right: 10px;
}

.width32 .set{
    width: 100%;
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.width30 .set{
    width: 100%;
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}
.settings-title {
    color: #ab2669;
    font-size: 24px;
    font-weight: 700;
}
.settings-title span{
    width: 30px;
    height: 30px;
    background: #222;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0px 6px 0 0;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.width20 {
    width: 30%;
}
.paddingleft60 {
    margin-left: 58px !important;
}

.paddingleft50 {
    margin-left: 48px !important;
}

.paddingright60 {
    margin-right: 58px !important;
}
.divider {
    width: 100%;
    border-bottom: solid thin #D0D0D0;
}
.righ-col70 {
    width: 66%;
    display: inline-block;
    float: left;
}
.form-inline label{
    float: left;
    width: 158px;
    line-height: 37px;
    margin-left: 41px;
}
.width50 {
    width: 50%;
}
.color-picker {
    width: 75%;
    position: relative;
}
.form-control.color{
    height: 30px !important;
    font-size: 16px !important;
    border-radius: 3px !important;
}
.upload-img-container .buttongreen {
    float: none !important;
    height: 42px

}
.upload-img-container {
    display: none;
    padding-top: 1rem;
}
.color-picker-holder .color-picker {
    width: 35%;
}
.form-group.speed label {
    width: 200px;
}
.button-footer {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
.buttongreen.big {
    padding: 10px 30px 10px 30px;
        width: auto !important;
    height: auto !important;
    font-size: 22px;
}
.buttoncancel {
    width: 48%;
    float: left;
    background: #e3e2e6;
    border: 1px solid #c7c6cb;
    border-top: 1px solid #d7d6da;
    box-shadow: inset #fff 0 1px 0,inset #c8c7cb 0 -2px 2px;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    color: #a2a1a9;
    text-decoration: none;
    text-align: center;
    text-shadow: #fff 0 1px 0;
    padding-top: 5px;
    padding-bottom: 6px;
    font-weight: 700;
}
.dashboard .tools .buttongreen {
    width: 36% !important;
}
.settings .tools .buttongreen {
    width: 48% !important;
}
.settings .set {
    min-height: 290px;
}
.form-control.small {
    height: 30px !important;
}
.width70 {
    width: 70%;
    padding-left: 0px;
}
.width30per {
    width: 30%;
}
.blog-item .features-item-title{
    font-size: 24px;
}





/*CHECKBOX*/

.checkbox {
  padding-left: 20px;
}
.checkbox label, .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-weight: 700;
  font-size: 14px;
   color: #2a2a2a;
    text-shadow: #fff 0 1px 1px;
    line-height: 16px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
:focus {
outline-style:none;
box-shadow:none;
border-color:transparent;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  position: relative;
  opacity: 0;
  z-index: 1;
  right: 18px;
  top: 24px;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.partners.customers.mob {
    display: none;
    }
.partners.customers.mob1 {
    display: none;
    }

.partners.customers.mob2 {
    display: none;
    }
.blog .total {
    padding-top: 20px !important;
}
.margin-right0 {
    margin-right: 0px;
}




/*RESPONSIVE STYLES*/

@media (max-width: 921px) and (min-width: 800px){
.columns {
    width: 33.333%;
    display: inline-block;
    float: left;
     margin-bottom: 20px;
}
    .tab-bottom {
        margin-top: -20px;
    }
}
@media (max-width: 800px) and (min-width: 560px){
.columns {
    width: 50%;
    display: inline-block;
    float: left;
     margin-bottom: 20px;
}
    .tab-bottom {
        margin-top: -20px;
    }
}
@media (max-width: 559px){
.columns {
    width: 100% !important;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
    .columns:last-child {
    margin-bottom: 0px;

}
    .pink-bg {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
}
    .tab-bottom {
        padding-left: 10px;
        padding-right: 10px;
}
    .tab-bottom .yellow-btn-big {
        margin-left: 0px;
    }
    .tab-bottom .yellow-btn-big {
    width: 100%;
    height: 65px;
}
.tab-bottom .yellow-btn-big .title {
    font-size: 22px;
    top: 18px;
}

.tab-bottom .yellow-btn-big .subtitle {
    top: 33px;
}


.tab-bottom .yellow-btn-big .play-part {
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 16.5px;
    right: 23px;
    background-color: #ca9400;
    border-radius: 50%;
    background-image: url(../images/arrow-r.png);
    background-position: 10px;
    background-repeat: no-repeat;
}
}
@media (max-width:921px) {
    .col1 {
        display: none;
    }
    .col2 {
        width: 100%
    }
    .title-cell {
        display: block;
    }
    .grey-cell {
        line-height: 15px !important;
    }
    .table-prices {
        display: block;
    }
    .grey-cell {
        padding: 5px 0px;
        height: 65px;
    }
    .green-cell {
        display: block !important;
    }
    .lightg-cell {
        display: block !important;
    }
    .x4-height {
        height: 260px;
        padding-top: 5px;
    }
    .x4-height img {
        margin-top: 40px !important;
    }
    .x2-height {
        height: 130px;
        padding-top: 5px;
    }
    .x2-height img {
        margin-top: 10px !important;
    }
    .x-height {
        height: 65px;
        padding-top: 5px;
    }
     .x-height img {
        margin-top: -7px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
}
    .btn-group li a:first-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .btn-group li a:first-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-brand {
        padding: 5px !important;
    }
    .nav.navbar-nav.navbar-right {
        float: left !important;
        margin-left: -25px;
    }
    .login-signup a {
        /*padding-right: -15px;*/
    }
}

@media (max-width:767px) {
    .main-banner {
    height: 100% !important;
}
    .righ-col70 {
        width: 100%
    }
    .settings .width30{
        width: 100%;
    }
    .customers-footer {
        width:  70%;
    }
    .partners.customers.mob ul li {
        width: 23.5%;
    }
    .partners.customers.mob {
    display: inherit;
    }
    .partners.customers {
    display: none;
    }
    .files-sect .addnew {
    width: 46%;
    min-width: 230px;
    margin-bottom: 15px;
    }
    .set {
    width: 46%;
    min-width: 230px;
    }
    .alertbronze p, .alertsilver p, .alertgold p, .alertplatinum p {
    display: inline-block;
    padding-left: 52px;
    padding-top: 8px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    }
    .navbar-default .navbar-nav>li>a:focus{
        color: white;
    }
    footer p {
    float:none;
    text-align: center;
    margin-top: 30px
    }
    .width13 {
    width: 50%;
}
    .right-margin {
    padding-left: 15px;
    padding-right: 15px;
}
    a.navbar-brand img {
        width: 120px
    }
    .banner-title {
        margin-left: 0px;
    }
    .banner-title h1 {
        font-size: 30px;
        text-align: center;
    }
    .navbar-toggle .icon-bar {
        background-color: white !important;
    }
    .flipbook-nav .navbar-right li a {
        text-align: center;
    }
    .navbar-collapse .btn-group {
        float: none !important;
        width: 100% !important;
        margin-left: 35%;
    }
    .main-banner .banner-img {
        margin-left: 0px;
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .main-banner p {
        text-align: center;
    }
    /*.main-banner {
        min-height: 600px;
    }*/
    .benefits-rows {
        font-size: 1.6em;
    }
    .benefits {
        float: none;
        width: 69%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-banner .banner-img img {
        position: static;
        width: 70%;
    }
    .content-column {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-content {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;

    }
    footer .yellow-btn-big {
        display: none;
    }
    .navbar-default .navbar-toggle:hover {
        background: none;
    }
    .navbar-default .navbar-collapse {
        border-color: transparent !important;
    }
}

@media (max-width:520px) {
    .color-picker-holder .color-picker {
    width: 50%;
}
    .settings .width50 {
        padding-left: 58px;
        width: 100%
    }
    .settings .form-inline label{
        margin-left: 0px
    }
    .settings .form-inline {
        padding: 0 58px
    }
    .paddingleft60 {
    margin-left: 0px !important;
}
    .settings .width20 {
    width: 100%;
    padding-left: 58px;
}
    .benefits {
        width: 100%;
    }
    .benefit-row {
        font-size: .7em !important;
    }
    .main-banner h1 {
        font-size: 2em !important;
    }
    .main-banner .yellow-btn-big {
        width: 100%;
    }
    .main-banner .banner-img img {
        position: static;
        width: 90%;
    }
    .navbar-collapse .btn-group {
        margin-left: 28%;
    }

}
@media (max-width:480px) {
    .padding15 {
        padding: 0px;
    }
    .feature-item-footer .btn-grey {
        width: 100%;
        display: block;
    }
    .feature-item-footer .btn-yellow {
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
    }
    .customers-footer {
        width: 100% !important
    }
    .partners.customers.mob1 ul li {
        width: 32%;
    }
    .partners.customers.mob1 {
        display: inherit;
    }
    .partners.customers.mob {
        display: none;
    }
    .files-sect .addnew {
        width: 100%;
        margin-bottom: 15px;
    }
    .set {
        width: 100%;
        margin-bottom: 15px;
    }
    .set .info {
        padding: 10% 10px 10px 10px;
        display: inline-block;
        width: 100%;
    }
}
@media (max-width:350px) {
    .navbar-collapse .btn-group {
        margin-left: 19% !important;
    }
}
@media (max-width:420px) {
.partners.customers.mob2 ul li {
        width: 49%;
    }
    .partners.customers.mob2 {
    display: block;
    }
    .partners.customers.mob1 {
    display: none;
    }
    .partners.customers.mob {
    display: none;
    }
}

@media (min-width: 768px){
    .alertbronze p, .alertsilver p, .alertgold p, .alertplatinum p {
        display: inline-block;
        padding-left: 52px;
        padding-top: 8px;
    }

    .set {
        min-width: 250px;
    }
    .addnew {
        min-width: 250px;
    }
}

.trial-uploader .progress, .addnew .progress, .addnew input, .upload-img-container .progress {
    display: none;
}

.progress-bar-trial-home {
    background-image: -webkit-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: -moz-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: -ms-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: -o-linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    background: linear-gradient( 0deg, rgb(229, 167, 0) 0%, rgb(255, 216, 0) 100%);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px -1px 3px #AA7C00;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px -1px 3px #AA7C00;
    min-width:2em;
    color: #433100;
    font-weight:700;
    text-shadow: #f9e8ae 0 1px 0;
}

.pricing-trial .progress {
    margin-left: 26%;
    width: 290px;
}

#embed-flipbook-generator button.buttongreen {
    width: 100% !important;
    float: left !important;
}

.progress-wait {
    display: none;
    width: 100%;
    line-height: 48px;
}

.progress-wait span {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    position: relative;
}

.progress-wait-banner {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
}

.progress-wait-banner span {
    background-image: url(../images/loader.gif);
    margin-right: 10px;
}

.progress-wait-right {
    font-size: 13px;
    font-weight: 700;
    color: rgb(67, 49, 0);
}

.progress-wait-right span {
    background-image: url(../images/loader1.gif);
    margin-right: 6px;
}

.progress-wait-footer {
    font-size: 13px;
    line-height: 24px !important;
    font-weight: 500;
    color: rgb(67, 49, 0);
}

.progress-wait-footer span {
    background-image: url(../images/loader2.gif);
    margin-right: 6px;
}

.progress-wait-pricing {
    color: #fff;
    font-size: 16px;
    margin-left: 20%;
    font-weight: 600;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    text-align: left !important;
}

.progress-wait-pricing span {
    background-image: url(../images/loader.gif);
    margin-right: 6px;
}

.progress-wait-customers {
    font-size: 13px;
    font-weight: 600;
    color: rgb(67, 49, 0);
}

.progress-wait-customers span {
    background-image: url(../images/loader3.gif);
    margin-right: 6px;
}

.progress-wait-profile {
    z-index:999;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px !important;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
}

.progress-wait-profile span {
    background-image: url(../images/loader.gif);
    margin-right: 6px;
}

.uploadFile {
    display: none !important;
}

.pink-text {
    color: #ab2669;
}

.pagination > li > a {
    color: #ab2669;
}
.pagination > li > a:hover {
    color: #ab2669;
}

.pagination > .active > a {
    background-color: #ab2669;
    border-color: #ab2669;
    color: #ffffff;
}
.pagination > .active > a:hover {
    background-color: #ab2669;
    border-color: #ab2669;
    color: #ffffff;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: 700;
}

.form-horizontal .col-form-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

textarea.form-control {
    height: auto;
}

.has-error .form-control {
    border-color: #a94442;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .col-form-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}