::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a, a:active {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    outline: none;
    color: #0288d1;
}

/* Apple Devices */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 14px;
    font-family: 'robotoregular', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    color: #666666;
    background: #f8f8f8;
}
h1 {
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 20px 0;
    font-family: 'exo_2regular';
}
h1 b {
    font-family: 'exo_2bold';
    font-weight: normal;
}
h2 {
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 20px 0;
    font-family: 'exo_2regular';
}
h3 {
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 20px 0;
    font-family: 'exo_2regular';
}
h4, h5, h6 {
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 20px 0;
    font-family: 'exo_2medium';
}
ul, ol, menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav {
    display: block;
}
img {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
p {
    margin: 0 0 20px 0;
    color: #2e2e2e;
}
input[type="number"] {
    color: #666;
    font-size: 12px;
    padding: 8px 5px 8px 8px;
    outline: none;
    border: 1px solid #ddd;
}
input[type="text"], input[type="password"] {
    transition: all 0.3s ease;
    padding: 8px 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    outline: none;
    float: left;
}
input.filter {
    padding: 4px 10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="number"]:focus {
    border: 1px solid #72c2ed;
}
textarea {
    transition: all 0.3s ease;
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    width: 400px;
    padding: 10px;
    border: 1px solid #ddd;
    color: #666;
    height: 200px;
    background: #FDFDFD;
}
label.w120 {
    width: 120px;
    float: left;
    margin-top: 7px;
}
label.w150 {
    width: 150px;
    float: left;
    margin-top: 7px;
}
label.w80 {
    width: 80px;
    float: left;
    margin-top: 7px;
}

/* buttons */
.green-btn {
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    padding: 9px 25px 8px 10px;
    position: relative;
    background: #0288d1;
    overflow: hidden;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}
button.green-btn {
    line-height: 1;
}
.green-btn:after {
    background: rgba(255, 255, 255, 0.1);
    height: 300%;
    margin: -5px 0 0 -5px;
    right: 0;
    top: 0;
    transform: rotate(-20deg);
    transform-origin: 0 0 0;
    width: 30%;
    z-index: 1;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
}
#build-type-warning {
    display: none;
}
.green-btn:hover:after {
    width: 140%;
}

/* clear filters */
.clear-filters {
    background: url(../img/clear-filters.png) 96% center no-repeat #0288d1;
}

/* create new */
.create-new {
    background: url(../img/white-plus.png) 93% center no-repeat #0288d1;
}

/* next step */
.next-step {
    background: url(../img/next.png) 91% center no-repeat #0288d1;
}

/* search*/
.search {
    background: url(../img/search.png) 92% center no-repeat #0288d1;
    padding-right: 30px;
}

/* checkout */
.checkout {
    background: url(../img/white-checkout.png) 92% center no-repeat #0288d1;
}

/* custom css */
.container {
    width: 1280px;
    margin: 0 auto;
}

/* floats */
.left, .middle, .right {
    width: 33.3%;
    float: left;
}
.left-2 {
    width: 50%;
    float: left;
}
.right-2 {
    width: 50%;
    float: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.bgWhite {
    background: #fff !important;
}
.radius-content {
    border-radius: 5px;
}

/* main header */
#main-header .top-header {
    background: #33373b;
    min-height: 60px;
}

/* logo */
#main-header .logo {
    margin-top: 18px;
}

/* select language */
#main-header .language {
    position: relative;
    text-align: center;
}
#main-header .select-language {
    display: inline-block;
    background: url(../img/mini-map.png) left center no-repeat;
    padding: 5px 0 5px 50px;
    margin-top: 15px;
    cursor: pointer;
}
#main-header div.dropdown {
    display: none;
    position: absolute;
    background: #33373b;
    border: 1px solid #555758;
    border-top: 0;
    text-align: left;
    z-index: 999;
    left: -1px;
    right: -1px;
}
#main-header .dropdown  a {
    color: #cccccc;
    font-size: 12px;
    padding: 4px 5px 4px 7px;
    display: block;
}
#main-header .dropdown  a:hover {
    color: #fff;
}
#main-header div.dropdown2 {
    display: none;
    position: absolute;
    background: #33373b;
    border: 1px solid #555758;
    border-top: 0;
    text-align: left;
    z-index: 999;
    left: -1px;
    right: -1px;
}
#main-header .dropdown2  a {
    color: #cccccc;
    font-size: 12px;
    padding: 4px 5px 4px 7px;
    display: block;
}
#main-header .dropdown2  a:hover {
    color: #fff;
}
#main-header .drop {
    font-size: 12px;
    color: #fff;
    border: 1px solid #555758;
    display: inline-block;
    padding: 5px 23px 5px 7px;
    background: url(../img/arrow-lng.png) 85px center no-repeat;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}
#main-header .drop2 {
    font-size: 12px;
    color: #fff;
    border: 1px solid #555758;
    display: inline-block;
    padding: 5px 23px 5px 7px;
    background: url(../img/arrow-lng.png) 85px center no-repeat;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}
#main-header .user-info .drop {
    padding-left: 30px;
    background: url("../img/arrow-lng.png") no-repeat right 10px center, url("../img/menuUser.png") no-repeat  7px center;
}
#main-header .user-info .drop2 {
    padding-left: 30px;
    background: url("../img/arrow-lng.png") no-repeat right 10px center, url("../img/menuUser.png") no-repeat  7px center;
}
#main-header .language .drop {
    background-position: 33px;
}
#main-header .language .drop2 {
    background-position: 33px;
}
#main-header .select-language.open .current-language {
    border-bottom: 1px solid #33373B;
}

/* contact header */
#main-header div.contact-us {
    text-align: center;
}
#main-header a.contact-us {
    font-size: 12px;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    background: url(../img/contact-icon.png) left center no-repeat;
    padding-left: 22px;
}

/* user rank */
#main-header .user-info {
    margin-top: 20px;
    position: relative;
    text-align: right;
}
#main-header .user-info .user {
    color: #8b8b8b;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}
#main-header .customSelect {
    color: #ccc;
    font-size: 12px;
    background: #33373B;
    border: 1px solid #555758;
    padding: 5px;
    background: url(../img/arrow-lng.png) 85px center no-repeat;
    cursor: pointer;
}
#main-header .user-info option {
    padding: 5px;
    border: 0;
}
#main-header .user-info a.user-rank {
    background-position: 87px center;
}
#main-header .user-info .dropdown.v2 {
    text-align: left;
}
#main-header .user-info .dropdown2.v2 {
    text-align: left;
}
.mobile-actions{
    display: none;
}
/* navigation */
nav#main-navigation {
    padding: 15px 0 0 0;
    background: #ffffff;
}
nav#main-navigation ul.level1 > li {
    float: left;
    margin-right: 20px;
    position: relative;
}
nav#main-navigation li a {
    font-size: 13px;
    color: #262626;
    display: block;
    padding: 5px 0 7px 0;
    transition: none;
}
nav#main-navigation li.hover > a, nav#main-navigation ul.level1 > li.active > a, nav#main-navigation ul.level1 > li > a:hover {
    border-bottom: 4px solid #e53935;
}
nav#main-navigation li ul.level2 {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    padding: 15px 20px;
    display: none;
    z-index: 999;
}

/*nav#main-navigation li:hover ul.level2{
    display: block;
}*/
nav#main-navigation li:hover ul.level2 li a:hover {
    color: #cb2a2a;
}

/* main slider */
#main-banner {
    min-height: 300px;
    padding-top: 38px;
}
#main-banner.banner {
    background: url(../img/banner.jpg) center no-repeat;
}
#main-banner h1 {
    font-size: 36px;
    line-height: 36px;
    color: #333333;
}
#main-banner ul.features li {
    font-size: 14px;
    color: #333;
    background: url(../img/green-check.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
}
#main-banner .header-form {
    margin-top: 40px;
}
#main-banner .header-form input {
    transition: all 0.5s ease;
    width: 250px;
    display: block;
    margin-bottom: 10px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #fff;
    font-size: 12px;
    color: #666666;
    font-family: 'robotolight', sans-serif;
    outline: none;
    float: none;
}
#main-banner .header-form input:focus {
    background: rgba(255, 255, 255, 1);
}
#main-banner .header-form button {
    transition: all 0.3s ease;
    width: 250px;
    display: block;
    background: #00c853;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'robotoregular', sans-serif;
    border-bottom: 1px solid #01a144;
    border-radius: 1px;
    outline: none;
}
#main-banner .header-form button:hover {
    background: #01a144;
}
#main-banner .forgot-password {
    font-size: 11px;
    color: #666666;
    display: block;
    text-align: center;
    margin: 8px 0 5px 0;
}
#main-banner .forgot-password a {
    color: #666;
}
#main-banner .forgot-password a:hover {
    color: #0288d1;
}

/* program */
#main-content .program {
    margin-top: 40px;
}
.program-benefits {
    float: left;
    width: 49%;
    background: #fff;
    padding: 17px;
}
.program .img-box {
    float: left;
    margin-top: 22px;
    width: 18%;
}
.program-benefits .img-box {
    margin-top: 15px;
}
.program .details {
    float: right;
    width: 82%;
}
.program .details p {
    font-size: 12px;
    color: #666666;
    font-family: 'robotolight', sans-serif;
    margin-bottom: 10px;
}
.program-details {
    float: right;
    width: 49%;
    background: #fff;
    padding: 17px;
}
.program h4 {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #444343;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.program a {
    font-size: 11px;
    text-decoration: underline;
}
 .one, .two, .three {
        float: left;
        width: 20%;
        border-bottom: 1px dotted;
        height: 180px;
    }
.program a:hover {
    color: #3b7fa6;
}

/* awards */
.awards {
    margin-top: 50px;
    text-align: center;
}
.awards h5 {
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 30px;
}

/* we work with */
.we-work-with {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
}
.we-work-with {
    text-transform: uppercase;
    color: #333;
}

/* footer */
#main-footer {
    margin-top: 40px;
    padding: 25px 0;
    text-align: center;
}
#main-footer .container {
    position: relative;
    text-align: center;
}
#main-footer .footer-logo {
    position: absolute;
    left: 0;
}
#main-footer .sitemap {
    margin: 10px 0 0 0;
    text-align: center;
}
#main-footer .sitemap ul li {
    display: inline-block;
    margin-right: 5px;
}
#main-footer .sitemap ul li:first-child a {
    background: transparent;
}
#main-footer .sitemap ul li a {
    color: #666;
    font-size: 12px;
    background: url(../img/border.png) left center no-repeat;
    padding: 0 10px 0 15px;
}
#main-footer .sitemap ul li:hover a {
    color: #000;
}
#main-footer .copyright {
    display: block;
    font-size: 12px;
    color: #818181;
    font-family: 'robotolight', sans-serif;
    margin-top: 5px;
}

/* renewals page */
.video-link a.whiteBtn {
    transition: all 0.3s ease;
    color: #47543c;
    border-radius: 5px;
    padding: 8px 22px 8px 12px;
    text-transform: uppercase;
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background: url(../img/red-arrow.png) 93% center no-repeat #F4F4F4;
    margin-top: 2em;
    display: inline-block;
}
.video-link a.whiteBtn:hover {
    background-color: #dbd8d8;
    color: #31392b;
}
.slide {
    position: relative;
    overflow: auto;
    width: 100%;
}
.slide li {
    list-style: none;
}
.slide ul li {
    float: left;
    height: 380px;
    width: 100%;
}
.slide.distribuitori li.slide1 {
    background: url(../img/slide1.jpg) center no-repeat;
}
.slide.distribuitori li.slide2 {
    background: url(../img/slide2.jpg) center no-repeat;
}
.slide li h1, .banner li h2, .banner li h3 {
    font-family: 'exo_2regular';
}
.slide li h1 {
    font-size: 40px;
    color: #ffffff;
    margin: 3em 0 0 0;
}
.slide li h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
}
.formContainer .edit-info, .formContainer .change-password {
    margin-top: 20px;
}
.mobile-only {
    display: none;
}
.banner.distribuitori li h2 b {
    font-family: 'exo_2bold';
    font-weight: normal;
}
.dataLabel, .dataText {
    font-size: 12px !important;
}

/* second wrapper */
.middle-wrapper {
    padding: 15px;
    /*margin-top: 40px;*/
    float: left;
    width: 72%;
}
span.title-name {
    color: #727272;
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 20px;
    display: block;
}
.info-items a.page-info {
    font-size: 12px;
}

/* info items */
.info-items {
    margin-bottom: 30px;
}
.middle-wrapper .row {
    padding: 10px 0;
    margin: 0 15px;
}
.info-items .row {
    padding: 10px 0;
    margin: 0 15px 0 15px;
    border-bottom: 1px dotted #ccc;
}
.info-items .row.last {
    border-bottom: 0;
}
.info-items h1 {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.info-items a.hot:after {
    content: "";
    background: url(../img/hot.png) right center no-repeat;
    width: 30px;
    height: 10px;
    display: inline-block;
    cursor: default;
}
.info-items a.new:after {
    content: "";
    background: url(../img/new.png) right center no-repeat;
    width: 30px;
    height: 10px;
    display: inline-block;
    cursor: default;
}
.info-items a.see-all {
    font-size: 14px;
    margin-left: 5px;
}
.custom-align-order{
    text-align: right;
}
.info-items a.item-title {
    font-size: 13px;
    font-family: 'robotolight', sans-serif;
    background: url(../img/blue-arrow.png) left 5px no-repeat;
    padding-left: 11px;
    display: block;
}
.info-items span.extra-info {
    display: block;
    color: #727272;
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    padding-left: 11px;
}
.info-items h1.icon {
    padding-left: 21px;
    margin-left: 10px;
}
.info-items .clock h1 {
    background: url(../img/clock-item.png) left center no-repeat;
}
.info-items .special-price h1 {
    background: url(../img/pencil-item.png) left center no-repeat;
}
.info-items .renew h1 {
    background: url(../img/renew-item.png) left center no-repeat;
}
.info-items .not-found {
    background: url(../img/grey-arrow.png) left center no-repeat;
    padding-left: 11px;
    font-size: 14px;
    color: #727272;
}
.info-items a.create-new {
    font-size: 14px;
}
#main-content a:hover {
    color: #094a6d;
}
.info-items hr {
    margin: 20px 80px 20px 15px;
    border-color: #ddd;
}

/* pan program */
.pan-program {
    margin: 10px 0;
    padding: 10px 0;
}
.pan-program h1 {
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    color: #727272;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
}
.pan-program .header-tabs {
    text-align: right;
}
.pan-program .header-tabs span {
    width: 20%;
    padding: 14px 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'exo_2semi_bold';
    font-weight: 500;
    font-size: 13px;
    float: left;
    text-align: center;
    border-radius: 2px;
}
.pan-program .header-tabs span.space, .pan-program .tabs-details .title {
    width: 40%;
}
.pan-program .header-tabs span.gold {
    background: #FBC02D;
}
.pan-program .header-tabs span.silver {
    background: #BDBDBD;
}
.pan-program .header-tabs span.bronze {
    background: #C57153;
}
.pan-program .tabs-details .title span {
    font-size: 14px;
    color: #212121;
    font-family: 'robotolight', sans-serif;
}
.action-buttons-me {
    clear: both;
}
#check_103924 {
    float: right;
    margin-top: 15px;
}
#label_103924 {
    float: left;
    margin-top: 15px;
    font-size: 13px;
}
.pan-program .tabs-details .row2 > div {
    padding: 10px 0;
    float: left;
    border-top: 1px dotted #CFCFCF;
}
.pan-program .tabs-details .row2.last div {
    border-bottom: 1px dotted #CFCFCF;
}
.pan-program .gold-price, .pan-program .silver-price, .pan-program .bronze-price {
    width: 20%;
    text-align: center;
}
.pan-program .gold-price span, .pan-program .silver-price span, .pan-program .bronze-price span {
    color: #727272;
    font-size: 14px;
    font-family: 'robotolight', sans-serif;
}
.pan-program a.more-details {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/* video wrapper */
.video-wrapper {
    margin-top: 15px;
}
.video-wrapper .video {
    text-align: center;
    padding: 20px 20px;
    background: #fff;
    width: 49%;
}
.video-wrapper .video span {
    display: block;
    text-align: left;
}
.video-wrapper span.video-title {
    font-size: 15px;
    color: #212121;
    font-family: 'robotobold', sans-serif;
    margin-top: 10px;
}
.video-wrapper span.video-subtitle {
    font-size: 13px;
    color: #818181;
}

/* right wrapper */
.right-wrapper {
    width: 28%;
    float: right;
    margin-top: 15px;
    padding: 0 0 15px 0;
    background: #fff;
}
.right-wrapper .user-status span {
    background: #8BC34A;
    padding: 20px 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.right-wrapper .user-status span b {
    font-weight: 400;
    font-family: 'robotobold', sans-serif;
}
.info-items.news .top-info {
    padding: 0 0 8px 0;
    margin: 10px 11px 0 15px;
}
.info-items.news {
    width: 49.5%;
}
.news-wrapper {
    margin: 0 auto;
}
.news-wrapper .container {
    padding-left: 15px;
}
.info-items.news .row {
    margin-right: 7px;
    padding: 15px 0;
}
.info-items.news .item.sec .row {
    margin-right: 15px;
    margin-left: 7px;
}
.right-wrapper span.title-name {
    padding-bottom: 10px;
    border-bottom: 1px solid #F4F4F4;
    display: block;
    margin: 0;
}

/* range sliders */
.range-sliders {
    padding: 20px 0;
}
.right-wrapper .row {
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 15px;
}
.range-sliders .item {
    width: 47%;
}
.range-sliders .slider {
    margin-top: 15px;
}
.range-sliders .item .title {
    color: #212121;
    font-size: 14px;
    font-family: 'robotolight', sans-serif;
    margin-top: 5px;
}
.range-sliders .item .number {
    background: #727272;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.range-sliders .progress {
    height: 3px;
    display: block;
    position: relative;
    background: #727272;
    margin-top: 10px;
    border-radius: 20px;
}
.range-sliders .progress span {
    background: red;
    position: absolute;
    height: 3px;
}
.range-sliders .progress span:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: #ff5252;
    border-radius: 50%;
    top: -6px;
    right: -8px;
}
.slider .progress, .slider .progress * {
    text-align: left;
}

/* colors */
.range-sliders .sales span:after, .range-sliders .sales span {
    background: #FBC02D;
}
.range-sliders .tech span:after, .range-sliders .tech span {
    background: #8BC34A;
}
.range-sliders .status span:after, .range-sliders .status span {
    background: #FF5252;
}
.range-sliders span.details {
    font-size: 12px;
    color: #727272;
    font-family: 'robotolight', sans-serif;
    margin-top: 10px;
    display: block;
}
.more-details-link {
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    margin-top: 10px;
}
.range-sliders .pipeline span {
    background: transparent;
}
.range-sliders .pipeline span:after {
    background: #FF5252;
}
.range-sliders .pipeline-slider .right {
    text-align: right;
}
.range-sliders .pipeline-slider .middle {
    text-align: center;
}
.range-sliders .pipeline-slider span.details {
    color: #b6b6b6;
}
.range-sliders .pipeline-slider span.total-price {
    margin-top: 10px;
    color: #212121;
    font-size: 14px;
    font-family: 'robotolight', sans-serif;
}
.range-sliders .credit-slider .more-details span + span {
    display: block;
    margin-top: 10px;
}
.range-sliders .blocked {
    padding: 15px 15px 25px 15px;
}
.range-sliders .blocked .title-name {
    border-bottom: 0;
    padding: 7px 0 0 0;
}
.range-sliders .bocked-answer {
    padding: 5px;
    background: #8BC34A;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px;
}
.range-sliders .bitdefender-contacts {
    margin: 0 15px;
}
.range-sliders .bitdefender-contacts .item-row {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.range-sliders .bitdefender-contacts .name {
    display: block;
    color: #212121;
    font-family: 'robotoregular', sans-serif;
    font-weight: 600;
}
.range-sliders .bitdefender-contacts .role {
    font-size: 12px;
    color: #212121;
    font-family: 'robotolight', sans-serif;
    display: block;
}
.range-sliders .bitdefender-contacts .email {
    font-size: 12px;
    font-family: 'robotolight', sans-serif;
    display: block;
}

/* mobile navigation */
#main-header .icon-menu {
    width: 40px;
    height: 40px;
    background: url(../img/menu-mobile.png) right center no-repeat;
    display: block;
    cursor: pointer;
    margin: 10px 10px 0 0;
}
#main-header .icon-menu.active {
    background: url(../img/menu-close.png) right center no-repeat;
}
#mobile-nav {
    width: 100%;
    clear: both;
    text-align: center;
    display: none;
}
#main-header .icon-menu {
    display: none;
}
#mobile-nav ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}

/* breadcrumb */
#main-breadcrumb {
    background: #6b6a6e;
    min-height: 160px;
    padding: 10px 0;
}
#main-breadcrumb h1 {
    color: #fff;
    font-family: 'exo_2semi_bold', sans-serif;
    font-size: 36px;
    margin: 20px 0 0px 0;
    letter-spacing: -1px;
}
#main-breadcrumb h3 {
    color: #fff;
    font-family: 'exo_2light';
    font-size: 22px;
    letter-spacing: -1px;
}
.breadcrumb {
    padding: 10px 0 0 0;
    border-top: 1px solid #999;
}
.breadcrumb a {
    color: #555;
    display: inline-block;
    font-size: 11px;
}
.breadcrumb .arrow {
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    width: 3px;
    background: url(../img/breadcrumbArrow.png) center no-repeat;
}

/* components */
.components h1 {
    font-size: 26px;
    margin-top: 50px;
}
.filters-wrapper .item-search {
    background: #565656 none repeat scroll 0 0;
    padding: 20px 25px 15px;
}
.filters-wrapper .item-left {
    width: 19%;
}
.filters-wrapper .item-middle {
    text-align: left;
    width: 50%;
}
.filters-wrapper .item-left input {
    width: 150px;
}
.filters-wrapper .item-middle input {
    width: 400px;
}
.filters-wrapper input {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: medium none transparent;
    color: #666666;
    display: block;
    font-family: "robotolight", sans-serif;
    font-size: 12px;
    outline: medium none;
    padding: 6px 10px;
    transition: all 0.5s ease 0s;
}
.filters-wrapper input:focus {
    border: none;
}
.filters-wrapper a.clear-filters img {
    padding-right: 3px;
    transition: all 0.5s ease 0s;
}
.filters-wrapper a.clear-filters:hover img {
    transform: rotate(45deg)
}
.filters-wrapper a {
    color: #fff !important;
}
.filters-wrapper div.partner-id, .filters-wrapper div.partnerName, .filters-wrapper div.financial-status, .status-body .p-id, .status-body .p-name, .status-body .p-financial {
    width: 19%;
}
.filters-wrapper div.certifications, .status-body .p-certifications {
    width: 25%;
    text-align: center;
}
.filters-wrapper .status a.icon {
    background: url(../img/sort-icon2.png) right center no-repeat;
    padding-right: 13px;
}
.filters-wrapper .status a.icon2 {
    background: url(../img/sort-icon.png) right center no-repeat;
    padding-right: 13px;
}
.filters-wrapper a.partner-level {
    width: 15%;
}
.status-body span.p-level {
    width: 10%;
}
.filters-wrapper .status {
    margin-top: 15px;
}
.status-body {
    padding: 20px 25px 15px;
}

/* partner level colors */
.status-body .p-level > span::before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 3px 5px 0 0;
    vertical-align: top;
    width: 13px;
}
.status-body .bronze-level::before {
    background: #bf8b72;
}
.status-body .p-level > span {
    font-size: 14px;
}
.status-body .bronze-level {
    color: #bf8b72;
}
.status-body .p-level > span:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 3px 5px 0 0;
    vertical-align: top;
    width: 13px;
}
.status-body .silver-level:before {
    background: #74a0aa;
}
.status-body .silver-level {
    color: #74a0aa;
}
.status-body .p-level > span::before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 3px 5px 0 0;
    vertical-align: top;
    width: 13px;
}
.status-body .gold-level::before {
    background: #d5b766;
}
.status-body .gold-level {
    color: #d5b766;
}
.status-body .p-details {
    background: url("../img/load-more.png") no-repeat right center;
    color: #a5a5a5;
    cursor: pointer;
    font-size: 14px;
    padding-right: 30px;
    width: 8%;
}
.status-body .p-details.open {
    background: url("../img/load-more-active.png") no-repeat right center;
}
.status-body .hidden-text {
    padding: 50px 0;
    clear: both;
}
.status-body .full-partner-name, .status-body .current-level {
    width: 25%;
}
.status-body .full-partner-name .name {
    color: #464646;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.status-body .current-level {
    background: url("../img/border-left.png") no-repeat 17% center;
    min-height: 80px;
    padding-left: 60px;
}
.status-body .current-level .financial {
    color: #515151;
    display: block;
    font-size: 15px;
}
.status-body .full-partner-name .person-title {
    color: #828181;
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
}
.status-body .full-partner-name a {
    color: #828181;
    display: block;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.status-body .table-consumer {
    width: 40%;
}
.status-body .table-consumer table {

    /*background: #f7f7f7 none repeat scroll 0 0;*/
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 5px;
}
.status-body .table-consumer table tr td {
    border-left: 1px solid #ccc;
    color: #666;
    padding: 6px 8px;
}
.status-body .table-consumer table tr {
    border-top: 1px solid #ccc;
}
.status-body .table-consumer table tr td:first-child {
    border: medium none;
}
.status-body .table-consumer td.sales {
    color: #44cc01;
}
.status-body .table-consumer td.tech {
    color: #d89900;
}
.status-body #chart-2 {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}
.status-body ul li {
    padding-bottom: 30px;
}
.status-body .p-certifications .tech, .status-body .p-certifications .sales {
    background: #3FAE08;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin: 0 15px 0 5px;
    padding: 4px 6px;
}
.status-body .p-certifications .tech {
    background: #fabd29;
}

/* dashboard-pipeline */
#pipeline-months {
    text-align: center;
    position: relative;
}

/* tabs */
#pipeline-months .tabs-menu {
    height: 70px;
}
#pipeline-months .tabs-menu li {
    float: left;
    width: 33.3%;
}
#pipeline-months .tabs-menu li.current {
    position: relative;
    z-index: 5;
}
#pipeline-months .tabs-menu li a {
    line-height: 150px;
    color: #999;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    line-height: 150px;
}
#pipeline-months .tabs-menu li a:hover {
    border-color: #0288d1;
    color: #0288d1;
}
#pipeline-months .tabs-menu .current a {
    color: #0288d1;
    border-color: #0288d1;
}
#pipeline-months .tabs-menu .current a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #0288d1;
    border-radius: 50%;
    margin: auto;
}
#pipeline-months .tab {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 100%;
}
#pipeline-months .tab-content {
    padding: 5px;
    display: none;
}
#pipeline-months #tab-1 {
    display: block;
}
#pipeline-months .background-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
    width: 80%;
    margin: 0 auto;
    top: 30px;
}
table {
    width: 100%;    /*border-bottom: 0;*/
}
table td {

    /*border-left: 1px solid #ddd;*/
}
table td.right-b {
    border-right: 1px solid #ddd;
}
table td.last {
    border-top: 1px solid #ddd;
    text-align: right;    /*border-left: 0;*/
    padding: 10px 5px 5px 5px;
}
table td.last a {
    position: relative;
    width: 18px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
table td.last a span {
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    padding: 4px 8px;
    color: #fff;
    top: -32px;
    display: none;
    font-size: 10px;
    left: -10px;
}
table td.last a span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border: 8px solid;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    top: 21px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
table td.last a:hover span {
    display: block;
}
table td.last a.view {
    background: url(../img/view.png) center no-repeat;
    margin-right: 2px;
}
table td.last a.checkout {
    background: url(../img/checkout.png) center no-repeat;
}
table td.last a.checkout span {
    left: -20px;
}
.custom-table td.last a.edit {
    background: url(../img/black_edit.png) center no-repeat;
}
table td.last a.edit span {
    left: -8px;
}
table td.last a.remove {
    background: url(../img/remove.png) center no-repeat;
}
table td.last a.remove span {
    left: -17px;
}
table td.last a.request-price {
    background: url(../img/special-price.png) center no-repeat;
}
table td.last a.editpo {
    background: url(../img/black_edit_po.png) center no-repeat;
    height: 20px;
}
table td.last a.lose {
    background: url(../img/lose.png) center no-repeat;
}
table td.last a.editpo span {
    width: 55px;
    left: -19px;
}
table td.last a.request-price span {
    width: 115px;
    left: -48px;
}
table td.last a.grab {
    background: url(../img/hand.png) center no-repeat;
}
table thead {
    background: #565656;
}
table th, table td {
    padding: 10px 20px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}
table tr td {

    /*color: #666;*/
}
#pipeline-months td.background {
    background: #F1F1F1;
}
#pipeline-months td.total {
    font-weight: bold;
    text-align: right;
    padding: 10px 5px;
}
#pipeline-months a.export {
    background: url(../img/export.png) right center no-repeat;
    padding-right: 15px;
    color: #0288d1 !important;
    width: auto;
}

/* quoting tool */
#quoting-tool .custom-table td, #quoting-tool .custom-table th {
    border-bottom: 1px solid #ddd;
}
#quoting-tool .custom-table th {
    font-style: italic;
}
#quoting-tool .custom-table td.last {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 0;
    text-align: center;
}
#quoting-tool span.title-name {
    margin-bottom: 10px;
}
#quoting-tool a.green-btn {
    margin-bottom: 10px;
}

/* place order */
#orders .step {
    margin-bottom: 30px;
}
#orders .step .header-step {
    background: #565656;
    padding: 15px 20px;
    position: relative;
}
#orders .step .header-step span {
    color: #fff;
}
#orders .body-step p {
    margin: 15px 0 20px 15px;
}
#orders .step.completed .header-step {
    background: url(../img/checked.png) 98% center no-repeat #0288d1;
}
#orders .step.completed {
    margin-bottom: 5px;
}
#orders .step.completed .body-step {
    display: none;
}
#orders .step a.edit {
    display: none;
}
#orders .step.completed.edit a.edit {
    display: block;
    background: url(../img/edit.png) center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
}

/* pages tabes */
#page-tabs .body-tabs {
    padding: 30px 25px 25px 25px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}
#page-tabs .body-tabs p {
    text-align: justify;
}
#page-tabs ul li {
    transition: all 0.3s ease;
    display: inline-block;
    padding: 9px 15px;
    background: #0288D1;
}
#page-tabs ul li:hover {
    background: #0972ac;
}
#page-tabs ul li a {
    color: #fff !important;
    font-size: 13px;
}
#page-tabs ul li.active {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
}
#page-tabs ul li.active a {
    color: #0288D1 !important;
}

/* accordion items */
#accordion-items h3.title {
    padding: 11px 20px;
    background: #0288d1;
    color: #fff;
    font-size: 15px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    position: relative;
    margin: 0;
}
#accordion-items h3.title img {
    transition: all 0.3s ease;
    position: absolute;
    left: 97%;
    bottom: 12px;
}
#accordion-items h3.title.active img {
    transform: rotate(45deg);
}
#accordion-items .hidden-details {
    padding: 13px 20px;
    background: #fff;
    display: none;
}
#accordion-items .hidden-details p {
    color: #666;
}

/* pagination */
#pagination {
    text-align: center;
}
#pagination li {
    display: inline-block;
}
#pagination li a {
    padding: 3px 10px;
    color: #999;
    border: 1px solid #D9D9D9;
}
#pagination li a:hover {
    border: 1px solid #999;
}
#pagination li.prev a {
    background: url(../img/left-pagination-arrowi.png) 9px center no-repeat;
    padding: 3px 13px;
}
#pagination li.next a {
    background: url(../img/right-pagination-arrow.png) 11px center no-repeat;
    padding: 3px 13px;
}
#pagination li.active a {
    background: #0288D1;
    color: #fff;
    border: 1px solid #0288D1;
}
#pagination .info-pages {
    clear: both;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.inputs input[type="text"], .inputs input[type="password"] {
    display: block;
    width: 300px;
    margin-bottom: 20px;
    background: #FDFDFD;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width:1100px) {
    .container {
        width: 92%;
    }
    .range-sliders .credit-slider .more-details span + span, .pan-program .header-tabs span {
        font-size: 12px;
    }
    .responsive-table {
        overflow-y: auto;
    }
}
@media only screen and (max-width:1023px) {
    .middle-wrapper, .right-wrapper {
        width: 100%;
        float: none;
        padding: 0;
    }

    #mobile-nav ul.level2 {
        display: none;
    }
    #mobile-nav .level1 {
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
        padding: 0;
        margin: 0;
    }
    #mobile-nav ul.level2 {
        background: #3e4042 none repeat scroll 0 0;
        border-bottom: 1px solid #666;
        border-top: 1px solid #666;
        width: 100% !important;
    }
    #mobile-nav ul.level2 li a {
        color: #eee !important;
    }
    #mobile-nav ul.level2 li {
        border-bottom: 1px solid #666;
    }
    #mobile-nav ul.level2 li:last-child {
        border-bottom: 0 !important;
    }
    #mobile-nav .level1 li {
        border-bottom: 1px solid #444;
        position: relative;
    }
    #mobile-nav .level1 li.has-children .arrow-mobile {
        position: absolute;
        width: 70px;
        height: 40px;
        top: 0;
        transition: all 0.3s ease;
        transform: rotate(0deg);
        z-index: 999999;
        cursor: pointer;
        -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
        right: 20px;
        background: url('../img/white-plus.png') center no-repeat;
        -webkit-tap-highlight-color: transparent;
    }
    #mobile-nav li.has-children .arrow-mobile.active {
        transform: rotate(45deg);
    }
    #main-header .icon-menu {
        display: block;
        float: right;
    }
    #mobile-nav ul.level
    .right-wrapper {
        margin: 20px 0;
    }
    .info-items.news {
        width: 100%;
        float: none;
    }
    .news-wrapper .container {
        padding: 0;
    }
    .info-items {
        margin-bottom: 20px;
    }
    #main-footer {
        margin-top: 20px;
    }
    #main-footer .sitemap ul li {
        margin-right: 0;
    }
    .header-options {
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
        clear: both;
    }
    #main-header .language {
        text-align: left;
    }
    #main-header .icon-menu {
        display: block;
    }
    nav#main-navigation {
        display: none;
    }
    .program .details {
        width: 78%;
    }
    .filters-wrapper .item-left {
        width: 25%;
    }
    .inputs .default-input, .default-textarea, .filters-wrapper .item-left input, .filters-wrapper .item-middle input {
        width: auto;
    }
    .status-body .p-level > span, .filters-wrapper a, .status-body ul li span {
        font-size: 12px;
    }
    .status-body .p-certifications .tech, .status-body .p-certifications .sales {
        font-size: 10px;
        padding: 2px 3px;
    }
    .status-body .p-details, .status-body .p-details.open {
        background-position: 35px center;
        font-size: 11px;
    }
}
@media only screen and (max-width:767px) {
    .left-2, .video-wrapper .video, .program-benefits, .program-details {
        float: none;
        width: 100%;
    }
    .list{
        padding-left: 0!important;
    }
    #paginate_limit{
        margin-bottom: 10px;
    }
    .ui-accordion h3{
        font-size: 13px;
    }
    #accordion ul{
        padding: 10px;
    }
   .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active li{
        font-size: 13px!important;
        margin-bottom: 10px!important;
        line-height: 1.5!important;
    }
    .list li{
        text-align: left;
    }
    .quarterly-chart.categories ul li .price{
        float: none!important;
    }
    .bar-legend li{
        float: left;
        text-align: center;
        width: 33%;
    }
    .bar-legend li span{
        display: block!important;
        margin-bottom: 5px;
    }
    #month_selector{
        width: 100%;
    }
    #tabs.ui-tabs .ui-tabs-nav li a{
        float: none;
        display: block!important;
    }
    #tabs.ui-tabs .ui-tabs-nav li{
        width: 100%!important;
        float: none!important;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .demoBox{
        float: none;
        width: 100%!important;
    }
    #RenewalIndexForm input{
        width: 80%!important;
        float: none!important;
        margin: 10px auto!important;
    }
    #RenewalIndexForm{
        text-align: center;
    }
     .one, .two, .three, .renewal_filters .w120 {
        width: 100%!important;
        float: none!important;
        height: auto!important;
        text-align: center;
        padding-bottom: 25px
    }
    .renewal_filters .w120{
        padding-bottom: 0;
    }
    ul.newsFeed li {
        padding-left: 0;
    }
    .users-list h3.title{
        margin-bottom: 0;
        font-size: 15px;
    }
    .setYourBackup {
        display: block;
        text-align: center;
        margin: 10px 0 0 0;
    }
    .formContainer .edit-info, .formContainer .change-password {
        margin-top: 20px;
    }
    .formContainer {
        text-align: center;
    }
    #main-footer .footer-logo {
        position: static;
    }
    .breadcrumb a {
        color: #333;
    }
    .loginbg01, #footer ul li, #footer ul li a, #footer ul.fMenuR {
        float: none;
    }
    #footer ul li {
        border: 0;
    }
    div.homeBox2 p {
        font-size: 12px;
    }
    #footer .fLeft, #footer .fRight, #footer ul.fMenuL {
        float: none;
        width: 100%;
        text-align: center;
    }
    .one, .two, .three {
        float: left;
        width: 20%;
        border-bottom: 1px dotted;
        height: 180px;
    }
    h3.title {
        font-size: 17px;
    }
    .list {
        padding-left: 25px;
        margin-right: 10px;
    }

    #footer .fCopy {
        width: 100%;
        margin: 0;
    }
    #main-footer .sitemap ul li {
        display: block;
    }
    #main-footer .sitemap ul li a {
        background: transparent;
    }
    .pan-program .header-tabs span {
        padding: 10px 5px;
        font-size: 10px;
    }
    .pan-program .gold-price span, .pan-program .silver-price span, .pan-program .bronze-price span {
        font-size: 12px;
    }
    .pan-program .tabs-details .row2 > div {
        height: 60px;
    }
    .info-items.news .row {
        margin: 0 15px;
    }
    #main-header .user-info .user {
        display: none;
    }
    #main-header .logo {
        float: left;
        width: 70%;
    }
    #main-header .icon-menu {
        width: 30%;
        margin: 10px 0 0 0;
    }
    .slide li h1, .slide li h2 {
        font-size: 30px;
    }
    .info-items.news .item.sec .row {
        margin: 0 15px;
    }
    #main-banner {
        text-align: center;
        background-position: top center !important;
        padding-top: 5px;
        background-size: cover !important;
    }
    #main-banner h1 br {
        display: none;
    }
    #main-banner h1 {
        font-size: 24px;
    }
    #main-banner .float-left, #main-banner .float-right, .filters-wrapper .item-left, .filters-wrapper .item-middle {
        float: none;
    }
    #main-banner .header-form input, #main-banner .header-form button, .program-benefits {
        margin: 10px auto;
    }
    #main-banner .forgot-password {
        color: #fff;
    }
    #main-breadcrumb h1 {
        font-size: 32px;
    }
    .status-body .full-partner-name, .status-body .current-level, .filters-wrapper .item-left, .filters-wrapper .item-middle, .filters-wrapper .item-right, .filters-wrapper .item-left input, .filters-wrapper .item-middle input, .filters-wrapper div.certifications, .status-body .p-certifications, .filters-wrapper .partner-level, .status-body .table-consumer, .filters-wrapper div.partner-id, .status-body .p-details, .filters-wrapper div.partnerName, .status-body span.p-level, .filters-wrapper div.financial-status, .status-body .p-id, .status-body .p-name, .status-body .p-financial {
        width: 100% !important;
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
        display: block;
    }
    .status-body .p-level > span, .filters-wrapper a, .status-body ul li span {
        line-height: 20px;
    }
    .status-body .p-details, .status-body .p-details.open, .status-body .current-level {
        background: transparent;
    }
    .status-body .current-level {
        padding: 0;
    }
    .status-body .hidden-text {
        padding: 20px 0;
    }
    #page-tabs ul li {
        display: block;
        text-align: center;
    }
    #page-tabs .body-tabs p {
        text-align: left;
    }
    #accordion-items h3.title img {
        left: 93%;
    }
    .custom-table th, .custom-table td {
        font-size: 11px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a.filter {
    clear: both !important;
}
table td.right-b {
    border-right: 1px solid #ddd;
}
table td.last {
    border-top: 1px solid #ddd;
    text-align: right;    /*border-left: 0;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
}
table td.last a {
    position: relative;
    width: 18px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
table td.last a span {
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    padding: 4px 8px;
    color: #fff;
    top: -32px;
    display: none;
    font-size: 10px;
    left: -10px;
}
table td.last a span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border: 8px solid;
    border-color: rgba(0, 0, 0, .7) transparent transparent transparent;
    top: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
table td.last a:hover span {
    display: block;
}
table td.last a.view {
    background: url(../img/view.png) center no-repeat;
    margin-right: 2px;
}
table td.last a.checkout {
    background: url(../img/checkout.png) center no-repeat;
}
table td.last a.checkout span {
    left: -20px;
}
table td.last a.checkout {
    background: url(../img/black_cart.png) center no-repeat;
}
table td.last a.download {
    background: url(../img/download2.png) center no-repeat;
}
table td.last a.invoice {
    background: url(../img/invoice.png) center no-repeat;
}
table td.last a.invoice span {
    left: -14px !important;
}
table td.last a.download span {
    left: -22px;
}
table td.last a.edit {
    background: url(../img/black_edit.png) center no-repeat;
}
table td.last a.edit span {
    left: -8px;
}
table td.last a.remove {
    background: url(../img/remove.png) center no-repeat;
}
table td.last a.remove span {
    left: -17px;
}
table td.last a.request-price {
    background: url(../img/special-price.png) center no-repeat;
}
table td.last a.request-price span {
    width: 115px;
    left: -48px;
}
a.import {
    background: url(../img/import.png) right center no-repeat;
    margin-right: 5px;
}
a.createInv {
    background: url(../img/create2.png) right center no-repeat;
    margin-right: 5px;
}

/* logo */
#main-header .logo {
    margin-top: 18px;
}

/* select language */
#main-header .language {
    position: relative;
    text-align: center;
}
#main-header .select-language {
    display: inline-block;
    background: url(../img/mini-map.png) left center no-repeat;
    padding: 5px 0 5px 50px;
    margin-top: 15px;
    cursor: pointer;
}
#main-header div.dropdown {
    display: none;
    position: absolute;
    background: #33373b;
    border: 1px solid #555758;
    border-top: 0;
    text-align: left;
    z-index: 999;
    left: -1px;
    right: -1px;
}
#main-header .dropdown  a {
    color: #cccccc;
    font-size: 12px;
    padding: 10px 5px 4px 7px;
    display: block;
}
#main-header .dropdown  a:hover {
    color: #fff;
}
#main-header div.dropdown2 {
    display: none;
    position: absolute;
    background: #33373b;
    border: 1px solid #555758;
    border-top: 0;
    text-align: left;
    z-index: 999;
    left: -1px;
    right: -1px;
}
#main-header .dropdown2  a {
    color: #cccccc;
    font-size: 12px;
    padding: 10px 5px 4px 7px;
    display: block;
}
#main-header .dropdown2  a:hover {
    color: #fff;
}
#main-header .drop {
    font-size: 12px;
    color: #fff;
    border: 1px solid #555758;
    display: inline-block;
    padding: 5px 23px 5px 7px;
    background: url(../img/arrow-lng.png) 85px center no-repeat;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}
#main-header .language .drop {
    background-position: 33px;
}
#main-header .drop2 {
    font-size: 12px;
    color: #fff;
    border: 1px solid #555758;
    display: inline-block;
    padding: 5px 23px 5px 7px;
    background: url(../img/arrow-lng.png) 85px center no-repeat;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}
#main-header .language .drop2 {
    background-position: 33px;
}
#main-header .select-language.open .current-language {
    border-bottom: 1px solid #33373B;
}

/* contact header */
#main-header div.contact-us {
    text-align: center;
}
#main-header a.contact-us {
    font-size: 12px;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    background: url(../img/contact-icon.png) left center no-repeat;
    padding-right: 22px;
}

/* user rank */
#main-header .user-info {
    margin-top: 20px;
    position: relative;
    text-align: right;
}
#main-header .user-info .user {
    color: #8b8b8b;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}
#main-header .customSelect {
    color: #ccc;
    font-size: 12px;
    background: #33373B;
    border: 1px solid #555758;
    padding: 5px;
    background: url(../img/arrow-lng.png) 85px center no-repeat;
    cursor: pointer;
}
#main-header .user-info option {
    padding: 5px;
    border: 0;
}
#main-header .user-info a.user-rank {
    background-position: 87px center;
}
#main-header .user-info .dropdown.v2 {
    text-align: left;
}
#main-header .user-info .dropdown2.v2 {
    text-align: left;
}

/* navigation */
nav#main-navigation {
    padding: 15px 0 0 0;
    background: #ffffff;
}
nav#main-navigation ul.level1 > li {
    float: left;
    margin-right: 20px;
    position: relative;
}
nav#main-navigation li a {
    font-size: 13px;
    color: #262626;
    display: block;
    padding: 5px 0 7px 0;
    transition: none;
}
nav#main-navigation li.hover > a, nav#main-navigation ul.level1 > li.active > a, nav#main-navigation ul.level1 > li > a:hover {
    border-bottom: 4px solid #e53935;
}
nav#main-navigation li ul.level2 {
    position: absolute;
    right: 0;
    left: 0;
    background: #fff;
    padding: 15px 20px;
    display: none;
    z-index: 999;
}

/*nav#main-navigation li:hover ul.level2{
display: block;
}*/
nav#main-navigation li:hover ul.level2 li a:hover {
    color: #cb2a2a;
}
.actions_button {
    display: flex;
}

/* header with 2 logins */
#main-header .user-info.company .drop {
    background: url("../img/arrow-lng.png") no-repeat right 10px center, url("../img/menuHome.png") no-repeat 7px center;
}
#main-header .user-info.company .drop2 {
    background: url("../img/arrow-lng.png") no-repeat right 10px center, url("../img/menuHome.png") no-repeat 7px center;
}
#main-header .customF {
    float: right;
    width: 15%;
}
/*#main-header .customF.v2 {*/
    /*width: 25%;*/
    /*float: right;*/
/*}*/
#main-header .header-options.v2 {
    float: right;
    width: 70%;
}
#main-header .logo {
    float: left;
}
#main-header div.contact-us.customF, #main-header .language.customF {
    text-align: right;
}
#formContent #UserForgotpwForm label.w120 {
    float: none !important;
    display: block;
    width: auto !important;
}
#formContent #UserForgotpwForm {
    text-align: center;
}
#formContent #UserForgotpwForm input.greenSubmit {
    width: auto !important;
    float: none !important;
}
#formContent #UserForgotpwForm #UserLogin {
    margin: 0 auto !important;
    float: none;
}
#formContent #UserForgotpwForm br.all + div {
    margin: 20px 0;
}
.SummarySalesEventTable {
    border-bottom: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}
@media only screen and (max-width:1280px) {
    .container, .wrapp {
        width: 92% !important;
    }
    .range-sliders .credit-slider .more-details span + span, .pan-program .header-tabs span {
        font-size: 12px;
    }
    .responsive-table {
        overflow-y: auto;
    }
    #main-header div.contact-us.customF, #main-header .language.customF {
        text-align: center;
        width: 20%;
    }
    #main-header .drop {
        font-size: 11px;
    }
    #footer .fRight {
        width: 800px;
    }
    /*#main-header .customF.v2 {*/
        /*width: 30%;*/
    /*}*/
}
@media only screen and (max-width:1023px) {
    .mobile-only {
        display: block;
    }
    .mobile-only + .actions {
        display: none !important;
    }
    .container, .wrapp {
        width: 92% !important;
    }
    #footer .fRight {
        width: auto;
    }
    #main-header .header-options.v2 {
        width: 100%;
    }
    #mobile-nav ul.level2 {
        width: 100% !important;
        background-repeat: #555;
    }
}
@media only screen and (max-width:767px) {
     #fullContent .custom-align-order{
        text-align: center!important;
    }
    p.actions {
        overflow: hidden;
    }
    p.actions{
        display: none;
    }

    #fullContent p.
    .ui-accordion h3 {
        font-size: 12px;
    }
    .pageContentShort .subMenu {
        display: none;
    }
    .search-info{
        line-height: 1.5;
        margin-bottom: 20px;
    }
    #formContent div.checkbox{
        clear: both;
        width: 100%;
        display: block;
        float: none;
    }
    .mobile-actions{
        text-align: center;
        margin: 10px 0;
        display: block!important;
    }
    .cloudStyle {
        width: 100% !important;
        float: none;
    }
    p.actions br {
        display: none;
    }
    #fullContent p {
        text-align: left !important;
    }
    .simpleHeader h2 {
        font-size: 28px;
    }
    #fullContent {
        padding: 10px !important;
    }
    .ui-accordion h3 span {
        left: 91% !important;
        width: 10px;
        height: 10px;
        top: 24px !important;
        background-size: cover !important;
    }
    .tableTiers .tableRow .tableCol {
        float: none;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .info-items h1.icon {
        margin: 10px 0;
    }
    .slide.distribuitori li.slide3 p {
        font-size: 14px;
    }
    .slide.distribuitori li.slide3 h1 span {
        font-size: 24px;
    }
    #leftContent02 {
        width: 100%;
        float: none;
    }
    #main-header .customF.v2, #main-header .customF {
        width: 100% !important;
        float: none;
        margin-bottom: 20px;
        text-align: center !important;
        margin: 5px 0;
    }
    .header-options .user-info.company.customF {
        margin-top: 10px;
    }
    #main-header div.contact-us.customF, #main-header .language.customF {
        float: left !important;
        width: 50% !important;
    }
    .info-items a.see-all {
        display: block;
        font-size: 14px;
        margin: 5px 0 0 15px !important;
    }
    .info-items hrf {
        margin: 30px 0 !important;
    }
    #fullContent {
        width: 100%;
    }
    #fullContent .pageContentShort {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .simpleHeader h3 {
        font-size: 16px;
    }
    .dataLabel, .dataText {
        width: 100%;
        text-align: center;
        float: none;
    }
    .info-items h1.icon {
        margin-top: 10px;
    }
    .tableTiers .tableRow .tableColFirst {
        width: 100%;
        float: none;
        text-align: center;
    }
    .tableTiers .tableRow .tableColFirstSplit {
        width: 50%;
        float: none;
        text-align: center;
    }
    #leftContent01 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 10px;
    }
    h2.title {
        text-align: center;
    }
    .simpleHeader h2 {
        margin-top: 17px;
    }
    #fullContent .pageRight {
        width: 100% !important;
    }
    #formContent button {
        margin-bottom: 10px;
    }
    #content {
        padding-bottom: 30px;
    }
    #fullContent {
        overflow-y: scroll;
    }
    #formContent select, #formContent textarea, #formContent fieldset {
        width: 100%;
    }
    #formContent input[type="text"]:not(.default), #formContent input[type="password"], #formContent input[type="number"], #formContent input[type="email"] {
        width: 100%;
    }
    #fullContent p.actions a {
        float: left;
        margin: 3px 3px 0 0;
    }
    #main-header div.contact-us.customF, #main-header .language.customF {
        width: 100% !important;
        float: none !important;
    }
    
}

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
}
.unslider-wrap {
    position: relative;
}
.unslider-wrap.unslider-carousel > li {
    float: left;
}
.unslider-vertical > ul {
    height: 100%;
}
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade {
    position: relative;
}
#main-slider .unslider-arrow.prev{background: url('../img/left-arrow.png') center no-repeat;
    height: 60px;width: 50px;text-indent: -99999px;display: block;z-index: 999999;position: absolute;top: 268px;opacity: .3;
}
#main-slider .unslider-arrow.next{background: url('../img/right-arrow.png') center no-repeat;
    height: 60px;width: 50px;text-indent: -99999px;display: block;z-index: 999999;position: absolute;top: 268px;opacity: .3;
}
#main-slider .unslider-arrow.next:hover{right: 18px;}
#main-slider .unslider-arrow.prev:hover{left: 18px;}

#main-slider .unslider-arrow:hover{
    opacity: .7;
}

.mobile-menu-active .unslider-arrow {
    display: none !important;
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}
.unslider-nav{position: relative;top: -30px;}
.unslider-nav ol {
    list-style: none;
    text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 6px;
    background: #fff;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #1c98de;
    text-indent: -9999em;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
}
.unslider-nav ol li.unslider-active {
    background: #1c98de;
    cursor: default;
}
.margin-right-10px {
    margin-right: 10px;
}

.down-arrow-icon{
    background: url(../img/arrow.png) center no-repeat;
    margin-right: 2px;
}

.up-arrow-icon{
    background: url(../img/arrow.png) center no-repeat;
    margin-right: 2px;
    -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);        /* FF */
    -o-transform: rotate(180deg);          /* Opera */
    -ms-transform: rotate(180deg);         /* IE9 */
    transform: rotate(180deg);             /* W3C compliant browsers */
}
