@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:700,900");

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%)
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("select2-spinner.gif") no-repeat 100% !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

body {
    font-family: "Open Sans", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif
}

.sap {
    display: block;
    background: rgba(0, 0, 0, 0.11);
    height: 2px;
    margin: 20px auto
}

.btn-outline {
    color: #fff !important;
    background: none;
    border: solid 2px #f4ca59;
    padding: 10px 15px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    transition: all .25s
}

.btn-outline:hover {
    background: #f4ca59 !important;
    color: #000 !important
}

[class^=icon-] {
    display: inline-block
}

.select2-container {
    width: 100%
}

.select2-container .select2-choice {
    font-weight: 600;
    width: 100%;
    background-color: transparent;
    text-align: left;
    box-sizing: border-box;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    height: auto;
    padding: 8px 10px;
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    color: #444;
    display: block;
    line-height: 26px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.select2-container .select2-choice .select2-arrow {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    width: 28px
}

.select2-drop-active,
.select2-drop {
    border: 1px solid #d0d0d0;
    border-radius: 3px
}

.select2-results {
    cursor: pointer
}

.select2-results li {
    position: relative;
    overflow: hidden;
    font-size: 0
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 10px
}

.user-definition-dropdown.select2-drop-active {
    margin-top: -2px
}

.user-definition-dropdown.select2-drop-active,
.user-definition-dropdown.select2-drop.select2-drop-above.select2-drop-active {
    border-color: #d6d6d8
}

.user-definition-dropdown .select2-results {
    min-height: 259px
}

.user-definition-dropdown .select2-result-label {
    overflow: hidden;
    padding: 3px 6px 4px;
    font-size: 14px
}

.user-definition-select .select2-container .gender-mark,
.user-definition-dropdown .select2-results .gender-mark {
    float: left
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    height: 5px;
    width: 8px;
    background: url("../images/arrow-down.png") no-repeat 0 0;
    display: inline-block;
    left: 50%;
    margin: -1px 0 0 -5px;
    position: absolute;
    top: 50%
}

.user-definition-dropdown .gender-text {
    display: inline-block;
    margin-top: 2px;
    width: 220px;
    font-size: 14px
}

.icons24-sex-man {
    background-image: url("../images/sex-men.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 10px;
    margin-right: 11px
}

.icons24-sex-woman {
    background-image: url("../images/sex-women.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 10px;
    margin-right: 11px
}

.gender-mark {
    display: inline-block
}

@media (max-width: 767px) {
    .signup-container .reg-form-line .user-definition-select,
    .signup-container .reg-form-line .input-email,
    .signup-container .reg-form-line .try-us-btn-wrap .btn-try-us,
    .signup-container .reg-form-line .try-us-btn-wrap,
    .signup-container .reg-form-line .login-with-social .btn-facebook {
        width: 100%
    }
}

.btn-yvw {
    background: #f4ca59;
    font-family: "Montserrat", sans-serif;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 1.125em;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2117647059);
    letter-spacing: .5px
}

.btn-yvw.arrow-right:after {
    content: '';
    background: url(https://www.victoriamilan.no/landers/assets/images/arrow-right.png) no-repeat center;
    width: 30px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-left: 10px
}

.btn-yvw.right-annon:after {
    content: '';
    background: url(https://www.victoriamilan.no/landers/assets/images/icon-anon.png) no-repeat center;
    width: 50px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-size: 45px;
    margin-left: 4px
}

header.main-header {
    background: url(https://d2dz54333c07dd.cloudfront.net/c591a4d/bundles/digisecvictoriamilan/lander/main/img/top-bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 600px;
    overflow: hidden
}

header.main-header .navbar-right {
    margin: 15px 0
}

header.main-header .navbar-right .btn-outline {
    margin: 0 5px
}

header.main-header .navbar-header .navbar-toggle {
    margin: 20px 15px;
    transition: all .25s;
    border: 2px solid rgba(255, 255, 255, 0.81)
}

header.main-header .navbar-header .navbar-toggle .icon-bar {
    background: #fff
}

header.main-header .navbar-header .navbar-toggle:hover,
header.main-header .navbar-header .navbar-toggle:focus {
    background-color: #fff
}

header.main-header .navbar-header .navbar-toggle:hover .icon-bar,
header.main-header .navbar-header .navbar-toggle:focus .icon-bar {
    background: #000
}

header.main-header nav.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    margin-top: 15px
}

header.main-header .nav-right {
    margin-left: auto;
    width: 180px
}

header.main-header .navbar-brand {
    display: block;
    padding: 5px 20px;
    height: 45px
}

header.main-header .logo {
    height: 100%;
    margin: 10px 0
}

header.main-header .logo img {
    height: 100%
}

header.main-header .logo-text h3 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.5em
}

header.main-header .logo-text h3 span {
    color: #f4ca59;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    header.main-header {
        text-align: center
    }
}

.header-content {
    font-family: "Montserrat", sans-serif;
    margin-top: 50px;
    color: #fff
}

.header-content .titleTop {
    color: #f4ca59;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.header-content .title {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.25;
    font-weight: 100
}

.header-content p {
    font-size: 1.125em;
    text-transform: uppercase
}

.formArea {
    max-width: 300px
}

@media screen and (max-width: 768px) {
    .formArea {
        margin: 15px auto
    }
}

.formArea .input-email {
    margin-top: 5px
}

.formArea .input-email input {
    border: none;
    height: 40px;
    padding: 0 5px;
    font-weight: 600;
    width: 100%;
    border-radius: 4px
}

.formArea .try-us-btn-wrap {
    margin-top: 5px
}

.formArea .try-us-btn-wrap .btn {
    background: #f4ca59;
    width: 100%;
    border: solid 2px #f4ca59;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 1.125em
}

.formArea .try-us-btn-wrap .btn:hover {
    color: #000
}

section.sec-gold {
    background: url(https://victoriamilan-landers.s3.amazonaws.com/assets/l2-assets/images/Gold-Plate-texture.jpg) no-repeat center center;;
    background-size: cover;
    padding: 15px 0
}

section.sec-gold .row {
    margin: 30px 0
}

section.sec-gold .an-title {
    font-size: 2.5em;
    text-transform: uppercase;
    max-width: 400px;
    line-height: 1.25
}

section.sec-gold .features {
    padding-left: 0;
    list-style-type: none
}

section.sec-gold .features li {
    font-family: "Montserrat", sans-serif;
    font-size: 1.65em;
    margin: 15px 0;
    position: relative;
    padding-left: 70px;
    min-height: 40px
}

section.sec-gold .features li span {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

section.sec-gold .features li span.icon-lock {
    background: rgba(255, 255, 255, 0.81) url(https://www.victoriamilan.no/landers/assets/images/icon-lock.png) no-repeat center;
    background-size: 70%
}

section.sec-gold .features li span.icon-ssl {
    background: rgba(255, 255, 255, 0.81) url(https://www.victoriamilan.no/landers/assets/images/icon-ssl.png) no-repeat center;
    background-size: 70%
}

section.sec-gold .features li span.icon-anon {
    background: rgba(255, 255, 255, 0.81) url(https://www.victoriamilan.no/landers/assets/images/icon-anon.png) no-repeat center;
    background-size: 70%
}

section.sec-gold .a-profiles {
    text-align: center;
    margin: 30px 0
}

section.sec-gold .a-profiles figure {
    position: relative;
    z-index: 1
}

section.sec-gold .a-profiles figure img {
    max-width: 100%;
    height: auto
}

section.sec-gold .a-profiles button {
    position: relative;
    top: -20px
}

section.sec-gold .pnear-left figure {
    max-width: 385px;
    margin: auto
}

section.sec-gold .pnear-left figure img {
    max-width: 100%;
    height: auto
}

section.sec-gold .pnear-right {
    text-align: right;
    margin-top: 40px
}

section.sec-gold .pnear-right .an-title {
    font-size: 2em;
    max-width: inherit
}

section.sec-gold .pnear-right p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    margin: 15px 0
}

section.sec-joinCount {
    background: url(https://www.victoriamilan.no/landers/assets/images/eyesbg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 30px
}

@media screen and (max-width: 768px) {
    section.sec-joinCount {
        padding: 30px 5px
    }
}

section.sec-joinCount h4 {
    margin: 20px 0
}

.joinCount {
    font-family: "Montserrat", sans-serif;
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 15px
}

.joinCount span {
    display: inline-block;
    border: 4px solid #f4ca59;
    padding: 10px;
    line-height: 1;
    border-radius: 4px;
    min-width: 70px;
    margin: 5px 2px
}

@media screen and (max-width: 768px) {
    .joinCount {
        font-size: 2em
    }
    .joinCount span {
        border: 2px solid #f4ca59;
        min-width: 30px;
        margin: 5px 0px;
        padding: 5px
    }
}

.icon-flag {
    width: 65px;
    height: 41px;
    vertical-align: middle;
    background: url(../images/flag.png) no-repeat center;
    background-size: 55px
}

footer.main-footer {
    background: #1d1d25;
    padding: 20px 0
}

footer.main-footer .footer-content .navlinks {
    list-style-type: none;
    padding-left: 0
}

footer.main-footer .footer-content .navlinks li {
    display: inline-block;
    width: 200px;
    margin: 3px 0
}

footer.main-footer .footer-content .navlinks a {
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin: 0 10px;
    line-height: 2;
    font-size: 1.125em
}

footer.main-footer .footer-content .navlinks a:hover {
    color: rgba(255, 255, 255, 0.8)
}

footer.main-footer .footer-content .footer-right {
    text-align: right
}

@media screen and (max-width: 768px) {
    footer.main-footer .footer-content .footer-right {
        text-align: left
    }
}

footer.main-footer .footer-content .countryS {
    color: rgba(255, 255, 255, 0.5)
}

footer.main-footer .footer-content .countryS .icon-flag {
    background-size: 35px
}

footer.main-footer .footer-content .socialLinks {
    margin: 10px 0
}

footer.main-footer .footer-content .socialLinks a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 45px;
    line-height: 50px;
    height: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    margin-left: 5px
}

footer.main-footer .footer-content .socialLinks a i {
    font-size: 1.5em
}

footer.main-footer .footer-content .socialLinks a:nth-child(1):hover {
    background: #55acee
}

footer.main-footer .footer-content .socialLinks a:nth-child(2):hover {
    background: #3b5998
}

footer.main-footer .footer-content .socialLinks a:nth-child(3):hover {
    background: #dd4b39
}

footer.main-footer .footer-content .socialLinks a:nth-child(4):hover {
    background: #32506d
}

footer.main-footer .footer-content .appDownload {
    margin-top: 10px
}

footer.main-footer .footer-content .appDownload a {
    display: inline-block;
    max-width: 150px;
    margin: 0 2px
}

footer.main-footer .footer-content .appDownload a img {
    max-width: 100%;
    height: auto
}

footer.main-footer .footer-content .security {
    margin-top: 15px
}

footer.main-footer .footer-content .security img {
    max-width: 400px;
    width: 100%
}

footer.main-footer .footer-content .copyright {
    font-weight: 100;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 20px
}

footer.main-footer .footer-content .copyright a {
    margin-left: 30px;
    color: inherit
}

footer.main-footer .footer-content .copyright a:hover {
    color: rgba(255, 255, 255, 0.8)
}

@media screen and (max-width: 767px) {
    body {
        font-size: 12px
    }
    header.main-header {
        text-align: center
    }
    header.main-header .logo {
        height: 94%
    }
    header.main-header .navbar-right {
        margin: 15px 0
    }
    header.main-header .navbar-right li>a {
        color: #fff;
        font-size: 1.25em;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 700;
        letter-spacing: .5px
    }
    header.main-header .navbar-right li>a:hover,
    header.main-header .navbar-right li>a:focus {
        color: rgba(255, 255, 255, 0.9)
    }
    header.main-header .navbar-right .btn-outline {
        margin: 0 5px;
        max-width: 300px;
        margin: 10px auto
    }
    section.hero-banner {
        height: 250px !important
    }
    .signup-container .reg-form-line .user-definition-select,
    .signup-container .reg-form-line .input-email,
    .signup-container .reg-form-line .try-us-btn-wrap .btn-try-us,
    .signup-container .reg-form-line .try-us-btn-wrap,
    .signup-container .reg-form-line .login-with-social .btn-facebook {
        width: 100%
    }
    .vm-article h1.title {
        font-size: 2em
    }
    .vm-article .subt {
        font-size: 1.2 5em
    }
    .vm-article p {
        font-size: 1.125em;
        letter-spacing: .25px
    }
}

.formArea .input-email input {
	color: #000;
}

@media screen and (max-width: 768px) {
    
    header.main-header .container.nav-left {
        display: flex;
        align-items: center;
    }

    header.main-header .navbar-header {
        margin: 0;
    }

    header.main-header .logo {
        margin: 0;
    }

    header.main-header .navbar-brand {
        padding: 0 5px;
        height: 35px;
    }

    header.main-header .nav-right {
        width: auto;
    }

    header.main-header .nav-right .btn {
        background: #f4ca59;
        color: black !important;
    }
}