@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap&subset=latin-ext');

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover
}

#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li>a,
ul.sm a,
ul.sm:after {
    display: block;
}

#error-page,
#scrollUp {
    text-align: center;
}

body,
html {
    font-size: 20px;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    background-color: transparent;
    line-height: normal;
}

a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0
}

a.inverted {
    color: inherit;
}

a.white {
    color: #fff;
}

a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .35s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none;
}

a.inverted:focus,
a.inverted:hover {
    color: inherit;
}

a.white:focus,
a.white:hover {
    color: inherit;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

h1,
h2,
h3,
h5,
h6 {
    margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

p {
    margin-bottom: 1em
}

p:last-child {
    margin-bottom: 0
}

.sk-content {
    padding: 1em;
}

.sk-content-full {
    padding: 2em 0;
}

.sk-content-half {
    padding: .5em 0;
}

header {
    -webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.75);
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
}

header .top-bar {
    background-color: #272d2d;
    color: #fff;
}

header .top-bar .doSearch {
    float: right;
    min-width: 300px
}

header .logo {
}

.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100
}

.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: .5em
}

.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .5em 1.2em;
    text-transform: capitalize;
    width: auto
}

.topmenu li>a strong {
    text-transform: uppercase;
}

.subheader .sk.breadcrumb a.section {
    color: #fff
}

.subheader .sk.breadcrumb a:hover {
    text-decoration: underline
}

.subheader .sk.breadcrumb .section {
    font-size: .876em;
    color: #fff
}

.subheader .sk.inverted.input {
    width: 300px
}

#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100
}

ul.sm a,
ul.sm li {
    position: relative
}

#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #FFF
}

.topmenu ul {
    background-color: rgba(255,255,255,0.9);
}

#pagination {
    margin-top: 1em
}

.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    float: left
}

ul.sm a {
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    /*top: -999999px;*/
    /*left: -800px;*/
    /*width: 100px;*/
    display: none;
}

.top-menu,
.topmenu li>a i,
.topmenu li>a small,
.topmenu li>a strong {
    position: relative
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}

* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.topmenu li>a {
    text-decoration: none;
    padding: 1.85em 0;
    font-weight: bold;
    -webkit-transition: color .35s ease, background-color .35s ease;
    -moz-transition: color .35s ease, background-color .35s ease;
    -o-transition: color .35s ease, background-color .35s ease;
    transition: color .35s ease, background-color .35s ease;
}

.topmenu li a>i {
    display: none;
    font-size: 2em
}

.topmenu li>a strong {
    display: block;
}

.topmenu li>a small {
    display: none;
    font-size: .85em
}

.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover>a i {
    opacity: 1
}

.topmenu a>small {
    display: block
}

.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #ed0f0f;
}

.topmenu li ul li a.highlighted,
.topmenu li ul li a:active,
.topmenu li ul li a:focus,
.topmenu li ul li a:hover {
    color: white;
    background-color: #ed0f0f;
}

.topmenu li.nav-submenu-item i.icon {
    margin-right: .5em
}

.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em
}

.topmenu li ul li a {
    padding: .5em 5px;
    text-align: left;
    border: 0;
}

.topmenu li ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(39, 45, 45, .25);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(39, 45, 45, .25);
    box-shadow: inset 0 -1px 0 0 rgba(39, 45, 45, .25);
    height: 1px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.topmenu li ul li a:hover:after {
    -webkit-box-shadow: inset 0 -1px 0 0 rgb(237, 15, 15);
    -moz-box-shadow: inset 0 -1px 0 0 rgb(237, 15, 15);
    box-shadow: inset 0 -1px 0 0 rgb(237, 15, 15);
}

.topmenu ul.menu-submenu > li:last-child > a::after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 .5em 0 0
}

#menu ul.two.cols {
    width: 380px!important
}

#menu ul.three.cols {
    width: 500px!important
}

#menu ul.three.cols li {
    width: 33.33%
}

#menu ul.four.cols li {
    width: 25%
}

#menu ul.four.cols {
    width: 680px!important
}

#menu ul.cols li {
    display: block;
    float: left;
    width: 50%
}

#menu ul.cols li:first-child {
    box-shadow: none
}

#menu ul.cols {
    clear: both
}

.topmenu ul.menu-submenu {
    border: 1px solid rgba(39, 45, 45, .25);
    border-top: 6px solid #ed0f0f;
    font-size: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.topmenu a span.sub-arrow {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -12px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: none;
}

.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.topmenu li:first-child,
.topmenu ul li,
.topmenu-vertical li {
    border-left: 0
}

.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0
}

.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px
}

.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

#botwidget,
.loader {
    position: relative
}

.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent
}

#topwidget {
    background-color: #fff
}

#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff
}

#topwidget .static-image>h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100
}

#leftwidget aside,
#rightwidget aside {
    margin-bottom: 1.5em
}

#leftwidget aside h3,
#rightwidget aside h3 {
    font-weight: 400;
}

#botwidget {
}

#botwidget h3 {
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    visibility: visible;
    z-index: 5000
}

.sk.button.loader::after {
    top: -1px;
    left: -1px;
    width: auto;
    height: auto;
    right: -1px;
    bottom: -1px;
    background-size: 30px;
}

footer {
    background-color: #272d2d;
    color: #fff;
    -webkit-box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.51);
    box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.51);
    z-index: 1;
}

footer .logo {
}

footer .ficons {
    margin-bottom: 1em
}

footer .ficons i.icon {
    margin: 0 .25em
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #ED0F0F;
    border-radius: 30px;
    line-height: 55px;
    opacity: .8;
    color: #272D2D;
}

#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
}

#error-page {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative
}

#error-page .logo {
    padding-top: 2em
}

#error-page h1 {
    padding-top: .5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3 {
    color: #7F7F7F;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3.primary {
    margin-top: 2em
}

#error-page #but.button {
    font-size: 2em;
    border-radius: 500em
}

#error-page #but.button i.icon {
    font-size: 4em
}

.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em
}

.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px
}

.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px
}

.section2:after {
    background: #fefefe;
    top: 0;
    transition: all .3s ease 0s
}

.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative
}

.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3
}

.section3 {
    background: #fff;
    border-top: 1px solid #dadada
}

.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8
}

.menu.lang_menu {
}

.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}

.sk.menu {
    font-size: 20px;
}

.headerlanguage {
    cursor: pointer;
}

#langmenu .item {
    display: inline-block;
    padding: 3px 0;
}

#langmenu .item.active {
    color: #ed0f0f;
}

.lazyload {
    display: block;
    min-height: 1px;
}

.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}

/*All*/
b {
    font-weight: 900;
}

textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
::-webkit-input-placeholder {
    opacity:1;
}
::-moz-placeholder {
    opacity:1;
}
:-ms-input-placeholder {
    opacity:1;
}
:-moz-placeholder {
    opacity:1;
}
.underline, a.underline:hover, a.underline:focus {
    text-decoration: underline;
}
.big-grid {
    padding-left: 7.5em;
    padding-right: 7.5em;
}
.row {
    margin-left:-15px;
    margin-right:-15px;
}
.col {
    padding-left:15px;
    padding-right:15px;
}
.row-2 {
    margin-left:-2px;
    margin-right:-2px;
}
.col-2 {
    padding-left:2px;
    padding-right:2px;
}
.row-5 {
    margin-left:-5px;
    margin-right:-5px;
}
.col-5 {
    padding-left:5px;
    padding-right:5px;
}
.row-7 {
    margin-left:-7px;
    margin-right:-7px;
}
.col-7 {
    padding-left:7px;
    padding-right:7px;
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
}
.col-10 {
    padding-left:10px;
    padding-right:10px;
}
.row-20 {
    margin-left:-20px;
    margin-right:-20px;
}
.col-20 {
    padding-left:20px;
    padding-right:20px;
}
.row-25 {
    margin-left:-25px;
    margin-right:-25px;
}
.col-25 {
    padding-left:25px;
    padding-right:25px;
}
.row-30 {
    margin-left:-30px;
    margin-right:-30px;
}
.col-30 {
    padding-left:30px;
    padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
    margin-left:-40px;
    margin-right:-40px;
}
.col-40 {
    padding-left:40px;
    padding-right:40px;
}
.row-45 {
    margin-left:-45px;
    margin-right:-45px;
}
.col-45 {
    padding-left:45px;
    padding-right:45px;
}
.row-50 {
    margin-left:-50px;
    margin-right:-50px;
}
.col-50 {
    padding-left:50px;
    padding-right:50px;
}
.row-60 {
    margin-left:-60px;
    margin-right:-60px;
}
.col-60 {
    padding-left:60px;
    padding-right:60px;
}
.row-70 {
    margin-left:-70px;
    margin-right:-70px;
}
.col-70 {
    padding-left:70px;
    padding-right:70px;
}
.row-80 {
    margin-left:-80px;
    margin-right:-80px;
}
.col-80 {
    padding-left:80px;
    padding-right:80px;
}
.row-100 {
    margin-left:-100px;
    margin-right:-100px;
}
.col-100 {
    padding-left:100px;
    padding-right:100px;
}
.v-align-middle {
    vertical-align:middle;
}
.overflow-hidden {
    overflow: hidden;
}
.visibility-hidden {
    visibility:hidden;
}
.uppercase {
    text-transform:uppercase;
}
.bold {
    font-weight:bold;
}
.regular {
    font-weight:400;
}
.light {
    font-weight:300;
}
.block {
    display:block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display:flex;
}
.flex-wrap {
    display:flex;
    flex-wrap:wrap;
}
.flex-between {
    display:flex;
    justify-content: space-between;
}
.flex-wrap-between {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.flex-center {
    display:flex;
    justify-content: center;
}
.flex-wrap-center {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.flex-right {
    display:flex;
    justify-content: flex-end;
}
.flex-wrap-right {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.flex-all-center {
    display:flex;
    justify-content: center;
    align-items:center;
}
.flow-column {
    flex-flow:column;
}
.flex-vertical-center {
    display:flex;
    align-items:center;
}
.flex-bottom {
    display:flex;
    align-items:flex-end;
}
.flex-wrap-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.image-link img.over, .image-link:hover img.normal {
    display:none;
}
.image-link:hover img.over {
    display:inline-block;
}
.visible-phone {
    display:none !important;
}
.photo-landscape img, img.photo-landscape {
    width: 100%;
    height: auto;
}
.photo-portrait img, img.photo-portrait {
    width: auto;
    height: 100%;
}
.main-content {
    margin: 0;
}
.col-xs-12.main-content {
    margin: 3em 0;
    min-height: 200px;
}
.sk-grid {
    max-width: 1525px;
}
.red-color {
    color: #ed0f0f;
}
.green-color {
    color: #16c116;
}
.page-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1.75em;
}
.page-title .lnr {
    font-size: 0.7em;
    margin-left: 1em;
    color: #ed0f0f;
    position: relative;
}
.red-title {
    font-size: 35px;
    font-weight: bold;
    color: #ed0f0f;
}
.green-title {
    font-size: 35px;
    font-weight: bold;
    color: #16c116;
}
.red-title.medium,
.green-title.medium {
    font-size: 30px;
}
.red-title.small,
.green-title.small {
    font-size: 24px;
}
.arrows-link {
    color: #ed0f0f;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
}
.arrows-link .lnr {
    font-size: 0.5em;
    vertical-align: baseline;
    top: -0.2em;
    position: relative;
}
/*.main-content > div:first-child,
.main-content > p {
    display: none;
}*/
.panel,
.custom-panel {
    margin-bottom: 2em;
}
.bg-color-red {
    background-color: #ed0f0f;
}
.bg-color-blue {
    background-color: #2acddd;
}
.bg-color-gold {
    background-color: #ffd400;
}
.label-success {
    background-color: #16c116;
}
.text-domain {
    color: #2acddd;
}
.alert {
    padding: 10px;
}
.alert-danger {
    color: #ec0f0f;
    background-color: #fcedf1;
    border-color: transparent;
}
.alert-success {
    color: #16c116;
    background-color: #eefff0;
    border-color: rgba(22, 193, 22, 0.25);
}
.alert-warning {
    color: #000;
    background-color: #fffaf5;
    border-color: rgba(244,154,11,0.25);
    font-size: 14px;
}
.alert.alert-danger {
    font-size: 12px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(28,3,12,0.15);
    -moz-box-shadow: 2px 2px 8px 0px rgba(28,3,12,0.15);
    box-shadow: 2px 2px 8px 0px rgba(28,3,12,0.15);
    font-weight: bold;
    border-radius: 3em;
    padding: 10px 15px;
    margin: 15px 0;
}
.alert.alert-success {
    font-size: 22px;
    padding: 5px;
    font-weight: bold;
    border-radius: 2em;
}
.bootstrap-switch.bootstrap-switch-focused {
    border-color:#16c116;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(22, 193, 22, .6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(22, 193, 22, .6)
}
.modal-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.modal-popup.active {
    display: flex;
}
.modal-popup-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-popup-front {
    position: relative;
    max-width: 635px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(102,100,98,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(102,100,98,0.28);
    box-shadow: 1px 1px 8px 0px rgba(102,100,98,0.28);
    padding: 1.5em;
    border-radius: 15px;
    font-size: 16px;
}
.modal-popup-close,
.redeem-pop-up-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: rgba(0,0,0,0.85);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    cursor: pointer;
}
.modal-popup-front h3 {
    margin-bottom: 0.5em;
}
.modal-popup-front p {
    margin-bottom: 1.5em;
}
.modal-popup-buttons .sk.button {
    font-size: 22px;
    padding: 0.45em 1em;
    min-width: 140px;
    margin: 0 10px;
}
#divDynamicRecaptcha {
    display: none;
}
.reset-box.alert-message p a {
    text-decoration: underline;
}
/*Configure*/
.configure-table-head {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(39,45,45,0.25);
    padding-bottom: 0.75em;
    margin-bottom: 2em;
}
.configure-additional-info {
    border: 1px solid rgba(66,66,66,0.5);
    border-radius: 0.75em;
    padding: 1.5em;
}
.configure-additional-info h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.configure-additional-description {
    font-size: 12px;
    margin: 0.75em 0 2em;
}
.configure-iccid-notes {
    margin-top: 15px;
    font-size: 12px;
    display: none;
}
.where-iccid-link.active + .configure-iccid-notes {
    display: block;
}
.configure-iccid-notes p {
    line-height: 1.25;
}
.where-iccid-link {
    color: #ed0f0f;
    position: relative;
    line-height: 0;
    margin-right: 1em;
    text-decoration: underline;
}
.where-iccid-link .lnr {
    position: absolute;
    right: -1.5em;
    bottom: 0.35em;
    font-size: 0.55em;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.where-iccid-link.active .lnr {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.where-iccid-link:hover {
    text-decoration: underline;
}
/*Header*/
header .sticky-logo {
    display: none;
}
.header-cr-item {
    display: inline-block;
}
.header-cr-item {
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
}
.header-cr-item:last-child {
    margin-right: 0;
}
.header-cr-item.active {
    background-color: white;
    color: black;
}
.header-language-menu {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.header-left {
    width: 355px;
}
.header-center {
    width: calc(100% - 685px);
}
.header-right {
    width: 330px;
}
.header-account-menu {
    text-align: right;
    font-size: 18px;
}
.header-account-menu .item {
    display: inline-block;
    margin-left: 1em;
}
.header-account-menu .item:first-child {
    margin-left: 0;
}
.header-account-menu .item img {
    vertical-align: bottom;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.9;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
a.header-cr-item:hover,
.header-account-menu a.item:hover {
    color: #ed0f0f;
}
.header-account-menu a.item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
header.scroll {
    position: fixed;
}
header.scroll .top-bar {
    display: none;
}
header.scroll .topmenu ul {
    background-color: rgb(255, 255, 255);
}
header.scroll .topmenu li>a {
    padding: 0.75em 0;
}
header.scroll .topmenu li ul li a {
    padding: .5em 5px;
}
.header-height {
    height: 144px;
}
/*Menu*/
#menu {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    float: right;
    cursor: pointer;
    z-index: 2000;
    display: none;
}
.menu-icon {
    position: relative;
    color: #000;
    float: right;
    height: 24px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon-create {
    display: inline-block;
    width: 20px;
    height: 3px;
    position: relative;
    top: 10px;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #000;
}
.menu-icon-create::before {
    top: -6px;
}
.menu-icon-create::after {
    top: 6px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before {
    top: 2px;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 8px;
}
/*Sidebar Icons*/
#sideicons {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 455px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#sideicons.sideicon-hidden {
    display: none;
}
.sideicon-res-item {
    margin: 5px 0;
}
.sideicon-res-wrap {
    color: white;
    background-color: #ed0f0f;
    border-radius: 55px;
    overflow: hidden;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(48,51,47,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(48,51,47,0.3);
    box-shadow: 0px 0px 8px 0px rgba(48,51,47,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.sideicon-res-wrap.active {
    color: #ed0f0f;
    background-color: white;
    border: 1px solid #ed0f0f;
}
.sideicon-res-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sideicon-res-image img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-height: 30px;
}
.sideicon-res-wrap.active .sideicon-res-image img {
    -webkit-filter: none;
    filter: none;
}
.sideicon-res-title {
    font-size: 12px;
    font-weight: 300;
    margin-left: 5px;
    display: none;
    width: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.sideicons-arrow {
    cursor: pointer;
    background-color: #fff;
    color: #ed0f0f;
    height: 70px;
    width: 15px;
    font-size: 25px;
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 1px 2px 10px 0px rgba(89,87,87,0.41);
    -moz-box-shadow: 1px 2px 10px 0px rgba(89,87,87,0.41);
    box-shadow: 1px 2px 10px 0px rgba(89,87,87,0.41);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.sideicons-arrow .lnr {
    transform: scale(0.5,1.1);
    text-shadow: -1px 0 #ed0f0f, 0 1px #ed0f0f, 1px 0 #ed0f0f, 0 -1px #ed0f0f;
}
.sideicon-res-item a.active .sideicon-res-wrap {
    width: auto;
    padding: 10px;
}
.sideicon-res-item a.active .sideicon-res-wrap .sideicon-res-title {
    display: block;
    width: auto;
}
/*Custom Select*/
.custom-select {
    position: relative;
    cursor: pointer;
}
.custom-select.disabled {
    opacity: 0.5;
    cursor: default;
}
.custom-select-main {
    line-height: 1.5;
    position: relative;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.custom-select-categories {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    border: 1px solid rgba(132,132,132,0.5);
    border-top: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
}
.custom-select-main::after {
    content: "\e874";
    color: rgba(132,132,132,0.75);
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
}
.custom-select.active .custom-select-main {
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}
.custom-select-item.active,
.custom-select-item:hover {
    color: #ed0f0f;
}
/*Banners*/
#home-reseller-banners {
    margin-top: 2em;
}
#publish-banners {
    margin-top: -1.5em;
}
.home-res-banner {
    background-color: #ed0f0f;
    color: white;
    padding: 6em 3em 3em;
}
.home-res-banner.left {
    padding-left: calc((100% - 1525px)/2);
}
.home-res-banner.right {
    padding-right: calc((100% - 1525px)/2);
    background-size: cover;
    position: relative;
    background-position: center center;
    z-index: 1;
}
.home-res-banner.right::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(237,15,15,0.45);
}
.home-res-banner h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}
.home-res-text {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    font-weight: 300;
}
.home-res-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    height: 90px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*Header Images*/
.header-image {
    overflow: hidden;
    position: relative;
}
.header-image img {
    width: 100%;
}
.header-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    color: white;
    padding: 0 calc((100% - 1525px) /2);
    background-color: rgba(39,45,45,0.3);
}
.header-over h1 {
    font-size: 69px;
    font-weight: 900;
    position: relative;
    margin: 0;
    line-height: 1.1;
}
.header-over p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    margin: 0;
}
.header-over .sk.button {
    margin-top: 3em;
}
.header-image .sk-carousel .item,
.header-image .sk.single-header {
    height: calc(15vw + 135px);
    min-height: 400px;
    background-size: cover;
    background-position: center center;
}
.header-image.large-header .sk-carousel .item,
.header-image.large-header .sk.single-header {
    height: calc(22vw + 135px);
}
.header-image.header-without-text .sk-carousel .item,
.header-image.header-without-text .sk.single-header {
    min-height: auto;
}
.header-image.header-without-text .sk-carousel .item,
.header-image.header-without-text .sk.single-header {
    height: 155px;
}
/*Results*/
#choose-plan {
    margin: 3em 0;
}
#choose-plan h1 {
    text-align: center;
    font-size: 50px;
    color: #ed0f0f;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.choose-plan-radios {
    font-size: 30px;
    font-weight: bold;
    margin: 2em 0;
}
.choose-plan-radios .radio i {
    top: 4px;
}
.choose-flags {
    margin-top: 10px;
}
.radio input:disabled + i + .choose-flags {
    opacity: 0.2;
}
.choose-flags-item {
    float: left;
    width: 130px;
}
.choose-flags-wrap img {
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.35);
    -moz-box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.35);
    box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.35);
}
.choose-plan-all-types {
    margin: 2em 0 0;
}
.choose-plan-types {
    display: none;
}
.choose-plan-types.active {
    display: block;
}
.choose-plan-type-item {
    margin-bottom: 3em;
}
.choose-plan-type-wrap {
    font-size: 25px;
    font-weight: bold;
    border: 2px solid #c6c6c6;
    padding: 0.5em 1.5em;
    border-radius: 2em;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.choose-plan-type-wrap.active:hover,
.choose-plan-type-wrap.active {
    background-color: #aaa9a9;
    border-color: #aaa9a9;
    color: white;
    cursor: default;
}
.choose-plans-countries-results,
.choose-plans-results {
    display: none;
}
.choose-plans-countries-results.active,
.choose-plans-results.active{
    display: block;
}
.choose-plans-results > .columns {
    clear: both;
}
.plans-carousel.owl-carousel .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    clear: both;
}
plans-carousel.owl-carousel .owl-item {
    display: flex;
    flex-wrap: wrap;
}
.choose-plans-res-item {
    margin-bottom: 60px;
}
.plans-carousel.owl-carousel .choose-plans-res-item {
    width: 100%;
    margin-top: 10px;
}
.choose-plans-res-wrap {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
}
.choose-plans-res-top {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.13);
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.13);
    position: relative;
    padding: 2.25em 2em 1em;
    overflow: hidden;
    cursor: pointer;
}
.choose-plans-res-price {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    color: white;
    font-size: 38px;
    font-weight: bold;
    padding: 5px 10px 5px 20px;
    border-bottom-left-radius: 10px;
}
.choose-plans-res-item.available .choose-plans-res-price {
    background-color: #ed0f0f;
}
.choose-plans-res-offer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #ed0f0f;
    font-size: 23px;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    padding: 2px 1em;
}
.choose-plans-res-title {
    margin: 0;
    color: #ed0f0f;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}
.choose-plans-res-title small {
    color: #000;
    font-size: 24px;
}
.choose-plans-res-middle {
    border: 1px solid #c6c6c6;
    border-top: 0;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 1em;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.choose-plans-res-det-item {
    margin-bottom: 0.5em;
}
.choose-plans-res-det-item > .columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.choose-plans-res-det-icon {
    float: left;
    width: 62px;
    position: relative;
}
.choose-plans-res-data-number {
    color: #ed0f0f;
    font-size: 17px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 40px;
    font-family: 'Segoe UI Bold';
}
.choose-plans-res-det-text {
    float: left;
    width: calc(100% - 62px);
    font-size: 22px;
}
.choose-plans-res-bottom {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}
.choose-plans-res-bottom form {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.custom-radio {
    margin-bottom: 10px;
}
.custom-radio {
    position: relative;
}
.custom-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    position: absolute;
}
.custom-radio input + i {
    width: 30px;
    height: 12px;
    background-color: black;
    display: inline-block;
    vertical-align: baseline;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.custom-radio input + i::after {
    content: "";
    -webkit-box-shadow: 0px 0px 6px 0px rgba(43,43,43,0.43);
    -moz-box-shadow: 0px 0px 6px 0px rgba(43,43,43,0.43);
    box-shadow: 0px 0px 6px 0px rgba(43,43,43,0.43);
    background-color: white;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    right: -3px;
    position: absolute;
    top: -2px;
    bottom: -2px;
    margin: auto;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.custom-radio input:checked + i {
    background-color: #16c116;
}
.custom-radio input:checked + i:after {
    right: 15px;
}
.choose-plans-res-bottom form .sk.button.invert {
    margin-top: 20px;
}
.custom-radio-popups {
    font-size: 12px;
    font-weight: 400;
    -webkit-box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    -moz-box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    padding: 7px 7px 15px;
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    background: white;
    display: none;
    text-align: left;
}
.custom-radio-popups h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
}
.custom-radio sup {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}
.custom-radio sup::before {
    content: "";
    -webkit-box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    -moz-box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    background-color: white;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    bottom: 20px;
    display: none;
}
.custom-radio sup::after {
    content: "";
    background-color: white;
    left: -7px;
    right: -7px;
    bottom: 27px;
    height: 15px;
    position: absolute;
    display: none;
}
.choose-plans-res-bottom .sk.button.invert {
    display: block;
    margin: 0 auto 0.5em;
    max-width: 155px;
}
.more-plans-button {
    display: inline-block;
    background-color: #ed0f0f;
    color: white;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    font-size: 32px;
    font-weight: bold;
    padding: 1em 2em;
    border-radius: 2em;
}
.choose-plan-type-wrap:hover {
    border-color: #ed0f0f;
    color: #ed0f0f;
}
.choose-plans-res-bottom .underline:hover {
    color: #ed0f0f;
}
.more-plans-button:hover {
    color: white;
    -webkit-box-shadow: 5px 4px 30px 0px rgba(237,15,15,0.3);
    -moz-box-shadow: 5px 4px 30px 0px rgba(237,15,15,0.3);
    box-shadow: 5px 4px 30px 0px rgba(237,15,15,0.3);
}
.custom-radio.active .custom-radio-popups,
.custom-radio sup.active::before,
.custom-radio sup.active::after {
    display: block;
}
.choose-plans-res-wrap:hover .choose-plans-res-middle {
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.13);
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.13);
    border-color: transparent;
}
/*Carousel Results*/
.plans-carousel.owl-theme .owl-controls {
    margin-bottom: 60px;
    margin-top: 0;
}
.plans-carousel.owl-carousel .owl-wrapper-outer {
    height: auto !important;
}
.slick-dots li button,
.owl-theme .owl-controls .owl-page span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgb(237, 15, 15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgb(237, 15, 15);
    box-shadow: inset 0px 0px 0px 1px rgb(237, 15, 15);
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #ed0f0f;
}
/*Redeem Plans*/
#redeem-plans {
    margin-top: -5em;
}
#redeem-plans .publish-data-box-bottomleft p {
    position: absolute;
    font-size: 22px;
    left: 195px;
    top: 15px;
}
#redeem-plans .publish-data-box-bottomleft h1 {
    text-align: left;
    margin: 0;
    display: flex;
}
#redeem-plans .publish-data-box-bottomleft h1 small {
    margin-left: 25px;
}
#redeem-plans .publish-data-box-bottomleft h1 small span {
    font-size: 0.4em;
    font-weight: 400;
    margin: 0.55em 0;
    display: block;
}
.redeem-another-link {
    font-size: 12px;
    text-decoration: underline;
}
.redeem-another-link:hover {
    text-decoration: underline;
    color: #ed0f0f;
}
.redeem-plans-data-box {
    margin-top: 1.25em;
}
#redeem-pop-up {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    overflow: auto;
}
#redeem-pop-up.active {
    display: flex;
}
.redeem-pop-up-back {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.redeem-pop-up-front {
    background-color: white;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    padding: 1.5em;
    border-radius: 20px;
    max-width: 785px;
    width: 100%;
    position: relative;
}
.redeem-pop-up-form-left {
    width: calc(100% - 200px);
    float: left;
}
.redeem-pop-up-form-right {
    width: 200px;
    float: left;
}
.redeem-pop-up-front .activate-bottom {
    padding: 0 1.5em;
    margin-top: 10px;
}
/*Remove Item Pop Up*/
#modalRemoveItem,
#modalEmptyCart {
    background-color: rgba(255,255,255,0.95);
    padding: 0 !important;
}
.modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 20px;
}
.modal-content {
    max-width: 855px;
    width: 100%;
    padding: 1.5em;
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    border: none;
    position: relative;
}
#modalRemoveItem .modal-content,
#modalEmptyCart .modal-content {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(124,123,123,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(124,123,123,0.28);
    box-shadow: 1px 1px 8px 0px rgba(124,123,123,0.28);
    border-radius: 15px;
    text-align: center;
}
#modalRemoveItem .modal-content {
    max-width: 415px;
}
#modalEmptyCart .modal-content {
    max-width: 430px;
}
#modalRemoveItem .modal-content .close,
#modalEmptyCart .modal-content .close {
    position: absolute;
    top: -13px;
    right: -13px;
    color: white;
    background-color: rgba(0,0,0,0.8);
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-size: 15px;
}
#modalRemoveItem .modal-title,
#modalEmptyCart .modal-title {
    font-size: 22px;
    color: #ed0f0f;
    font-weight: bold;
    margin-bottom: 1em;
}
#modalRemoveItem .modal-content p,
#modalEmptyCart .modal-content p {
    font-size: 14px;
    margin-bottom: 2em;
}
#modalRemoveItem .modal-content .sk.medium.button,
#modalEmptyCart .modal-content .sk.medium.button {
    min-width: 75px;
    margin: 0 5px;
}
/*Publish*/
.publish-top {
    margin-bottom: 4em;
}
.publish-more-details {
    font-size: 40px;
    font-weight: bold;
    margin: 1em 2em;
    display: inline-block;
}
.publish-more-details .lnr {
    font-size: 0.7em;
    margin-left: 1em;
    color: #ed0f0f;
}
@keyframes title-down {
    0%   {top: 0;}
    50%  {top: 30px;}
    100% {top: 0;}
}
.publish-data-box {
    background-color: white;
    border-radius: 1em;
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.19);
    overflow: hidden;
    margin-top: -48px;
    position: relative;
    padding: 10px 15px 20px;
    min-height: 165px;
}
.publish-data-box-topleft {
    width: 225px;
}
.publish-data-box-days {
    background-color: #171919;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    color: white;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding: 10px;
    border-bottom-right-radius: 1.75em;
    position: relative;
    top: -10px;
    left: -15px;
}
.publish-data-box-topright {
    width: calc(100% - 225px);
    text-align: right;
}
.publish-data-box-topright h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.publish-data-box-topright h2 strong {
    color: #ed0f0f;
}
.publish-data-box-topright p {
    margin: 0;
}
.publish-data-box-flags {
    margin-top: 10px;
    margin-bottom: 30px;
}
.publish-data-box-flag {
    width: 90px;
}
.publish-data-box-flag-wrap {
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.35);
    -moz-box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.35);
    box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.35);
    border-radius: 5px;
}
.publish-data-box-bottomleft {
    width: calc(100% - 200px);
}
.publish-data-box-bottomleft h1 {
    margin: -40px 0 0;
    line-height: 1;
    font-size: 105px;
    text-align: right;
    font-weight: bold;
    color: #ed0f0f;
}
.publish-data-box-bottomleft h1 small {
    font-size: 0.5em;
    font-weight: 900;
    color: black;
}
.publish-data-box-bottomright {
    width: 200px;
    text-align: right;
}
.publish-data-box-bottomright .sk.button {
    font-weight: 900;
    padding: 0.7em 1.5em;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
}
.publish-infores-item {
    margin-bottom: 35px;
}
.publish-infores-wrap.publish-box {
    background-color: white;
    -webkit-box-shadow: 2px 2px 16px 0px rgba(188,187,187,0.75);
    -moz-box-shadow: 2px 2px 16px 0px rgba(188,187,187,0.75);
    box-shadow: 2px 2px 16px 0px rgba(188,187,187,0.75);
    border-radius: 0.5em;
    padding: 0.75em;
}
.publish-infores-wrap.publish-box {
    height: 100%;
    min-height: 160px;
}
.publish-infores-left {
    float: left;
    width: 90px;
    text-align: center;
}
.publish-infores-speed {
    color: #ed0f0f;
    font-size: 23px;
    margin: auto;
    text-align: center;
    top: 40px;
    font-family: 'Segoe UI Bold';
    line-height: 1;
}
.publish-infores-right {
    float: left;
    width: calc(100% - 90px);
}
.publish-infores-right h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}
.publish-infores-right p {
    font-size: 16px;
    line-height: 1.25;
}
.publish-infores-countries {
    padding-right: 3em;
}
.publish-infores-country-item {
    float: left;
    width: 7.14%;
    margin-bottom: 30px;
}
.publish-infores-country-wrap {
    overflow: hidden;
    border-radius: 6px;
    opacity: 0.55;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.75);
    box-shadow: 2px 2px 8px 0px rgba(142,141,141,0.75);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.publish-infores-country-wrap img {
    width: 100%;
}
.publish-infores-more {
    color: #ed0f0f;
    font-size: 17px;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
}
.publish-infores-country-wrap:hover {
    opacity: 1;
}
/*Register*/
.register-grid {
    max-width: 855px;
    margin: auto;
}
#registration {
    padding: 2em;
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    border-radius: 0.5em;
    margin-bottom: 2em;
}
.registration-top {
    font-size: 14px;
    margin-bottom: 3em;
}
.registration-top h1 {
    font-size: 22px;
    font-weight: bold;
    color: #ed0f0f;
    margin-bottom: 0.5em;
}
#registration label {
    font-weight: 400;
    color: #000;
    font-size: 18px;
}
#registration .field,
#registration .form-control {
    border: 1px solid rgba(132,132,132,0.5);
    color: #000;
    background: transparent;
    height: auto;
    border-radius: 1.5em;
    font-size: 18px;
}
.intl-tel-input .selected-flag {
    outline: 0;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    border-right: 1px solid rgba(132,132,132,0.5);
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
#order-standard_cart .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input.form-control,
#order-standard_cart input[type="tel"].form-control {
    padding-left: 105px;
}
.intl-tel-input .selected-flag .iti-arrow {
    display: none;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}
.iti-flag {
    border: 1px solid rgba(132,132,132,0.5);
}
#registration .sk.form textarea,
#registration .sk.form input[type="text"],
#registration .sk.form input[type="email"],
#registration .sk.form input[type="date"],
#registration .sk.form input[type="password"],
#registration .sk.form input[type="number"],
#registration .sk.form input[type="tel"],
#registration .sk.form .fileinput > input,
#registration .chosen-container-single .chosen-single,
#registration .custom-select-main {
    font-weight: 400;
}
#registration select {
    padding: 0.75em 1.5em;
}
.btn.btn-default.btn-sm.generate-password {
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    line-height: 1.25;
    border-bottom: 1px solid rgba(56,56,56,0.25);
    margin-left: 1.65em;
}
.btn.btn-default.btn-sm.generate-password:hover {
    background-color: transparent;
    color: #ed0f0f;
    border-bottom: 1px solid rgba(237, 15, 15,0.25);
}
.password-strength-meter {
    position: relative;
}
.progress {
    margin-bottom: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.password-strength-meter p {
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    color: black;
}
.marketing-email-optin {
    margin: 0 -2em;
    padding: 20px 2em;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    border-top: 1px solid rgba(131,131,131,0.15);
    border-bottom: 1px solid rgba(131,131,131,0.15);
}
.marketing-email-optin h4 {
    color: #16c116;
    font-size: 16px;
    margin: 0 0 0.75em;
    font-weight: bold;
}
.marketing-email-optin p {
    font-size: 18px;
}
#registration .checkbox.register-terms {
    font-size: 14px;
    margin: 30px 0 10px;
}
.custom-select {
    position: relative;
}
.custom-select::after {
    content: "\e874";
    font-family: Linearicons-Free;
    font-weight: normal;
    color: rgba(132,132,132,0.5);
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    text-shadow: -1px 0 rgba(132,132,132,0.5), 0 1px rgba(132,132,132,0.5), 1px 0 rgba(132,132,132,0.5), 0 -1px rgba(132,132,132,0.5);
    z-index: -1;
}
/*Login*/
.login-grid {
    max-width: 1200px;
    margin: auto;
}
.sing-in-top {
    margin-bottom: 4em;
}
.sign-in-heading {
    text-align: center;
    font-size: 18px;
    margin-bottom: 3em;
}
.sign-in-heading h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0.35em;
}
.sign-in-wrap {
    padding: 2em 0;
}
.sign-in-wrap.sign-in-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    padding: 2em;
}
#sign-in .sk.form label.checkbox {
    font-size: 14px;
}
#sign-in .sk.form .checkbox i {
    top: -2px;
}
.forgot-password-link {
    font-size: 14px;
    border-bottom: 1px solid;
    margin-top: 10px;
    display: inline-block;
}
.sign-in-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.sign-in-body ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 1em;
}
.sign-in-body ul li::after {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ed0f0f;
    border-radius: 50%;
    margin-bottom: 1em;
}
.sign-in-body-bottom {
    margin-top: 2.5em;
}
/*Reset Password*/
.reset-grid {
    max-width: 1300px;
    margin: auto;
}
.reset-top {
    margin-bottom: 3em;
}
.reset-box {
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    padding: 2em;
}
.reset-pass-description {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5em;
}
.reset-pass-description strong {
    display: block;
}
.reset-form-left {
    float: left;
    width: calc(100% - 246px);
}
.reset-form-right {
    width: 246px;
    float: left;
}
.reset-box.alert-message {
    text-align: center;
    font-size: 18px;
}
.reset-box.alert-message .alert.alert-success.text-center {
    padding: 0;
    background: none;
    border: none;
    font-size: 18px;
    color: #16c116;
    font-weight: bold;
    margin-bottom: 0.35em;
    border-radius: 0;
}
.reset-password-tips {
    font-size: 10px;
}
/*Sidebar Menu*/
.sidebar-menu {
    font-size: 18px;
    margin-bottom: 2em;
}
.sidebar-menu-title {
    font-weight: bold;
    position: relative;
    margin-bottom: 0.7em;
    cursor: pointer;
}
.sidebar-menu-title .lnr {
    position: absolute;
    right: 0;
    top: 0.5em;
    font-size: 0.55em;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.sidebar-menu-title.active + ul {
    display: block;
}
.sidebar-menu ul li {
    margin-bottom: 0.7em;
}
.sidebar-menu ul a {
    display: block;
    position: relative;
}
.sidebar-menu ul a.current {
    color: #ed0f0f;
    font-weight: bold;
}
.sidebar-menu ul a.has-submenu {
    padding-right: 25px;
}
.sidebar-menu ul a.has-submenu::after {
    content: "+";
    position: absolute;
    right: 0;
    top: auto;
}
.sidebar-menu ul a.has-submenu.active::after {
    content: "-";
}
.sidebar-menu ul ul {
    font-size: 14px;
    padding-left: 1.25em;
    margin-top: 0.7em;
    display: none;
}
.sidebar-menu ul a.has-submenu.active + ul {
    display: block;
}
.sidebar-menu ul a:hover {
    color: #ed0f0f;
}
/*Email Verification*/
.email-verification {
    font-size: 16px;
    color: #ec0f0f;
    padding: 20px 10px 10px;
    background-color: #fcedf1;
    border: #fcedf1;
}
.email-verification > .container {
    max-width: 1120px;
    margin: auto;
}
.email-verification .far,
.email-verification .fas {
    font-size: 1.5em;
    color: #ec0f0f;
    padding-top: 0;
    vertical-align: middle;
    float: none;
}
.email-verification .btn {
    background-color: #ec0f0f;
    border-color: #ec0f0f;
    color: white;
    border-radius: 2em;
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.email-verification .btn:disabled {
    border-color: transparent;
    cursor: default;
    background-color: transparent;
    color: #ec0f0f;
}
.email-verification .btn.btn-default:hover {
    background-color: #272d2d;
    border-color: #272d2d;
    color: white;
}
.email-verification .btn.btn-default:disabled:hover {
    color: #ec0f0f;
    background-color: transparent;
    border-color: transparent;
}
.email-verification.success .fas {
    width: 35px;
    float: left;
}
.email-verification.success .text {
    width: calc(100% - 35px);
    float: left;
    padding-top: 3px;
}
/*My Account*/
.account-top {
    margin: 4em 0 1em;
}
.account-top h1 {
    font-size: 22px;
    color: #ed0f0f;
    font-weight: bold;
    margin: 0;
}
.sk-grid.account-grid,
.account-grid {
    max-width: 1120px;
    margin: auto;
}
.sk-grid.account-grid .sk-content-full {
    padding-bottom: 5em;
}
.acc-top-item {
    margin-left: 1em;
}
.acc-top-item:first-child {
    margin-left: 0;
}
.acc-notifications-dropdown {
    font-size: 12px;
    color: rgba(39,45,45,0.5);
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    max-width: 125px;
}
.acc-notifications-dropdown::after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(39,45,45,0.5);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
}
.acc-notifications-dropdown > img {
    margin-right: 10px;
    vertical-align: middle;
}
.acc-notifications-number {
    position: absolute;
    top: -2px;
    left: 10px;
    background-color: #16c116;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
}
.acc-notifications-menu {
    position: absolute;
    min-width: 270px;
    right: 0;
    top: 45px;
    background-color: white;
    padding: 2em;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(116,117,117,0.33);
    -moz-box-shadow: 1px 1px 14px 0px rgba(116,117,117,0.33);
    box-shadow: 1px 1px 14px 0px rgba(116,117,117,0.33);
    border-radius: 5px;
    display: none;
}
.acc-notifications-menu::before {
    content: "";
    background-color: white;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(116,117,117,0.33);
    -moz-box-shadow: 1px 1px 14px 0px rgba(116,117,117,0.33);
    box-shadow: 1px 1px 14px 0px rgba(116,117,117,0.33);
    width: 26px;
    height: 26px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -13px;
    right: 2em;
}
.acc-notifications-menu::after {
    content: "";
    background-color: white;
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    left: 0;
}
.notification-item {
    position: relative;
    z-index: 1;
    color: black;
    padding: 7px 0;
    border-bottom: 1px solid rgba(39,45,45,0.25);
}
.notification-item:last-child {
    border: none;
}
.acc-notifications-dropdown.active {
    color: #000;
}
.acc-notifications-dropdown.active::after {
    border-top: 4px solid black;
}
.acc-notifications-dropdown.active .acc-notifications-menu {
    display: block;
}
.custom-panel {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    overflow: hidden;
    border-radius: 3px;
}
.custom-panel-heading {
    background-color: black;
    color: white;
    text-transform: uppercase;
}
.custom-panel-title {
    font-size: 22px;
    padding: 10px 15px;
    line-height: 1;
    margin: 0;
}
.custom-panel-body {
    font-size: 16px;
    padding: 15px;
    line-height: 1.5;
}
.custom-panel-footer {
    padding: 15px;
}
.custom-panel-footer .btn.btn-success.btn-sm.btn-block {
    display: inline-block;
    width: auto;
    background-color: #16c116;
    border: none;
    border-radius: 1.5em;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 15px;
}
.update-your-info .custom-panel-footer .btn.btn-success.btn-sm.btn-block {
    color: #16c116;
    border: 1px solid #16c116;
    background-color: transparent;
    font-weight: 400;
}
.update-your-info .custom-panel-footer .btn.btn-success.btn-sm.btn-block:hover {
    color: #fff;
    background-color: #16c116;
    -webkit-box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
    -moz-box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
    box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
}
.custom-panel-footer .btn.btn-success.btn-sm.btn-block i {
    display: none;
}
.account-top-panels .account-panel:last-child {
    margin-bottom: 2em;
}
.account-panel {
    padding: 10px 20px;
    border-right: none;
    background-color: transparent;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2em;
    border-left: 5px solid;
    position: relative;
}
.account-panel:last-child {
    margin-bottom: 0;
}
.client-home-panels .account-panel {
    min-height: 135px;
}
.account-panel.red,
.account-panel.panel-accent-red {
    border-color: #ed0f0f;
}
.account-panel.blue,
.account-panel.panel-accent-blue {
    border-color: #2acddd;
}
.account-panel.yellow,
.account-panel.panel-accent-gold {
    border-color: #ffd400;
}
.account-panel.green,
.account-panel.panel-accent-green {
    border-color: #16c116;
}
.account-panel .stat {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
}
.account-panel .title {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.account-panel .title .lnr {
    vertical-align: middle;
    margin-left: 0.5em;
}
.account-panel-title {
    font-size: 16px;
    font-weight: 400;
}
.btn.btn-default.btn-xs {
    border: none;
    border-radius: 1.5em;
    padding: 1px 10px;
}
.account-panel-title .btn.btn-default.btn-xs {
    color: white;
}
.btn-default:hover {
    background-color: #000;
}
.account-panel-body {
    font-size: 12px;
}
.account-list-group-item {
    display: block;
    border-bottom: 1px solid rgba(39,45,45,0.1);
    padding: 8px 55px 8px 0;
    font-size: 12px;
    position: relative;
}
.account-list-group-item:last-child {
    border-bottom: none;
}
.account-list-group-item .label {
    padding: 3px;
    font-size: 85%;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
}
.account-panel-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.account-panel-button .btn {
    color: white;
}
/*My Account - Change Password*/
.account-box {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    padding: 1.5em;
    border-radius: 10px;
}
#change-password #passwordStrengthBar + .alert.alert-info {
    display: none;
}
.account-box .sk.form label.label-text {
    font-weight: bold;
    font-size: 14px;
}
.account-box .sk.form textarea,
.account-box .sk.form input[type="text"],
.account-box .sk.form input[type="email"],
.account-box .sk.form input[type="date"],
.account-box .sk.form input[type="password"],
.account-box .sk.form input[type="number"],
.account-box .sk.form input[type="tel"],
.account-box .sk.form .fileinput > input,
.account-box .chosen-container-single .chosen-single, .custom-select-main {
    font-size: 14px;
}
#change-password #passwordStrengthBar {
    margin-top: -20px;
}
#change-password .generate-password {
    font-size: 12px;
    padding: 0;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    margin-left: 5px;
    border-bottom: 1px solid rgba(56,56,56,0.25);
    border-radius: 0;
    line-height: 1;
}
#change-password .generate-password.btn-default:hover {
    background-color: transparent;
}
.change-password-tips {
    font-size: 12px;
    margin-top: 25px;
    line-height: 1.25;
}
.account-box .text-right .sk.button {
    margin-left: 10px;
}
.account-box .text-right .sk.button:first-child {
    margin-left: 0;
}
.account-box select.form-control {
    border: 1px solid rgba(132,132,132,0.5);
    color: #000;
    background: transparent;
    height: auto;
    border-radius: 1.5em;
    font-size: 14px;
    padding: 0.75em 1.5em;
}
#change-password #inputNewPassword2Msg {
    font-size: 12px;
}
/*My Account - Details*/
#edit-details .marketing-email-optin {
    margin: 2em -2em;
}
.edit-details-bottom {
    margin-top: 1em;
}
.close-account-link {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid;
}
.close-account-link:hover {
    color: #ed0f0f;
}
/*My Account - Close Account*/
#close-account-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#close-account-popup.active {
    display: flex;
}
.close-account-popup-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.close-account-popup-front {
    position: relative;
    background-color: white;
    max-width: 635px;
    width: 100%;
    text-align: center;
    color: #606060;
}
.close-account-popup-close {
    background-color: rgba(0,0,0,0.85);
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.close-account-popup-front .red-title.small {
    margin-bottom: 0.5em;
}
.close-account-popup-front p {
    font-size: 16px;
}
.close-account-popup-front .sk.button {
    display: block;
    font-size: 22px;
    padding: 0.5em;
    min-width: 110px;
    margin: 1em auto;
}
.close-account-popup-cancel {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.close-account-popup-cancel:hover {
    text-decoration: underline;
    color: #ed0f0f;
}
/*My Account - Email History*/
.dataTables_wrapper .dataTables_info {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: black;
}
div.dataTables_wrapper div.dataTables_info {
    padding: 25px 0px !important;
    font-weight: 400;
}
.dataTables_wrapper .dataTables_filter label {
    padding: 12px 0;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    background: url(../img/account-search-ic.png) #fff no-repeat 8px 6px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 12px;
    border-radius: 2em;
    padding: 5px 10px 5px 45px !important;
}
table.table-list thead th {
    padding: 15px;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
table.dataTable thead > tr > th {
    padding-left: 5px;
}
.dataTables_wrapper table.table-list thead th {
    border-bottom: 2px solid rgba(0,0,0,0.2);
    font-weight: bold;
}
.dataTables_wrapper table.table-list thead th:nth-child(2n) {
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    top: auto !important;
    position: relative !important;
    display: inline-block !important;
    bottom: auto;
    right: auto !important;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: transparent;
}
table.dataTable thead .sorting::after {
    opacity: 0.1;
}
table.table-list tbody td {
    padding: 30px 10px 10px;
    vertical-align: top;
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.table-list > tbody > tr > td {
    background-color: transparent;
}
.table-list > tbody > tr:nth-child(2n) > td {
    background-color: transparent;
}
.view-message-link {
    color: #2acddd;
    font-weight: bold;
}
.view-message-link:hover {
    color: #ed0f0f;
}
.dataTables_wrapper .dataTables_length {
    background-color: transparent;
    font-size: 14px;
    color: black;
}
.dataTables_wrapper .dataTables_length label {
    padding: 10px 10px 0 10px;
}
.dataTables_wrapper .dataTables_length label .form-control {
    display: inline-block;
    padding: 0;
    height: auto;
    width: auto;
    border: 0;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black;
    font-weight: bold;
    padding-right: 5px;
    background-image: url('../img/account-dropdown-ic.png');
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: baseline;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 6px 0 0 10px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 14px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: black;
    background-color: transparent;
    border-color: rgba(0,0,0,0.2);
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    text-transform: uppercase;
}
.dataTables_wrapper .dataTables_paginate .pagination > li > a,
.dataTables_wrapper .dataTables_paginate .pagination > li > span {
    padding: 4px 10px;
}
.dataTables_wrapper .btn-info {
    color: black;
    background-color: transparent;
    border-color: rgba(0,0,0,0.2);
    border-radius: 2em;
}
.dataTables_wrapper .btn-info:hover {
    color: #fff;
    background-color: #ed0f0f;
    border-color: #ed0f0f;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    text-transform: uppercase;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: transparent;
    border-color: rgba(0,0,0,0.2);
    color: black;
    font-weight: bold;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #000;
    border-color: rgba(0,0,0,0.2);
}
/*My Account - View Email*/
#popup-backdrop {
    background-color: #fff;
}
.popup-email {
    margin-bottom: 1em;
}
.popup-email-heading {
    -webkit-box-shadow: -3px 4px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -3px 4px 12px 0px rgba(0,0,0,0.2);
    box-shadow: -3px 4px 12px 0px rgba(0,0,0,0.2);
    padding: 20px 40px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    position: relative;
}
.popup-email-heading h2 {
    color: black !important;
    font-size: 22px !important;
}
.popup-email-body {
    border: 1px solid rgba(5,0,0,0.2);
    border-top: none;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    overflow: hidden;
}
.popup-email-body #bodyTable {
    background: transparent;
}
.popup-email-body #bodyCell {
    padding: 0;
}
.popup-email-body .headerContent {
    background-color: transparent;
    border-bottom: none;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
}
.popup-email-body .bodyContent {
    color: #000;
    font-size: 16px;
    padding: 20px 40px;
}
.popup-email-body .footerContent {
    color: black;
    font-size: 12px;
    padding: 20px 40px;
    text-align: left;
}
.popup-email-body .footerContent a .yshortcuts,
.popup-email-body .footerContent a span,
.popup-email-body .footerContent a:link,
.popup-email-body .footerContent a:visited {
    color: #000;
}
#templateContainer {
    max-width: 100% !important;
    width: 100% !important;
    border: none !important;
}
#templateContainer #headerImage {
    width: 100% !important;
    max-width: 160px !important;
}
.btn.popup-email-btn {
    border-radius: 2em;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1em;
}
.btn.popup-email-btn:hover {
    background-color: black;
    color: white;
}
/*My Account - My Invoices*/
.account-grid .panel-sidebar {
    font-size: 14px;
    border: none;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
}
.account-grid .panel-sidebar > .panel-heading {
    padding: 15px;
    color: black;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.account-grid .panel-sidebar .panel-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: black;
    font-family: 'Montserrat', sans-serif;
}
.account-grid .panel-sidebar .panel-minimise.minimised {
    margin-top: 4px;
}
.account-grid .panel-sidebar .panel-minimise {
    color: black;
}
.account-grid .sidebar .list-group-item .badge {
    margin-top: 0;
    color: black;
    background-color: transparent;
}
.account-grid .list-group-item.active > .badge,
.account-grid .nav-pills > .active > a > .badge {
    background-color: transparent;
    color: #ed0f0f;
}
.account-grid .panel-sidebar.view-filter-btns .list-group-item.active,
.account-grid .panel-sidebar.view-filter-btns .list-group-item.active:focus,
.account-grid .panel-sidebar.view-filter-btns .list-group-item.active:hover {
    background-color: transparent;
    border: none;
    color: black;
}
.account-grid .panel-sidebar a.list-group-item.active i,
.account-grid .panel-sidebar a.list-group-item.active:focus i,
.account-grid .panel-sidebar a.list-group-item.active:hover i,
.panel-sidebar a.list-group-item:hover i.far,
.panel-sidebar a.list-group-item:hover i.fas, .list-group-item > i.far.fa-circle {
    color: rgba(0,0,0,0.5) !important;
    font-size: 12px;
}
.account-grid .panel > .list-group .list-group-item,
.account-grid .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 0;
}
.account-grid .list-group {
    font-size: 14px;
}
a.list-group-item,
button.list-group-item {
    color: black;
}
.account-grid .panel-sidebar > .panel-footer {
    color: #000;
    background-color: transparent;
    border-top: 0;
}
.account-grid .panel-sidebar > .panel-footer .btn {
    font-weight: bold;
}
.account-grid .panel-sidebar > .panel-footer .btn-sm {
    padding: 1px 10px;
    font-size: 14px;
    border-radius: 2em;
}
.account-grid .panel-sidebar > .panel-footer .btn-danger {
    color: #ed0f0f;
    background-color: transparent;
    border-color: #ed0f0f;
}
.account-grid .panel-sidebar > .panel-footer .btn.disabled,
.account-grid .panel-sidebar > .panel-footer .btn[disabled],
.account-grid .panel-sidebar > .panel-footer fieldset[disabled] .btn {
    opacity: 1;
}
.account-grid .panel-sidebar > .panel-footer .btn i {
    display: none;
}
.account-box .status {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    text-align: left;
}
.status-pending,
.status-customer-reply {
    color: #f49a0b;
}
.status-active,
.status-completed,
.status-open,
.status-paid {
    color: #16c116;
}
.status-cancelled {
    color: #ec0f0f;
}
.status-unpaid {
    color: #ff3600;
}
.status-refunded {
    color: #454945;
}
.status-suspended {
    color: #969492;
}
.status-closed,
.status-terminated {
    color: #454945;
}
.status-answered,
.status-fraud {
    color: #2acddd;
}
/*My Account - Invoice PDF*/
#invoice-pdf {
    max-width: 845px;
    margin: auto;
}
.invoice-pdf-box {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    padding: 5em;
    font-size: 12px;
}
.invoice-pdf-back-link {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 1em;
    margin-bottom: 2em;
}
.invoice-pdf-back-link .lnr {
    margin-right: 1em;
}
.invoice-header {
    margin-bottom: 4em;
}
.invoice-pdf-logo {
    max-width: 165px;
    margin-bottom: 2em;
}
.invoice-pdf-order-number {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.invoice-status {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}
#data_usage thead th {
    border: none;
    vertical-align: top;
}
#data_usage tbody td {
    padding: 15px;
}
#data_usage .no_active_plan {
    font-size: 20px;
    color: #ed0f0f;
}
@media print {
    .invoice-pdf-logo {
        text-align: left !important;
    }
    .invoice-status {
        margin-top: 0 !important;
    }
    .invoice-status .draft {
        color: #888 !important;
    }
    .invoice-status .unpaid {
        color: #ff3600 !important;
    }
    .invoice-status .paid {
        color: #16c116 !important;
    }
    .invoice-status .refunded {
        color: #454945 !important;
    }
    .invoice-status .cancelled {
        color: #ec0f0f !important;
    }
    .invoice-status .collections {
        color: #f49a0b !important;
    }
}
.invoice-header .sk.small.green.button {
    font-size: 12px;
    min-width: auto;
    padding: 0.5em 0.75em;
    margin-top: 10px;
}
.invoice-header .btn.btn-success.btn-sm {
    font-size: 12px;
    min-width: auto;
    padding: 0.5em 0.75em;
    margin-top: 10px;
    background-color: #16c116;
    border-color: #16c116;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 1.5em;
    outline: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.invoice-header .btn.btn-success.btn-sm:hover {
    background-color: #16c116;
    color: white;
    -webkit-box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
    -moz-box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
    box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
}
.invoice-body {
    margin: 4em 0;
}
.invoice-body h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.invoice-body address {
    margin-bottom: 4em;
    font-style: normal;
    line-height: 1.25;
}
#invoice-pdf .custom-select {
    margin-top: 10px;
}
#invoice-pdf select.form-control {
    border: 1px solid rgba(132,132,132,0.5);
    color: #000;
    background: transparent;
    height: auto;
    border-radius: 1.5em;
    font-size: 12px;
    padding: 0.45em 0.65em;
    max-width: 190px;
}
#invoice-pdf .panel.panel-default.account-box {
    border: none;
    font-size: 12px;
    margin-bottom: 1em;
}
#invoice-pdf .panel.panel-default.account-box > .panel-heading {
    color: black;
    background-color: transparent;
    border-color: rgba(0,0,0,0.1);
    padding: 0 0 20px;
}
#invoice-pdf .panel.panel-default.account-box .panel-title {
    font-size: 12px;
}
#invoice-pdf .panel.panel-default.account-box .panel-body {
    padding: 0;
}
#invoice-pdf .panel.panel-default.account-box .table-condensed > tbody > tr > td,
#invoice-pdf .panel.panel-default.account-box .table-condensed > tbody > tr > th,
#invoice-pdf .panel.panel-default.account-box .table-condensed > tfoot > tr > td,
#invoice-pdf .panel.panel-default.account-box .table-condensed > tfoot > tr > th,
#invoice-pdf .panel.panel-default.account-box .table-condensed > thead > tr > td,
#invoice-pdf .panel.panel-default.account-box .table-condensed > thead > tr > th {
    padding-top: 10px;
}
#invoice-pdf .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}
#invoice-pdf .btn-group > .btn:last-child:not(:first-child), #invoice-pdf .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
#invoice-pdf .btn-default:hover {
    background-color: #ed0f0f;
    border-color: #ed0f0f;
    color: white;
}
/*My Account - My Services*/
.table-products-services thead th:first-child,
.table-products-services tbody td:first-child{
    display: none !important;
}
/*My Account - My Product/Services*/
#product-details > .alert {
    margin-bottom: 3em;
}
.alert.alert-danger .btn.btn-default.btn-xs {
    color: #ed0f0f;
}
.alert .btn.btn-default.btn-xs:hover {
    background-color:  #ed0f0f;
    color: white;
}
div.product-details {
    margin: 0 0 4em 0;
}
div.product-details div.product-icon {
    background-color: white;
    border-radius: 0;
    padding: 20px;
    font-size: 35px;
    min-height: 160px;
}
.product-icon.product-icon-canceletion {
    position: relative;
}
.product-icon.product-icon-canceletion::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(237,239,237,0.69);
}
div.product-details div.product-icon h3 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.15;
}
div.product-details div.product-icon h3 span {
    font-size: 70px;
    font-weight: bold;
    display: block;
    color: #ed0f0f;
}
.product-status {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    overflow: hidden;
}
.product-status-active {
    background-color: #16c116;
}
.product-status-pending {
    background-color:#f49a0b;
}
.product-status-suspended {
    background-color:#969492;
}
.product-status-cancelled {
    background-color:#ec0f0f;
}
.product-status-terminated {
    background-color:#454945;
}
.product-status-fraud {
    background-color:#2acddd;
}
.product-status-text {
    padding: 10px 20px;
    color: #fff;
    text-align: left;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: bold;
}
.product-details-right {
    font-size: 18px;
}
.sk.form .autorenewal-product label {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.sk.form .autorenewal-product label .check-toggle {
    vertical-align: middle;
    margin-left: 10px;
}
#product-details .nav-tabs {
    border-bottom: none;
}
#product-details .nav > li > a {
    padding: 7px 10px;
}
#product-details .nav-tabs > li.active > a,
#product-details .nav-tabs > li.active > a:focus,
#product-details .nav-tabs > li.active > a:hover {
    color: #000;
    border: none;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    position: relative;
}
#product-details .nav-tabs > li.active > a::after {
    content: "";
    position: absolute;
    bottom: -7px;
    background-color: white;
    left: 0;
    right: 0;
    display: block;
    height: 15px;
}
div.product-details-tab-container {
    border: none;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    font-size: 16px;
    padding: 10px;
}
.product-configurable-item strong {
    font-size: 18px;
}
.product-details-bottom {
    margin-top: 1.5em;
}
.product-details-bottom .sk.tiny.button {
    font-size: 14px;
    padding: 0.45em 0.9em;
}
/*My Account - Cancel Request*/
.reason-box {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    box-shadow: 1px 1px 8px 0px rgba(116,117,117,0.28);
    font-size: 14px;
    padding: 15px;
    margin-bottom: 4em;
}
#cancellation-reason .sk.form textarea {
    height: 6em;
}
.reason-select-left {
    width: 140px;
    float: left;
}
.reason-select-left label {
    margin: 5px 0 0;
}
.reason-select-right {
    width: calc(100% - 140px);
    float: left;
}
#cancellation-reason .custom-select {
    max-width: 225px;
}
#cancellation-reason select.form-control {
    border: 1px solid rgba(132,132,132,0.5);
    color: #000;
    background: transparent;
    height: auto;
    border-radius: 1.5em;
    font-size: 12px;
    padding: 0.35em 1em;
}
/*My Account - My Ticket Publish*/
#ticket-publish .alert.alert-warning {
    font-size: 14px;
}
.account-grid .panel.ticket-informations-2 > .list-group {
    font-size: 12px;
    font-weight: bold;
}
.panel.ticket-informations-2 > .list-group .ticket-details-children {
    line-height: 1.25;
}
.panel.ticket-informations-2 > .list-group .ticket-details-children .truncate {
    font-weight: 400;
    font-size: 14px;
}
.panel.ticket-informations-2 > .list-group .ticket-details-children .title {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.panel.ticket-informations-2 > .list-group .ticket-details-children .label {
    background-color: black !important;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
}
.ticket-details-children .list-group-item-line {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-top: 10px;
}
.ticket-details-children:last-child .list-group-item-line {
    border-color: transparent;
}
#sidebarTicketCc .form-control {
    font-size: 12px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#btnAddCcEmail {
    color: black;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    border-color: rgba(0,0,0,0.1);
    font-size: 12px;
    height: 34px;
}
.tickets-forms .sk.form .btn-default:hover,
#btnAddCcEmail:hover {
    background-color: #ed0f0f;
    border-color: #ed0f0f;
    color: #fff;
}
#ticket-publish .panel-info {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    -moz-box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    border-radius: 1.5em;
}
#ticket-publish .panel-info > .panel-heading {
    color: #ed0f0f;
    background-color: transparent;
    border: 0;
    padding: 15px 25px;
}
#ticket-publish .panel-info > .panel-heading .panel-title {
    font-size: 18px;
    font-weight: bold;
}
#ticket-publish .panel-info .panel-body {
    padding: 15px 25px;
}
.tickets-forms .sk.form label,
.tickets-forms .sk.form .field label {
    font-size: 14px;
}
.tickets-forms .sk.form textarea,
.tickets-forms .sk.form input[type="text"],
.tickets-forms .sk.form input[type="email"],
.tickets-forms .sk.form input[type="date"],
.tickets-forms .sk.form input[type="password"],
.tickets-forms .sk.form input[type="number"],
.tickets-forms .sk.form input[type="tel"],
.tickets-forms .sk.form select.form-control {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.75em 1.5em;
    height: auto;
    background-color: transparent;
    font-weight: 400;
}
.tickets-forms .sk.form textarea {
    height: 10em;
}
.tickets-forms .sk.form .form-control {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2em;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
}
.tickets-forms .sk.form .btn-default {
    color: #000;
    background-color: #fff;
    border-color: rgba(0,0,0,0.1);
    border-radius: 2em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
#ticket-publish .ticket-reply {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.5em;
    overflow: hidden;
    padding: 1em;
}
#ticket-publish .ticket-reply .user {
    background-color: transparent;
    border-bottom: 3px solid rgba(0,0,0,0.3);
    padding: 5px 0 15px;
    margin-bottom: 5px;
}
#ticket-publish .ticket-reply .user .name {
    font-size: 18px;
    font-weight: bold;
}
#ticket-publish .ticket-reply .user .type {
    font-weight: 400;
    font-size: 14px;
}
#ticket-publish .ticket-reply .date {
    font-size: 14px;
}
#ticket-publish .ticket-reply .message {
    padding: 0;
    font-size: 18px;
}
#ticket-publish .ticket-reply .message hr {
    background: none;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
#ticket-publish .ticket-reply .message hr + p {
    font-size: 12px;
}
/*My Account - Open New Ticket*/
.ticket-box {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    -moz-box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    border-radius: 1.5em;
    padding: 1.5em;
}
#new-ticket .sk.form label.label-text {
    font-weight: bold;
}
.account-grid .recent-tickets-side-panel .list-group {
    font-size: 12px;
}
.account-grid .panel.recent-tickets-side-panel > .list-group .list-group-item,
.account-grid .panel.recent-tickets-side-panel > .panel-collapse > .list-group .list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 2px 15px;
}
.account-grid .panel.recent-tickets-side-panel > .list-group .list-group-item:last-child,
.account-grid .panel.recent-tickets-side-panel > .panel-collapse > .list-group .list-group-item:last-child {
    border-bottom: none;
}
/*My Account - Ticket Created*/
.success-message {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    -moz-box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    box-shadow: 1px 1px 8px 0px rgba(106,114,113,0.34);
    padding: 2.5em;
    font-size: 16px;
    border-radius: 1em;
    min-height: 175px;
}
.success-message .header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #16c116;
    margin-bottom: 1.5em;
}
.success-message p {
    line-height: 1.25;
}
/*Redeem*/
#redeem {
    margin: auto;
    max-width: 1300px;
}
.redeem-box {
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    padding: 2em;
    font-size: 16px;
    border-radius: 10px;
}
.redeem-box h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.redeem-box p {
    margin-bottom: 3em;
}
.redeem-form-left {
    width: calc(100% - 250px);
    float: left;
}
.redeem-form-right {
    width: 250px;
    float: left;
}
.redeem-messages {
    margin: 2.5em 0;
}
.redeem-bottom {
    font-size: 12px;
    margin-top: 2.5em;
}
/*Register Activate*/
.register-grid .red-title {
    margin-bottom: 2em;
}
.register-form-divider {
    border-top: 1px solid rgba(131,131,131,0.25);
    margin: 1em -2em;
}
#register-activate .activate-bottom {
    font-size: 18px;
    padding: 0 1.5em;
}
/*Generate Password*/
#modalGeneratePassword {
    padding: 0 !important;
    background-color: rgba(39,45,45,0.69);
}
#modalGeneratePassword button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(39,45,45,0.5);
    opacity: 1;
}
#modalGeneratePassword button.close:hover {
    color: #ed0f0f;
}
#modalGeneratePassword .modal-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 1.5em;
}
.content-right.generate-password-right {
    padding-bottom: 2em;
}
.generate-password-left .form-field-item:last-child {
    margin-bottom: 0;
}
.generate-form-left {
    width: 185px;
    padding-top: 0.5em;
}
.generate-form-right {
    width: calc(100% - 185px);
}
#inputGeneratePasswordLength {
    max-width: 145px;
    text-align: left;
}
#inputGeneratePasswordOutput {
    max-width: 180px;
    display: inline-block;
    margin-bottom: 10px;
}
.btn.btn-default.btn-sm.copy-to-clipboard {
    -webkit-box-shadow: 1px -2px 12px 0px rgba(104,104,104,0.19);
    -moz-box-shadow: 1px -2px 12px 0px rgba(104,104,104,0.19);
    box-shadow: 1px -2px 12px 0px rgba(104,104,104,0.19);
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0.9em 0.5em 0.9em 1.5em;
    border-radius: 1em;
    margin-left: 5px;
    background-image: url("../img/copy-ic.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.btn.btn-default.btn-sm.copy-to-clipboard::after {
    content: "Copy";
}
.btn.btn-default.btn-sm.copy-to-clipboard:hover {
    -webkit-box-shadow: 5px 4px 15px 0px rgba(237,15,15,0.3);
    -moz-box-shadow: 5px 4px 15px 0px rgba(237,15,15,0.3);
    box-shadow: 5px 4px 15px 0px rgba(237,15,15,0.3);
    background-color: transparent;
}
.btn.btn-default.btn-sm.generate-new-btn {
    padding: 0;
    border: 0;
    color: black;
    font-size: 14px;
    margin: 0 0 0 15px;
}
.btn.btn-default.btn-sm.generate-new-btn:hover {
    color: #ed0f0f;
    background: transparent;
}
/*Activate*/
#activate {
    max-width: 830px;
    margin: auto;
}
#activate .redeem-box h2 {
    margin-bottom: 0.5em;
}
.activate-form-left {
    width: calc(100% - 210px);
    float: left;
}
.activate-form-right {
    width: 210px;
    float: left;
}
.activate-messages {
    margin: 1em 0;
}
.activate-bottom {
    font-size: 18px;
}
/*Success Top up*/
.publish-data-box.success-topup-data-box {
    padding: 1em 1.5em;
    font-size: 18px;
}
/*Wait to JCC*/
#wait-jcc {
    font-size: 14px;
}
#wait-jcc .red-title {
    margin: 0;
}
#wait-jcc .progress-bar,
#logout .progress-bar {
    height: 20px;
    width: 100%;
    max-width: 360px;
    margin: 7em auto;
    border-radius: 1em;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(124,123,123,0.28);
    -moz-box-shadow: 1px 1px 8px 0px rgba(124,123,123,0.28);
    box-shadow: 1px 1px 8px 0px rgba(124,123,123,0.28);
    background: white;
    display: inline-block;
    float: none;
}
#wait-jcc .stripes,
#logout .stripes {
    background-size: 25px 40px;
    background-image: linear-gradient(120deg, rgba(39, 49, 49, 0.1) 25%, transparent 25%, transparent 50%, rgba(39, 49, 49, 0.1) 50%, rgba(39, 49, 49, 0.1) 75%, transparent 75%, transparent);
}
#wait-jcc .stripes.animated,
#logout .stripes.animated {
    animation: animate-progress-bar 0.6s linear infinite;
}
#wait-jcc .stripes.reverse,
#logout .stripes.reverse {
    animation-direction: reverse;
}
#wait-jcc .stripes.animated.slower,
#logout .stripes.animated.slower {
    animation-duration: 1.25s;
}
@-webkit-keyframes animate-progress-bar {
    0%{
        background-position:0 0;
    }
    100%{
        background-position: 200px 0;
    }
}
@keyframes animate-progress-bar{
    0%{
        background-position:0 0;
    }
    100%{
        background-position: 200px 0;
    }
}
/*Order Confirmation*/
#order-confirmation {
    max-width: 945px;
    margin: auto;
}
#order-confirmation .red-title.medium {
    margin-bottom: 2em;
}
.order-confirm-box {
    -webkit-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    -moz-box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    box-shadow: 3px 3px 18px 0px rgba(96,93,93,0.17);
    padding: 2em;
    font-size: 16px;
    border-radius: 5px;
}
/*Contact Form*/
#contact {
    margin-top: -2em;
}
.contact-top {
    margin-bottom: 5em;
}
.contact-top-info,
.contact-bottom-info {
    font-size: 16px;
}
.contact-top-info {
    margin: 1em 0;
}
.contact-res-info-images {
    float: left;
    width: 70px;
}
.contact-res-info-text {
    float: left;
    width: calc(100% - 70px);
    line-height: 1.65;
}
.contact-bottom-info {
    text-align: right;
}
.contact-box-red-label {
    background-color: #ed0f0f;
    color: white;
    position: relative;
    display: inline-block;
    right: -15px;
    bottom: -20px;
    padding: 15px 15px 15px 30px;
    text-align: left;
    line-height: 1.5;
    border-top-left-radius: 4em;
}
.contact-box-red-label strong {
    display: block;
}
.form-field-item {
    margin-bottom: 1em;
}
.form-title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 1.5em;
}
.sk.form.contact-form .field {
    margin: 0 0 2em;
}
.sk.form.contact-form .field.small {
    margin: 0 0 1em;
}
.sk.form .two.fields > .fields,
.sk.form .two.fields > .field {
    padding-left: 2%;
    padding-right: 2%;
}
.sk.form .fields .field:first-child {
    padding-left: 0;
}
.sk.form .fields .field:last-child {
    padding-right: 0;
}
.sk.form label,
.sk.form .field label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    white-space: normal;
}
.sk.form label.bold,
.sk.form .field label.bold {
    font-weight: bold;
}
.sk.form label.label-text {
    padding-left: 1.5em;
}
body,
button,
input,
select,
textarea,
.sk.form .field label,
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
.sk.form .field label.radio,
.sk.form .field label.checkbox,
.sk.button,
.sk.message .header {
    font-family: 'Montserrat', sans-serif;
}
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input,
.chosen-container-single .chosen-single,
.custom-select-main {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border: 1px solid rgba(132,132,132,0.5);
    border-radius: 1.5em;
    padding: 0.75em 1.5em;
    height: auto;
}
.sk.form.regular textarea,
.sk.form.regular input[type="text"],
.sk.form.regular input[type="email"],
.sk.form.regular input[type="date"],
.sk.form.regular input[type="password"],
.sk.form.regular input[type="number"],
.sk.form.regular input[type="tel"],
.sk.form.regular .fileinput > input,
.regular .chosen-container-single .chosen-single,
.regular .custom-select-main {
    font-weight: 400;
}
.sk.form textarea,
.sk.form input[type="text"],
.sk.form input[type="email"],
.sk.form input[type="date"],
.sk.form input[type="password"],
.sk.form input[type="number"],
.sk.form input[type="tel"],
.sk.form .fileinput > input {
    -webkit-transition: background-color .3s ease-out, 0 .2s ease, border-color .2s ease, border-radius .35s ease;
    transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease, border-radius .35s ease;
}
.sk.form.regular textarea:disabled,
.sk.form.regular input[type="text"]:disabled,
.sk.form.regular input[type="email"]:disabled,
.sk.form.regular input[type="date"]:disabled,
.sk.form.regular input[type="password"]:disabled,
.sk.form.regular input[type="number"]:disabled,
.sk.form.regular input[type="tel"]:disabled,
.sk.form.regular .fileinput > input:disabled {
    cursor: not-allowed;
}
.sk.form input[type="text"]:focus,
.sk.form input[type="email"]:focus,
.sk.form input[type="date"]:focus,
.sk.form input[type="password"]:focus,
.sk.form input[type="number"]:focus,
.sk.form input[type="url"]:focus,
.sk.form input[type="tel"]:focus,
.sk.form input[type="file"]:focus,
.sk.form textarea:focus,
.sk.form .form-control:focus,
#registration .form-control:focus {
    color: #000;
    border-color: transparent;
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.13);
    -moz-box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.13);
    box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.13);
    border-radius: 1.5em;
}
.sk.form .fields.error .field textarea,
.sk.form .fields.error .field input[type="text"],
.sk.form .fields.error .field input[type="email"],
.sk.form .fields.error .field input[type="date"],
.sk.form .fields.error .field input[type="password"],
.sk.form .fields.error .field input[type="number"],
.sk.form .fields.error .field input[type="url"],
.sk.form .fields.error .field input[type="tel"],
.sk.form .field.error textarea,
.sk.form .field.error input[type="text"],
.sk.form .field.error input[type="email"],
.sk.form .field.error input[type="date"],
.sk.form .field.error input[type="password"],
.sk.form .field.error input[type="number"],
.sk.form .field.error input[type="url"],
.sk.form .field.error input[type="tel"] {
    background-color: #FFF;
    border-color: rgba(132,132,132,0.5);
    border-left: 1px solid rgba(132,132,132,0.5);
    color: #000;
    padding-left: 1.2em;
    border-bottom-left-radius: 1.5em;
    border-top-left-radius: 1.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sk.form .field.error textarea:focus,
.sk.form .field.error input[type="text"]:focus,
.sk.form .field.error input[type="email"]:focus,
.sk.form .field.error input[type="date"]:focus,
.sk.form .field.error input[type="password"]:focus,
.sk.form .field.error input[type="number"]:focus,
.sk.form .field.error input[type="url"]:focus,
.sk.form .field.error input[type="tel"]:focus {
    border-color: transparent;
    color: #000;
    -webkit-box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.13);
    -moz-box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.13);
    box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.13);
}
.sk.form ::-webkit-input-placeholder {
    color: #000;
}
.sk.form ::-moz-placeholder {
    color: #000;
}
.sk.form :-ms-input-placeholder {
    color: #000;
}
.sk.form :-moz-placeholder {
    color: #000;
}
.sk.form :focus::-webkit-input-placeholder {
    color: #000;
}
.sk.form :focus::-moz-placeholder {
    color: #000;
}
.sk.form :focus:-ms-input-placeholder {
    color: #000;
}
.sk.form :focus:-moz-placeholder {
    color: #000;
}
.form-control::placeholder {
    color: #000;
}
.sk.form .error ::-webkit-input-placeholder {
    color: #000;
}
.sk.form .error ::-moz-placeholder {
    color: #000;
}
.sk.form .error :-ms-input-placeholder {
    color: #000;
}
.sk.form .error :-moz-placeholder {
    color: #000;
}
.sk.form .error :focus::-webkit-input-placeholder {
    color: #000;
}
.sk.form .error :focus::-moz-placeholder {
    color: #000;
}
.sk.form .error :focus:-ms-input-placeholder {
    color: #000;
}
.sk.form .error :focus:-moz-placeholder {
    color: #000;
}
.chosen-container-single .chosen-drop {
    border-radius: 0 0 5px 5px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.chosen-container-single .chosen-single div {
    display: flex;
    width: 45px;
    justify-content: center;
    align-items: center;
}
.chosen-container-single .chosen-single div b::before {
    content: "\e874";
    color: rgba(132,132,132,0.75);
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: unset;
}
.chosen-container .chosen-drop {
    border: 1px solid rgba(132, 132, 132, 0.5);
    border-top: 0;
}
.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container .chosen-results li,
.custom-select-item {
    line-height: 1.5;
    box-shadow: none;
    padding: 0.75em 1.5em;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.chosen-container .chosen-results li::after,
.custom-select-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5em;
    right: 1.5em;
    border-top: 1px solid rgba(132,132,132,0.25);
}
.chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    color: #ED0F0F;
}
.custom-select-main {
    padding-right: 2.5em;
}
.sk.form .fields.error .field label,
.sk.form .field.error label,
.sk.form .fields.error .field .input,
.sk.form .field.error .input,
.sk.form #agreeInfo,
.sk.form .error .field label div {
    color: #ED0F0F;
}
.sk.form .error .field label div,
.sk.form #agreeInfo {
    font-size: 0.85em;
}
.sk.form .field.error label {
    color: black;
}
.checkbox {
    line-height: 1;
    padding-left: 0;
}
.checkbox i {
    font-family: "Glyphicons Halflings";
}
.sk.form.contact-form .field label.checkbox {
    font-size: 14px;
}
.checkbox i {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(132,132,132,0.5);
    width: 0.9em;
    height: 0.9em;
    vertical-align: middle;
    margin-right: 0.5em;
}
.checkbox input + i::after {
    content: "";
    text-align: center;
    font-size: 1em;
    line-height: 1;
    color: #ed0f0f;
    position: relative;
    top: -0.25em;
}
.checkbox input:checked + i::after {
    content: "\e013";
    color: #ed0f0f;
}
.radio {
    line-height: 1;
    padding-left: 25px;
}
.radio i {
    border: 2px solid #c6c6c6;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}
.radio input + i::after {
    content: "";
    position: absolute;
    background-color: #c6c6c6;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: 50%;
    opacity: 0;
}
.radio input:checked + i::after {
    content: "";
    opacity: 1;
}
#order-standard_cart label.radio-inline,
.sk.form .radio-inline {
    padding: 0;
    margin-right: 1em;
    font-weight: bold;
}
#order-standard_cart label.radio-inline:last-child,
.sk.form .radio-inline:last-child {
    margin-right: 0;
}
.sk.form .iradio_square-blue {
    vertical-align: text-top;
    width: 1.15em;
    height: 1.15em;
    background: none;
    border: 1px solid rgba(131,131,131,0.5);
    border-radius: 50%;
    position: relative;
}
.sk.form .iradio_square-blue.checked {
    border-color: #16c116;
}
.sk.form .iradio_square-blue.checked::after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: #16c116;
    border-radius: 50%;
}
.sk.form .icheckbox_square-blue {
    vertical-align: text-top;
    width: 1.15em;
    height: 1.15em;
    background: none;
    border: 1px solid rgba(131,131,131,0.5);
    position: relative;
    font-family: "Glyphicons Halflings";
}
.sk.form .icheckbox_square-blue.checked::after {
    content: "\e013";
    color: #ed0f0f;
    top: -0.15em;
    position: relative;
}
.asterisk-required-fields {
    font-size: 14px;
}
.custom-checkbox .icheckbox_square-blue input,
.custom-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
.check-toggle {
    display: inline-block;
    position: relative;
}
.check-toggle-content {
    display: block;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 75px;
    border-radius: 15px;
    overflow: hidden;
}
.check-toggle-yes {
    color: white;
}
.check-toggle-no {
    color: black;
}
.check-toggle-yes,
.check-toggle-no {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.icheckbox_square-blue + .check-toggle .check-toggle-yes,
.custom-checkbox input + .check-toggle .check-toggle-yes {
    opacity: 0;
}
.check-toggle-circle {
    display: inline-block;
    background-color: white;
    -webkit-box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.33);
    -moz-box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.33);
    box-shadow: 3px 1px 12px 0px rgba(96,93,93,0.33);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.icheckbox_square-blue.checked + .check-toggle .check-toggle-content,
.custom-checkbox input:checked + .check-toggle .check-toggle-content {
    background-color: #16c116;
}
.icheckbox_square-blue.checked + .check-toggle .check-toggle-no,
.custom-checkbox input:checked + .check-toggle .check-toggle-no {
    opacity: 0;
}
.icheckbox_square-blue.checked + .check-toggle .check-toggle-yes,
.custom-checkbox input:checked + .check-toggle .check-toggle-yes {
    opacity: 1;
}.icheckbox_square-blue.checked + .check-toggle .check-toggle-circle,
 .custom-checkbox input:checked + .check-toggle .check-toggle-circle {
     left: 40px;
 }
.custom-checkbox .icheckbox_square-blue ins {
    display: none !important;
}
.sk.form .custom-checkbox .icheckbox_square-blue {
    width: 0;
    height: 0;
    border: 0;
}
.sk.form .custom-checkbox .icheckbox_square-blue.checked::after {
    display: none;
}
.sk.button {
    border-radius: 1.5em;
    line-height: 1.5;
    font-size: 18px;
    padding: 0.75em 1.5em;
    border: 1px solid #ed0f0f;
    background-color: #ed0f0f;
    font-weight: bold;
    min-width: 165px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.sk.button.block {
    display: block;
    width: 100%;
}
.sk.button.green {
    background-color: #16c116;
    border-color: #16c116;
}
.btn-success,
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #16c116;
    border-color: #16c116;
}
.btn-success:hover {
    color: #fff;
    background-color: #16c116;
    border-color: #16c116;
    -webkit-box-shadow: 5px 4px 10px 0px rgba(22,193,22,0.3);
    -moz-box-shadow: 5px 4px 10px 0px rgba(22,193,22,0.3);
    box-shadow: 5px 4px 10px 0px rgba(22,193,22,0.3);
}
.sk.button.disabled {
    pointer-events: none;
}
.sk.disabled.button,
.sk.disabled.button:hover,
.sk.disabled.button.active {
    border-color: transparent;
}
.sk.button.shadow {
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
    box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.24);
}
.sk.button.invert.white {
    color: white;
    border: 2px solid white;
    background-color: transparent;
}
.sk.medium.button {
    padding: 0.5em 1em;
    min-width: 130px;
}
.sk.tiny.buttons .button,
.sk.tiny.buttons .button,
.sk.tiny.button {
    padding: 0.2em 0.8em;
    min-width: unset;
}
.sk.big.buttons .button,
.sk.big.buttons .or, .sk.big.button {
    font-size: 30px;
    padding: 0.45em 1.5em;
}
.sk.form.contact-form .sk.button {
    font-size: 25px;
    padding: 0.45em 2em;
}
.sk.button.invert {
    background-color: white;
    color: #ed0f0f;
}
.sk.invert.black.button {
    color: black;
    border-color: black;
}
.sk.button:hover {
    background-color: #ed0f0f;
    color: white;
    -webkit-box-shadow: 5px 4px 15px 0px rgba(237,15,15,0.3);
    -moz-box-shadow: 5px 4px 15px 0px rgba(237,15,15,0.3);
    box-shadow: 5px 4px 15px 0px rgba(237,15,15,0.3);
}
.sk.button.green:hover {
    background-color: #16c116;
    color: white;
    -webkit-box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
    -moz-box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
    box-shadow: 5px 4px 15px 0px rgba(22,193,22,0.3);
}
.sk.black.button:hover,
.sk.black.button.invert:hover {
    background-color: #000;
    color: white;
    -webkit-box-shadow: 5px 4px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 4px 15px 0px rgba(0,0,0,0.3);
    box-box-shadow: 5px 4px 15px 0px rgba(0,0,0,0.3);
}
.sk.button.invert:hover {
    background-color: #ed0f0f;
    color: white;
}
.sk.button.invert.white:hover {
    color: #ed0f0f;
    border-color: white;
    background-color: white;
}
.sk.button:disabled {
    background-color: #DDD;
    border-color: #DDD;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sk.message {
    padding: 2em 1em;
    border-radius: 1em;
    -webkit-box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    -moz-box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
    box-shadow: 2px 2px 16px 0px rgba(188, 187, 187, 0.75);
}
.sk.message.danger {
    color: #ed0f0f;
    border-radius: 0;
    padding: 1.5em 1em;
}
.sk.success.message, .sk.positive.message {
    background-color: #16c116;
    color: #fff;
    text-align: center;
}
.sk.message.success.invert {
    color: #000;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sk.icon.message i {
    display: none !important;
}
.sk.icon.message > .icon + .content {
    padding-left: 0;
}
.sk.message .header {
    font-size: 1.5em;
    font-weight: bold;
}
.sk.message.success.invert .header {
    color: #16c116;
}
/*Footer*/
.upper-footer {
    font-size: 22px;
}
.upper-footer-top {
    padding: 2em 0 1em;
}
.footer-socials {
    text-align: right;
}
.footer-socials h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.footer-social-item {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.6;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.upper-footer-bottom {
    border-top: 1px solid #ed0f0f;
    border-bottom: 1px solid #ed0f0f;
    padding: 1.75em 0;
    position: relative;
}
.footer-ssl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1em;
}
.footer-ssl .col-10 {
    display: flex;
    align-items: center;
}
.upper-footer-columns h3 {
    font-size: 24px;
}
.upper-footer-columns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
}
.upper-footer-columns ul li {
    margin-bottom: 0.75em;
}
.upper-footer-columns ul li:last-child {
    margin-bottom: 0;
}
.footer-bottom {
    padding: 1em 0;
}
.footer-bottom-top {
    color: rgba(255,255,255,0.8);
    margin-bottom: 2em;
    font-weight: 300;
}
.footer-legal-item {
    display: inline-block;
    padding-right: 1.25em;
    margin-right: 1em;
    border-right: 1px solid rgb(255, 255, 255);
}
.footer-legal-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.footer-develop {
    text-align: right;
}
.footer-bottom-bottom {
    font-weight: 500;
}
footer a:hover {
    color: #ed0f0f;
}
.footer-social-item:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.data-usage-monitoring-list-group-item {
    display: block;
    padding: 0px 55px 8px 0;
    font-size: 12px;
    position: relative;
}

/*Responsive*/
@media only screen and (min-width:1025px) {
    /*Sidebar Icons*/
    .sideicon-res-wrap:hover {
        width: auto;
        padding: 10px;
    }
    .sideicon-res-wrap:hover .sideicon-res-title {
        display: block;
        width: auto;
    }
    /*Publish*/
    .publish-more-details:hover .lnr {
        animation-name: title-down;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
}
@media only screen and (max-width:1700px) {
    /*All*/
    .sk-grid {
        max-width: 1225px;
    }
    /*Header*/
    .header-left {
        width: 290px;
    }
    .header-center {
        width: calc(100% - 590px);
    }
    .header-right {
        width: 300px;
    }
    .header-account-menu {
        font-size: 15px;
    }
    .header-height {
        height: 125px;
    }
    /*Menu*/
    #menu {
        font-size: 18px;
    }
    /*Header Images*/
    .header-over {
        padding: 0 calc((100% - 1225px) / 2);
    }
    .header-over h1 {
        font-size: 60px;
    }
    /*Banner*/
    .home-res-banner.left {
        padding-left: calc((100% - 1225px)/2);
    }
    .home-res-banner h2 {
        font-size: 50px;
    }
    .home-res-text {
        font-size: 19px;
    }
    .home-res-banner.right {
        padding-right: calc((100% - 1225px) / 2);
    }
    /*Redeem Plans*/
    #redeem-plans .choose-plans-res-item {
        width: 33.33%;
    }
    /*Publish*/
    .publish-more-details {
        font-size: 35px;
        margin: 1em 0;
    }
    .publish-data-box-bottomleft h1 {
        font-size: 85px;
    }
    /*Footer*/
    footer {
        font-size: 16px;
    }
    .upper-footer {
        font-size: 18px;
    }
    .upper-footer-columns h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width:1400px) {
    /*All*/
    .sk-grid,
    .sk-grid.account-grid {
        max-width: 975px;
    }
    .red-title {
        font-size: 30px;
    }
    .red-title.medium,
    .green-title.medium {
        font-size: 25px;
    }
    #page,
    .sk.message,
    .reset-box.alert-message,
    .reset-box.alert-message .alert.alert-success.text-center {
        font-size: 17px;
    }
    .sk-content-full > .row-30 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sk-content-full > .row-30 > .col-30 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*Header*/
    .header-left {
        width: 250px;
    }
    .header-center {
        width: calc(100% - 380px);
    }
    .header-right {
        width: 130px;
    }
    .header-account-menu .item .text {
        display: none;
    }
    /*Header Images*/
    .header-over {
        padding: 0 calc((100% - 975px) / 2);
    }
    .header-over h1 {
        font-size: 50px;
    }
    /*Banner*/
    .home-res-banner {
        padding: 3em;
    }
    .home-res-banner.left {
        padding-left: calc((100% - 975px)/2);
    }
    .home-res-banner h2 {
        font-size: 35px;
        line-height: 1.15;
    }
    .home-res-text {
        font-size: 16px;
    }
    .home-res-text p {
        line-height: 25px;
        height: 75px;
    }
    .home-res-banner.right {
        padding-right: calc((100% - 975px) / 2);
    }
    /*Results*/
    #choose-plan h1 {
        font-size: 40px;
    }
    .choose-plan-radios {
        font-size: 22px;
    }
    .choose-flags-item {
        width: 100px;
    }
    .choose-plan-type-wrap {
        font-size: 20px;
    }
    /*Redeem Plans*/
    #redeem-plans .publish-top .publish-top-left {
        display: none;
    }
    #redeem-plans .publish-top .publish-top-right {
        width: 100%;
    }
    #redeem-plans .choose-plans-res-item {
        width: 50%;
    }
    /*Publish*/
    .publish-more-details {
        font-size: 30px;
    }
    /*Sidebar Menu*/
    .sidebar-menu {
        font-size: 16px;
    }
    .sidebar-menu ul ul {
        font-size: 13px;
    }
    /*Login*/
    .sign-in-heading,
    .sign-in-body ul {
        font-size: 16px;
    }
    /*My Account*/
    .account-top h1 {
        font-size: 20px;
    }
    .acc-top-item .sk.tiny.button {
        font-size: 0.75em;
    }
    .account-panel .stat {
        font-size: 35px;
    }
    .account-panel .title {
        font-size: 13px;
    }
    /*My Account - My Product/Services*/
    div.product-details div.product-icon h3 {
        font-size: 25px;
    }
    .product-details-right {
        font-size: 15px;
    }
    .sk.form .autorenewal-product label {
        font-size: 17px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1400px) {
    /*All*/
    .hide-small-screen {
        display: none !important;
    }
    /*Reset Password*/
    .reset-after-email .form-field-item {
        width: 50%;
    }
    /*Footer*/
    .upper-footer-columns {
        width: 25%;
    }
}
@media only screen and (max-width:1024px) {
    /*All*/
    body, html {
        overflow-x: hidden;
    }
    .sk-grid {
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .sk-grid.account-grid {
        max-width: 100%;
    }
    .sk-grid .sk-grid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .col-xs-12.main-content {
        margin: 1em 0;
    }
    .red-title {
        font-size: 25px;
    }
    .red-title.medium,
    .green-title.medium,
    .red-title.small,
    .green-title.small {
        font-size: 20px;
    }
    .alert > ul {
        padding-left: 15px;
    }
    /*Header*/
    .middle-bar .row-30 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .middle-bar .row-30 .col-30 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-left {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .header-left img {
        max-height: 55px;
    }
    .header-right {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: calc(100% - 305px);
    }
    .header-center {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        width: 50px;
    }
    .header-height {
        height: 78px;
    }
    /*Menu*/
    .menu-icons-inside {
        display: block;
    }
    #menu {
        display: none;
        position: absolute;
        right: 0;
        z-index: 1000;
        padding: 0;
        overflow: auto;
        top: 77px;
        left: 0;
        background-color: white;
        color: #ed0f0f;
        font-size: 22px;
        -webkit-box-shadow: -2px 10px 14px -3px rgba(0,0,0,0.2) ,inset -2px 20px 14px -14px rgba(0,0,0,0.2);
        -moz-box-shadow: -2px 10px 14px -3px rgba(0,0,0,0.2) ,inset -2px 20px 14px -14px rgba(0,0,0,0.2);
        box-shadow: -2px 10px 14px -3px rgba(0,0,0,0.2) ,inset -2px 20px 14px -14px rgba(0,0,0,0.2);
    }
    .scroll #menu {
        top: 55px;
    }
    .showmenu #menu {
        display: block;
    }
    ul.topmenu li {
        float: none;
    }
    .topmenu li > a,
    header.scroll .topmenu li > a {
        padding: 13px 15px;
        border-bottom: 1px solid rgba(237,15,15,0.2);
    }
    .topmenu li:last-child > a,
    header.scroll .topmenu li:last-child > a {
        border-bottom: none;
    }
    .topmenu ul.menu-submenu,
    header.scroll .topmenu ul {
        position: relative;
        display: none;
        margin: 0 !important;
        background-color: rgba(255,255,255,0.1);
        border: none;
        border-radius: 0;
        padding: 0 20px;
        border-bottom: 1px solid rgba(237,15,15,0.2);
    }
    .topmenu li ul li a::after,
    .topmenu li ul li a:hover::after {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .topmenu li ul li a,
    header.scroll .topmenu li ul li a {
        padding: .5em 0;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        font-size: 12px;
        color: black;
    }
    .topmenu li > a.has-submenu::after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        left: auto;
    }
    .topmenu ul li > a.has-submenu::after {
        right: 0;
    }
    .topmenu li > a.has-submenu.highlighted::after {
        content: "-";
    }
    .topmenu li ul li a.highlighted,
    .topmenu li ul li a:active,
    .topmenu li ul li a:focus,
    .topmenu li ul li a:hover {
        background-color: transparent;
        color: inherit;
    }
    /*Sidebar Icons*/
    #sideicons {
        right: 0;
        height: 315px;
        width: 40px;
        justify-content: center;
        cursor: pointer;
    }
    #sideicons.sideicons-open {
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.65);
        right: 0;
    }
    #sideicons.sideicons-open .sideicons-arrow {
        right: 150px;
        display: none;
    }
    .sideicon-res-item {
        position: relative;
        left: -5px;
        display: none;
    }
    #sideicons.sideicons-open .sideicon-res-item {
        display: block;
    }
    .sideicon-res-wrap {
        width: 35px;
        height: 35px;
    }
    .sideicon-res-image img {
        max-height: 20px;
    }
    /*Header Images*/
    .header-over {
        padding: 0 15px;
    }
    .header-over h1 {
        font-size: 40px;
    }
    .header-over p {
        font-size: 18px;
    }
    /*Banner*/
    .home-res-banner {
        padding: 3em 15px;
    }
    .home-res-banner.left {
        padding-left: 15px;
    }
    .home-res-banner h2 {
        font-size: 25px;
    }
    .home-res-text {
        font-size: 13px;
    }
    .home-res-text p {
        line-height: 20px;
        height: 60px;
    }
    .home-res-banner.right {
        padding-right: 15px;
    }
    /*Results*/
    #choose-plan h1 {
        font-size: 35px;
    }
    .choose-plan-radios {
        font-size: 15px;
    }
    .choose-plan-radios .radio i {
        top: -1px;
    }
    .choose-flags {
        margin-left: -5px;
        margin-right: -5px;
    }
    .choose-flags-item {
        width: 70px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .choose-plan-all-types {
        margin: 2em 0 1em;
    }
    .choose-plan-type-item {
        margin-bottom: 1em;
    }
    .choose-plan-type-wrap {
        font-size: 15px;
    }
    .more-plans-button {
        font-size: 25px;
    }
    /*Publish*/
    .publish-more-details {
        font-size: 25px;
    }
    .publish-data-box-bottomleft h1 {
        font-size: 65px;
    }
    /*Register*/
    .password-strength-meter p {
        top: 2px;
        font-size: 10px;
    }
    .marketing-email-optin h4 {
        font-size: 14px;
    }
    .marketing-email-optin p {
        font-size: 12px;
    }
    #registration .checkbox.register-terms {
        font-size: 12px;
    }
    .asterisk-required-fields {
        font-size: 12px;
    }
    /*Login*/
    .login-grid .row-60 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .login-grid .row-60 > .col-60 {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*Reset Password*/
    .reset-form-left {
        width: calc(100% - 201px);
    }
    .reset-form-right {
        width: 201px;
    }
    /*Email Verification*/
    .email-verification {
        font-size: 12px;
    }
    /*My Account*/
    .account-top h1 {
        margin-bottom: 15px;
    }
    /*My Account - Email History*/
    .dataTables_wrapper table.table-list thead,
    .dataTables_wrapper table.table-list th {
        display: none;
    }
    .dataTables_wrapper table.table-list,
    .dataTables_wrapper table.table-list tr,
    .dataTables_wrapper table.table-list td,
    .dataTables_wrapper table.table-list tbody {
        display: block;
    }
    .dataTables_wrapper table.table-list tbody tr {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .dataTables_wrapper table.table-list tbody tr:last-child {
        border: none;
    }
    .dataTables_wrapper table.table-list td {
        border: none;
        padding: 0;
        text-align: left;
    }
    .dataTables_wrapper table.table-list tbody td .hide-screen.show-tablet.show-phone {
        display: inline-block;
    }
    .dataTables_wrapper table.table-list td.responsive-edit-button {
        text-align: right;
    }
    .dataTables_wrapper table.table-list td.responsive-edit-button .btn {
        display: inline-block;
        width: auto;
    }
    .table-list > tbody > tr > td a.border-left {
        padding-left: 5px;
        display: inline-block;
        vertical-align: text-top;
    }
    /*My Account - My Product/Services*/
    .product-details-right {
        margin-top: 1em;
    }
    /*Contact Form*/
    .contact-top-info,
    .contact-bottom-info {
        font-size: 13px;
    }
    .sk.form .field label {
        font-size: 14px;
    }
    .form-title {
        font-size: 14px;
    }
    .sk.form label,
    .sk.form textarea,
    .sk.form input[type="text"],
    .sk.form input[type="email"],
    .sk.form input[type="date"],
    .sk.form input[type="password"],
    .sk.form input[type="number"],
    .sk.form input[type="tel"],
    .sk.form .fileinput > input,
    .chosen-container-single .chosen-single,
    .custom-select-main,
    #registration label,
    #registration .field,
    #registration .form-control {
        font-size: 14px;
    }
    .sk.button {
        font-size: 14px;
        min-width: 135px;
    }
    .sk.big.buttons .button,
    .sk.big.buttons .or,
    .sk.big.button {
        font-size: 18px;
    }
    .sk.form.contact-form .sk.button {
        font-size: 20px;
    }
    /*Footer*/
    footer {
        font-size: 13px;
    }
    .upper-footer {
        font-size: 13px;
    }
    .footer-socials h3 {
        font-size: 18px;
    }
    .footer-social-item {
        max-width: 40px;
    }
    .upper-footer-columns h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width:769px) {
    /*All*/
    .red-title {
        font-size: 20px;
    }
    #page,
    .sk.message,
    .reset-box.alert-message,
    .reset-box.alert-message .alert.alert-success.text-center {
        font-size: 12px;
    }
    .alert.alert-success {
        font-size: 17px;
    }
    .modal-popup-front {
        font-size: 13px;
    }
    .modal-popup-front p br {
        display: none;
    }
    .modal-popup-buttons .sk.button {
        font-size: 14px;
        min-width: 95px;
        margin-bottom: 10px;
    }
    .modal-popup .red-title.small,
    .modal-popup .green-title.small {
        font-size: 17px;
    }
    .loader::after {
        background: url(../img/loader-large.gif) 50% 90% no-repeat rgba(255, 255, 255, .8);
    }
    /*Header*/
    header .top-bar {
        font-size: 14px;
    }
    .middle-bar {
        padding: 10px 0px;
    }
    .middle-bar .row-30 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .middle-bar .row-30 .col-30 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-left {
        width: 170px;
    }
    .header-left img {
        max-height: 40px;
    }
    .header-center {
        width: 30px;
    }
    .header-right {
        width: calc(100% - 205px);
    }
    .header-account-menu .item {
        margin-left: 0.5em;
    }
    .header-account-menu .item img {
        height: 20px;
    }
    /*Menu*/
    .scroll #menu {
        top: 60px;
    }
    /*Header Images*/
    .header-image .sk-carousel .item,
    .header-image .sk.single-header {
        min-height: 300px;
    }
    .header-over h1 {
        font-size: 24px;
    }
    .header-over p {
        font-size: 13px;
        line-height: 1.25;
    }
    .header-over .sk.button {
        margin-top: 2em;
    }
    /*Banners*/
    #publish-banners {
        margin-top: 2em;
    }
    .home-res-banner {
        padding: 2em 15px;
    }
    .home-res-banner.right {
        min-height: 50vw;
    }
    /*Configure*/
    .configure-additional-info h2 {
        font-size: 16px;
    }
    /*Results*/
    #choose-plan {
        margin: 2em 0;
    }
    #choose-plan h1 {
        font-size: 26px;
    }
    .choose-plan-radios .row-45 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .choose-plan-radios .row-45 .col-45 {
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .choose-plan-radios .row-45 .col-45:last-child {
        margin-bottom: 0;
    }
    .choose-plan-radios {
        font-size: 12px;
    }
    .choose-flags-item {
        width: 55px;
    }
    .choose-plans-res-item {
        margin-bottom: 30px;
    }
    .choose-plans-res-price {
        font-size: 25px;
    }
    .choose-plans-res-offer {
        font-size: 18px;
    }
    .choose-plans-res-title {
        font-size: 35px;
    }
    .choose-plans-res-title small {
        font-size: 20px;
    }
    .choose-plans-res-det-icon {
        width: 45px;
    }
    .choose-plans-res-det-text {
        font-size: 16px;
        width: calc(100% - 45px);
    }
    .choose-plans-res-bottom {
        font-size: 14px;
    }
    .choose-plans-res-bottom .sk.button.invert {
        max-width: 135px;
        margin: 0 auto 1.5em;
    }
    /*Redeem Plans*/
    #redeem-plans .publish-data-box-bottomleft {
        width: 100%;
    }
    #redeem-plans .publish-data-box-bottomright {
        width: 100%;
        margin-top: 1em
    }
    #redeem-plans .choose-plans-res-item {
        width: 100%;
    }
    .redeem-pop-up-form-left {
        width: 100%;
    }
    .redeem-pop-up-form-right {
        width: 100%;
        margin-top: 1em;
    }
    /*Publish*/
    .publish-top {
        margin-bottom: 1em;
    }
    .publish-top > .flex-wrap-bottom {
        flex-flow: column-reverse;
    }
    .publish-data-box {
        font-size: 15px;
    }
    /*Sidebar Menu*/
    .sidebar-menu-title {
        padding-left: 25px;
    }
    .sidebar-menu-title .lnr {
        right: auto;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 3px;
        top: 5px;
        vertical-align: bottom;
        background: #000;
        white-space: nowrap;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }
    .sidebar-menu-title .lnr-chevron-down::before,
    .sidebar-menu-title .lnr-chevron-down::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 3px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        outline: 1px solid transparent;
        left: 0;
        background: #000;
    }
    .sidebar-menu-title .lnr-chevron-down::before {
        top: -6px;
    }
    .sidebar-menu-title .lnr-chevron-down::after {
        top: 6px;
    }
    .sidebar-menu-title.active .lnr {
        background: none;
    }
    .sidebar-menu-title.active .lnr-chevron-down::before {
        top: 2px;
        -webkit-transform: rotate(-48deg) translate(2px,0);
        -moz-transform: rotate(-48deg) translate(2px,0);
        -ms-transform: rotate(-48deg) translate(2px,0);
        -o-transform: rotate(-48deg) translate(2px,0);
        transform: rotate(-48deg) translate(2px,0);
    }
    .sidebar-menu-title.active .lnr-chevron-down::after {
        -webkit-transform: rotate(45deg) translate(0,1px);
        -moz-transform: rotate(45deg) translate(0,1px);
        -ms-transform: rotate(45deg) translate(0,1px);
        -o-transform: rotate(45deg) translate(0,1px);
        transform: rotate(45deg) translate(0,1px);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
        top: 8px;
    }
    .sidebar-menu ul a.has-submenu {
        padding-right: 0;
        padding-left: 25px;
    }
    .sidebar-menu ul a.has-submenu::after {
        right: auto;
        left: 0;
    }
    /*Email Verification*/
    .email-verification .col-10 {
        text-align: center;
    }
    .email-verification .col-10.content-right {
        margin-top: 1em;
    }
    /*Register*/
    #registration {
        padding: 1.5em;
    }
    .registration-top {
        font-size: 11px;
    }
    .registration-top p br {
        display: none;
    }
    #register-activate .activate-bottom,
    .redeem-pop-up-front .activate-bottom,
    .activate-bottom {
        font-size: 12px;
        padding: 0;
    }
    /*Configure*/
    .configure-iccid-notes {
        font-size: 10px;
    }
    .configure-iccid-notes-left {
        width: 40%;
    }
    .configure-iccid-notes-right {
        width: 60%;
    }
    /*Carousel Results*/
    .plans-carousel.owl-theme .owl-controls {
        margin-bottom: 30px;
    }
    /*Login*/
    .sing-in-top {
        margin-bottom: 1em;
    }
    .sign-in-heading h2 {
        font-size: 16px;
    }
    .sign-in-heading,
    .sign-in-body ul {
        font-size: 13px;
    }
    /*Reset Password*/
    .reset-box {
        padding: 1.5em;
    }
    .reset-pass-description {
        font-size: 13px;
        margin-bottom: 2em;
    }
    .reset-form-left,
    .reset-form-right {
        width: 100%;
    }
    /*My Account*/
    .sk-grid.account-grid .sk-content-full {
        padding-bottom: 4em;
    }
    .account-top {
        margin: 2em 0 0;
    }
    .account-top-right {
        flex-wrap: wrap;
    }
    .acc-top-item {
        margin-left: 0.5em;
    }
    .phone-100.acc-top-item {
        display: flex;
        justify-content: flex-end;
    }
    .acc-notifications-dropdown {
        margin-top: 15px;
    }
    .update-your-info,
    .account-grid .panel-sidebar {
        display: none;
    }
    .account-panel-title {
        font-size: 14px;
        font-weight: bold;
    }
    .account-list-group-item .label {
        margin: 10px 0 0;
        max-width: 55px;
        height: auto;
        bottom: auto;
        white-space: normal;
    }
    /*My Account - Change Password*/
    .change-password-tips {
        margin: 1em 0;
    }
    /*My Account - Close Account*/
    .close-account-popup-front p {
        font-size: 12px;
    }
    .close-account-popup-front .sk.button {
        font-size: 17px;
    }
    /*My Account - Email History*/
    table.table-list tbody td {
        font-size: 12px;
    }
    table.table-list.account-box .status {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        font-size: 10px;
    }
    .dataTables_wrapper table.table-list td .btn {
        font-size: 12px;
    }
    /*My Account - My Product/Services*/
    div.product-details {
        margin: 0 0 2em 0;
    }
    .product-details-right {
        font-size: 12px;
    }
    .product-configurable-item strong {
        font-size: 16px;
    }
    div.product-details-tab-container {
        font-size: 14px;
    }
    /*My Account - Ticket Created*/
    .success-message {
        padding: 1.5em;
        font-size: 13px;
        min-height: 155px;
    }
    /*My Account - My Ticket Publish*/
    #ticket-publish .panel-info > .panel-heading .panel-title {
        font-size: 13px;
    }
    #ticket-publish .panel-info .panel-body {
        padding: 15px;
    }
    #ticket-publish .sk.tiny.button {
        font-size: 12px;
    }
    #ticket-publish .ticket-reply .date {
        font-size: 10px;
    }
    #ticket-publish .ticket-reply .user .name {
        font-size: 15px;
    }
    #ticket-publish .ticket-reply .message {
        font-size: 13px;
    }
    #ticket-publish .ticket-reply .message hr {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    #ticket-publish .ticket-reply .message hr + p {
        font-size: 10px;
    }
    /*My Account - Cancel Request*/
    .reason-box {
        margin-bottom: 2em;
        font-size: 12px;
    }
    .reason-select-left {
        width: 100px;
    }
    .reason-select-right {
        width: calc(100% - 100px);
    }
    #cancellation-reason .sk.tiny.button {
        font-size: 13px;
    }
    /*My Account - Invoice PDF*/
    .invoice-pdf-back-link {
        font-size: 11px;
    }
    .invoice-pdf-box {
        padding: 2em 2em 5em;
    }
    .invoice-header {
        margin-bottom: 2em;
    }
    .invoice-body {
        margin: 2em 0;
    }
    .invoice-body address {
        margin-bottom: 2em;
    }
    /*Redeem*/
    .redeem-box {
        font-size: 12px;
    }
    .redeem-box h2 {
        font-size: 15px;
    }
    .redeem-form-left {
        width: 100%;
    }
    .redeem-form-right {
        width: 100%;
        margin-top: 1em;
    }
    /*Generate Password*/
    #modalGeneratePassword .modal-title {
        font-size: 20px;
        margin-bottom: 0.5em;
    }
    .generate-form-left {
        display: none;
    }
    #inputGeneratePasswordOutput {
        max-width: 100%;
    }
    .generate-form-right {
        width: 100%;
    }
    .content-right.generate-password-right {
        margin-top: 2em;
        padding-bottom: 0;
    }
    /*Activate*/
    .activate-form-left {
        width: 100%;
    }
    .activate-form-right {
        width: 100%;
        margin-top: 1em;
    }
    /*Wait to JCC*/
    #wait-jcc .progress-bar,
    #logout .progress-bar {
        margin: 3em auto;
    }
    /*Order Confirmation*/
    #order-confirmation .red-title.medium {
        font-size: 18px;
    }
    .order-confirm-box {
        padding: 1.5em;
        font-size: 13px;
    }
    /*Contact Form*/
    .contact-top {
        margin-bottom: 1em;
    }
    .contact-top > .flex-wrap-bottom {
        flex-flow: column-reverse;
    }
    #order-standard_cart label.radio-inline, .sk.form .radio-inline {
        margin: 0 0 5px;
        width: 100%;
    }
    .sk.button {
        font-size: 14px;
        min-width: 100px;
    }
    .sk.medium.button {
        min-width: 100px;
    }
    /*Footer*/
    .footer-logo {
        margin-bottom: 15px;
    }
    .footer-logo img {
        max-width: 190px;
    }
    .footer-socials h3 {
        font-size: 14px;
    }
    .footer-social-item {
        max-width: 30px;
    }
    .upper-footer-columns {
        margin-bottom: 1.5em;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom-top {
        text-align: left;
    }
    .footer-legal-item {
        margin-bottom: 5px;
    }
    .footer-develop {
        text-align: left;
        margin-top: 10px;
    }
}
@media only screen and (min-width:501px) and (max-width:769px) {
    /*Footer*/
    .footer-logo,
    .footer-socials,
    .upper-footer-columns,
    .account-top-panels .col-7 {
        width: 50%;
        float: left;
        clear: none;
    }
}
@media only screen and (max-width:500px) {
    /*All*/
    .col-xs-12.main-content {
        margin: 2em 0;
        min-height: auto;
    }
    /*Results*/
    #choose-plan h1 {
        font-size: 19px;
    }
    .more-plans-button {
        font-size: 20px;
    }
    /*Publish*/
    .publish-data-box-bottomleft h1 {
        font-size: 45px;
    }
    /*My Account*/
    .acc-top-item .sk.tiny.button {
        font-size: 10px;
    }
    /*My Account - Invoice PDF*/
    .invoice-pdf-logo {
        margin: 0 auto 1em;
    }
    .invoice-status {
        margin-top: 15px;
    }
    /*My Account - View Email*/
    .popup-email-heading {
        padding: 20px;
    }
    .popup-email-heading h2 {
        font-size: 16px !important;
    }
    .popup-email-body .headerContent {
        padding: 0;
    }
    .popup-email-body .bodyContent {
        font-size: 12px;
        padding: 20px;
    }
    .popup-email-body .footerContent {
        font-size: 10px;
        padding: 20px;
    }
    .btn.popup-email-btn {
        font-size: 12px;
    }
    /*Success Top up*/
    .publish-data-box.success-topup-data-box {
        font-size: 12px;
    }
    /*Contact Form*/
    .contact-top-info,
    .contact-bottom-info {
        font-size: 10px;
    }
    .contact-res-info-images {
        width: 30px;
        padding-right: 5px;
    }
    .contact-res-info-text {
        width: calc(100% - 30px);
    }
    /*Footer*/
    .upper-footer-top {
        text-align: center;
    }
    .footer-socials {
        text-align: center;
    }
    .upper-footer-columns h3 {
        margin: 0;
        position: relative;
        cursor: pointer;
    }
    .upper-footer-columns h3.active {
        color: #ed0f0f;
    }
    .upper-footer-columns h3::after {
        content: "+";
        position: absolute;
        right: 0;
        top: auto;
    }
    .upper-footer-columns h3.active::after {
        content: "-";
    }
    .upper-footer-columns ul {
        display: none;
        margin-top: 10px;
    }
    .upper-footer-columns h3.active + ul {
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    #data_usage tbody td {
        border: none;
        padding: 0px    ;
        text-align: left;
        display: block;
    }
    #data_usage tbody td .hide-screen.show-tablet.show-phone {
        display: inline-block;
    }
    #data_usage tbody tr {
        padding: 10px 0;
        display: block;
    }
    #data_usage tbody tr:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    #data_usage tbody {
        padding: 1em;
        display: block;
    }

}