body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: 22px;
    color: #585858;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    margin: 0;
}


ul.nav-tabs {
    float: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
    color: #ffffff;
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
    color: #1d283a;
}

h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black {
    color: #000000;
}

h1.textblue,
h2.textblue,
h3.textblue,
h4.textblue,
h5.textblue,
h6.textblue {
    color: #5775ac;
}

h1.textblack,
h2.textblack,
h3.textblack,
h4.textblack,
h5.textblack,
h6.textblack {
    color: #000000;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green {
    color: #31ad63;
}

h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow {
    color: #ffcc00;
}

h1.grey,
h2.grey,
h3.grey,
h4.grey,
h5.grey,
h6.grey,
p.grey {
    color: #585858;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
    text-align: center;
    width: 100%;
}

h1 {
    font-size: 34px;
    line-height: 40px;
}

h1.supersize {
    font-size: 50px;
    line-height: 56px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 452px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h1.supersize {
        font-size: 32px;
        line-height: 36px;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
    }
    h3 {
        font-size: 22px;
        line-height: 26px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    h5 {
        font-size: 16px;
        line-height: 22px;
    }
}

a {
    color: #585858;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: #ffcc00;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a.yellow {
    color: #ffcc00;
}

a.yellow:hover {
    text-decoration: underline;
}

p {
    padding: 5px 0 0 0;
}

p.white {
    color: #ffffff;
}

p.green {
    color: #31ad63;
}

p.yellow {
    color: #ffcc00;
}

p.medium {
    font-weight: 500;
}

p.large {
    font-size: 18px;
    line-height: 24px;
}

p.center {
    text-align: center;
}

p.halfwidth {
    width: 70%;
}

@media (max-width: 452px) {
    p.halfwidth {
        width: 90%;
    }
}

ul {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    list-style-type: none;
}

input,
select {
    font-size: 15px;
    position: relative;
    color: #000000;
    border-radius: 0;
}

label,
input[type="checkbox"],
input[type="radio"],
select {
    cursor: pointer;
    vertical-align: middle;
}

select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 40px;
    outline: 0;
    width: 400px;
    padding: 10px;
    padding-right: 30px;
    padding-left: 15px;
}

@media (max-width: 452px) {
    select {
        width: 100%;
    }
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    background-color: white;
    color: #000;
}

input[type='submit'],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    height: 40px;
    padding: 8px;
    max-width: 400px;
    width: 100%;
    outline: 0;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 15px;
    line-height: 18px;
    box-shadow: none;
    color: #000000;
}

input[type="text"].error:focus,
input[type="password"].error:focus,
input[type="email"].error:focus,
input[type="tel"].error:focus,
textarea.error:focus {
    border-color: red;
}

::selection {
    color: #000;
    background-color: #FFE42A;
}

::-moz-selection {
    color: #000;
    background: #FFE42A;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1050px;
}

.clear {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.col_left,
.col_right,
.col_side_right,
.col_main_right,
.col_side_left,
.col_main_left,
.col_3_1,
.col_3_2,
.col_3_3,
.col_4_1,
.col_4_2,
.col_4_3,
.col_4_4 {
    float: left;
}

.col_side_right,
.col_main_right {
    float: right;
}

.col_side_left,
.col_main_left {
    float: left;
}

.col_left,
.col_right {
    width: 50%;
}

.col_left {
    padding-right: 20px;
}

.col_right {
    padding-left: 20px;
}

.col_main_right,
.col_main_left {
    width: 70%;
}

.col_main_right {
    padding-left: 40px;
}

.col_main_left {
    padding-right: 40px;
}

.col_side_left,
.col_side_right {
    width: 30%;
}

.col_3_1,
.col_3_2,
.col_3_3 {
    width: 33.33%;
}

.col_4_1,
.col_4_2,
.col_4_3,
.col_4_4 {
    width: 25%;
}

.col_3_1,
.col_4_1 {
    padding-right: 20px;
}

.col_3_2,
.col_4_2,
.col_4_3 {
    padding: 0 20px;
}

.col_3_3,
.col_4_4 {
    padding-left: 20px;
}

@media (max-width: 1130px) {
    .center {
        width: 90%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (max-width: 942px) {
    .col_left,
    .col_right,
    .col_side_right,
    .col_main_right,
    .col_side_left,
    .col_main_left {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 452px) {
    .col_3_1,
    .col_3_2,
    .col_3_3,
    .col_4_1,
    .col_4_2,
    .col_4_3,
    .col_4_4 {
        width: 100%;
        padding: 0;
    }
    .center {
        width: 90%;
    }
}

#container {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1050px;
}

header,
#main,
nav,
footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

header {
    position: absolute;
    height: 100px;
    background-color: #ffffff;
    z-index: 9;
}

header #download-button-mobile {
    display: none;
}

header #header-container {
    position: relative;
    display: block;
    float: right;
    width: 87%;
    clear: none;
    z-index: 5;
}

header #header-container.active {
    display: block;
}

@media (max-width: 915px) {
    header #header-container {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #ffffff;
        height: 100%;
        display: none;
    }
    header #header-container ul {
        display: table;
    }
}

header.home {
    background-color: transparent;
}

header.detached {
    position: fixed;
    background-color: #ffffff;
    height: 60px;
}

header.detached #header-container:not(.active) #user-section {
    margin-top: 8px;
}

header.detached #header-container:not(.active) #user-section #user-container #account-info {
    margin-top: 0;
}

@media (min-width: 915px) {
    header.detached nav li,
    header.detached nav a {
        padding: 10px 8px;
        color: #000000;
    }
    header.home.detached nav li,
    header.home.detached nav a {
        color: #000000;
    }
    header.detached nav a:hover {
        color: #ffcc00;
    }
    header.detached #logo {
        width: 60px;
        margin-top: 15px;
    }
    header.detached #not-logged-in {
        margin-top: 15px;
    }
    header.detached #not-logged-in #download-button {
        display: inline-block;
        float: right;
        margin-left: 10px;
    }
    header.detached #not-logged-in #lang-dropdown {
        display: none;
    }
}

@media (max-width: 915px) {
    header.detached #download-button-mobile {
        display: inline-block;
        float: right;
        clear: none;
        margin-right: 60px;
        margin-top: 15px;
    }
}

@media (max-width: 915px) {
    header {
        height: 60px;
    }
    header #menu {
        margin: 8px 0;
    }
    header #logo {
        width: 60px;
        margin-top: 15px;
    }
}

#logo {
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 20px;
    width: 100px;
}

@media (max-width: 915px) {
    #logo {
        width: 80px;
        margin-top: 25px;
    }
}

#logo.mobile {
    width: 60px;
    float: none;
    margin: 0 auto;
    position: relative;
    display: none;
    margin-top: 30px;
}

@media (max-width: 915px) {
    #logo.mobile {
        display: block;
    }
}

nav {
    position: relative;
    display: block;
    width: auto;
    clear: none;
    float: left;
    margin: 0 0 0 30px;
    z-index: 9;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #ffffff;
    font-size: 14px;
}

nav li,
nav a {
    display: block;
    float: left;
    margin: 0;
    list-style-type: none;
    padding: 20px 5px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
header.home nav li,
header.home nav a {
    color: #ffffff;
}

nav li.current-menu-item a,
nav a.current-menu-item a,
nav li.current-page-ancestor a,
nav a.current-page-ancestor a {
    color: #ffcc00;
}

@media (max-width: 915px) {
    nav {
        width: 100%;
        margin: 0;
    }
    nav ul {
        float: left;
        width: 100%;
        background: #ffffff;
        padding: 10px;
        display: none;
    }
    nav ul li {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    nav ul li a {
        color: #000000;
        float: none;
        padding: 5px;
        font-size: 15px;
        line-height: 22px;
    }
    nav ul li a:hover {
        color: #ffcc00;
    }
}

#not-logged-in {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    float: right;
    width: auto;
    clear: none;
    margin-top: 35px;
    cursor: pointer;
    z-index: 9;
}

#not-logged-in #download-button {
    display: none;
}

@media (max-width: 915px) {
    #not-logged-in {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
    }
    #not-logged-in .button {
        padding: 10px 25px;
        margin: 0px 10px;
    }
    #not-logged-in #download-button {
        display: inline-block;
    }
}

#not-logged-in #lang-dropdown {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
    width: auto;
    cursor: pointer;
    z-index: 6;
    margin-left: 20px;
    clear: none;
    display: inline-block;
}

#not-logged-in #lang-dropdown li {
    display: none;
    width: 65px;
    padding: 5px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    color: black;
}

#not-logged-in #lang-dropdown li a {
    width: 100%;
    height: 100%;
    display: block;
    /*font-family: 'Avenir Next LT W01 Demi';*/
    font-weight: 600;
    color: black;
}

#not-logged-in #lang-dropdown li a:hover {
    color: black;
}

#not-logged-in #lang-dropdown li img {
    width: 15px;
    margin-right: 8px;
}

#not-logged-in #lang-dropdown li.showing {
    display: block;
    border: 1px solid transparent;
}

#not-logged-in #lang-dropdown li.showing:after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url("../img/arrow.svg");
    height: 35px;
    top: 0;
    right: -10px;
    width: 15px;
}

#not-logged-in #lang-dropdown.open {
    z-index: 9;
}

#not-logged-in #lang-dropdown.open li {
    display: block;
}

@media (max-width: 915px) {
    #not-logged-in #lang-dropdown {
        display: block;
        float: none;
        width: 75px;
        right: 9;
        margin: 0 auto;
        margin-top: 15px;
        color: black;
    }
    #not-logged-in #lang-dropdown li, #not-logged-in #lang-dropdown li a {
        color: black;
    }
}

#user-section {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    float: right;
    width: auto;
    clear: none;
    margin-top: 25px;
    cursor: pointer;
    display: none;
}

#user-section #profile-pic {
    position: relative;
    width: auto;
    float: right;
    background-position: center;
    background-size: 75px auto;
    background-repeat: no-repeat;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

#user-section .account-container {
    float: right;
    margin-left: 20px;
    overflow: hidden;
}

#user-section .account-container #user-dropdown-arrow {
    position: absolute;
    top: 5px;
    right: 0;
}

#user-section #user-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    /*font-family: 'Avenir Next LT W01 Demi';*/
    font-weight: 600;
}

@media (max-width: 915px) {
    #user-section #user-container {
        width: 225px;
        clear: both;
        margin: 0 auto;
        float: none;
    }
}

#user-section #user-container #user-name {
    display: inline-block;
    font-size: 14px;
    float: left;
    color: #ffcc00;
}

#user-section #user-container #account-info {
    float: right;
    padding: 0;
    margin: 8px 0;
    width: auto;
    min-width: 100px;
    font-size: 13px;
    line-height: 16px;
}

#user-section #user-container #account-info li {
    position: relative;
    display: inline-block;
    float: left;
    display: none;
    color: #ffffff;
    height: 25px;
}

#user-section #user-container #account-info li.showing {
    display: block;
}

#user-section #user-container #account-info li#account-credit {
    background-color: #ffcc00;
    padding: 5px 10px;
    color: #000000;
    border-radius: 5px;
}

#user-section #user-container #account-info li.account-bundle .country-bundle {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

#user-section #user-dropdown {
    background-color: #000000;
    z-index: 5;
    padding: 20px;
    top: -5px;
    margin: 0;
    display: none;
    border-radius: 3px;
}

#user-section #user-dropdown li {
    padding: 5px 0;
}
#user-section #user-dropdown li a {
    color:#fff;
}

@media (max-width: 915px) {
    #user-section {
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    #user-section #user-dropdown {
        width: 100%;
        background-color: #26334b;
        margin-top: 10px;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    #user-section #user-dropdown li {
        text-align: center;
        padding: 6px 0;
    }
}

@media (max-width: 452px) {
    #user-section #user-dropdown {
        display: block;
    }
}

#menu {
    display: none;
    margin: 25px 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 35px 22px 10px;
    cursor: pointer;
    z-index: 6;
}

#menu span,
#menu span:before,
#menu span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #ffcc00;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#menu span:before {
    top: -8px;
}

#menu span:after {
    bottom: -8px;
}

@media (max-width: 915px) {
    #menu {
        display: block;
    }
}

#menu.open {
    position: fixed;
    top: 0;
    right: 5%;
}

#menu.open span {
    background-color: transparent;
}

#menu.open span:before,
#menu.open span:after {
    top: 0;
}

#menu.open span:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
}

#menu.open span:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
}

#main {
    margin-top: 100px;
    background-color: #ffffff;
}

@media (max-width: 915px) {
    #main {
        margin-top: 60px;
    }
}

footer {
    padding: 50px;
    background-color: #ffffff;
    color: #585858;
    font-size: 13px;
    height: auto;
}

footer .small-text {
    width: 30%;
}

footer #back-to-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    bottom: 0px;
    right: 0;
    position: absolute;
}

footer #footer-logo {
    width: 80px;
}

footer #small-print {
    padding-left: 40px;
    width: 350px;
    font-size: 12px;
    line-height: 18px;
    clear: both;
    position: relative;
}

footer .small-header {
    color: #000000;
    padding-left: 40px;
}

footer ul {
    /*font-family: 'Avenir Next LT W01 Demi';*/
    font-weight: 600;
}

footer ul li {
    padding: 2px 0;
    text-align: left;
}

footer ul li a {
    color: #585858;
}

@media (max-width: 942px) {
    footer .col_4_1,
    footer .col_4_2,
    footer .col_4_3,
    footer .col_4_4 {
        width: 49%;
        padding: 10px;
    }
    footer .button.large {
        font-size: 12px;
        padding: 10px;
    }
}

@media (max-width: 452px) {
    footer {
        padding: 10px 0px;
    }
    footer .col_4_1,
    footer .col_4_2,
    footer .col_4_3,
    footer .col_4_4 {
        width: 100%;
    }
    footer .col_4_1 ul li {
        display: inline;
        width: 50%;
        float: left;
    }
    footer .col_4_1 ul li:last-child {
        text-align: right;
    }
    footer .toggle-footer {
        position: relative;
        cursor: pointer;
        padding: 0;
        margin: 5px 10px;
    }
    footer .toggle-footer .small-header {
        padding: 0;
        display: block;
        width: 100%;
    }
    footer .toggle-footer .small-header:after {
        content: "+";
        font-size: 22px;
        color: #ffffff;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -4px;
        margin-left: 10px;
    }
    footer .toggle-footer .small-header.active:after {
        content: "-";
    }
    footer .toggle-footer ul {
        display: none;
        margin: 5px 0;
    }
    footer #back-to-top {
        display: none;
    }
    footer .small-header {
        padding: 0;
    }
    footer #small-print {
        padding-left: 10px;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    footer ul {
        padding: 0;
    }
}

.button {
    position: relative;
    width: auto;
    background-color: #1d283a;
    /*font-family: 'Avenir Next LT W01 Demi';*/
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    clear: both;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    transition: 0.3s color;
}

.button span {
    display: block;
}

.button.center {
    margin: 0 auto;
    display: inline-block;
    clear: both;
    margin-top: 20px;
}

.button.grey {
    background-color: #585858;
    border: 1px solid #585858;
    color: #ffffff;
}

.button.black {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.button.black:hover {
    border: 1px solid #ffcc00;
    color: #ffcc00;
}

.button.fb {
    background-color: #35538C;
    border: 1px solid #35538C;
    color: #ffffff;
}

.button.blue {
    background-color: #5775ac;
    border: 1px solid #5775ac;
    color: #ffffff;
}

.button.green {
    background-color: #31ad63;
    border: 1px solid #31ad63;
    color: #ffffff;
}

.button.yellow {
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    color: #000000;
}

.button.white {
    background-color: transparent;
    border: 1px solid #91969d;
    color: #91969d;
}

.button.borderGreen {
    border: 1px solid #31ad63;
    color: #31ad63;
}

.button.borderGreen:hover {
    border: 1px solid #91969d;
}

.button.borderYellow {
    border: 1px solid #ffcc00;
    color: #ffcc00;
}

.button.borderYellow:hover {
    border: 1px solid #000000;
}

.button.noBorder {
    border: 0;
}

.button.small {
    padding: 3px 5px;
}

.button.large {
    padding: 10px 25px;
}

.button.full-width {
    width: 100%;
}

.button.fade {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.button:not(.nohover):hover {
    background-color: transparent;
    color: #ffcc00;
    border-color: #ffcc00;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    transition: 0.3s color;
}

.button:not(.nohover):hover.green {
    background-color: #2C9C59;
    border: 1px solid #2C9C59;
    color: #ffffff;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    transition: 0.3s color;
}

.button:not(.nohover):hover.yellow {
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
    color: #ffffff;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    transition: 0.3s background-color;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    transition: 0.3s color;
}

.vk_success {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 20px;
    border: 1px solid #31ad63;
    text-align: center;
}

.vk_success span {
    text-align: center;
    color: #31ad63;
}

.vk_errors {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 20px;
    border: 1px solid #31ad63;
}

.vk_errors .error {
    margin: 2px 0;
    position: relative;
    clear: both;
    float: left;
}

.editable-section-2 {
    text-align: left;
}

.editable-section-2 p {
    font-size: 18px;
    line-height: 24px;
}

.editable-section-2 h1,
.editable-section-2 h2,
.editable-section-2 h3,
.editable-section-2 h4 {
    text-align: left;
}

.editable-section-1 {
    text-align: center;
}

.editable-section-1 p {
    font-size: 18px;
    line-height: 24px;
    float: none;
    margin: 0 auto;
    width: 70%;
}

@media (max-width: 452px) {
    .editable-section-1 p {
        width: 90%;
    }
}

.editable-section-1 h1,
.editable-section-1 h2,
.editable-section-1 h3,
.editable-section-1 h4 {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.overlay-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 0;
}

#introductory-top {
    width: 100%;
    padding-top: 190px;
    margin-top: -100px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 770px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#introductory-top #intro-text p,
#introductory-top #intro-text h1,
#introductory-top #intro-text h2,
#introductory-top #intro-text h3,
#introductory-top #intro-text h4,
#introductory-top #intro-text h5 {
    font-size: 18px;
    line-height: 24px;
    color: #f0f0f0;
    float: left;
}

#introductory-top #intro-title {
    font-size: 62px;
    line-height: 62px;
    color: #ffffff;
}

#introductory-top #play-video-header {
    position: relative;
    display: block;
    float: left;
    margin-top: 40px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

#introductory-top #play-video-header span {
    color: #ffffff;
}

#introductory-top #play-video-header:hover svg path {
    fill: #ffcc00;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#introductory-top #introductory-middle {
    z-index: 1;
}
#introductory-top #introductory-middle:after {
    display: block;
    clear: both;
    content:" ";
}

#introductory-top #introductory-inner {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    width: 50%;
    clear: none;
    margin-bottom: 50px;
}

#introductory-top .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d283a;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 1;
}

#introductory-top #thevideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

@media (max-width: 942px) {
    #introductory-top {
        height: auto;
        background-image: url("../img/video.jpg");
    }
    #introductory-top #introductory-inner {
        width: 90%;
    }
    #introductory-top #thevideo {
        display: none;
    }
}

@media (max-width: 452px) {
    #introductory-top {
        padding-top: 140px;
    }
    #introductory-top #intro-title {
        font-size: 32px;
        line-height: 36px;
    }
    #introductory-top #google-play,
    #introductory-top #app-store {
        display: block;
        height: 100%;
        width: 100%;
    }
    #introductory-top #google-play img,
    #introductory-top #app-store img {
        margin: 15px 0;
    }
    #introductory-top #play-video-header {
        width: 65%;
        text-align: center;
        margin-top: 20px;
    }
    #introductory-top #play-video-header svg {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

#role-based-mobile-com {
    background-color: #ffcc00;
}
#role-based-mobile-com .center .main-content-block.first {
    float: none;
}

#app-store img,
#google-play img {
    height: 70px;
    width: auto;
}

@media (max-width: 452px) {
    #app-store img,
    #google-play img {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }
}

.hide {
    display: none;
}

.icon-right {
    vertical-align: middle;
    margin-left: 10px;
}

.icon-left {
    vertical-align: middle;
    margin-right: 10px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-topbottom-20 {
    margin: 20px 0;
}

.margin-topbottom-30 {
    margin: 30px 0;
}

@media (max-width: 452px) {
    .margin-bottom-50 {
        margin-bottom: 40px;
    }
    .margin-bottom-30 {
        margin-bottom: 20px;
    }
    .margin-bottom-20 {
        margin-bottom: 15px;
    }
    .margin-top-30 {
        margin-top: 20px;
    }
    .margin-top-20 {
        margin-top: 15px;
    }
    .margin-topbottom-20 {
        margin: 15px 0;
    }
    .margin-topbottom-30 {
        margin: 20px 0;
    }
}

.border-top-1 {
    border-top: 1px solid #e6e6e6;
}

.border-bottom-1 {
    border-bottom: 1px solid #e6e6e6;
}

.padding-box-10 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.padding-box-20 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 20px 0;
}

.outer {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    position: relative;
}

@media (max-width: 942px) {
    .inner {
        width: 70%;
    }
}

@media (max-width: 452px) {
    .inner {
        width: 90%;
    }
}

.inner.align-left {
    text-align: left;
}

.modalo {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.modalo .inner {
    background: #ffffff;
    padding: 30px;
    max-width: 650px;
}

.modalo input,
.modalo .button {
    margin-left: auto;
    margin-right: auto;
}

.modalo .main-content {
    display: block;
}

.modalo .message-content {
    display: block;
    position: relative;
    clear: both;
    font-size: 18px;
    line-height: 24px;
}

.modalo .close-modalo {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ffcc00;
    border-radius: 20px;
    background-image: url("../img/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.main-content-block {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 50px 0;
}

.main-content-block.first {
    padding-top: 50px;
}

.main-content-block.multiple {
    padding: 20px 0;
}

.main-content-block.last {
    padding-bottom: 100px;
}

@media (max-width: 942px) {
    .main-content-block {
        padding: 30px 0;
    }
    .main-content-block.first {
        padding-top: 30px;
    }
    .main-content-block.last {
        padding-bottom: 70px;
    }
}

.full-header {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    padding: 40px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 452px) {
    .full-header {
        padding: 20px 0;
    }
}

#we-can-help-you {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 60px 0;
}

#tabs {
    position: relative;
    padding: 0;
    margin: 0;
    top: 40px;
    border-bottom: 1px solid #000000;
}

#tabs li {
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    border: 1px solid #000000;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
    font-size: 14px;
}

#tabs li.active,
#tabs li:hover {
    background-color: #000000;
    color: #ffffff;
}

@media (max-width: 942px) {
    #tabs {
        top: 20px;
        margin-bottom: 10px;
    }
    #tabs li {
        width: 100%;
        display: none;
        border-radius: 0;
    }
    #tabs li.active {
        display: block;
    }
    #tabs li.active:after {
        content: "";
        position: absolute;
        background-image: url("../img/arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px;
        display: block;
        width: 25px;
        height: 25px;
        top: 10px;
        right: 15px;
    }
    #tabs.showing li {
        display: block;
    }
    #tabs.showing li.active:after {
        display: none;
    }
}

.tabbed-content {
    display: none;
}

.tabbed-content.active {
    display: block;
}

.select-dropdown {
    position: relative;
    display: block;
    width: auto;
    float: left;
    clear: none;
}

.select-dropdown select {
    background: #ffffff;
    border: 1px solid #e6e6e6;
}

.select-dropdown:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0px;
    top: 0;
    background: url("../img/arrow_grey.svg") transparent no-repeat center center;
    background-size: 10px 10px;
    pointer-events: none;
}

@media (max-width: 452px) {
    .select-dropdown {
        width: 100%;
    }
}

.page-step {
    display: none;
}

.page-step.active {
    display: block;
}

.general-form .form-title {
    display: block;
    margin: 10px 0;
}

.general-form label {
    color: #000000;
    vertical-align: middle;
}

form {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

#voucher-amounts {
    padding: 0;
    margin: 40px 0;
}

#voucher-amounts .voucher {
    position: relative;
    border: 1px solid #ffcc00;
    border-radius: 2px;
    float: left;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
    width: 220px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

#voucher-amounts .voucher .overlay {
    width: 220px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #000000;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: white;
}

#voucher-amounts .voucher .price {
    display: inline-block;
    z-index: 4;
    position: relative;
}

#voucher-amounts .voucher:hover .overlay {
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}

#voucher-amounts .voucher:hover .price {
    color: #ffffff;
}

@media (max-width: 942px) {
    #voucher-amounts .voucher {
        width: 45%;
        margin: 10px 10px;
    }
    #voucher-amounts .voucher .overlay {
        width: 100%;
    }
}

@media (max-width: 452px) {
    #voucher-amounts .voucher {
        width: 100%;
        margin: 10px 0;
    }
    #voucher-amounts .voucher .overlay {
        width: 100%;
    }
}

#add-credit {
    display: none;
}

#bundle-types-container {
    text-align: center;
}

#bundle-types-container .bundle-type {
    display: inline-block;
    position: relative;
    margin-right: 40px;
    width: 100px;
    text-align: center;
}

#bundle-types-container .bundle-type .bundle-title {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    display: inline-block;
    margin-top: 10px;
}

#bundle-types-container .bundle-type img {
    width: 68px;
    height: 68px;
}

.back-to {
    font-size: 18px;
}

.bundle-country {
    position: relative;
    height: 225px;
    border: 1px solid #91969d;
    margin: 1%;
    padding: 0;
    width: 22%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    float: none;
    display: inline-block;
}

.bundle-country .inner {
    width: 100%;
}

@media (max-width: 942px) {
    .bundle-country {
        width: 47%;
    }
}

@media (max-width: 452px) {
    .bundle-country {
        width: 100%;
        margin: 10px 0;
    }
}

.bundle-country .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    z-index: 4;
    text-transform: uppercase;
}

.bundle-country .overlay ul {
    padding: 10px;
}

.bundle-country .overlay ul li {
    border: 1px solid #000000;
    border-radius: 2px;
    color: #000000;
    background-color: white;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin: 15px 0;
}

.bundle-country .overlay ul li:hover {
    background-color: #ffcc00;
    color: #000000;
}

.bundle-country.active {
    border: 1px solid #000000;
}

.bundle-country.active img,
.bundle-country.active .country-title {
    display: none;
}

.bundle-option {
    color: #ffcc00;
    display: block;
    text-align: center;
}

.country-title {
    display: block;
    color: #000000;
    margin-top: 10px;
}

.table-info-header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.table-info-footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.table-info-footer .page-info {
    position: relative;
    float: left;
}

.table-info-footer .pagination {
    float: right;
}

.table-info-footer .pagination .previous-page,
.table-info-footer .pagination .next-page {
    cursor: pointer;
}

.table-info-footer .pagination .previous-page:hover,
.table-info-footer .pagination .next-page:hover {
    color: #ffcc00;
}

.table-info-footer .cur-page {
    color: #000000;
}

.total {
    position: relative;
    float: left;
}

.total span {
    color: #000000;
}

.call-type-container {
    float: right;
    position: relative;
    width: auto;
    font-size: 16px;
}

.call-type-container label,
.call-type-container input {
    vertical-align: middle;
    cursor: pointer;
}

.call-type-container .incoming {
    margin-left: 20px;
}

.prev-month-container,
.next-month-container {
    position: relative;
    cursor: pointer;
    width: 16%;
    color: #ffcc00;
    font-size: 18px;
}

.prev-month-container img,
.next-month-container img {
    width: 10px;
}

.next-month-container {
    float: right;
    text-align: right;
}

.current-month-container {
    position: relative;
    width: 68%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.prev-month-container {
    float: left;
    text-align: left;
}

@media (max-width: 942px) {
    .prev-month-container .prev-month,
    .next-month-container .prev-month,
    .prev-month-container .next-month,
    .next-month-container .next-month {
        display: none;
    }
}

.myaccount-table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

.myaccount-table tr {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 1% 0;
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}

.myaccount-table tr td:first-child,
.myaccount-table tr th:first-child {
    text-align: left;
}

.myaccount-table tr td:last-child,
.myaccount-table tr th:last-child {
    text-align: right;
}

.myaccount-table thead tr {
    border-top: 1px solid #e6e6e6;
}

.myaccount-table th,
.myaccount-table td {
    position: relative;
    float: left;
}

.myaccount-table th {
    color: #91969d;
    font-weight: 100;
}

.myaccount-table td {
    color: #000000;
}

.myaccount-table#call-history th,
.myaccount-table#call-history td {
    width: 16%;
}

.myaccount-table#call-history th:first-child,
.myaccount-table#call-history td:first-child {
    width: 10%;
}

.myaccount-table#call-history th:last-child,
.myaccount-table#call-history td:last-child {
    width: 10%;
}

.myaccount-table#call-history td:only-child {
    width: auto;
}

.myaccount-table#sms-history th,
.myaccount-table#sms-history td {
    width: 20%;
}

.myaccount-table#sms-history th:first-child,
.myaccount-table#sms-history td:first-child {
    width: 10%;
}

.myaccount-table#sms-history th:last-child,
.myaccount-table#sms-history td:last-child {
    width: 10%;
}

.myaccount-table#sms-history td:only-child {
    width: auto;
}

.myaccount-table#payment-history th,
.myaccount-table#payment-history td {
    width: 18.2%;
}

.myaccount-table#payment-history th:first-child,
.myaccount-table#payment-history td:first-child {
    width: 10%;
}

.myaccount-table#payment-history th:nth-child(2),
.myaccount-table#payment-history td:nth-child(2) {
    width: 10%;
}

.myaccount-table#payment-history th:nth-child(4),
.myaccount-table#payment-history td:nth-child(4) {
    width: 33%;
}

.myaccount-table#payment-history th:last-child,
.myaccount-table#payment-history td:last-child {
    width: 10%;
}

.myaccount-table#payment-history td:only-child {
    width: auto;
}

.myaccount-table#pro-accounts th,
.myaccount-table#pro-accounts td {
    width: 20%;
}

.myaccount-table#pro-accounts th:first-child,
.myaccount-table#pro-accounts td:first-child {
    width: 50%;
}

.myaccount-table#pro-accounts th:last-child,
.myaccount-table#pro-accounts td:last-child {
    width: 10%;
}

.myaccount-table#pro-accounts td:only-child {
    width: auto;
}

@media screen and (max-width: 660px) {
    .myaccount-table {
        font-size: 14px;
    }
    .myaccount-table tr {
        padding: 15px 0;
    }
    .myaccount-table tr:last-child {
        border: none;
    }
    .myaccount-table tr td {
        width: 100% !important;
        text-align: left;
        padding-left: 150px;
    }
    .myaccount-table tr td:first-child {
        width: 100% !important;
        text-align: left;
    }
    .myaccount-table tr td:last-child {
        width: 100% !important;
        text-align: left;
    }
    .myaccount-table tr td:before {
        position: absolute;
        content: attr(data-title) ":";
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        color: #91969d;
    }
    .myaccount-table thead {
        display: none;
    }
}

#authorising-content p {
    font-size: 18px;
    line-height: 24px;
}

#authorising-content p a {
    color: #ffcc00;
}

#account-info-container {
    float: left;
    font-size: 18px;
    line-height: 24px;
}

#account-info-container span {
    display: block;
}

.active-bundle .bundle-title {
    color: #000000;
}

.active-bundle .minutes-left,
.active-bundle .expires {
    display: block;
}

#button-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

#button-container .button:first-child {
    margin-right: 5px;
}

@media (max-width: 452px) {
    #button-container {
        position: relative;
        float: left;
        margin-top: 20px;
    }
}

#credit-card-payment #cvc {
    width: 60px;
}

#credit-card-payment .card-expiry select {
    width: 100px;
}

@media (max-width: 452px) {
    #credit-card-payment .card-expiry {
        width: 50%;
    }
    #credit-card-payment .card-expiry select {
        width: 100%;
    }
}

#your-order {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    background-color: #e2e8f1;
}

#your-order ul {
    margin: 0;
    padding: 10px 20px;
}

#your-order ul li {
    padding: 12px 0;
    border-bottom: 1px solid #c6d2e4;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

#your-order ul li:first-child {
    border-bottom: 1px solid #5775ac;
}

#your-order ul li#total {
    border: 0;
}

#your-order ul li#promotional-code {
    border: 0;
}

#your-order ul li#promotional-code .header-left {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#your-order ul li#promotional-code input {
    width: 70%;
    float: left;
}

#your-order ul li#promotional-code .button {
    width: 30%;
    padding: 10px;
    border-radius: 0;
}

#your-order #order-header {
    padding: 15px 20px;
    display: block;
    width: 100%;
    background-color: #5775ac;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

#your-order .header-left,
#your-order .header-right {
    color: #5775ac;
    font-size: 14px;
    line-height: 16px;
}

#your-order .header-left,
#your-order .title {
    float: left;
    text-align: left;
}

#your-order .header-right,
#your-order .amount {
    float: right;
    text-align: right;
}

#your-order .title,
#your-order .amount {
    font-size: 15px;
    color: #000000;
}

.pin-code {
    text-align: center;
}

.pin-code #pin-error {
    text-align: center;
}

.login,
.insert-pin-code {
    text-align: center;
}

.login .main-content-block.first,
.insert-pin-code .main-content-block.first {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
/*
.login .main-content-block.first:after,
.insert-pin-code .main-content-block.first:after {
    content: "OR";
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    padding: 2px;
    width: 25px;
    margin: 0 auto;
    bottom: -14px;
    font-size: 13px;
}
*/
#log-in {
    position: relative;
    width: 300px;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: inline-block;
}

#log-in #login-num-container {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

#log-in #country-code {
    width: 100%;
    max-width: 115px;
    float: left;
    clear: none;
    font-size: 14px;
}

#log-in #mob-number {
    width: 58%;
    float: right;
    clear: none;
    font-size: 14px;
}

#log-in .intl-tel-input {
    width: 38%;
    margin-right: 10px;
}

#log-in #password {
    display: inline-block;
    margin-top: 5px;
}

@media (max-width: 452px) {
    #log-in {
        width: 100%;
    }
}

.intl-tel-input .country-list {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: auto;
    text-align: left;
    background-color: #e6e6e6;
    border: 0;
    box-shadow: none;
    margin-top: 12px;
    margin-left: -5px;
    z-index: 999;
}

.intl-tel-input .country-list li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-color: #e6e6e6;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.intl-tel-input .country-list li .country-name {
    margin-left: 20px;
}

.intl-tel-input .country-list .divider {
    margin: 0;
    padding: 0;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        width: 290px;
        white-space: pre;
    }
    .intl-tel-input .country-list li .country-name {
        margin-left: 10px;
    }
}

#pin-error,
#login-error {
    color: red;
    display: none;
    text-align: left;
    margin-top: 10px;
}

.small-text {
    font-size: 12px;
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 452px) {
    .small-text {
        width: 100%;
    }
}

#insert-pin {
    position: relative;
    width: 300px;
    margin: 0 auto;
    float: none;
    text-align: center;
}

@media (max-width: 452px) {
    #insert-pin {
        width: 100%;
    }
}

.forgot-password-code,
.forgot-submit-code,
.set-new-password {
    text-align: center;
}

.forgot-password-code #forgot-error,
.forgot-submit-code #forgot-error,
.set-new-password #forgot-error {
    text-align: center;
}

.forgot-password-code #forgot-num-container,
.forgot-submit-code #forgot-num-container,
.set-new-password #forgot-num-container {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: inline-block;
}

.forgot-password-code #country-code,
.forgot-submit-code #country-code,
.set-new-password #country-code {
    width: 100%;
    max-width: 115px;
    float: left;
    clear: none;
    font-size: 14px;
}

.forgot-password-code #mob-number,
.forgot-submit-code #mob-number,
.set-new-password #mob-number {
    width: 58%;
    float: right;
    clear: none;
    font-size: 14px;
}

.forgot-password-code .intl-tel-input,
.forgot-submit-code .intl-tel-input,
.set-new-password .intl-tel-input {
    width: 38% !important;
    margin-right: 10px;
}

#forgot-password-form,
#forgot-submit-code,
#set-new-password-form {
    position: relative;
    width: 300px;
    margin: 0 auto;
    float: none;
    text-align: center;
    display: inline-block;
}

#forgot-password-form input,
#forgot-submit-code input,
#set-new-password-form input {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 452px) {
    #forgot-password-form,
    #forgot-submit-code,
    #set-new-password-form {
        width: 100%;
    }
}

#forgot-error {
    color: red;
    display: none;
    text-align: left;
    margin-top: 10px;
}

.forgot-submit-code .main-content-block.first {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.forgot-submit-code .main-content-block.first:after {
    content: "OR";
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    padding: 2px;
    width: 25px;
    margin: 0 auto;
    bottom: -14px;
    font-size: 13px;
}

#set-success {
    display: none;
}

#set-success #success-text {
    color: #31ad63;
}

#set-success #success-text a {
    color: #000000;
}

.payment-receipt .title,
.payment-receipt .data {
    color: #91969d;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 35%;
}

.payment-receipt .data {
    color: #000000;
}

.payment-receipt .header {
    color: #ffcc00;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
}

.payment-receipt #vyke-info {
    float: right;
}

.payment-receipt #vyke-info p {
    font-size: 13px;
    line-height: 16px;
    padding: 2px 0;
    margin: 0;
}

.payment-receipt .invoice-info .title,
.payment-receipt .invoice-info .data {
    font-size: 15px;
    line-height: 20px;
}

.payment-receipt .invoice-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    width: 500px;
    margin: 2px 0;
}

#print-button {
    float: right;
    font-size: 20px;
    line-height: 26px;
}

@media print {
    footer {
        display: none;
    }
    header {
        display: none;
    }
    #we-can-help-you {
        display: none;
    }
    .full-header {
        display: none;
    }
    #invoice-receipt {
        display: block;
    }
}

#introductory-video-modal .inner {
    width: 90%;
    max-width: none;
    height: 600px;
    max-width: 800px;
    background-color: transparent;
}

@media (max-width: 452px) {
    #introductory-video-modal .inner {
        height: 250px;
    }
    #introductory-video-modal .inner #intro-iframe {
        height: auto;
    }
}

#introductory-video-modal .inner #close-video {
    position: absolute;
    right: 25px;
    width: 25px;
    top: -20px;
    cursor: pointer;
}


#introductory-video-modal1 .inner {
    width: 90%;
    max-width: none;
    height: 600px;
    max-width: 800px;
    background-color: transparent;
}

@media (max-width: 452px) {
    #introductory-video-modal1 .inner {
        height: 250px;
    }
    #introductory-video-modal1 .inner #intro-iframe {
        height: auto;
    }
}

#introductory-video-modal1 .inner #close-video {
    position: absolute;
    right: 25px;
    width: 25px;
    top: -20px;
    cursor: pointer;
}


#additional-features {
    background: url("../img/features-homepage.jpg") 50% 0px repeat;
}

@media (max-width: 452px) {
    #additional-features {
        background-position: 30% 0;
    }
}

#additional-features .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 204, 0, 0.7);
    z-index: 3;
}

#additional-features #af-content {
    z-index: 3;
    text-align: center;
    color: #ffffff;
}

#additional-features #af-content .col_3_1,
#additional-features #af-content .col_3_2,
#additional-features #af-content .col_3_3 {
    min-height: 150px;
}

@media (max-width: 942px) {
    #additional-features #af-content .col_3_1,
    #additional-features #af-content .col_3_2,
    #additional-features #af-content .col_3_3 {
        width: 50%;
    }
}

@media (max-width: 452px) {
    #additional-features #af-content .col_3_1,
    #additional-features #af-content .col_3_2,
    #additional-features #af-content .col_3_3 {
        width: 46%;
        min-height: 170px;
        margin: 0px 2%;
    }
    #additional-features #af-content .col_4_3 {
        clear: left;
    }
}

#additional-features #af-content .col_3_1,
#additional-features #af-content .col_3_2,
#additional-features #af-content .col_3_3 {
    margin-bottom: 40px;
}

#additional-features #af-content img {
    height: 80px;
}

#features {
    background-color: #f4f4f5;
    overflow: hidden;
}

@media (max-width: 452px) {
    #features {
        height: auto;
    }
}

#features #features-inner {
    margin-top: 80px;
    margin-bottom: 110px;
}

@media (max-width: 942px) {
    #features #features-inner {
        margin-bottom: 0;
        margin-top: 0;
    }
}

#features #features-inner .button {
    margin-left: 100px;
}

#features .key-feature {
    padding-left: 100px;
    cursor: pointer;
}

#features .key-feature .feature-image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 80px;
    height: 80px;
}

#features .key-feature.active .feature-image path,
#features .key-feature:hover .feature-image path {
    fill: #ffcc00;
}

@media (max-width: 942px) {
    #features .key-feature.active:before,
    #features .key-feature:hover:before,
    #features .key-feature.active:after,
    #features .key-feature:hover:after {
        display: none;
    }
}

#features .key-feature.active h2,
#features .key-feature:hover h2 {
    color: #ffcc00;
}

#features .key-feature:hover:before,
#features .key-feature.active:before {
    position: absolute;
    content: "";
    right: -25%;
    top: 45px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #ffcc00;
    z-index: 2;
}

#features .key-feature:hover:after,
#features .key-feature.active:after {
    position: absolute;
    content: "";
    right: -23%;
    top: 50px;
    width: 23%;
    height: 1px;
    background-color: #ffcc00;
    z-index: 2;
}

#iphone-white {
    position: absolute;
    right: 0;
    display: block;
    top: 100%;
}

#iphone-white,
#iphone-black {
    z-index: 7;
}

@media (max-width: 942px) {
    #iphone-white,
    #iphone-black {
        display: none !important;
    }
}

#iphone-black {
    float: right;
    position: relative;
    margin-top: -800px;
    margin-right: -40px;
}

#comm-illustration {
    position: relative;
    width: 100%;
    max-width: 860px;
    height: 540px;
    clear: both;
    display: block;
    margin: 50px auto 50px auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#comm-illustration .comm-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 22%;
    height: 36%;
    position: absolute;
}

#comm-illustration #organiser {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25%;
    height: 55%;
    position: absolute;
    margin: 0 auto;
    bottom: -90px;
    left: 0;
    right: 0;
}

@media (max-width: 942px) {
    #comm-illustration {
        height: 490px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    #comm-illustration #organiser {
    }
}

@media screen and (max-width: 770px) {
    #comm-illustration {
        height: 440px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    #comm-illustration #organiser {
        bottom: -70px;
    }
}

@media screen and (max-width: 690px) {
    #comm-illustration {
        height: 400px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    #comm-illustration #organiser {
        bottom: -65px;
    }
}

@media screen and (max-width: 615px) {
    #comm-illustration {
        height: 350px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    #comm-illustration #organiser {
        bottom: -55px;
    }
}

@media screen and (max-width: 550px) {
    #comm-illustration {
        height: 330px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    #comm-illustration #organiser {
        bottom: -50px;
    }
}

@media screen and (max-width: 550px) {
    #comm-illustration {
        height: 300px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
}

#comm-illustration .comm-line {
    width: 12%;
    height: 15px;
    position: absolute;
}

#comm-illustration .comm-line#line-1 {
    left: 24%;
    bottom: 18%;
}

#comm-illustration .comm-line#line-2 {
    left: 29%;
    bottom: 41%;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

#comm-illustration .comm-line#line-3 {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 52%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#comm-illustration .comm-line#line-4 {
    right: 29%;
    bottom: 41%;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
}

#comm-illustration .comm-line#line-5 {
    right: 24%;
    bottom: 18%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#comm-illustration .st0 {

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;

}

#comm-illustration .st0.active {
    fill: #ffcc00;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;

}

#comm-illustration #school {
    bottom: 2%;
    left: 0;
}

#comm-illustration #dating {
    bottom: 43%;
    left: 10%;
}

#comm-illustration #business {
    bottom: 64%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#comm-illustration #international {
    bottom: 43%;
    right: 10%;
}

#comm-illustration #newspaper {
    bottom: 2%;
    right: 0;
}

#comm-illustration #mobile-slider {
    display: none;
    margin: 0 auto;
    position: relative;
    width: 30%;
    margin-top: 30px;
}

#comm-illustration #mobile-slider #mobile-dots {
    width: 100%;
    cursor: pointer;
}

@media (max-width: 452px) {
    #comm-illustration {
        height: auto;
        float: left;
    }
    #comm-illustration #organiser {
        margin-bottom: 55px;
        width: 190px;
        position: relative;
        height: 243px;
    }
    #comm-illustration #school,
    #comm-illustration #dating,
    #comm-illustration #business,
    #comm-illustration #international,
    #comm-illustration #newspaper {
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    #comm-illustration .comm-line {
        display: none;
    }
    #comm-illustration .comm-line#line-3 {
        display: block;
        width: 45px;
        top: 10px;
        bottom: initial;
        top: 43%;
    }
    #comm-illustration .comm-block {
        width: 190px;
        height: 190px;
        display: none;
    }
    #comm-illustration .comm-block.active-mob {
        display: block;
    }
    #comm-illustration #mobile-slider {
        display: block;
    }
}

#users .col_3_1,
#users .col_3_2,
#users .col_3_3 {
    margin: 2% 1%;
    width: 30.4%;
    padding: 0;
    min-height: 300px;
}

@media screen and (max-width: 770px) {
    #users .col_3_1,
    #users .col_3_2,
    #users .col_3_3 {
        width: 48%;
        padding: 0;
        margin: 3% 1%;
        min-height: 280px;
    }
}

@media (max-width: 452px) {
    #users .col_3_1,
    #users .col_3_2,
    #users .col_3_3 {
        width: 100%;
        min-height: 0px;
    }
}

.user-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    width: auto;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 230px;
}

.user-container:hover p {
    color: #000000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.user-container:hover .user-circle {
    border-color:#000000;
}
.user-circle {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    float: none;
    background-color: #ffffff;
    border-radius: 50%;
    height: auto;
    overflow: hidden;
    border:1px solid #ffcc00;
}

.user-circle img {
    display: block;
    position: relative;
    width: 100%;
    top: 210px;
}

#intro-video {
    padding-bottom: 0;
    background-color: #ffcc00;
}

#intro-video #ipad-air {
    width: 100%;
    height: auto;
    max-width: 800px;
    position: relative;
    top: -15px;
}

#intro-video #play-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    cursor: pointer;
    padding-right: 100px;
}

#intro-video #play-video svg {
    width: 10%;
    height: 20%;
    max-width: 80px;
    display: block;
    margin: 0 auto;
}

#intro-video #play-video span {
    display: block;
    color: #000000;
    text-align: center;
    margin: 10px auto 0 auto;
    width: 185px;
    font-size: 14px;
    line-height: 18px;
}

#intro-video #play-video:hover svg path {
    fill: #ffcc00;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#testimonials {
    text-align: center;
}

#testimonials .small-text {
    font-size: 14px;
    line-height: 16px;
    color: #b2b6bc;
}

#testimonials-container .testimonial {
    display: none;
}

#testimonials-container .testimonial.active {
    display: block;
}

#testimonial-thumbnails {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    float: none;
    margin-top: 100px;
}

#testimonial-thumbnails .thumbnail {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
}

#testimonial-thumbnails .thumbnail.active {
    width: 15px;
    height: 15px;
    background-color: #ffcc00;
    border-radius: 7.5px;
    top: -2px;
}

#introductory-top.who-for-header {
    background-repeat: no-repeat;
    background-size: cover;
}

#user-image-intro {
    position: absolute;
    right: 10%;
}

@media (max-width: 942px) {
    #user-image-intro {
        display: none;
    }
}

.who-for-user-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    width: 70%;
    float: none;
    margin: 0 auto;
}

.who-for-user-container .user-holder {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    width: 20%;
    float: left;
    clear: none;
    text-align: center;
    min-height: 260px;
}

.who-for-user-container .user-holder a:hover {
    color: black;
}

.who-for-user-container .user-holder p {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.who-for-user-container .user-holder img {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    height: 300px;
}

@media (max-width: 942px) {
    .who-for-user-container .user-holder img {
        height: 180px;
    }
}

@media (max-width: 452px) {
    .who-for-user-container .user-holder {
        width: 50%;
    }
    .who-for-user-container .user-holder:last-child {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 942px) {
    .who-for-user-container {
        width: 90%;
    }
}

.who-for-gutter {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    height: 60px;
    background-color: #f4f4f5;
}

@media (max-width: 942px) {
    .who-for-gutter {
        height: 30px;
    }
}

#who-for-features {
    background-color: #ffffff;
    overflow: hidden;
}

@media (max-width: 452px) {
    #who-for-features {
        height: auto;
    }
}

#who-for-features #features-inner {
    margin-top: 80px;
    margin-bottom: 110px;
}

@media (max-width: 942px) {
    #who-for-features #features-inner {
        margin-bottom: 0;
        margin-top: 0;
    }
}

#who-for-features #features-inner .button {
    margin-left: 100px;
}

#who-for-features .key-feature {
    padding-left: 100px;
    cursor: pointer;
}

#who-for-features .key-feature .feature-image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 80px;
    height: 80px;
}

#who-for-features .key-feature.active .feature-image path,
#who-for-features .key-feature:hover .feature-image path {
    fill: #ffcc00;
}

@media (max-width: 942px) {
    #who-for-features .key-feature.active:before,
    #who-for-features .key-feature:hover:before,
    #who-for-features .key-feature.active:after,
    #who-for-features .key-feature:hover:after {
        display: none;
    }
}

#who-for-features .key-feature.active h2,
#who-for-features .key-feature:hover h2 {
    color: #ffcc00;
}

#who-for-features .key-feature.active:before {
    position: absolute;
    content: "";
    right: -25%;
    top: 45px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #ffcc00;
    z-index: 2;
}

#who-for-features .key-feature.active:after {
    position: absolute;
    content: "";
    right: -23%;
    top: 50px;
    width: 23%;
    height: 1px;
    background-color: #ffcc00;
    z-index: 2;
}

#who-for-features #whofor-iphone-black {
    position: absolute;
    right: -40px;
}

@media (max-width: 942px) {
    #who-for-features #whofor-iphone-black {
        display: none !important;
    }
}

#who-for {
    background-color: #f4f4f4;
}

#faq {
    background: url("../img/faq.jpg") 50% -100px repeat;
}

#faq #faq-content {
    z-index: 1;
    text-align: center;
    color: #ffffff;
}

#faq #faq-content .col_3_1,
#faq #faq-content .col_3_2,
#faq #faq-content .col_3_3 {
    min-height: 150px;
}

@media (max-width: 942px) {
    #faq #faq-content .col_3_1,
    #faq #faq-content .col_3_2,
    #faq #faq-content .col_3_3 {
        width: 50%;
    }
}

@media (max-width: 452px) {
    #faq #faq-content .col_3_1,
    #faq #faq-content .col_3_2,
    #faq #faq-content .col_3_3 {
        width: 100%;
    }
}

#faq #faq-content .col_3_1,
#faq #faq-content .col_3_2,
#faq #faq-content .col_3_3 {
    margin-bottom: 40px;
}
/*
#faq #faq-content img {
    height: 80px;
}
*/
.faq {
    padding: 0 20px;
    width: 220px;
    height: 220px;
    background: white;
    border-radius: 50%;
    margin: 1%;
    display: inline-block;
    float: none;
}

.faq .inner {
    width: 100%;
}

.faq path {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.faq p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.faq:hover path {
    fill: #ffcc00;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.faq:hover p {
    color: #ffcc00;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 452px) {
    .faq {
        width: 120px;
        height: 120px;
        margin: 2% 3%;
    }
    .faq .svg {
        height: 30px;
    }
    .faq p {
        font-size: 13px;
        line-height: 16px;
        width: 100%;
        margin-top: 10px;
    }
}

#topic-faq {
    background: url("../img/faq.jpg") 50% -200px repeat;
    background-color: rgba(255, 204, 0, 0.7);
    height: 350px;
}

@media (max-width: 452px) {
    #topic-faq {
        height: 200px;
        background-position: 65% -280px;
    }
}

#topic-faq .inner {
    width: 100%;
    text-align: center;
}

#faq-tabs {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    background-color: #f4f4f5;
}

#faq-tabs .center {
    width: 90%;
    max-width: 1100px;
}

@media (max-width: 942px) {
    #faq-tabs .center {
        width: 100%;
    }
}

#faq-tabs-ul {
    padding: 0px;
    padding-top: 20px;
    margin: 0;
}

#faq-tabs-ul li {
    float: left;
    display: inline;
    text-align: center;
    width: 12%;
    cursor: pointer;
}

#faq-tabs-ul li .svg {
    height: 50px;
}

@media (max-width: 942px) {
    #faq-tabs-ul li .svg {
        height: 30px;
    }
}

#faq-tabs-ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

#faq-tabs-ul li p {
    padding: 0;
}

@media (max-width: 942px) {
    #faq-tabs-ul li p {
        font-size: 13px;
        line-height: 15px;
    }
}

#faq-tabs-ul li:hover path,
#faq-tabs-ul li.active path {
    fill: #ffcc00;
}

#faq-tabs-ul li:hover p,
#faq-tabs-ul li.active p {
    color: #ffcc00;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 700px) {
    #faq-tabs-ul {
        padding: 10px;
    }
    #faq-tabs-ul:after {
        content: "";
        position: absolute;
        height: 40px;
        width: 40px;
        top: 15px;
        right: 15px;
        background: url("../img/arrow_grey.svg") transparent no-repeat center center;
        background-size: 10px 10px;
        pointer-events: none;
    }
    #faq-tabs-ul li {
        display: none;
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    #faq-tabs-ul li.active {
        display: block;
    }
    #faq-tabs-ul li p {
        display: inline;
        font-size: 16px;
        line-height: 20px;
    }
    #faq-tabs-ul li .svg {
        vertical-align: middle;
    }
}

#topics {
    padding: 25px 0;
    padding-bottom: 100px;
}

#topics-ul {
    padding: 0;
    margin: 0;
}

#topics-ul .topic-title {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    background-image: url("../img/arrow-down.svg");
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px 0;
    padding-right: 50px;
}

#topics-ul .topic-content {
    position: relative;
    float: left;
    clear: both;
    display: none;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 90%;
    color: #585858;
}

#topics-ul .topic-content h1,
#topics-ul .topic-content h2,
#topics-ul .topic-content h3,
#topics-ul .topic-content h4,
#topics-ul .topic-content h5 {
    color: #585858;
    margin: 15px 0;
    margin-top: 0;
}

#topics-ul .topic-content ol,
#topics-ul .topic-content ul {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    list-style-type: disc;
}

#topics-ul .topic-content ul li,
#topics-ul .topic-content ol li {
    margin: 5px 0;
}

#topics-ul .topic-content ol {
    counter-reset: item;
}

#topics-ul .topic-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #ffcc00;
}

#topics-ul .topic-content p {
    padding: 5px 0;
    margin: 5px 0;
    float: left;
}

#topics-ul>li {
    position: relative;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

#topics-ul>li.active .topic-title {
    color: #ffcc00;
    background-image: url("../img/arrow-up.svg");
}

@media (max-width: 452px) {
    #topics-ul>li .topic-title {
        padding: 20px 0;
        padding-right: 20px;
    }
}

.faq-app header,
.faq-app #topic-faq {
    display: none;
}

.faq-app #catapult-cookie-bar {
    display: none;
}

.faq-app #main {
    margin-top: 0;
}

#contact-us-header {
    background: url("../img/contact.jpg") 50% -200px repeat;
    background-color: rgba(255, 204, 0, 0.7);
    height: 350px;
}

@media (max-width: 942px) {
    #contact-us-header {
        height: 200px;
        background-size: cover;
        background-position: 100% !important;
        background-repeat: no-repeat;
    }
}

#contact-us-header .inner {
    width: 100%;
    text-align: left;
}

.contact-main-content {
    position: relative;
    display: block;
    clear: both;
    float: none;
    margin: 0 auto;
    width: 70%;
}

.contact-main-content p {
    font-size: 18px;
    line-height: 22px;
    width: auto;
    text-align: center;
}

#contact-us-form label {
    margin: 10px 0;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    clear: both;
}

#contact-us-form label span {
    color: #ffcc00;
    margin-left: 5px;
}

#contact-us-form #message {
    height: 120px;
}

#contact-us-form .select-dropdown {
    margin-bottom: 10px;
}

#features-header {
    background-position: 50% -200px;
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgba(255, 204, 0, 0.7);
    height: 350px;
}

@media (max-width: 942px) {
    #features-header {
        height: 200px;
        background-size: cover;
        background-position: 100% !important;
        background-repeat: no-repeat;
    }
}

#features-header .inner {
    width: 100%;
    text-align: left;
}

#features-content {
    z-index: 3;
    text-align: center;
}

#features-content .col_4_1,
#features-content .col_4_2,
#features-content .col_4_3,
#features-content .col_4_4 {
    float: none;
    display: inline-block;
    width: 24%;
}

@media (max-width: 942px) {
    #features-content .col_4_1,
    #features-content .col_4_2,
    #features-content .col_4_3,
    #features-content .col_4_4 {
        width: 32%;
    }
}

@media (max-width: 452px) {
    #features-content .col_4_1,
    #features-content .col_4_2,
    #features-content .col_4_3,
    #features-content .col_4_4 {
        width: 45%;
        margin: 0px 2%;
    }
    #features-content .col_4_3 {
        clear: left;
    }
}

#features-content .col_4_1,
#features-content .col_4_2,
#features-content .col_4_3,
#features-content .col_4_4 {
    margin-bottom: 40px;
}

#features-content img {
    height: 80px;
    width: 80px;
}

#download-iphone {
    position: relative;
    float: left;
    width: 45%;
    z-index: 2;
    left: 15%;
    top: 45px;
}

#download-samsung {
    position: relative;
    float: left;
    width: 45%;
    z-index: 1;
}

@media (max-width: 942px) {
    #download-iphone,
    #download-samsung {
        display: none;
    }
    #app-store img,
    #google-play img {
        margin-left: 0;
    }
}

#rates-header {
    background-position: 50% -300px;
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgba(255, 204, 0, 0.7);
    height: 350px;
}

#rates-header h1 {
    width: 400px;
}

@media (max-width: 942px) {
    #rates-header {
        height: 200px;
        background-size: cover;
        background-position: 100% !important;
        background-repeat: no-repeat;
    }
    #rates-header h1 {
        width: 90%;
    }
}

#rates-header .inner {
    width: 100%;
    text-align: left;
}

.rates #charges-container .cost-title {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin: 0 auto;
}

.rates #charges-container .cost-title.landline {
    background-image: url("../img/rates-landline.png");
}

.rates #charges-container .cost-title.sms {
    background-image: url("../img/rates-sms.png");
}

.rates #charges-container .cost-title.mobile {
    background-image: url("../img/rates-mobile.png");
}

@media (max-width: 452px) {
    .rates #charges-container .cost-title {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 452px) {
    .rates #charges-container .col_3_1,
    .rates #charges-container .col_3_2,
    .rates #charges-container .col_3_3 {
        width: 33.33%;
    }
}

.rates #charges-container .cost {
    font-size: 32px;
    line-height: 36px;
    color: #ffcc00;
    display: block;
    text-align: center;
}

.rates #charges-container .cost span {
    font-size: 14px;
    line-height: 18px;
    color: #91969d;
    padding-left: 5px;
}

@media (max-width: 452px) {
    .rates #charges-container .cost {
        font-size: 24px;
        line-height: 30px;
    }
}

.rates #destination-container {
    text-align: center;
}

@media (max-width: 452px) {
    .rates #destination-container {
        text-align: left;
    }
}

.rates .city-bg .center {
    width: 60%;
}

.rates .city-bg .col_left {
    width: 45%;
}

.rates .city-bg .col_right {
    float: right;
    width: 45%;
}

@media (max-width: 942px) {
    .rates .city-bg .center {
        width: 80%;
    }
}

@media (max-width: 452px) {
    .rates .city-bg .col_left,
    .rates .city-bg .col_right {
        width: 100%;
    }
    .rates .city-bg .center {
        width: 90%;
    }
}

.rates #rates-select-container {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 550px;
    height: auto;
}

@media (max-width: 942px) {
    .rates #rates-select-container {
        width: 420px;
    }
}

@media (max-width: 452px) {
    .rates #rates-select-container {
        width: 100%;
        text-align: center;
    }
}

.rates .select-dropdown {
    margin-top: 10px;
}

.rates .select-dropdown #currency {
    height: 55px;
    width: 100px;
    margin-left: 10px;
}

@media (max-width: 452px) {
    .rates .select-dropdown #currency {
        margin: 0;
        width: 270px;
    }
}

.rates .select-dropdown #destination {
    height: 55px;
    padding-left: 70px;
    padding-right: 60px;
    width: 440px;
}

@media (max-width: 942px) {
    .rates .select-dropdown #destination {
        width: 310px;
    }
}

@media (max-width: 452px) {
    .rates .select-dropdown #destination {
        margin: 0;
        width: 270px;
    }
}

.rates .select-dropdown:after {
    height: 55px;
}

@media (max-width: 452px) {
    .rates .select-dropdown {
        width: auto;
        float: none;
        display: inline-block;
    }
}

.rates #selected-image {
    position: absolute;
    height: auto;
    width: 50px;
    top: 10px;
    left: 10px;
    z-index: 2;
}

#local-access-image {
    width: 100%;
}

#small-text-bottom {
    width: 80%;
    margin: 0 auto;
}

#small-text-bottom p {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.callback #charges-container {
    float: left;
    width: 50%;
}

@media (max-width: 452px) {
    .callback #charges-container {
        width: 100%;
    }
    .callback #charges-container .col_left,
    .callback #charges-container .col_right {
        width: 50%;
    }
}

.callback .callback-title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.callback #rate {
    font-size: 32px;
    line-height: 36px;
    color: #ffcc00;
    display: inline-block;
}

.callback #rate span {
    font-size: 14px;
    line-height: 18px;
    color: #91969d;
    padding-left: 5px;
}

.callback #selected-image {
    position: absolute;
    height: auto;
    width: 50px;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.callback .select-dropdown #currency {
    height: 55px;
    width: 150px;
    margin-left: 0;
}

@media screen and (max-width: 560px) {
    .callback .select-dropdown #currency {
        margin: 0;
        width: 100%;
    }
}

.callback .select-dropdown #fromDestination,
.callback .select-dropdown #toDestination {
    height: 55px;
    padding-left: 70px;
    padding-right: 60px;
    width: 330px;
}

@media screen and (max-width: 750px) {
    .callback .select-dropdown #fromDestination,
    .callback .select-dropdown #toDestination {
        width: 100%;
        margin: 0;
    }
}

.callback .select-dropdown.to {
    margin-left: 10px;
}

.callback .select-dropdown:after {
    height: 55px;
}

@media (max-width: 942px) {
    .callback .col_left,
    .callback .col_right {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .callback .select-dropdown {
        width: 100%;
    }
    .callback .select-dropdown.to {
        margin-left: 0;
    }
    .callback .col_left,
    .callback .col_right {
        width: 100%;
    }
    .callback #rate-section {
        text-align: center;
    }
}

.general-page h1 {
    color: #ffcc00;
}

.general-page h2,
.general-page h3,
.general-page h4,
.general-page h5 {
    color: #000000;
    margin: 20px 0;
    font-size: 24px;
    line-height: 28px;
}

.general-page ul li {
    padding: 5px;
    list-style-type: square;
}

#introductory-top.blog-top {
    background-color: #1d283a;
}

#introductory-top.blog-top .overlay-bg {
    background-color: #21304C;
}

#introductory-top.blog-top #blog-intro {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 1050px;
    min-height: 300px;
}

#introductory-top.blog-top #blog-intro #blog-inner {
    z-index: 3;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 80px 0;
    margin-bottom: 40px;
}

#introductory-top.blog-top #blog-intro #blog-date {
    text-transform: uppercase;
    /*font-family: 'Avenir Next LT W01 Demi';*/
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 25px;
    position: relative;
    display: block;
    float: left;
}

@media (max-width: 452px) {
    #introductory-top.blog-top #blog-intro {
        min-height: 150px;
    }
}

@media (max-width: 452px) {
    #introductory-top.blog-top {
        height: 300px;
    }
}

#introductory-top.blog-top .next-back-posts {
    float: right;
    margin-top: 20px;
    position: relative;
}

#introductory-top.blog-top .arrow {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #e6e6e6;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    filter: alpha(opacity=75);
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#introductory-top.blog-top .arrow:after {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    width: 8px;
    top: 15px;
    margin: 0 auto;
    display: block;
    height: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #1d283a;
}

#introductory-top.blog-top .arrow:hover {
    background: #ffcc00;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#introductory-top.blog-top #back-post {
    margin-right: 10px;
}

#introductory-top.blog-top #back-post:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #1d283a;
    border-left: 0;
}

.blog-page #introductory-top {
    height: auto;
    background-position: 50% 0px;
    background-repeat: repeat;
}

@media (max-width: 452px) {
    .blog-page #introductory-top {
        background-position: 65% 0px;
    }
}

.blog-page .similar-posts {
    background-color: #f4f4f5;
    padding: 40px 0;
}

.blog-page .similar-posts #related-posts {
    float: left;
    position: relative;
    clear: none;
    width: 70%;
}

.blog-page .similar-posts #related-posts .blog-post {
    position: relative;
    float: left;
    width: 46%;
    min-height: 210px;
    margin-right: 3%;
    padding: 30px;
    background-color: #ffffff;
}

.blog-page .similar-posts #related-posts .blog-post span {
    display: block;
    margin-bottom: 10px;
}

.blog-page .similar-posts #related-posts .blog-post .title {
    font-size: 22px;
    line-height: 26px;
    color: #ffcc00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.blog-page .similar-posts #related-posts .blog-post .date {
    font-size: 14px;
    line-height: 20px;
    color: #C7C7C7;
    text-transform: uppercase;
}

.blog-page .similar-posts #related-posts .blog-post .content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.blog-page .similar-posts #related-posts .blog-post:last-child {
    margin: 0;
}

.blog-page .similar-posts #blog-download {
    width: 30%;
    float: right;
}

.blog-page .similar-posts #blog-download a {
    display: block;
    margin: 10px 0;
}

@media (max-width: 942px) {
    .blog-page .similar-posts #related-posts {
        width: 100%;
    }
    .blog-page .similar-posts #blog-download {
        width: 100%;
        margin-top: 20px;
    }
    .blog-page .similar-posts #blog-download a {
        display: inline-block;
        margin: 0;
    }
}

@media (max-width: 452px) {
    .blog-page .similar-posts #related-posts .blog-post {
        width: 100%;
        margin-bottom: 20px;
    }
}

.blog-page .share {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    display: block;
}

.blog-page .col_side {
    width: 15%;
    clear: none;
    float: left;
}

.blog-page .col_main_right {
    width: 82%;
}

.blog-page .col_main_right a {
    color: #ffcc00;
}

.blog-page .col_main_right a:hover {
    color: #1d283a;
}

.blog-page .col_main_right img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 452px) {
    .blog-page .col_main_right img {
        width: 100%;
    }
}

.blog-page .col_main_right h1,
.blog-page .col_main_right h2,
.blog-page .col_main_right h3,
.blog-page .col_main_right h4,
.blog-page .col_main_right h5 {
    color: #5775ac;
    margin: 20px 0;
    font-size: 30px;
    line-height: 36px;
}

.blog-page .col_main_right ul li,
.blog-page .col_main_right ol li {
    padding: 5px;
    list-style-type: square;
    font-size: 16px;
    line-height: 24px;
    color: #91969d;
    margin: 5px 0;
}

.blog-page .col_main_right p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.blog-page .share-icon {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 10px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.blog-page .share-icon.fb {
    background-image: url("../img/fb.svg");
}

.blog-page .share-icon.twitter {
    background-image: url("../img/tw.svg");
}

.blog-page .share-icon:hover.fb {
    background-image: url("../img/fb_hover.svg");
}

.blog-page .share-icon:hover.twitter {
    background-image: url("../img/tw_hover.svg");
}

@media (max-width: 452px) {
    .blog-page .col_side {
        width: 100%;
    }
    .blog-page .col_main_right {
        width: 100%;
    }
}

#blog-header {
    background-position: 50% -500px;
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgba(255, 204, 0, 0.7);
    height: 350px;
}

@media (max-width: 942px) {
    #blog-header {
        height: 200px;
        background-size: cover;
        background-position: 100% !important;
        background-repeat: no-repeat;
    }
}

#blog-header .inner {
    width: 100%;
    text-align: left;
}

#main.blog-listing-page {
    background-color: #f4f4f5;
}

#main.blog-listing-page #blog-container {
    text-align: center;
}

#main.blog-listing-page .blog-post {
    position: relative;
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 412px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#main.blog-listing-page .blog-post span {
    display: block;
    margin-bottom: 10px;
}

#main.blog-listing-page .blog-post .cover-image {
    height: 200px;
    width: 100%;
    background-color: #1d283a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main.blog-listing-page .blog-post .title {
    font-size: 22px;
    line-height: 26px;
    color: #ffcc00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 20px 20px 0px 20px;
}

#main.blog-listing-page .blog-post .date {
    font-size: 14px;
    line-height: 20px;
    color: #C7C7C7;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
}

#main.blog-listing-page .blog-post .content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0px 20px 20px 20px;
}

#main.blog-listing-page .blog-post:hover {
    -webkit-box-shadow: 0px 1px 45px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 45px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 45px -10px rgba(0, 0, 0, 0.75);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 942px) {
    #main.blog-listing-page .blog-post {
        width: 47%;
    }
}

@media (max-width: 452px) {
    #main.blog-listing-page .blog-post {
        width: 100%;
        min-height: 0;
        margin-bottom: 30px;
    }
}

#morePosts {
    text-align: center;
    /*font-family: 'Avenir Next LT W01 Demi';*/
    font-weight: 600;
    margin: 50px 0;
}

#processing {
    display: none;
}

#result {
    padding: 15px;
    display: none;
}

#iframe-container iframe {
    width: 100%;
    height: 400px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 4em 0.5em 1em !important;
}

.focus-button {
    padding: 20px;
    background-color: #ffcc00;
    color: black;
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease-in-out 250ms;
    text-decoration: none;
}
.focus-button:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}