@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin-ext);
@media print {
    .noPrint {
        display: none!important
    }
    .adminBtn {
        display: none!important
    }
}

body,
form,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

body {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: #555
}

body:not(.index) {
    padding-top: 120px
}

.link {
    cursor: pointer
}

.fl {
    float: left
}

.fr {
    float: right
}

.oh {
    overflow: hidden
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.dt {
    display: table
}

.dtr {
    display: table-row
}

.dtc {
    display: table-cell
}

.vat {
    vertical-align: top
}

.w100 {
    width: 100%
}

.sp30 {
    height: 30px
}

.center {
    margin: 0 auto
}

.pr {
    position: relative
}

.opacity3 {
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.tar {
    text-align: right
}

.toUpper {
    text-transform: uppercase
}

a,
a:active {
    color: #33c1db;
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: #555;
    text-decoration: none;
    outline: 0
}

h1,
h2 {
    font-weight: 700;
    padding: 0
}

h1 {
    font-size: 30px;
    margin: 0 0 30px 0
}

h2 {
    font-size: 22px;
    margin: 0 0 20px 0
}

b,
strong {
    font-weight: 700
}

.cPanel a i,
header {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.kv button,
.login .oh .fl,
.login .oh .fl i,
.sign-up a,
a,
button,
input,
select,
textarea {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .logo a:before {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.account-switch.disabled a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

body.index header.header-scrolled,
body.index header.header-scrolled-onload,
body:not(.index) header {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1)
}

header>.container {
    height: inherit
}

header,
header a {
    font-size: 13px;
    font-weight: 700
}

body:not(.index) header .logo a,
body:not(.index) header a.dropdown-toggle,
header.header-scrolled a,
header.header-scrolled-onload a {
    color: #555
}

body.index header:not(.header-scrolled):not(.header-scrolled-onload) .logo a,
body.index header:not(.header-scrolled):not(.header-scrolled-onload) .pull-right span,
body.index header:not(.header-scrolled):not(.header-scrolled-onload) .pull-right span a,
body.index header:not(.header-scrolled):not(.header-scrolled-onload) a.dropdown-toggle {
    color: #fff
}

body.index header:not(.header-scrolled):not(.header-scrolled-onload) .pull-right span a:focus,
body.index header:not(.header-scrolled):not(.header-scrolled-onload) .pull-right span a:hover,
body.index header:not(.header-scrolled):not(.header-scrolled-onload) a.dropdown-toggle:focus,
body.index header:not(.header-scrolled):not(.header-scrolled-onload) a.dropdown-toggle:hover,
body:not(.index) header a.dropdown-toggle:focus,
body:not(.index) header a.dropdown-toggle:hover,
header a.dropdown-toggle:focus,
header a.dropdown-toggle:hover {
    color: #33c1db
}

header .logo a {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .06em
}

header .logo a:before {
    content: "";
    position: absolute;
    background: url(../images/header/logo.png) no-repeat 0 0;
    top: -20px;
    left: 33px;
    width: 65px;
    height: 66px;
    z-index: -1
}

header .logo a:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

header .row {
    margin-top: 30px;
    margin-bottom: 30px
}

header .row .col-md-8 {
    padding-top: 5px
}

body:not(.index) header,
header.header-scrolled,
header.header-scrolled-onload {
    background-color: #fafafa
}

header select {
    color: #555;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 30px
}

.pull-right>.dropdown-menu {
    right: 15px
}

.kv {
    background-image: url(../db/upc/image/Vhodna_stran/kv3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    text-align: center
}

.kv,
.kv button {
    color: #fff
}

.kb h1,
.kv button,
.kv h2 {
    font-weight: 700
}

.kv h1 {
    font-size: 29px;
    padding-top: 200px;
    letter-spacing: 1.3em;
    margin-bottom: 10px
}

.kv h2 {
    font-size: 58px;
    padding-top: 5px;
    padding-bottom: 30px
}

.kv button {
    display: inline-block;
    background-color: #33c1db;
    outline: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 14px 45px;
    border: none
}

.kv button:hover {
    background-color: #fff;
    color: #33c1db
}

.affiliates,
.contact,
.how-it-works {
    padding-top: 100px;
    padding-bottom: 85px
}

.how-it-works .col-md-3 div {
    font-size: 22px;
    font-weight: 900;
    color: #414141;
    border: 3px solid #414141;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 42px;
    text-indent: 14px
}

.how-it-works .col-md-9 {
    color: #aaa;
    line-height: 24px
}

.how-it-works .col-md-9 strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.advantages h3,
.get-paid h3,
.affiliates h3,
.contact h3,
.how-it-works h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 700;
    letter-spacing: .15em;
    margin-top: 0;
    margin-bottom: 70px
}

.advantages.circleBg {
    background-color: #eee
}

.advantages.squaresBg {
    background-image: url(../images/page/vintage-leaves.png)
}

.advantages {
    text-align: center
}

.advantages img {
    display: inline
}

.advantages strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 24px
}

.advantages:not(.noFA) strong {
    padding-top: 30px
}

.advantages i {
    color: #33c1db;
    font-size: 38px
}

.advantages:not(.circleBg) .row>.col-md-4>div {
    padding: 0 30px
}

.get-paid {background-color:#33c1db;color:#fff;font-weight:700;font-size:16px;text-align:center;letter-spacing:0.025em;}
.get-paid h3 {color:inherit;}
.get-paid img {margin-bottom:45px;}
.get-paid.timesheets img {margin-bottom:15px;}
.get-paid.timesheets h4 {margin-top:50px;margin-bottom:20px;}

.affiliates {
    text-align: center
}

.affiliates h3 {
    margin-bottom: 30px
}

.contact {
    background-color: #eee
}

.contact .col-md-6 input {
    width: 100%
}

.contact .col-md-12 textarea {
    resize: none;
    width: 100%;
    height: 100px
}

.contact .row {
    margin-bottom: 20px
}

.sign-up {
    background-color: #33c1db;
    text-align: center;
    padding: 50px 0
}

.sign-up>.container a {
    display: inline-block;
    outline: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 14px 45px;
    min-width: 185px;
    margin: 10px 20px 10px 0;
    font-weight: 700
}

.sign-up>.container a:not(:last-child) {
    background-color: #33c1db;
    color: #fff
}

.sign-up>.container a:last-child {
    background-color: #fff;
    color: #33c1db;
    margin-right: 0
}

.sign-up>.container a:not(:last-child):focus,
.sign-up>.container a:not(:last-child):hover {
    background-color: rgba(255, 255, 255, .5)
}

.sign-up>.container a:last-child:focus,
.sign-up>.container a:last-child:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #fff
}

.sub-content {
    min-height: -o-calc(100vh - 159px);
    min-height: -webkit-calc(100vh - 159px);
    min-height: -moz-calc(100vh - 159px);
    min-height: calc(100vh - 159px);
    padding-bottom: 50px
}

.sub-content h1,
.sub-content h2 {
    color: #33c1db
}

.faq>i {
    font-size: 18px;
    margin-right: 5px
}

.faq>strong {
    font-size: 18px
}

.faq>div {
    padding-top: 10px
}

.BannersWrapper {
    position: relative
}

.BannersWrapper .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0
}

.BannersWrapper0 .bx-content-wrapper,
.BannersWrapper0 .bx-wrapper,
.BannersWrapper0 .bx-wrapper .bx-viewport {
    width: 750px;
    height: 370px
}

.BannersWrapper1 .bx-content-wrapper,
.BannersWrapper1 .bx-wrapper,
.BannersWrapper1 .bx-wrapper .bx-viewport {
    width: 360px;
    height: 370px
}

.BannersWrapper2 .bx-content-wrapper,
.BannersWrapper2 .bx-wrapper,
.BannersWrapper2 .bx-wrapper .bx-viewport {
    width: 1140px;
    height: 370px
}

.BannersWrapper3 .bx-content-wrapper,
.BannersWrapper3 .bx-wrapper,
.BannersWrapper3 .bx-wrapper .bx-viewport {
    width: 262px;
    height: 262px
}

.BannersWrapper4 .bx-content-wrapper,
.BannersWrapper4 .bx-wrapper,
.BannersWrapper4 .bx-wrapper .bx-viewport {
    width: 180px;
    height: 180px
}

.BannersWrapper5 .bx-content-wrapper,
.BannersWrapper5 .bx-wrapper,
.BannersWrapper5 .bx-wrapper .bx-viewport {
    width: 574px;
    height: 250px
}

.BannersWrapper6 .bx-content-wrapper,
.BannersWrapper6 .bx-wrapper,
.BannersWrapper6 .bx-wrapper .bx-viewport {
    width: 1078px;
    height: 250px
}

.BannersWrapper7 .bx-content-wrapper,
.BannersWrapper7 .bx-wrapper,
.BannersWrapper7 .bx-wrapper .bx-viewport {
    width: 785px;
    height: 250px
}

.BannersWrapper8 .bx-content-wrapper,
.BannersWrapper8 .bx-wrapper,
.BannersWrapper8 .bx-wrapper .bx-viewport {
    width: 867px;
    height: 250px
}

.BannersWrapper0 {
    width: 750px;
    height: 370px;
    display: table-cell;
    vertical-align: top
}

.BannersWrapper1 {
    width: 300px;
    height: 370px;
    display: table-cell;
    vertical-align: top
}

.BannersWrapper2 {
    width: 1140px;
    height: 370px;
    display: table-cell;
    vertical-align: top
}

.bxslider {
    margin: 0;
    padding: 0
}

.bx-wrapper {
    position: relative;
    width: 750px;
    height: 370px;
    margin: 0;
    padding: 0
}

.bx-wrapper .bx-viewport {
    width: 750px;
    height: 370px
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/slideshow/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #283357;
    padding-top: 0
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager {
    left: 10px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #283357;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #c42b2e
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/slideshow/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/slideshow/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 99
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/slideshow/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/slideshow/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 10px;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.bx-text,
.bx-text a,
.bx-title,
.bx-title a {
    color: #fff
}

.bx-title {
    font-size: 20px;
    padding: 10px 10px 40px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4)
}

.bx-text {
    font-size: 13px
}

.bx-title a {
    text-decoration: none
}

.bx-title a:hover {
    text-decoration: underline
}

.bx-text a {
    text-decoration: underline
}

.bx-text a:hover {
    text-decoration: none
}

.bx-content-wrapper {
    width: 750px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative
}

input:not(.btn),
select,
textarea {
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px
}

input:not(.btn):focus,
select:focus,
textarea:focus {
    border-color: #33c1db
}

.btn {
    background-color: #33c1db;
    color: #fff;
    font-size: 15px
}

.btn:focus,
.btn:hover {
    background-color: #fff;
    color: #33c1db;
    border-color: #33c1db
}

input,
select,
textarea {
    max-width: 100%;
    outline: 0
}

a.btn i {
    margin-right: 5px
}

.form-principal input[type=text],
.form-principal select {
    width: 100%
}

.form-principal-footnote {
    font-size: 14px;
    padding-top: 10px
}

.form-table {
    margin-bottom: 0
}

.form-table>thead>tr>th:first-child {
    padding-left: 0;
    width: 130px
}

.form-table>thead>tr>th:first-child span {
    font-weight: 400
}

.form-table>thead>tr>th:nth-child(3) {
    width: 130px;
    text-align: right
}

.form-table>thead>tr>th:last-child {
    width: 80px;
    padding-right: 0
}

.form-table>tbody>tr>td input[readonly] {
    cursor: default
}

.form-table>tbody>tr>td input[readonly]:focus {
    border-color: #ddd
}

.form-table>tbody>tr>td input,
textarea {
    width: 100%
}

.form-table>tbody>tr>td:first-child {
    padding-left: 0
}

.form-table>tbody>tr>td:last-child {
    padding-right: 0
}

.form-table>tbody>tr:last-child td {
    border-width: 2px
}

.statement-grid-heading, .statement-grid-row, .statement-grid-footer {display:grid;grid-column-gap:16px;}
.statement-grid-heading, .statement-grid-row { grid-template-columns:130px minmax(0, 1fr) 130px 80px;}
.statement-grid-heading {border-bottom:2px solid #ddd;}
.statement-grid-row {border-top:1px solid #ddd;}
.statement-grid-body>.statement-grid-row:first-child {border-top:none;}
.statement-grid-heading>div, .statement-grid-row>div, .statement-grid-footer>div {line-height:1.4285;padding:8px 0px;}
.statement-grid-heading>div {font-weight:bold;}
.statement-grid-heading>div:nth-child(3) {text-align:right;}
.statement-grid-row input, .statement-grid-row select {width: 100%;}
.statement-grid-row>div>div{display:none;}
.statement-grid-footer {grid-template-columns:minmax(0, 1fr) 210px; border-top:2px solid #ddd;}
.statement-grid-footer > div:last-child {text-align: right;}
.statement-grid-footer #tdTotal {margin-left:10px;}

#loginCaptcha span {
    display: block
}

.formError {
    color: red;
    background-color: #fcd2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px
}

.formSuccess {
    color: #009044;
    background-color: #b5f4d3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px
}

.formSuccess a,
.formSuccess a:focus,
.formSuccess a:hover {
    color: #000
}

ul.registrationSteps {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.registrationSteps li {
    display: inline-block;
    margin-left: 40px
}

ul.registrationSteps li:first-child {
    margin-left: 0
}

ul.registrationSteps li span {
    background-color: #000;
    display: inline-block;
    color: #fff;
    margin-right: 10px
}

ul.registrationSteps li.selected span {
    background-color: #006400
}

.registrationForm input[type=password],
.registrationForm input[type=text] {
    width: 100%
}

.registrationForm select {
    width: 100%
}

.registrationForm .regDOB select:first-child {
    width: 110px;
    margin-right: 5px
}

.registrationForm .regDOB select:nth-child(2) {
    width: 130px;
    margin-right: 5px
}

.registrationForm .regDOB select:last-child {
    width: 110px
}

.registrationForm label {
    font-weight: 400
}

.registrationForm .regRbt {
    padding-top: 7px
}

.registrationForm .regRbt label {
    margin-right: 40px;
    margin-left: 5px
}

.registrationForm .regRbt label:last-child {
    margin-right: 0
}

.registrationForm .col-company {
    display: none
}

.preRegisterBtns .btn {
    margin-bottom: 3px
}

#btnAddBankStatement,
#btnAddIdentification,
#btnAddResidence {
    min-width: 250px;
    margin-top: 10px
}

.account-switch a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 15px
}

.account-switch a[data-selected="0"] {
    background-color: #eee;
    color: #555
}

.account-switch a[data-selected="1"] {
    background-color: #33c1db;
    color: #fff
}

.account-switch>div>a:first-child {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-right: none
}

.account-switch>div>a:last-child {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: none
}

.account-switch.disabled a {
    cursor: not-allowed
}

.login {
    width: 313px
}

.login h1 {
    text-align: center
}

.login .oh {
    margin-bottom: 10px
}

.login .oh .fl {
    width: 33px;
    border: 1px solid #ddd;
    border-right: none;
    padding-left: 7px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-color: #ddd
}

.login .oh .fl i {
    font-size: 20px;
    vertical-align: top;
    line-height: 32px
}

.login .oh.lUsr .fl i {
    line-height: 31px
}

.login .row {
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px
}

.login .row .col-md-6 {
    padding: 0
}

.login input:not(.btn) {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    width: 280px;
    border-left: none;
    float: right
}

.login input:not(.btn):focus+.fl {
    background-color: #33c1db;
    border-color: #33c1db
}

.login input:not(.btn):focus+.fl i {
    color: #fff
}

.login .btn {
    width: 100%
}

.ui-dialog-titlebar {
    display: none
}

.ui-widget {
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: #555
}

.ui-dialog-buttonpane {
    padding: 0!important
}

.ui-dialog-buttonpane button {
    padding: 4px 8px;
    font-size: 14px
}

.forgotPassword input:not(.btn) {
    width: 100%;
    margin-top: 5px
}

.forgotPassword strong {
    display: block;
    margin-bottom: 5px
}

.forgotPassword #divPwdError,
.forgotPassword #divPwdSuccess {
    display: none;
    margin-top: 10px
}

#videoDialog .modal-body {
    padding: 0
}

#videoDialog .modal-header {
    padding: 10px;
    border: none
}

#videoDialog .modal-title {
    font-size: 14px
}

#videoDialog .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden
}

.flex-video.widescreen {
    padding-bottom: 53.4%
}

.flex-video embed,
.flex-video iframe,
.flex-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cPanel a {
    font-size: 20px
}

.cPanel i {
    font-size: 40px;
    background-color: #33c1db;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 78px;
    margin-bottom: 15px
}

.cPanel>div {
    text-align: center;
    margin-bottom: 60px
}

.cPanel a:focus i,
.cPanel a:hover i {
    background-color: #555
}

.loadingoverlay .loading-message {
    padding: 20px;
    text-align: center
}

.DMSlist {
    border: 1px solid #f1f1f1
}

.DMSlist>.row:nth-child(odd)>div>div {
    background-color: #f1f1f1
}

.DMSlist>.row:first-child>div>div {
    font-weight: 700;
    background-color: #ddd
}

.DMSlist a {
    color: #555
}

.DMSlist>.row>div>div {
    border-bottom: 1px solid #fff
}

.DMSlist>.row:first-child>div>div,
.DMSlist>.row:last-child>div>div {
    border-bottom: none
}

.DMSlist>.row:first-child>div>div a i {
    margin-left: 10px
}

.DMSlist>.row:nth-child(odd)>div>div {
    border-right: 1px solid #fff
}

.DMSlist>.row:nth-child(even)>div>div {
    border-right: 1px solid #f1f1f1
}

.DMSlist>.row>div:last-child>div {
    border-right: none
}

.DMSlist>.row .col-md-6 {
    padding-right: 0
}

.DMSlist>.row>div {
    padding-left: 0;
    padding-right: 0
}

.DMSlist>.row>div:first-child {
    padding-left: 15px
}

.DMSlist>.row>div:first-child>div>div {
    overflow: hidden;
    text-overflow: ellipsis
}

.DMSlist>.row>div:first-child>div>div a {
    white-space: nowrap
}

.DMSlist>.row>div:first-child>div>div a i {
    margin-right: 3px
}

.DMSlist>.row>div:last-child {
    padding-right: 15px
}

.DMSlist>.row>div>div {
    padding: 5px 15px;
    height: 100%
}

.DMSlist>.row:not(:first-child):hover>div>div {
    background-color: rgba(51, 193, 219, .3)
}

.DMSlist>.row.fileDeleted>div>div {
    background-color: #fcd2d2
}

.DMSlist>.row.fileDeleted>div:first-child>div a {
    color: red
}

.DMSlist .DMSlist_DocID span {display:block;}

.DMSuploadBtns a {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px
}

.DMSuploadBtns {
    margin-left: -10px;
    margin-right: -10px
}

.fileHistory>div:first-child>div {
    padding-left: 38px
}

.usersList {
    border: 1px solid #f1f1f1
}

.usersList a {
    color: #555
}

a.flag-green i,
i.flag-green {
    color: green
}

a.flag-red i,
i.flag-red {
    color: red
}

.usersList>.row:nth-child(odd)>div>div {
    background-color: #f1f1f1
}

.usersList>.row:first-child>div>div {
    font-weight: 700;
    background-color: #ddd
}

.usersList>.row:nth-child(odd)>.col-md-3>div,
.usersList>.row:nth-child(odd)>.col-md-7>div {
    border-right: 1px solid #fff
}

.usersList>.row:nth-child(even)>.col-md-3>div,
.usersList>.row:nth-child(even)>.col-md-7>div {
    border-right: 1px solid #f1f1f1
}

.usersList>.row:not(:first-child) .col-md-3,
.usersList>.row:not(:first-child) .col-md-7 {
    cursor: pointer
}

.usersList>.row .col-md-5 {
    padding-right: 0
}

.usersList>.row .col-md-2,
.usersList>.row .col-sm-5 {
    padding-left: 0
}

.usersList>.row>div>div {
    padding: 5px 15px
}

.usersList>.row:not(:first-child):hover>div>div {
    background-color: rgba(51, 193, 219, .3)
}

.usersList>.row>div>div {
    height: 100%
}

.userSwitchList strong {
    display: block;
    margin-bottom: 5px
}

.userSwitchList div {
    margin-top: 20px;
    font-size: 13px
}

.logList {
    border: 1px solid #f1f1f1
}

.logList>.row:nth-child(odd)>div>div {
    background-color: #f1f1f1
}

.logList>.row:first-child>div>div {
    font-weight: 700;
    background-color: #ddd
}

.logList>.row>div>div {
    border-bottom: 1px solid #fff
}

.logList>.row:first-child>div>div,
.logList>.row:last-child>div>div {
    border-bottom: none
}

.logList>.row:nth-child(odd)>div>div {
    border-right: 1px solid #fff
}

.logList>.row:nth-child(even)>div>div {
    border-right: 1px solid #f1f1f1
}

.logList>.row>div:last-child>div {
    border-right: none
}

.logList>.row>div {
    padding-left: 0;
    padding-right: 0
}

.logList>.row>div>div {
    padding: 5px 15px
}

.logList>.row>div:first-child {
    padding-left: 15px
}

.logList>.row>div:last-child {
    padding-right: 15px
}

.logList>.row>div>div {
    height: 100%
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap
}

.row.is-flex>[class*=col-] {
    display: flex;
    flex-direction: column
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.is-flex>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

/* pagination */
.pagination>li>a, .pagination>li>span,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {color:#33c1db;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color:#33c1db;border-color:#33c1db;}

/* rating */
.product-rating {font-size:13px;border-color:#e9e9e9;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;margin-bottom:25px;}
.product-rating label {margin-bottom:0;margin-right:10px;font-size:15px;font-weight:normal;line-height:normal;}
.product-rating .d-inline-block{display:inline-block;}
.product-rating .stars-container, .product-rating button, .product-rating i {line-height:1;}
.product-rating button, .product-rating button:hover, .product-rating button:focus, .product-rating button:active, .product-rating button.active, .product-rating button.active:focus {outline:0 !important;box-shadow:none;}
.product-rating button, .product-rating i {padding:0;border-radius:0;border:none;background-color:transparent;min-width:auto!important;width:20px;height:19px;content:'';background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' viewBox='0 -960 480 457' width='20'%3E%3Cpath fill='%23e69e19' d='m 122.7353,-547.33668 117.2187,-70.86456 117.2187,71.73038 -30.6586,-134.09088 103.25393,-89.42423 -136.08919,-12.09893 -53.72484,-126.01021 -53.72484,125.14439 -136.089195,12.09893 103.253935,90.15671 z m 117.2187,-36.40936 -131.07177,79.30022 q -4.68408,2.02082 -8.79152,1.7758 -4.106575,-0.24416 -7.859025,-2.70828 -3.75159,-2.46412 -5.66071,-6.78195 -1.90913,-4.31783 -0.11083,-9.40191 L 121.00367,-670.06111 5.8940952,-770.38511 q -3.95159,-3.08577 -5.31698,-7.53781 -1.36539,-4.45117 0.49958,-8.91272 1.4208,-4.01826 4.66242,-6.66074 3.24076,-2.64161 8.3915098,-3.12993 l 152.162225,-13.43142 59.47473,-140.83993 q 2.19831,-4.43991 5.85033,-6.77069 Q 235.26993,-960 239.954,-960 q 4.68407,0 8.33609,2.33165 3.65202,2.33078 5.85033,6.77069 l 59.47473,140.83993 152.16223,13.43142 q 5.15074,0.48832 8.3915,3.12993 3.24162,2.64248 5.10659,6.66074 1.42081,4.46155 0.0554,8.91272 -1.36539,4.45204 -5.31698,7.53781 l -115.10957,100.324 34.98769,148.49895 q 1.35413,5.08408 -0.55499,9.40191 -1.90913,4.31783 -5.66072,6.78195 -3.75245,2.46412 -7.85902,2.70828 -4.10744,0.24502 -8.79151,-1.7758 z m 0,-134.9567 z'/%3E%3C/svg%3E") !important;background-repeat: no-repeat no-repeat;background-position: center center;background-size: cover;}
.product-rating i {width:17px;height:16px;}
.product-rating .selected, .product-rating button.selected.active, .product-rating button:active, .product-rating button.selected:active {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' viewBox='0 -960 480 457' width='20'%3E%3Cpath fill='%23e69e19' d='m 239.95405,-583.74603 -131.07178,79.30026 q -4.68407,2.02084 -8.79156,1.77575 -4.106534,-0.24417 -7.859009,-2.70831 -3.751577,-2.46407 -5.660779,-6.78194 -1.909063,-4.31781 -0.110761,-9.40189 L 121.00366,-670.06104 5.8941031,-770.38507 q -3.9515923,-3.08587 -5.31698519,-7.53787 -1.36539445,-4.45113 0.49957699,-8.91261 1.4208069,-4.01831 4.6624265,-6.66081 3.2407514,-2.64159 8.3915076,-3.12997 l 152.162231,-13.43133 59.4747,-140.83995 q 2.19836,-4.43995 5.85037,-6.77079 3.65203,-2.3316 8.33612,-2.3316 4.68409,0 8.33611,2.3316 3.65201,2.33084 5.85032,6.77079 l 59.47461,140.83995 152.16223,13.43133 q 5.15078,0.48838 8.39163,3.12997 3.24157,2.6425 5.10646,6.66081 1.42092,4.46148 0.0554,8.91261 -1.3654,4.452 -5.31691,7.53787 l -115.10952,100.32403 34.98765,148.49888 q 1.35417,5.08408 -0.55507,9.40189 -1.90904,4.31787 -5.6606,6.78194 -3.75248,2.46414 -7.85911,2.70831 -4.1074,0.24509 -8.79143,-1.77575 z'/%3E%3C/svg%3E") !important;}
.product-rating button + button, .product-rating i + i {margin-left:3px;}
.product-rating button:disabled {opacity:1;}

#charCounter {font-size:12px;text-align:right;}

.panel-body blockquote {font-size:15px;padding:10px 20px; margin:10px 0 20px 0; border-left:5px solid #ddd; font-style:italic;}

.tipsy {
    font-size: 11px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.tipsy-inner {
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

footer {
    background-color: #484848;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

footer,
footer a,
footer a:focus,
footer a:hover {
    font-size: 13px;
    color: #fff
}

footer a:focus,
footer a:hover {
    text-decoration: underline
}

#cookie_notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    z-index: 999
}

#cookie_notification a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline
}

#cookie_notification a:hover {
    text-decoration: none;
    color: #fff!important
}

#cookie_ok {
    cursor: pointer;
    display: inline-block;
    background-color: #59bd5d;
    padding: 2px 10px 1px 10px;
    margin-left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#cookie_ok:hover {
    background-color: #fff;
    color: #000
}

#more-about-cookies table {
    border-collapse: collapse
}

#more-about-cookies table th {
    border: 1px solid gray;
    background-color: #33c1db;
    color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    font-size: 14px
}

#more-about-cookies table td {
    border: 1px solid gray;
    background-color: #eee;
    vertical-align: top;
    padding: 10px;
    font-size: 14px
}

#more-about-cookies table td strong {
    font-family: "Courier New", Courier, monospace;
    font-weight: 400;
    display: inline-block;
    margin-top: 2px
}

#more-about-cookies table td .mono {
    font-family: "Courier New", Courier, monospace
}

#more-about-cookies .tip {
    background-color: #eee;
    overflow: hidden;
    border: 1px solid gray;
    padding: 20px;
    font-size: 12px
}

#more-about-cookies .tip input[type=checkbox] {
    margin: 0;
    padding: 0
}

#more-about-cookies .tip label {
    font-size: 14px;
    padding-left: 10px
}

#more-about-cookies .btnCookiesSaveSettings {
    border: 1px solid #33c1db;
    background-color: #33c1db;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer
}

#more-about-cookies .btnCookiesSaveSettings:hover {
    background-color: #fff;
    color: #000
}

#more-about-cookies em {
    font-size: 14px
}

.adminBtn {
    display: inline-block;
    padding: 5px 15px 5px 10px;
    margin-bottom: 5px;
    font-family: Arial;
    color: #000!important;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
    background-image: -o-linear-gradient(bottom, #fff 0, #e6e6e6 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0, #e6e6e6 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0, #e6e6e6 100%);
    background-image: -ms-linear-gradient(bottom, #fff 0, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 0 2px rgba(0, 0, 0, .1)
}

.adminBtn span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    padding-top: 2px
}

.adminBtn:active,
.adminBtn:hover {
    background-image: none;
    text-decoration: none;
    color: #000;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05) inset, 0 0 3px rgba(0, 0, 0, .3)
}

.adminBtn:active {
    background-color: #fff
}

.btn-album-switch {
    background-image: url(../images/admin/album-switch.png)
}

.btn-album-edit {
    background-image: url(../images/admin/album-edit.png)
}

.btn-attachment {
    background-image: url(../images/admin/attachment.png)
}

.btn-banners {
    background-image: url(../images/admin/banners.png)
}

.btn-banners-edit {
    background-image: url(../images/admin/banners-edit.png)
}

.btn-document {
    background-image: url(../images/admin/document.png)
}

.btn-footer {
    background-image: url(../images/admin/footer.png)
}

.btn-form-edit {
    background-image: url(../images/admin/form-edit.png)
}

.btn-form-results {
    background-image: url(../images/admin/form-results.png)
}

.btn-form-switch {
    background-image: url(../images/admin/form-switch.png)
}

.btn-images {
    background-image: url(../images/admin/images.png)
}

.btn-logout {
    background-image: url(../images/admin/logout.png)
}

.btn-map {
    background-image: url(../images/admin/map.png)
}

.btn-menu {
    background-image: url(../images/admin/menu.png)
}

.btn-modules {
    background-image: url(../images/admin/modules.png)
}

.btn-news-edit {
    background-image: url(../images/admin/news-edit.png)
}

.btn-news-add {
    background-image: url(../images/admin/news-add.png)
}

.btn-page-edit {
    background-image: url(../images/admin/page-edit.png)
}

@media (max-width:499px) 
{
    header .logo {padding-top:4px;}
    header .logo a {font-size:12px;}
    header .logo a:before {background-size:contain;width:50px;height:50px;top:-11px;left:25px;}
    .login {
        width: 100%;
        margin: 0
    }
    .login input:not(.btn) {
        width: -o-calc(100% - 33px);
        width: -webkit-calc(100% - 33px);
        width: -moz-calc(100% - 33px);
        width: calc(100% - 33px)
    }
    .registrationForm .regDOB select:first-child {
        width: 100%;
        margin: 0 0 15px 0
    }
    .registrationForm .regDOB select:nth-child(2) {
        width: 100%;
        margin: 0 0 15px 0
    }
    .registrationForm .regDOB select:last-child {
        width: 100%;
        margin: 0
    }
    .preRegisterBtns input {
        display: block;
        width: 100%
    }
    .preRegisterBtns .btn {
        margin: 10px 0 0 0
    }
    #btnAddBankStatement,
    #btnAddIdentification,
    #btnAddResidence {
        min-width: 1px;
        max-width: 100%;
        overflow: hidden;
        width: 100%
    }
    .DMSuploadBtns a {
        display: block
    }
}

@media (min-width:500px) and (max-width:991px) {
    .DMSuploadBtns a {
        width: -o-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px)
    }
}

@media (max-width:679px){
    .statement-grid-heading, .statement-grid-row { grid-template-columns:1fr 1fr;}
    .statement-grid-row>div:first-child, .statement-grid-row>div:nth-child(2) {grid-column:1 / -1;}
    .statement-grid-row>div:nth-child(3) {grid-column:1;}
    .statement-grid-row > div:last-child {grid-column: 2;}
    .statement-grid-row + .statement-grid-row {margin:20px 0 0 0;}
    .statement-grid-heading {display:none;}
    .statement-grid-row>div>div{display:block;}
    .statement-grid-row>div:first-child input {width:calc(50% - 8px);}
    .statement-grid-counter {font-weight:bold;margin-bottom:8px;background-color:rgba(0,0,0,0.05);padding:3px 10px;text-align:center;}
    .statement-grid-footer {grid-template-columns:1fr;}
    .statement-grid-footer>div:first-child {order:2;}
    .statement-grid-footer > div:last-child {order:1;}
}

@media (max-width:579px) {
    footer {
        padding: 10px 5px
    }
}

@media (min-width:580px) and (max-width:991px) {
    .mobile-block {
        display: block
    }
    .mobile-hide {
        display: none
    }
}

@media (max-width:767px) {
    .kv h1 {
        font-size: 18px;
        letter-spacing: 1em
    }
    .kv h2 {
        font-size: 34px
    }
    .contact>.row>.col-xs-12:first-child {
        margin-bottom: 20px
    }
    .sign-up>.container a {
        display: block;
        margin-right: 0
    }
    .flex-video.widescreen {
        padding-bottom: 56.2%
    }
    .get-paid img {margin-bottom:15px;}
    .get-paid .arrow img {transform:rotate(90deg);margin-top:40px;margin-bottom:40px;}
    .row.is-sm-flex {margin:0;padding-top:15px;padding-bottom:15px;}
    .DMSlist>.row:nth-child(odd), .usersList>.row:nth-child(odd) {background-color:#f1f1f1;}
    .DMSlist>.row:nth-child(odd)>div>div, .DMSlist>.row:not(:first-child):hover>div>div, .usersList>.row:nth-child(odd)>div>div, .usersList>.row:not(:first-child):hover>div>div {border:none;background:none;}
    .DMSlist>.row>div>div {border:none;}
    .DMSlist>.row.fileDeleted {background-color:#fcd2d2;}
    .DMSlist>.row>div:first-child, .usersList>.row .col-md-5 {padding-left:0;}
    .DMSlist>.row>div:last-child, .usersList>.row .col-md-2 {padding-right:0;}
    .line-breaker-xs{content:'';height:5px;}
    .sticky-xs {position:sticky;top:83px;z-index:1;}
    .DMSorderBy {background-color:#f1f1f1;padding:15px;font-size:14px;}
    .DMSorderBy i {margin-left:5px;}
}

@media (min-width:768px) and (max-width:991px) {
    .flex-video.widescreen {
        padding-bottom: 52%
    }
}

@media (min-width:768px) {
    .get-paid .d-flex {display:flex;justify-content:space-around;}
    .get-paid.timesheets .d-flex {justify-content:center;}
    .get-paid.timesheets .d-flex > div {flex:0 0 auto;width:190px;}
    .get-paid.timesheets .d-flex > div.arrow {width:150px;justify-content:center;}
    .get-paid .arrow {display:flex;align-items:center;padding-bottom:20px;}
    .get-paid .arrow.multiple-arrows img {display:block;}
    .tar-sm {text-align:right;}
    .px-sm-0 {padding-left:0px!important;padding-right:0px!important;}
    .row.is-sm-flex {
        display: flex;
        flex-wrap: wrap
    }

    .row.is-sm-flex>[class*=col-] {
        display: flex;
        flex-direction: column
    }

    .row.is-sm-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .row.is-sm-flex>[class*=col-] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .DMSlist .DMSlist_DocID span {display:inline; font-size:10px;}

}

@media (max-width:991px) {
    .contactm .affiliates,
    .how-it-works {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .how-it-works .col-md-3,
    .how-it-works .col-md-9 {
        text-align: center
    }
    .how-it-works .col-md-3>div {
        display: inline-block;
        text-indent: 3px
    }
    .how-it-works .col-md-9 strong {
        margin-top: 10px
    }
    .advantages>.container>.row>.col-md-4,
    .how-it-works>.row>.col-md-4 {
        margin-bottom: 40px
    }
    .advantages>.container>.row>.col-md-4:last-child,
    .how-it-works>.row>.col-md-4:last-child {
        margin-bottom: 0
    }
    .advantages, .get-paid {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .advantages strong {
        padding-top: 10px
    }
    .advantages .row>div>div {
        padding-bottom: 40px
    }

    .registrationForm>.row>.col-md-2,
    .registrationForm>.row>.col-md-3,
    .registrationForm>.row>.col-md-4,
    .registrationForm>.row>.col-md-6,
    .registrationForm .row>.mb-20 {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .how-it-works .col-md-9 {
        padding-left: 10px;
        padding-right: 30px
    }
    .how-it-works .col-md-3 {
        padding-right: 10px;
        padding-left: 30px
    }
    .advantages.circleBg>.container {
        background: url(../images/page/paygency_circle.png) no-repeat center top+180px
    }
    .advantages.circleBg .row>div:first-child>div,
    .advantages.circleBg .row>div:first-child>strong,
    .advantages.circleBg .row>div:nth-child(3)>div,
    .advantages.circleBg .row>div:nth-child(3)>strong {
        padding-right: 180px
    }
    .advantages.circleBg .row>div:last-child>div,
    .advantages.circleBg .row>div:last-child>strong,
    .advantages.circleBg .row>div:nth-child(2)>div,
    .advantages.circleBg .row>div:nth-child(2)>strong {
        padding-left: 180px
    }
    .advantages:not(.circleBg), .get-paid {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .advantages.circleBg h3 {
        padding-top: 100px
    }
    .advantages.circleBg .row>div>div {
        padding-bottom: 85px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .registrationForm .regDOB select:first-child {
        width: 80px
    }
    .registrationForm .regDOB select:nth-child(2) {
        width: 113px
    }
    .registrationForm .regDOB select:last-child {
        width: 90px
    }
    .advantages:not(.circleBg) .row>.col-md-6:first-child>div,
    .advantages:not(.circleBg) .row>.col-md-6:nth-child(2)>div {
        padding-bottom: 85px
    }
}

@media (min-width:1200px) {
.DMSlist .DMSlist_DocID span {white-space:nowrap;}
}

@media only screen and (max-device-width:800px),
only screen and (device-width:1024px) and (device-height:600px),
only screen and (width:1280px) and (orientation:landscape),
only screen and (device-width:800px),
only screen and (max-width:767px) {
    .flex-video {
        padding-top: 0
    }
}