@import https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css;
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
input[type="text"], input[type="password"], input[type="email"], textarea, .custom-combobox-input {
  box-shadow: none;
  -webkit-appearance: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    text-indent: -999em;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #2db526;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.x-logo-slider li {
    /*max-width: 150px;*/
    min-height: 45px;
    text-align: center;
}
.x-logo-slider img {
  display: inline-block;
}
.m-clients-bar .bx-wrapper {
  display: block;
}
/*
 * Selecter v3.1.1 - 2014-05-13
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library.
 * http://formstone.it/selecter/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 */
.selecter {
    /*display: inline-block;*/
    display: block;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

.selecter .selecter-element {
    *left: -999999px;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 0;
}

.selecter .selecter-element,
.selecter .selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.selecter .selecter-selected {
    background: #fff url(../../i/layout/selecter.png) no-repeat right 12px top 50%;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    text-overflow: clip;
    z-index: 2;
}

.selecter .selecter-options {
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    margin: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    *width: auto;
    z-index: 50;
}

.selecter .selecter-group {
    background: #F9F9F9;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
}

.selecter .selecter-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    width: 100%;
}

.selecter .selecter-item.selected {
    background: #F9F9F9;
}

.selecter .selecter-item.disabled {
    color: #999;
    cursor: default;
}

.selecter .selecter-item:first-child {
    border-radius: 0;
}

.selecter .selecter-item:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: 0;
}

@media screen and (min-width: 980px) {
    .selecter .selecter-item:hover,
    .selecter .selecter-item.selected:hover {
        background-color: #f3f3f3;
    }

    .selecter .selecter-item.disabled:hover {
        background-color: #fff;
    }

    .selecter:hover .selecter-selected {
        background-color: #fff;
    }

    .selecter.disabled .selecter-item:hover {
        background: #fff;
    }
}

/* Open */
.selecter.open {
    z-index: 3;
}

.selecter.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 51;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    top: 0;
}

.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 3px 3px 0 0;
}

.selecter.cover.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 49;
}

/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto;
}

.selecter.bottom .selecter-item:last-child {
    border: none;
}

.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 3px 3px;
}

.selecter.bottom.open .selecter-options {
    border-radius: 3px 3px 0 0;
}

/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto;
}

.selecter.bottom.cover.open .selecter-selected {
    border-radius: 3px;
}

.selecter.bottom.cover.open .selecter-options {
    border-radius: 3px;
}

/* Multiple Select */
.selecter.multiple .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%;
}

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
    background: #fff;
    border-color: #eee;
    color: #ccc;
    cursor: default;
}

.selecter.disabled .selecter-options {
    background: #fff;
    border-color: #eee;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
    border-color: #eee;
    color: #ccc;
    cursor: default;
}

.selecter.disabled .selecter-item.selected {
    background: #fafafa;
}

/* Scroller Support */
.selecter .selecter-options.scroller {
    overflow: hidden;
}

.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}

/* Media Queries */
@media screen and (max-width: 740px) {
    .selecter {
        max-width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .selecter {
        max-width: 100%;
    }
}

/* @group =general */
html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #282828;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 75px;
}

a {
    color: #2db526;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #79e574;
}

h2 {
    color: #2db526;
    font-size: 28px;
    margin: 30px 0;
}

@media (min-width: 620px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 20px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    min-height: 50px;
    padding: 11px 10px;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #282828;
    opacity: .4;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #282828;
    opacity: .4;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #282828;
    opacity: .4;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #282828;
    opacity: .4;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: 0;
}

input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, textarea.error {
    background: #fae1e1;
    border-color: #ed4d4d;
}

select:focus, .selecter:focus {
    outline: 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.align-center {
    text-align: center;
}

textarea {
    height: 108px;
    padding: 7px 10px;
    resize: none;
}

.error-msg {
    margin: 5px 0 -20px 225px;
}

.layout-wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 620px) {
    .layout-wrapper {
        padding: 0 33px;
    }
}

@media (min-width: 980px) {
    .layout-wrapper {
        padding: 0;
    }
}

button, .btn {
    background-color: #2db526;
    border: 0;
    border-bottom: 3px solid #1d8218;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    min-width: 80px;
    padding: 8px 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.redbtn {
	background-color: #ff0000;
	border-bottom: 3px solid #770101;

}
button:hover, .btn:hover, .btn:focus ,  button:focus{
    border-bottom-color: transparent;
    color: #fff;
}

.btn {
    display: inline-block;
}

.btn-dark {
    background: #282828;
    border-color: #141414;
}

.btn-expand {
    padding-left: 30px;
    padding-right: 55px;
    position: relative;
}

.btn-expand:after {
    background: url(../../i/layout/btn-expand.png) no-repeat 0 0;
    display: block;
    content: "";
    height: 7px;
    margin-top: -4px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: 13px;
}

/* @end =general */
/* @group =header */
.page-header {
    background: #282828;
    color: #fff;
    border: 0;
    min-height: 43px;
    padding: 25px 0;
    margin: 0;
}


@media (min-width: 620px) {
    .page-header .layout-wrapper {
        padding: 0 33px;
    }
}

.brand {
    background: url(../../i/layout/webping-xs.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 38px;
    margin-top: 10px;
    text-indent: -999em;
    width: 110px;
}

@media (min-width: 620px) {
    .brand {
        background: url(../../i/layout/webping.png) no-repeat 0 0;
        height: 47px;
        margin-top: 0;
        width: 137px;
    }
}


#mobile-user-submenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#mobile-user-submenu.open{
    display: block;
    z-index: 99999;
    right: 0;
    left: auto;
}

#mobile-user-submenu > li {
    display: list-item;
}
#mobile-user-submenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333;
}
.m-main-navigation {
    font-size: 18px;
    float: right;
    position: relative;
}

.m-main-navigation ul {
    margin: 0;
}

.m-main-navigation a {
    color: #fff;
}

.main-nav-list, .dropdown, .app-nav {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    color: #282828;
    min-width: 120px;
    padding: 20px;
    position: absolute;
}

.main-nav-list a, .dropdown a, .app-nav a {
    color: #282828;
}

.main-nav-list:after, .dropdown:after, .app-nav:after {
    bottom: 100%;
    right: 19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.main-nav-list {
    display: none;
    float: left;
    margin: 0;
    list-style: none;
    right: 47px;
    top: 68px;
    z-index: 10;
}

.main-nav-list.mobile-menu {
    display: block;
}

.main-nav-list a {
    color: #282828;
    display: block;
}


@media (max-width: 980px) {
	width: 100px;
}
@media (min-width: 980px) {
    .main-nav-list {
        background: none;
        box-shadow: none;
        display: block;
        margin: 0;
        position: static;
        padding: 0;
    }

    .main-nav-list:after {
        display: none;
    }

    .main-nav-list li {
        float: left;
    }

    .main-nav-list a {
        color: #fff;
        display: block;
        padding: 8px 17px;
    }
}

.dropdown {
    display: none;
    z-index: 200;
}

.signin-btn {
    background: url(../../i/layout/ico-sign.png) no-repeat center;
    display: block;
    float: left;
    margin-left: 17px;
    padding: 8px 20px;
    text-indent: -999em;
    width: 0;
}

@media (min-width: 980px) {
    .signin-btn {
        background: #5f5f5f;
        border-radius: 5px;
        text-indent: 0;
        width: auto;
    }
}

.nav-trigger {
    background: url(../../i/layout/ico-menu.png) no-repeat 50% 12px;
    display: block;
    float: left;
    padding: 8px 20px;
    text-indent: -999em;
}

.nav-trigger.nav-trigger--active {
    background: url(../../i/layout/ico-menu-a.png) no-repeat 50% 12px;
}

@media (min-width: 980px) {
    .nav-trigger {
        display: none;
    }
}

.app-nav {
    display: none;
    list-style: none;
    left: -122px;
    font-size: 18px;
    margin: 0;
    padding: 2px 10px;
    width: 260px;
    top: 68px;
    z-index: 200;
}

.app-nav:after {
    left: 50%;
    margin-left: -8px;
    right: auto;
}

.app-nav.mobile-menu {
    display: block;
}

.app-nav li {
    background: url(../../i/layout/arrow-expand.png) no-repeat right center;
    border-top: 1px solid #e5e5e5;
}

.app-nav li:first-child {
    border: 0;
}

.app-nav a {
    display: block;
    padding: 9px 22px 9px 0;
}

@media (min-width: 980px) {
    .app-nav {
        display: block;
        font-size: 16px;
        float: right;
        background: none;
        box-shadow: none;
        margin: 0;
        position: static;
        padding: 0;
        width: auto;
    }

    .app-nav:after {
        display: none;
    }

    .app-nav li {
        background: none;
        border: 0;
        float: left;
        margin-right: 30px;
        padding: 9px 0 0;
    }

    .app-nav li.current {
        position: relative;
    }

    .app-nav li.current:after {
        background: url(../../i/layout/hover.png) no-repeat 0 0;
        content: "";
        left: 50%;
        margin-left: -10px;
        margin-top: 27px;
        height: 8px;
        width: 20px;
        position: absolute;
        top: 100%;
    }

    .app-nav a {
        color: #fff;
        padding: 0 0 0 22px;
    }

    .nav-services {
        background: url(../../i/layout/ico-services.png) no-repeat left center;
    }

    .nav-users {
        background: url(../../i/layout/ico-users.png) no-repeat left center;
    }

    .nav-profile {
        background: url(../../i/layout/ico-profile.png) no-repeat left center;
    }

    .nav-reports {
        background: url(../../i/layout/ico-reports.png) no-repeat left center;
    }
}

.msg-count {
    color: #e02828;
    display: none;
    font-size: 9px;
    vertical-align: super;
}

@media (min-width: 980px) {
    .msg-count {
        display: inline-block;
    }
}

.account-nav {
    float: right;
}

.nav-account, .nav-msg {
    border-left: 1px solid #515151;
    float: left;
    min-height: 30px;
    margin: 9px 0 0 10px;
    position: relative;
    padding: 0 0 0 15px;
}

.nav-secondary {
    display: none;
    background: #e5e5e5;
    font-size: 16px;
    padding: 20px 0 15px;
    text-align: center;
}

@media (min-width: 980px) {
    .nav-secondary {
        display: block;
    }
}

.nav-secondary a {
    border-bottom: 2px solid transparent;
    color: #282828;
}

.nav-secondary .current {
    border-color: #b9b3b3;
}

.nav-secondary ul {
    list-style: none;
}

.nav-secondary li {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
}

.text-hidden {
    display: inline-block;
    height: 24px;
    text-indent: -999em;
    width: 22px;
}

.nav-msg--link {
    background: url(../../i/layout/ico-bell.png) no-repeat 0 3px;
    display: block;
}

.nav-msg--link .msg-count {
    display: inline-block;
    position: relative;
    top: -3px;
}

.nav-account--link {
    background: url(../../i/layout/ico-sign.png) no-repeat 0 3px, url(../../i/layout/arrow-expand2.png) no-repeat right center;
    display: block;
    padding-right: 18px;
}

.msg-dropdown {
    font-size: 14px;
    right: -10px;
    top: 59px;
    width: 190px;
    padding-bottom: 10px;
    text-align: center;
}

.msg-dropdown.mobile-menu {
    display: block;
}

.msg-dropdown:after {
    right: 30px;
}

.msg-dropdown h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.msg-dropdown p {
    margin: 0;
}

.msg-dropdown article {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 0 15px 0;
}

.msg-dropdown > a {
    color: #2db526;
    font-weight: 400;
    text-decoration: underline;
}

.user-dropdown {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
    right: -5px;
    top: 59px;
    width: 160px;
}

.user-dropdown.mobile-menu {
    display: block;
}

.user-dropdown:after {
    right: 24px;
}

.user-dropdown li {
    border-top: 1px solid #e5e5e5;
}

.user-dropdown li:first-child {
    border-top: 0;
}

.user-dropdown a {
    display: block;
    padding: 9px 0;
}

/* @end =header */
/* @end =slider */
.homepage-slider {
    position: relative;
}

.home .m-price-box{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
	box-sizing:content-box;
}

.home header{
	margin-bottom:0;
}

.bx-wrapper {
    display: none;
}

@media (min-width: 620px) {
    .bx-wrapper {
        display: block;
    }
}

.m-slider {
    color: #fff;
    margin: 0;
    list-style: none;
    padding: 0;
}

.m-slider li {
    margin: 0;
    min-height: 230px;
    padding: 0;
    text-align: center;
}

@media (min-width: 620px) {
    .m-slider li {
        display: block;
        min-height: 350px;
        text-align: left;
    }
}

@media (min-width: 980px) {
    .m-slider li {
        min-height: 630px;
    }
}

.m-slider img {
    height: auto;
    width: 100%;
    z-index: 1;
}

.m-slider .layout-wrapper {
    position: relative;
    z-index: 3;
}

.m-slider h1 {
    font-size: 25px;
    line-height: 1.3;
    margin: 45px 0 25px;
    text-align: center;
}

.m-slider h1 span {
    display: block;
    font-weight: 400;
    font-size: 19px;
}

.m-slider .btn {
    min-width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 620px) {
    .m-slider h1 {
        font-size: 35px;
        margin-top: 115px;
        margin-bottom: 40px;
        text-align: left;
    }

    .m-slider h1 span {
        font-size: 26px;
    }
}

@media (min-width: 980px) {
    .m-slider h1 {
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        display: inline-block;
        font-size: 25px;
        margin-top: 180px;
        margin-bottom: 15px;
        padding: 0 20px 8px 10px;
        position: relative;
        color: black;
        font-weight: 600;
    }

    .m-slider h1:after {
        background: url(../../i/layout/arrow-black.png) no-repeat 0 0;
        bottom: -9px;
        content: "";
        display: block;
        height: 17px;
        position: absolute;
        right: -2px;
        width: 9px;
    }

    .m-slider h1 span {
        display: block;
        font-size: 25px;
    }

    .m-slider p {
        margin: 0 0 15px;
        color: black;
    }

    .m-slider .btn {
        min-width: 250px;
        margin-top: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        margin-left: 20px;
    }
}

.slider-text {
    display: none;
}

@media (min-width: 980px) {
    .slider-text {
        display: block;
        max-width: 490px;
    }
}

@media (min-width: 768px) {
    .m-slider h1, .m-slider p {
        color: black;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 25px 15px rgba(255, 255, 255, 0.4);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.m-slider.x-slider li
{
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.mobile-slider {
    display: block;
}

@media (min-width: 620px) {
    .mobile-slider {
        display: none;
    }
}

.mobile-slider .m-slide1 {
    background: url(../../i/layout/signup-bg.jpg) no-repeat top center/cover;
    padding: 1px 0 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: none;
    bottom: 16px;
    overflow: hidden;
    display: block;
    height: 6px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    z-index: 100;
}

@media (min-width: 620px) {
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        display: block;
        bottom: 32px;
    }
}

/* @end =slider */
/* @group =about */
.m-about-webping {
    padding-bottom: 78px;
    padding-top: 40px;
}

.m-about-webping header {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size: 20px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.home .m-about-webping header {
  padding-bottom: 20px;
}
.home .m-about-webping header h2 {
  margin-bottom: 10px;
}
.m-about-webping header:after {
    background: url(../../i/layout/arrow-bottom.png) no-repeat 50% 0;
    content: "";
    display: block;
    height: 10px;
    margin-left: -21px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 42px;
}

.m-about-webping h2 {
    margin: 0;
}

@media (min-width: 620px) {
    .m-about-sections {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.m-about-webping--text {
    background: #f2f2f2;
    border-radius: 5px;
    border-bottom: 3px solid #b1b1b1;
    margin: 218px 0 0 0;
    position: relative;
    padding: 25px 20px;
    text-align: center;
}

@media (min-width: 620px) {
    .m-about-webping--text {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 340px;
        -moz-flex: 1 1 340px;
        -ms-flex: 1 1 340px;
        flex: 1 1 340px;
        margin-left: 20px;
    }
}

.m-about-webping--text:first-child {
    margin-left: 0;
}

.m-about-webping--text h3 {
    margin: 0 0 20px;
}

.m-about-webping--text p {
    margin: 0;
}

.m-about-webping--text:after {
    background: url(../../i/layout/arrow-gray.png) no-repeat 50% 0;
    content: "";
    display: block;
    height: 10px;
    margin-left: -21px;
    left: 50%;
    position: absolute;
    bottom: 100%;
    width: 42px;
}

.m-about-webping--text:before {
    background: url(../../i/layout/icon1.png) no-repeat top center;
    bottom: 100%;
    content: "";
    display: block;
    height: 132px;
    left: 50%;
    margin-left: -80px;
    margin-bottom: 40px;
    position: absolute;
    width: 160px;
}

.m-about-webping--textmsg:before {
    background: url(../../i/layout/icon2.png) no-repeat top center;
}

/* @end =about */
/* @group =pricelist */
.m-pricelist {
    border-top: 5px solid #2db526;
    background: #eaeaea url(../../i/layout/pattern.png) repeat 0 0;
    position: relative;
    padding-bottom: 45px;
}

.m-pricelist:after {
    background: url(../../i/layout/arrow-green.png) no-repeat 50% 0;
    content: "";
    display: block;
    height: 10px;
    margin-left: -21px;
    margin-bottom: -10px;
    left: 50%;
    position: absolute;
    bottom: 100%;
    width: 42px;
}

.m-pricelist small {
    display: block;
    font-size: 14px;
}

.m-prices-wrapper {
    margin-top: 45px;
    padding-bottom: 20px;
}

@media (min-width: 620px) {
    .m-prices-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

@media (min-width: 980px) {
    .m-prices-wrapper {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.m-price-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    margin: 0 0 20px;
    padding: 0 50px 17px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media (min-width: 620px) {
    .m-price-box {
        margin: 0 10px 20px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 180px;
        -moz-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 260px;
        padding: 0 20px 17px;
    }
}

@media (min-width: 980px) {
    .m-price-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 1 1 260px;
        -moz-flex: 1 1 260px;
        -ms-flex: 1 1 260px;
        flex: 1 1 260px;
        margin: 0 0 20px;
    }
}

.m-price-box h3 {
    background-color: #282828;
    background-position: 50% 13px;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin: 0 -50px 20px;
    padding: 35px 0 20px;
    text-transform: uppercase;
}

@media (min-width: 620px) {
    .m-price-box h3 {
        margin: 0 -20px 20px;
    }
}

.m-price-box ul, .m-price-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.m-price-box ul {
    min-height: 140px;
}

.m-price-box li {
    border-top: 1px solid #e9e9e9;
    padding: 12px 0;
}

.m-price-box .btn {
    min-width: 140px;
    align-self: center;
    margin-top: auto;
}

@media (min-width: 980px) {
    .m-price-box.big {
        margin-top: -10px;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 1 1 260px;
        -moz-flex: 1 1 260px;
        -ms-flex: 1 1 260px;
        flex: 1 1 260px;
        position: relative;
        z-index: 3;
    }

    .m-price-box.big h3 {
        background-color: #3a3a3a;
        padding-top: 45px;
		z-index: 100;
    }

    .m-price-box.big ul {
        min-height: 150px;
    }
}

.m-price-box--test h3 {
    text-transform: none;
}

.m-price-box--price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
	margin-top: 10px;
}

.m-price-box--price span {
    font-size: 15px;
}
.package-2-stars,
.package-start {
    background-image: url(../../i/layout/stars2.png);
}

.package-start.dark-stars {
    background-image: url(../../i/layout/stars-dark2.png);
}
.package-3-stars,
.package-standard {
    background-image: url(../../i/layout/stars3.png);
}

.package-standard.dark-stars {
    background-image: url(../../i/layout/stars-dark3.png);
}
.package-4-stars,
.package-pro {
    background-image: url(../../i/layout/stars4.png);
}

.package-pro.dark-stars {
    background-image: url(../../i/layout/stars-dark4.png);
}
.package-5-stars,
.package-enterprise {
    background-image: url(../../i/layout/stars5.png);
}

.package-enterprise.dark-stars {
    background-image: url(../../i/layout/stars-dark5.png);
}

/* @end =pricelist */
/* @group =clients */
.m-clients-bar {
    background: #282828 url(../../i/layout/client-bar.jpg) no-repeat bottom center;
    box-sizing: border-box;
    height: 190px;
    color: #fff;
    padding: 15px 0 35px;
}
.m-clients-bar p {
  margin-bottom: 15px;
  font-size: 18px;
}

.m-clients-bar ul, .m-clients-bar li {
    list-style: none;
    padding: 0;
}

.m-clients-bar li {
    margin: 0;
    height: 110px;
    list-style: none;
    padding: 0;
    float: left;
    text-align: center;
}
.hovered:hover img {
  margin-top: -110px;
}

/* @end =clients */
/* @group =contact */
@media (min-width: 620px) {
    .contact-wrapper {
        background: url(../../i/layout/contact-bg.jpg) no-repeat bottom left;
    }
}

@media (min-width: 980px) {
    .contact-wrapper {
        background: none;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
		margin: 0 auto;
		margin-left: auto;
    }
}
.m-contact {
    padding-top: 30px;
}

.m-contact--form {
    padding-bottom: 32px;
}

@media (min-width: 620px) {
    .m-contact--form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 980px) {
    .m-contact--form {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 1 1 580px;
        -moz-flex: 1 1 580px;
        -ms-flex: 1 1 580px;
        flex: 1 1 580px;
    }
}

.m-contact--form label {
    display: none;
}

.m-contact--form input, .m-contact--form textarea {
    height: 48px;
    margin: 10px 0 0;
}

.m-contact--form .btn {
    margin-top: 10px;
    width: 100%;
}

.m-contact--form textarea {
    height: 170px;
}

.m-contact--data {
    background: url(../../i/layout/contact-bg.jpg) no-repeat bottom center;
    font-size: 27px;
    padding-bottom: 230px;
    position: relative;
}

@media (min-width: 620px) {
    .m-contact--data {
        background: none;
        padding-left: 50%;
        padding-bottom: 56px;
        z-index: 10;
    }
}

@media (min-width: 980px) {
    .m-contact--data {
        background: url(../../i/layout/contact-bg.jpg) no-repeat bottom center;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 340px;
        -moz-flex: 0 0 340px;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        margin-left: 20px;
        padding-bottom: 230px;
        padding-left: 0;
    }
}

@media (min-width: 620px) {
    .m-contact--col {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 280px;
        -moz-flex: 1 1 280px;
        -ms-flex: 1 1 280px;
        flex: 1 1 280px;
        margin-left: 10px;
    }
}

.m-contact--col:first-child {
    margin-left: 0;
}

@media (min-width: 620px) {
    .m-contact--col-secondary {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 290px;
        -moz-flex: 1 1 290px;
        -ms-flex: 1 1 290px;
        flex: 1 1 290px;
    }
}

.tel, .mail {
    color: #282828;
    padding-left: 40px;
}

@media (min-width: 980px) {
    .tel, .mail {
        margin-left: 40px;
    }
}

.tel {
    background: url(../../i/layout/ico-phone.png) no-repeat 0 7px;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 980px) {
    .tel {
        background: url(../../i/layout/ico-phone.png) no-repeat 0 7px;
    }
}

.mail {
    background: url(../../i/layout/ico-mail.png) no-repeat 0 8px;
}

@media (min-width: 980px) {
    .mail {
        background: url(../../i/layout/ico-mail.png) no-repeat 0 8px;
    }
}

/* @end =contact */
/* @group =signup =page */
.m-signup-wrapper {
    background: url(../../i/layout/signup-bg.jpg) 0 0/cover;
    margin-bottom: 15px;
    padding: 16px 0 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 620px) {
    .m-signup-wrapper {
        padding: 62px 0 30px;
        min-height: 790px;
    }
}

.m-signup-wrapper .brand {
    background: url(../../i/layout/webping-xl.png) no-repeat 0 0/100%;
    height: 66px;
    margin: 0 auto 30px;
    float: none;
    width: 183px;
}

@media (min-width: 620px) {
    .m-signup-wrapper .brand {
        height: 95px;
        margin: 0 auto 60px;
        float: none;
        width: 221px;
    }
}

.m-signup-wrapper:after {
    background: url(../../i/layout/bottom-arrow.png) no-repeat 0 0;
    bottom: 0;
    content: "";
    height: 13px;
    margin-left: -20px;
    left: 50%;
    position: absolute;
    width: 40px;
}

.m-signup--form {
    box-shadow: 0 4px 0 #c0c0c0;
    background: #fff;
    border-radius: 5px;
    max-width: 380px;
    margin: 0 auto;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 620px) {
    .m-signup--form {
        padding: 30px 50px;
    }
}

.m-signup--form h2 {
    margin-top: 0;
    text-align: center;
}

.m-signup--form .btn {
    display: block;
    margin: 25px 0;
    width: 100%;
}

.m-signup--form .btn.double {
    width: 48% !important;
    float: left;
    margin: 1% !important;

}

.m-signup--form input[type="password"], .m-signup--form input[type="text"] {
    margin-bottom: 10px;
}

.m-signup--form p, li {
    font-size: 12px;
    margin: 0;
}

.m-signup--form a {
    text-decoration: underline;
}

.m-signup--form .m-signup--remember {
    margin-top: 12px;
}

.m-signup--form .field label {
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
}

.m-signup--form .field label span {
    color: #999;
    font-weight: normal;
}

.custom-checkbox {
    position: relative;
    padding-left: 18px;
}

.custom-checkbox label:before, .custom-checkbox label:after {
    content: "";
    display: block;
    height: 10px;
    left: 0;
    width: 10px;
    position: absolute;
    top: 3px;
}

.custom-checkbox label:before {
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 2px;
}

.custom-checkbox label:after {
    background: url(../../i/layout/check.png) no-repeat center center;
    display: none;
    height: 11px;
    width: 11px;
}

.custom-checkbox input {
    opacity: .01;
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 12px;
}

.custom-checkbox input:checked + label:after {
    display: block;
}

.hidden-label {
    display: block;
    height: 13px;
    padding-left: 0;
    text-indent: -999em;
}

.inline-checkbox {
    display: inline-block;
    width: 0;
}

.quick-config--form {
    max-width: 720px;
}

.quick-config--form h2 {
    margin-bottom: 10px;
    text-align: left;
}

.quick-config--form .field small {
    display: block;
    font-size: 13px;
    margin-top: -8px;
}

.quick-config--form .config-info {
    font-size: 16px;
    margin: 0 5px 30px 5px;
}

/* @end =signup =page */
/* @group =users */
.breadcrumbs {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 10px 20px;
}

@media (min-width: 620px) {
    .breadcrumbs {
        font-size: 14px;
        padding: 10px 33px;
    }
}

.breadcrumbs ul {
    background: url(../../i/layout/ico-compass.png) no-repeat left center;
    list-style: none;
    padding-left: 20px;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.breadcrumbs a {
    color: #282828;
}

.main-content {
    padding-top: 12px;
    padding-bottom: 30px;
}

.main-content h1 {
    font-weight: normal;
    font-size: 30px;
}

.main-content table {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.main-content th, .main-content td {
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
}

.main-content th {
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0;
    text-align: left;
}

.main-content td {
    font-size: 14px;
    padding: 12px 0;
}

.option-btns {
    margin-top: 30px;
    text-align: right;
}

.ico-link {
    display: block;
    height: 17px;
    overflow: hidden;
    text-indent: -999em;
    width: 17px;
}

.edit-link {
    background: url(../../i/layout/ico-edit.png) no-repeat center;
}

.delete-link {
    background: url(../../i/layout/ico-delete.png) no-repeat center;
}

.move-link {
    background: url(../../i/layout/ico-move.png) no-repeat center;
}

.detail-link {
    background: url(../../i/layout/charts.png) no-repeat center;
}

.additional-info {
    color: #8a8a8a;
}

/* @end =users */
/* @group =profile */
.l-user-profile {
    font-size: 16px;
}
@media (min-width: 620px){
    .m-price-box h3 {
        font-size: 16px;
    }
    .m-price-box li
    {
        min-height: 40px;
    }
    /*.m-price-box a{
        position: absolute;
        left: 17px;
        bottom: 12px;
    }*/
    .m-price-box{
        position: relative;
        min-height: 450px;
    }

    .m-price-box--standard.big a{
        left: 41px;
    }
}

@media (min-width: 768px) {
    .l-user-profile {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    header .m-main-navigation .signin-btn {
        margin-top: 7px;
    }

    header .m-main-navigation .language-switch {
        margin-top: 7px!important;
    }
}

.l-user-profile h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.m-basic-info {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .m-basic-info {
        flex: 0 0 280px;
    }
}

.m-basic-info header {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background: #e5e5e5;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 20px 18px;
}

.m-basic-info p {
    margin: 0 0 35px;
}

.m-basic-info h2 {
    color: #282828;
    font-size: 20px;
    margin: 0;
}

.m-basic-info .package-rate {
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: 700;
    padding-top: 25px;
    text-transform: uppercase;
}

.m-basic-info dl {
    margin: 10px 0 0;
}

.m-basic-info dl a {
    color: #282828;
}

.m-basic-info dt, .m-basic-info dd {
    display: inline;
    margin: 0;
    padding: 0;
}

.m-basic-info dt {
    font-weight: bold;
}

.m-basic-info .btn {
    display: inline-block;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {
    .m-account-info {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 580px;
        -moz-flex: 1 1 580px;
        -ms-flex: 1 1 580px;
        flex: 1 1 580px;
        margin-left: 80px;
    }
}

.m-account-info th, .m-account-info td {
    padding: 15px 0;
}

.m-account-info th {
    width: 80%;
}

.m-account-info table a {
    font-weight: bold;
    margin-right: 20px;
    text-decoration: underline;
}

.dark-link {
    color: #282828;
}

.dark-link:hover {
    color: #282828;
}

.upgrade-account {
    float: right;
    font-size: 18px;
    text-decoration: underline;
}

.m-account-info--basic {
    margin-top: -5px;
}

.m-account-info--basic h3 {
    margin-bottom: 0;
}

.m-account-info--basic ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.m-account-info--basic li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

/* @end =profile */
/* @group =reports */
.selecter .selecter-selected {
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 30px 12px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selecter .selecter-item {
    font-size: 16px;
}

.selecter-options {
    box-sizing: border-box;
}

.m-reports-header {
    padding-bottom: 20px;
}

.m-reports-header .selecter {
    margin: 0 0 20px;
    width: 100%;
}

.m-reports-header .btn {
    margin: 0 0 20px;
}

@media (min-width: 620px) {
    .m-reports-header .selecter {
        float: left;
        width: 282px;
    }

    .m-reports-header .btn {
        float: right;
        margin: 0 0 20px 20px;
    }

}

.pagination {
    margin: 30px 0 0;
    font-size: 0;
    text-align: right;
}

.pagination a {
    border: 1px solid #ddd;
    background: #fff;
    color: #989899;
    display: inline-block;
    font-size: 12px;
    margin-left: -1px;
    padding: 4px 11px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.pagination a:first-child {
    border-radius: 5px 0 0 5px;
}

.pagination a:last-child {
    border-radius: 0 5px 5px 0;
}

.pagination a:nth-child(6) {
    display: none;
}

.pagination a:hover, .pagination a.current {
    background: #0cc738;
    border-color: #0cc738;
    color: #fff;
    position: relative;
    text-shadow: 1px 0 1px #79897c;
    z-index: 3;
}

@media (min-width: 620px) {
    .pagination a {
        font-size: 14px;
        padding: 7px 14px;
    }

    .pagination a:nth-child(6) {
        display: inline-block;
    }
}

.table-reports th {
    font-weight: 600;
    font-size: 13px;
}

@media (min-width: 620px) {
    .table-reports th {
        font-size: 16px;
    }
}

.table-reports th:first-child {
    padding-left: 28px;
}

.table-reports td {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media (min-width: 620px) {
    .table-reports td {
        font-size: 14px;
    }
}

.table-reports .custom-checkbox {
    margin-left: 8px;
}

.table-sort {
    background: url(../../i/layout/ico-sort.png) no-repeat right center;
    color: #282828;
    padding-right: 20px;
}

.table-sort:hover {
    color: #282828;
}

.status {
    display: inline-block;
    padding-left: 28px;
    position: relative;
}

.status:before {
    border-radius: 50%;
    display: block;
    content: "";
    left: 0;
    height: 12px;
    position: absolute;
    top: 2px;
    width: 12px;
}

.status--ok:before {
    background: #2db526;
    border: 3px solid #caecc9;
}

.status--bad:before {
    background: #e02828;
    border: 3px solid #f7c9c9;
}

.status--wait:before {
    background: #ffcc00;
    border: 3px solid #fff2bf;
}

.check-promo {
    color: #fff;
    background: url(../../i/layout/check-bg.png) no-repeat 0 0/cover;
    box-sizing: border-box;
    min-height: 110px;
    margin-top: 20px;
    padding: 10px 35px 20px;
    text-align: center;
}

.check-promo p {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 5px;
    text-shadow: 1px 1px 1px #1a5317;
}

@media (min-width: 620px) {
    .check-promo {
        padding: 30px 45px;
        text-align: left;
    }

    .check-promo p {
        float: left;
        margin: 3px 0 0;
        text-shadow: 1px 1px 1px #1a5317;
    }

    .check-promo .btn {
        float: right;
    }
}

.table-header {
    margin: 18px 0 0;
}

.items-options {
    background: url(../../i/layout/arrow-check.png) no-repeat 8px 18px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-left: 55px;
    padding-bottom: 18px;
}

.items-options .inline-checkbox {
    margin-top: -2px;
}

.items-options .inline-checkbox, .items-options a {
    vertical-align: middle;
}

.items-options a {
    color: #282828;
    margin-left: 20px;
    text-decoration: underline;
}

.search-form {
    margin-bottom: 15px;
    position: relative;
}

.search-form input[type="text"] {
    min-height: 40px;
    padding: 5px 10px;
    width: 100%;
}

@media (min-width: 620px) {
    .search-form {
        float: right;
    }

    .search-form input[type="text"] {
        width: 280px;
    }
}

.btn-search {
    background: url(../../i/layout/webping-search.png) no-repeat center;
    border: 0;
    height: 40px;
    min-width: 0;
    right: 0;
    position: absolute;
    padding: 0;
    text-indent: -999em;
    top: 0;
    width: 40px;
}

/* @end =reports */
/* @group =edit =form */
.grid-field .field {
    width: 100%;
}

@media (min-width: 980px) {
    .grid-field {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid-field .field {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 280px;
        -moz-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        margin-left: 50px;
    }

    .grid-field .field:first-child {
        margin-left: 0;
    }
}

.field-box {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 280px;
    -moz-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}

.field-box .field {
    margin-left: 0;
}

.default-form .field {
    min-height: 110px;
    margin-bottom: 40px;
}

.default-form .field label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.default-form .field small {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.default-form .field .selecter, .default-form .field select {
    max-width: 100%;
    width: 100%;
}

.default-form textarea {
    height: 200px;
}

.form-btns {
    text-align: right;
}

.form-btns .btn {
    margin-left: 16px;
    min-width: 160px;
}

.tel-numbers {
    font-size: 16px;
    margin-left: -30px;
}

.tel-info {
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 5px 0 20px 30px;
    min-width: 160px;
    position: relative;
    padding: 15px 40px 15px 15px;
    white-space: nowrap;
}

.tel-info--del {
    color: #282828;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    text-align: center;
}

/* @end =edit =form */
/* @group =services */
.services-header {
    margin-bottom: 20px;
}

.services-header h1 {
    margin-bottom: 0;
}

.services-header p {
    margin: 0;
}

.services-header p a {
    text-decoration: underline;
}

.services-header p a:hover {
    text-decoration: none;
}

.services-header a {
    color: #282828;
}

.temp-chart {
    height: auto;
    max-width: 100%;
}

.back-link {
    float: right;
}

.config-details {
    margin: 48px 0 0;
}

.config-details header {
    padding-bottom: 10px;
}

.config-details header .btn {
    float: right;
    min-width: 140px;
}

.config-details h2 {
    color: #282828;
    font-size: 20px;
    margin: 0;
    padding: 9px 0 0;
}

.config-details .btn {
    float: right;
}

.config-details dl {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}

.config-details dl:last-of-type, .config-details dl.text-details {
    border: 0;
}

.config-details dt, .config-details dd {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.config-details dd {
    font-weight: bold;
}

.config-details .textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #696969;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 16px;
}

.tooltip {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    position: relative;
}

.tooltip:hover .tooltip-body {
    display: block;
}

.tooltip-trigger {
    background: #282828;
    border-radius: 50%;
    display: block;
    height: 13px;
    line-height: 13px;
    width: 13px;
    text-align: center;
}

.tooltip-body {
    background: #282828;
    border-radius: 5px;
    bottom: 100%;
    display: none;
    margin-left: -13px;
    margin-bottom: 16px;
    position: absolute;
    padding: 10px 15px;
    width: 150px;
    z-index: 1000;
}

.tooltip-body:before {
    background: url(../../i/layout/bottom-arrow2.png) no-repeat 0 0;
    display: block;
    content: "";
    left: 18px;
    height: 10px;
    width: 25px;
    position: absolute;
    top: 100%;
}

/* @end =services */
/* @group =responsive =table */
.responsive-table td .table-mobile-more {
    color: #282828;
}

.checkbox-col {
    width: 10px;
}

.mobile-hide {
    display: none;
}

@media (min-width: 620px) {
    .mobile-hide {
        display: table-cell;
    }


    .user-add-field {
        min-height: 200px !important;
    }
}

.mobile-table-content {
    float: right;
    position: relative;
}

@media (min-width: 620px) {
    .mobile-table-content {
        display: none;
    }
}

.table-mobile-more {
    font-weight: 400;
}

.mobile-table-content--box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    display: none;
    list-style: none;
    margin: 10px 0 0;
    right: 0;
    position: absolute;
    padding: 2px 15px;
    top: 100%;
    width: 283px;
    z-index: 10;
}

.mobile-table-content--box:after, .mobile-table-content--box:before {
    bottom: 100%;
    right: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mobile-table-content--box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
}

.mobile-table-content--box:before {
    border-color: rgba(227, 227, 227, 0);
    border-bottom-color: #e3e3e3;
    border-width: 9px;
    right: 16px;
}

.mobile-table-content--box.show {
    display: block;
}

.mobile-table-content--box li {
    border-top: 1px solid #e5e5e5;
    padding: 8px 0;
}

.mobile-table-content--box li:first-child {
    border: 0;
}

.mobile-table-content--box .ico-link {
    display: inline-block;
    margin-right: 10px;
}

.mobile-header {
    display: block;
}

/* @end =responsive =table */
/* @group =footer */
.page-footer {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 840px) {
  .page-footer {
    display: block;
  }
}

.page-footer small {
    float: none;
    font-size: 14px;
	width: 300px;
}

/* @end =footer */
/* ADDITIONAL CSS */
span.active {
    color: #79e574;
}

span.not-active {
    color: #8a8a8a;
}

span.additional-info a {
    color: #8a8a8a;
}

span.additional-info a:hover {
    text-decoration: underline;
}

/*.active-link {
    background: url("../../i/layout/active.png") no-repeat center;
}*/
.active-link {
    background-size: cover !important;
    cursor: pointer;
}

.active-link.active {
    background: url("../../i/layout/active-active.png") no-repeat center;
}

.active-link.paused {
    background: url("../../i/layout/active-paused.png") no-repeat center;
}

.add-user {
    width: 48% !important;
    float: left;
    margin-right: 20px !important;
}

.cancel-user {
    width: 48% !important;
    float: left;
    text-decoration: none !important;
}

.height-form-fix{
    min-height: 85px !important;
}


.m-signup--form input[type="password"], .m-signup--form input[type="text"]{
    margin-bottom:0!important;
}

.m-signup--form .selecter{
    max-width:100%;
    margin:0;
}

.m-signup--form{
    max-width:900px;
    padding:25px;
}
@media(max-width:991px){
	.m-signup--form {
		max-width:300px;
	}
}

.m-signup--form.m-login--form, .m-signup--form.m-register--form{
    max-width:300px;
}

.m-signup--form label{
    font-weight:300;
}
.m-signup--form .btn{
    width:auto;
    margin:0;
    font-size:16px;
    font-weight:200;
}

.m-register--form .btn{
    min-width:120px;
}

footer li{
    display:inline-block;
    padding:0 3px;
    font-size:14px;
}
footer ul{
    padding-left:0;
    padding-top:10px;
    text-align:center;
	width: 600px;
}
@media screen and (max-width: 840px) {
	footer ul, footer small, footer .social{
		width: 100% !important;
	}
}
footer small{
    padding-top:10px;
}

footer a, footer small{
    color:#838383;
}

footer .twitter .fa-circle{
    color:#00b4ef;
}
footer .facebook .fa-circle{
    color:#4e73c7;
}
footer .google .fa-circle{
    color:#f52d33;
}
footer .social a{
    color:#000;
}
footer .social {
  display: flex;
  width: 300px;
  justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  footer .social {
    justify-content: center;
  }
}
footer span, footer .counter, header ul, header ul li, header a{
    display:inline-block;
}
header{
    margin-bottom:10px;
}
header a, header li{
    color:#FFF;
    font-size:16px;
}
header ul{
    padding-left:10px;
}
header li.active{
    font-weight:600;
}

header .btn-dark {
    background-color: #5f5f5f;
    border-color: #5f5f5f;
    font-weight: 200;
    font-size: 16px;
    padding: 3px 10px;
    border: none;
    vertical-align: baseline;
}
header .btn-red {
    background-color: #ff0000;
    border-color: #5f5f5f;
    font-weight: 200;
    font-size: 16px;
    padding: 3px 10px;
    border: none;
    vertical-align: baseline;
}
@media screen and (max-width: 980px) {
  header .btn-dark {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  header .btn-red {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  header .btn-dark {
    display: none;
  }
  header .btn-red {
    display: none;
  }
}

header .btn-green {
    background: #2db526;
    font-weight:200;
    font-size:16px;
    padding:3px 10px;
    border-color: #2db526;
    border: none;
}

.counter{
    font-size:12px;
    background:#e9e9e9;
    padding:7px;
    position:relative;
}
.counter:before{
    font-family:"FontAwesome";
    content:"\f0d9";
    color:#e9e9e9;
    position:absolute;
    left:-4px;
}

@media(max-width:991px){
    footer{
        text-align:center;
    }
    .page-footer small{
        float:none;
    }

    footer .separator{
     		display:none;
    }
}

@media(min-width:992px){

        .home footer .col-md-2, .home footer .col-md-7, .home footer .col-md-3{
    		/*float:right;*/
    	}
}

@media (min-width: 620px){
    .m-signup-wrapper {
        padding: 20px 0 30px;
    }
}

.errorLog {
    background-color: rgba(255,0,0,.4);
    border-radius: 10px;
    color: #fff;
}

.errorLog li {
    margin-left: -5px;
}

@media (max-width: 375px){
    .errorLog {
        padding-left: 25px;
        padding-right: 10px;
    }
	.errorLog li {
		margin-left: 0px;
	}
}

.mobile-login{
    display: none;
}


@media(max-width:979px){
	.signin-btn{display:none;}
	#panel{display:none;}
	.mobile-login{
     		display:block;
     		text-align:right;
     		margin-top:20px;
     	}
	.mobile-login .user-name{
     		background:#404040;
            padding:10px 43px;
     		/*margin:0 -26px;*/
     	}
	.mobile-login .login{
     		padding:10px 15px;
     	}
	.mobile-login .user-name a{
     		color:white;
     		font-weight:200;
            text-decoration: none;
     	}
	.mobile-login .login ul{
     		margin-bottom:0;
     	}
	.mobile-login .login ul a{
     		color:#fff;
     		font-weight:200;
     	}
	.mobile-login .login ul li:first-of-type{
     		margin-right:20px;
     	}
	.mobile-login .login ul li:last-of-type a{
     		color:#2db526;
     	}
	.home header{
     		padding-bottom:0;
     	}
    .home .nav-trigger{
     		display:block;
     	}
    .home .language-switch{
     		display:block;
     		margin-top:10px;
     		float:right;
     	}
    .home .language-switch li{
     		color:#fff;
     	}
}

@media (max-width: 620px) {
    .inline-mobile-hide {
        display: none;
    }
}

@media (min-width: 620px) {
    footer .list-left {
        margin-right: 0px;
        padding-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    footer .list-left ul {
        margin-left: 0px;
        text-align: right;
    }

    footer .list-right {
        margin-left: 0px;
        padding-left: 0px;
    }

    footer .list-right ul {
        text-align: left;
    }

    footer .col-md-2:not(.list-left) {
        margin-left: -15px;
    }
}

.m-contact--data .no-decoration {
  text-decoration: none;
}

.main-error {
    background: url(../../i/layout/error-web.jpg) 0 0;
    background-size: cover;
}

.main-error-wraper {
    max-width: 600px;
    padding: 25px;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
}

.main-error-code {
    font-size: 195px;
    color: #2db526;
}
@media screen and (max-width: 600px) {
    .main-error-code {
        font-size: 135px;
    }
}

.main-error-tittle {
    color: #fff;
    font-size: 35px;
}

@media screen and (max-width: 600px) {
    .main-error-tittle {
        font-size: 25px;
    }
}

.main-error-description {
    color: white;
    font-size: 20px;
    margin-top: 30px;
}

.main-error-button {
    margin-top: 10px;
}
.m-price-box ul {
	margin-bottom: 20px;
}
.m-price-box li:before {
    font-family: 'fontello';
    display: inline-block;
    font-size: 22px;
    line-height: 0;
    margin-left: - 1.5em;
    width: 1.5em;
    color: green;
    content: '\1540';
    vertical-align: middle;
}
.m-price-box li.empty:before {
	display: none;
}
.m-price-box li br {
	display: none;
}
.m-price-box li strong {
	font-size: 14px;
}
.m-price-box__feature {
	display: block;
	min-height: 95px;
}
/*
@media screen and (min-width: 620px) {
	.m-slide1:first-of-type .layout-wrapper {
		text-align: right;
	}
	.m-slide1:first-of-type .btn {
		border-bottom-color: #dbb000;
		color: #282828;
		background: #ffce00;
		margin-top: 240px;
	}
	.m-slide1:first-of-type .btn:hover {
		border-bottom-color: transparent;
	}
}
@media screen and (min-width: 980px) {
	.m-slide1:first-of-type .btn {
		margin-top: 465px;
		margin-left: -2px;
	}
	.m-slide1:first-of-type .layout-wrapper {
		text-align: center;
	}
}*/
.m-price-box--promo-badge::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("../../i/layout/black-friday-badge.png") no-repeat 0 0;
	background-size: contain;
	height: 100px;
	width: 102px;
	top: 77px;
}
@media screen and (min-width: 620px) {
	.m-price-box--promo-badge::before {
		top: 72px;
	}
}
@media screen and (min-width: 980px) {
	.big.m-price-box--promo-badge::before {
		top: 82px;
	}
}
.m-price-box-price-badge-pl::before {
	background: url("../../i/layout/promo-badge-pl.png") no-repeat 0 0;
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-size: contain;
	height: 100px;
	width: 102px;
	top: 77px;
}
.m-price-box-price-badge-en::before {
	background: url("../../i/layout/promo-badge-en.png") no-repeat 0 0;
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-size: contain;
	height: 100px;
	width: 102px;
	top: 77px;
}
@media screen and (min-width: 620px) {
	.m-price-box-price-badge-pl::before, .m-price-box-price-badge-en::before {
		top: 72px;
	}
}
@media screen and (min-width: 980px) {
	.big.m-price-box-price-badge-pl::before, .big.m-price-box-price-badge-en::before {
		top: 78px;
	}
}