/* Begin Fonts Settings */
/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'),
    local('OpenSans'),
    url(/css/fonts/OpenSans-Regular.woff2) format('woff2'),
    url(/css/fonts/OpenSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'),
    local('OpenSans-Semibold'),
    url(/css/fonts/OpenSans-Semibold.woff2) format('woff2'),
    url(/css/fonts/OpenSans-Semibold.woff) format('woff');
}

/* Roboto */
@font-face {
    font-family: 'Roboto Number';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Number Thin'),
    local('Roboto-Number-Thin'),
    url(/css/fonts/Roboto-Thin.woff2) format('woff2'),
    url(/css/fonts/Roboto-Thin.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'),
    local('Roboto-Light'),
    url(/css/fonts/Roboto-Light.woff2) format('woff2'),
    url(/css/fonts/Roboto-Light.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'),
    local('Roboto-Regular'),
    url(/css/fonts/Roboto-Regular.woff2) format('woff2'),
    url(/css/fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'),
    local('Roboto-Medium'),
    url(/css/fonts/Roboto-Medium.woff2) format('woff2'),
    url(/css/fonts/Roboto-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'),
    local('Roboto-Bold'),
    url(/css/fonts/Roboto-Bold.woff2) format('woff2'),
    url(/css/fonts/Roboto-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'),
    local('Lato-Light'),
    url(/css/fonts/Lato-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'),
    local('Lato-Bold'),
    url(/css/fonts/Lato-Bold.ttf) format('truetype');
}
/* End Fonts Settings */

/* Begin Reset Settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-y: scroll;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:active,
a:hover,
*:focus {
    outline: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
h3 {
    letter-spacing: .026em;
}
/* End Reset Settings */

/* Begin Base Settings */
html,
body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 12px;
}
#header {
    position: fixed;
    height: 72px;
    width: 100%;
    text-align: center;
    z-index: 4;
    transition: background-color .2s,
    left .2s,
    right .2s;
    -webkit-transition: background-color .2s,
    left .2s,
    right .2s;
}
#content {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #e6f4f7;
}
#content > * {
    display: inline-block;
}
strong {
    font-weight: 600;
}
/* End Base Settings */

/* Begin Fix text-align: justify; */
.content-justify {
    text-align: justify;
}
.content-justify:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.content-justify > * {
    display: inline-block;
}
/* End Fix text-align: justify; */

#header-menu-login > a {
    cursor:pointer !important;
}
/* Begin Content not selectable */
.not-selectable,
#header-menu,
#header-menu-logo > img,
#header-menu-buttons > a,
#header-menu-login > a,
.custom-button {
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
}
/* End Content not selectable */

/* Begin Buttons */
.blue-button,
.green-button {
    color: #fff;
}
.white-button {
    color: #00b5e2;
}
.blue-button,
.green-button,
.white-button {
    cursor: pointer;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
}
.blue-button {
    background-color: #38b6e4;
}
.blue-button:hover {
    background-color: #0086b7;
}
.blue-button:active {
    background-color: #00688e;
}
.green-button {
    background-color: #00C17B;
}
.green-button:hover {
    background-color: #00B271;
}
.green-button:active {
    background-color: #008f5a;
}
.white-button {
    background-color: #fff;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}
.white-button:hover,
.white-button:active {
    opacity: .8;
}
/* End Buttons */

/* Begin Forms and Inputs */
div input[type="text"].custom-input,
form input[type="text"].custom-input,
div input[type="password"].custom-input,
form input[type="password"].custom-input,
form textarea.custom-textarea {
    position: relative;
    width: 100%;
    padding: 7px 15px 10px 13px;
    border: 2px solid #dcdce0;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    background-repeat: no-repeat;
    transition: .2s;
}

form textarea.custom-textarea {
    resize: vertical;
}

div input[type="text"].custom-input:hover,
form input[type="text"].custom-input:hover,
form input[type="password"].custom-input:hover,
form textarea.custom-textarea:hover {
    border-color: #bdbdd0;
}
div input[type="text"].custom-input:focus,
form input[type="text"].custom-input:focus,
form input[type="password"].custom-input:focus,
form textarea.custom-textarea:focus {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
}
form input.custom-input.icon-user,
form input.custom-input.icon-password,
form input.custom-input.icon-email {
    padding-left: 40px;
}
form input.custom-input.icon-user {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOBAMAAAALT/umAAAAJFBMVEWcoacAAACcoaecoaecoaecoaecoaecoaecoaecoaecoaecoacisSRYAAAADHRSTlOAAAl1aUJtKF9NMxyL2kWPAAAAUklEQVQI12MQFHdwFxRgECxgYCgEUg0MDI1AKoGBIRFITWBgmAik1BjYFIGU0NJFIJWqzq5AnrQBA4O1AIMyAwMDswJDAJACEg5AEkhAgQGYAABi9wpdv0/UsAAAAABJRU5ErkJggg==);
    background-position: 11px 11px;
}
form input.custom-input.icon-password {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANBAMAAABvB5JxAAAAG1BMVEWcoacAAACcoaecoaecoaecoaecoaecoaecoadf6ImzAAAACXRSTlOAAHdSSUFTDANQtVeIAAAAPElEQVQI12MQbFFg8hBkEHRQDWIFUkqF4kpAillQ0ABIsQgKOggyKDAAARMDHLAlgClDYWSK2QAuD9UAAE/aBUEseMXTAAAAAElFTkSuQmCC);
    background-position: 11px 12px;
}
form input.custom-input.icon-email {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAQlBMVEUAAACcoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaecoaeeD0PAAAAAFnRSTlMAf3oFYFpzbRxmOjYoJQ5ILiJUQRYKUew18AAAAH1JREFUCNdFiAkOAyEMA+0cEGChe/7/q00rVR0psWaQ6DBh8R1fjkIxb8K20iala65ebAotEtBtrLk6OzoHVmUSKg1NFMYelbmCLAdfQKn4KA0vTgRPPOJZU6+j0sMYcN4bKXn5gI2GORai7w8Sp934o05W9zJ+YZ6FUnckb5m/A9YxvnLAAAAAAElFTkSuQmCC);
    background-position: 13px 11px;
}

form input.custom-input + .form-error,
div input.custom-input + .form-error,
form textarea.custom-textarea + .form-error {
    position: relative;
    height: 0;
    top: -2px;
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 0 0 2px 2px;
    font-size: 12px;
    color: #fff;
    user-select: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
    overflow: hidden;
    transition: .2s;
}
form input.custom-input.error,
form input.custom-input.error:hover,
div input.custom-input.error,
div input.custom-input.error:hover,
form textarea.custom-textarea.error,
form textarea.custom-textarea.error:hover {
    background-color: #fff7f6;
    border-color: #ff9f95;
}
form input.custom-input.error + .form-error,
div input.custom-input.error + .form-error,
form textarea.custom-textarea.error + .form-error {
    /*height: 22px;*/
    height: 100%;
    width: 100%;
    background-color: #ff9f95;
}
form button.custom-button {
    position: relative;
    padding: 9px 30px 11px;
    box-sizing: border-box;
    border: 0;
    border-radius: 25px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
}
/* End Forms and Inputs */

/* Begin Input Search */
#input-search {
    width: 160px;
    margin-left: 40px;
    text-align: left;
    opacity: 0;
}
#input-search:focus,
#input-search.active {
    width: 300px;
    border: 2px solid #bdbdd0;
    background-color: #fff;
    opacity: 1;
}
#input-search-button {
    margin-top: -41px;
    font-size: 0;
    text-align: right;
    white-space: nowrap;
}
#input-search-submit {
    position: relative;
    display: inline-block;
    padding: 9px 9px 10px;
    border: 1px solid transparent;
    border-radius: 0 2px 2px 0;
    transition: .2s;
}
#input-search-submit > path {
    transition: .2s;
}
#input-search:focus + #input-search-button > #input-search-submit,
#input-search.active + #input-search-button > #input-search-submit {
    background-color: #00b8e6;
    border-color: #408ea4;
    cursor: pointer;
}
#input-search:focus + #input-search-button > #input-search-submit:hover,
#input-search.active + #input-search-button > #input-search-submit:hover {
    background-color: #0086b7;
}
#input-search:focus + #input-search-button > #input-search-submit > path,
#input-search.active + #input-search-button > #input-search-submit > path {
    fill: #fff;
}
#input-search + #input-search-button > label[for="input-search"] {
    position: relative;
    display: inline-block;
    height: 41px;
    max-width: 150px;
    margin-top: -41px;
    font-size: 16px;
    /*color: #808080;*/
    color: #aaaaaa;
    line-height: 41px;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    transition: opacity .2s,
    max-width .2s;
    font-family: "Roboto";
    font-size: 16px;
}
#input-search + #input-search-button > label[for="input-search"]:hover {
    opacity: .8;
}
#input-search:focus + #input-search-button > label[for="input-search"],
#input-search.active + #input-search-button > label[for="input-search"] {
    max-width: 0;
}
/* End Input Search */

script,
style,
link {
    display: none !important;
}

.hide {
    display: none;
}

/* Begin Header */
#header {
    background-color: rgba(255, 255, 255, .4);
}

#header.scrolled {
    background-color: #fff;
}
#header:before {
    content: "";
    position: fixed;
    display: block;
    height: 1px;
    top: 72px;
    left: 0;
    right: 0;
    background-color: rgba(128,128,128,.3);
}
#header.scrolled:before {
    left: 0;
    right: 0;
}
#logo-collapsed {
    position: absolute;
    top: 14px;
    left: 25px;
    display: none;
}
#header-menu {
    position: relative;
    display: inline-block;
    max-width: 1330px;
    width: 100%;
    height: 100%;
    padding: 17px 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
}
#header-menu > * > * {
    vertical-align: middle;
    cursor: pointer;
}
#header-menu-logo {
    position: relative;
    top: -3px;
    left: 5px;
}
#header-menu-logo > img {
    cursor: pointer;
}
#header-menu-buttons,
#header-menu-login {
    position: relative;
    white-space: nowrap;
}
#header-menu-login > a {
    cursor: pointer;
}
#header-menu-buttons {
    position: relative;
    top: -3px;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    left: -50px; /*add "Buy Now!" in green */
}
#header-menu-buttons > a {
    position: relative;
    display: inline-block;
    top: 3px;
    margin: 0 17px;
    color: #505050;
    cursor: pointer;
    transition: color .2s;
    -webkit-transition: color .2s;
}
#header-menu-buttons > a:hover,
#header-menu-buttons > a.active {
    color: #0082b2;
}
#header-menu-buttons > a:before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    bottom: -28px;
    left: -4px;
    right: -4px;
    background-color: #d9d9d9;
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}
#header-menu-buttons > a:hover:before {
    opacity: 1;
}
#header-menu-buttons > a.active:before {
    background-color: #0082b2;
    opacity: 1;
}
#header-menu-login-profile {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    padding: 8px 15px;
    /*padding: 7px 28px;*/
    margin-left: 6px;
    border-radius: 16px;
}
#header-menu-login-profile + a {
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-left: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAUVBMVEUAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIBepn6MAAAAGnRSTlMA6RWbawd/JQ1Y8NHJs6j5iVM6MSN+OIyLO8cNdBoAAADhSURBVDjLhZNXEoQgEER7hrCgmNjs/Q+6ZZUyori8D+CjgUkNwXkVaJ4pKO9w5qaaTkc2hqPuGnVDjnuTZSTY0sdl19uekcF9u3vkThonNN3TfZpQYKL1DddqFNGtwcLY44J+XNYHMS5gegBQFpdYBbiGcQk3Dr7DxrwCofNQWgTbJmiF8C0IUlgxgFgEcrIpDwymIPC0KsxwFMwbSVD8YiKbvgjxXwwxlNO0kmZWKNmkUFJqCTArdbVZ9XbXBwamMnKVoa2Mfc04ghnpubfek0ZTMu9rMe+rYF6x/zAc7P8DjlcLCD/BNEsAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 1;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}
#header-menu-login-profile + a:hover {
    opacity: .7;
}
#header-menu-login-profile + a > span {
    display: none;
}
#header-menu-sandwich {
    position: absolute;
    height: 19px;
    width: 20px;
    top: 29px;
    right: 24px;
    border-width: 4px 0;
    border-style: solid;
    border-color: #808080;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    transition: border-color .2s;
    -webkit-transition: border-color .2s;
}
#header-menu-sandwich:before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    background-color: #808080;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
}
#header-menu-sandwich:hover {
    border-color: #38b6e4;
}
#header-menu-sandwich:hover:before {
    background-color: #38b6e4;
}

.header-social {
    position: absolute;
    top: 32px;
    right: 127px;
    height: 16px;
}
#header > .header-social {
    display: none;
}
#header-menu > #header-menu-login > .header-social {
    display: block;
    top: 6px;
    right: auto;
    left: -107px;
}
.header-social > a {
    display: inline-block;
    height: 100%;
    width: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAQCAMAAADphoe6AAAB11BMVEUAAADRQTTbRDfHPjLbRDfQLCQ0TH/bRDfHPjLbRDfHPjLbRDfHPjJQo+JVrO5LmNLHPjLmMSfHPjI+XJpVrO5VrO5LmNJVrO5LmNLbRDfHPjJVrO5LmNLmMSfYLiU7WZhVrO5OntvRQTRQouBQouBLmNJVrO5LmNJVrO5LmNJVrO5LmNLbRDfbRDdVrO5LmNJLmNJRpeVOnttOnttVrO5LmNLmMSfHPjI+XJpLmNLHPjJVrO5LmNJLmNJLmNLbRDdVrO5LmNJLmNJVrO5LmNJVrO5LmNIxSX0xSX1RpeVQouDupp/ko50+XJpVrO5VrO5VrO5VrO5VrO5VrO5LmNJVrO5VrO5LmNLmMSfMKyM7WZgxSX3bRDfHPjJVrO5LmNL////++/v99PT0xL/twb3up6HlpJ/QW1H78/Luw7/R2OfP1OD42tf02Na3wNJieq1abZf99vbc4ezGzdy6xNv31tPz1dLhYVbJ0ePyxsOAk73ja2HTZ13gX1T6+/3o6/L66unY3ef31NLy09D50c/00M71ral3h6nrqqfwhH3sYFjYW1XpRj3RQTnnNizNMCj96+r86um+yN3ByNibqsqWor1/jq5SbaRJXozhgXzggHveU0fMTkPnVVOeAAAAWHRSTlMABv39+Pbq15WPjysrDvz8+fbX6ung4MHBvLx6elVVSS4cCQIB8vHso6OYmJWUQUEvJBMK9/f19Ovl1NDQubKYcHBjUFBLS0pJGAb5+ejju7e0r4yMaV4sKHkt3QAAAtxJREFUSMetledTE0Echl9aqEkgBBJIgCC9916kF3sX9C7ZSw+CEJBeVFCx965/rHt7l+wFHSYyPB925/30PjO/LYiHzPTU5OTU9EyoZGWYsrNNGVk4FYpyZqLkFAHFKbNRUooBJDQkCozEs2cg57QkkZGUJueS3DtRckuAKd3dKLopYBqMcpu5slY/Oo1WNdurKuraxkqBzhkNnYDczw1oX4EQpSCB5kIxSiHNcj83AOR+bgBU34TMkJNiqC5FzQjLwy6KsYYKzMQAzMYA1AsaGoA0UUMaoFZvLRNCN0CtPlyWCN0Ai8FWBiDPKZPngNVol3O+Syb/tirw7G2swPN3EYHMRGHX43Z7dpUpZGYliQGv2x0KKFPIgtpPSIzAVxoVgVqn09JYVu5kjAN1Lpe1qazcxZiAKkCevI4RIE/fqALpwnpQ2tzc/yUw0jPEQFAKhQ5+i4wMVWCD7H3e0giskL0vh0zA0U6LzZcNTKAFaO6gxVUDRibQEhUg71/GCJBHrxSBVMEjbQsKPp+QahK90o6o4PeLJlVgjnykKxe4R+6zHajOc3JagZp8F6eVCxDphVaA5h9MIFlwewRhfn5+X/CtrvqSs0V3SBQXFhYORP/amj9bEVhcJhuLi1xg6TFZWVpiAjYn5xIAu4vTg+MEfkYENmWBcFgWOB8VCIdlgQtdigCRecgFlMwE2ixcoBY0W7lAnUbgw/Ej2JY8MSPYkbxsBL0agZUjAp+YAEb5DBygjPEZNCPOQ+jxSMF1zSH0hqRgQD2EfATfjozguyLQaIj0X4FMkzHSPwAg7mu4HnsNvUeu4Rx58O9DSBnvUxQqW8CY6FcUKkoB/OdDVP/XQxSHgP46629vhIL+BuvvaAIjR9ufc6KnmAt0AzqtgA5627VK1t/nUNrtgxWsv7/5tD6jbi5wsQSY1HEB3SRtHLKYDeart85BQT9srTL2DI6o+cTfcVfv6XzHfwBACvFUY7OvawAAAABJRU5ErkJggg==);
    cursor: pointer;
}
.header-social-youtube {
    background-position: 0 0;
}
.header-social-youtube:hover {
    background-position: -16px 0;
}
.header-social-google {
    background-position: -32px 0;
    margin-left: 9px;
}
.header-social-google:hover {
    background-position: -48px 0;
}
.header-social-facebook {
    background-position: -64px 0;
    margin-left: 9px;
}
.header-social-facebook:hover {
    background-position: -80px 0;
}
.header-social-twitter {
    background-position: -96px 0;
    margin-left: 9px;
}
.header-social-twitter:hover {
    background-position: -112px 0;
}
/* End Header */

/* Begin Footer */
#footer {
    width: 100%;
    background-color: #31404e;
}
#footer > * {
    display: block;
    width: 100%;
    max-width: 950px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0px auto;

}
#footer-menu-wrapper {
    padding-top: 28px;
    padding-bottom: 2px;
}
#footer-menu {
    margin-top: 20px;
}
#footer-menu > a {
    margin-right: 46px;
    font-size: 14px;
    color: #fff;
}
#footer-social {
    margin-top: 20px;
}
#footer-copyright-wrapper {
    padding-bottom: 33px;
    font-size: 14px;
    color: #667486;
}
#footer-copyright {
    margin-top: 20px;
    font-size: 13px;
    font-family: "Roboto";
}
#footer-copyright > div {
    margin-left: 5px;
    float: right;
    line-height: 18px;
}
#footer-copyright a {
    color: #93b9e0;
}
#footer-copyright hr {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 2px;
    top: -4px;
    margin: 0 2px;
    border: none;
    border-radius: 100%;
    background-color: #a5adbc;
}
#footer-follow {
    margin-top: 20px;
}
#footer-follow > a {
    position: relative;
    top: 2px;
    margin-left: 9px;
}
/* End Footer */
/** BEGIN Watermark-banner**/
#watermark-banner {
    border: 1px solid #d5d5d5;
    max-width: 1000px !important;
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
    min-width: 310px;
}

#features-section > #watermark-banner {
    margin-top: -120px;
    margin-bottom: 85px;
    max-width: 1280px !important;
}

#features-section > #watermark-banner > #watermark-image{
    left: 75px;
    top: 18%;
}
#watermark-image{
    position: absolute;
    left: 66px;
    top: 10%;
}
#features-section > #watermark-banner > #img-watermark {
    width: 100%
}
#img-watermark {
    width: 70%;
    max-width: 302px;
}
#features-section > #watermark-banner > #watermark-container{
    font-size: 16px;
    color: #000000;
    margin-left: 450px;
    line-height: 30px;
    padding-top: 70px;
    padding-bottom: 80px;
}
#watermark-container {
    text-align: left;
    font-family: "Roboto";
    font-weight: 100;
    vertical-align: top;
    padding-top: 48px;
    padding-bottom: 52px;
    max-width: 660px;
    font-size: 14px;
    margin-left: 363px;
    margin-right: 50px;
    line-height: 23px;
    color: #808080;
}
#watermark-banner .new-icon {
    padding: 4px 9px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
}
#features-section > #watermark-banner > #watermark-container > #watermark-title{
    font-size: 30px;
    margin-bottom: 25px;
}
#watermark-title {
    color: black;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 29px;
}
#watermark-container > span {
    display: block;
}

#new-label{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 117px;
    height: 117px;
    background-image: url('/images/new-label.png?v=1');
}

.hidden-banner{
    display: none !important;
}
.new-icon{
    color: rgb(255, 255, 255);
    background-color: #ffd200;
    border-radius: 20px;
    padding: 1px 6px;
    font-size: 10px;
    width:31px;
    height:16px;
    vertical-align: top;
    margin-right: 3px;
}
@media screen and (max-width: 1480px) {
    #features-section > #watermark-banner {
        margin-left:100px !important;
        margin-right:100px !important;
    }
}
@media screen and (max-width: 1220px) {
    #watermark-banner{
        margin-left:100px !important;
        margin-right:100px !important;
    }
    #features-section > #watermark-banner > #watermark-image {
        height: 50%;
        margin: auto;
        bottom: 0;
        top: 0;
    }
}
@media screen and (max-width: 1124px) {
    #watermark-image {
        height: 50%;
        margin: auto;
        bottom: 0;
        top: -5%;
    }
}

@media screen and (max-width: 1024px) {
    #features-section > #watermark-banner > #watermark-image,
    #watermark-image{
        display: block;
        position: relative;
        left: 0px;
        top:0px;
        margin-top:50px;
    }
    #features-section > #watermark-banner > #watermark-container,
    #watermark-container {
        margin: 0px auto;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
}

/** END Watermark-banner**/


@media screen and (max-width: 950px) {
    #logo-collapsed {
        display: block;
    }
    #header-menu-sandwich {
        display: block;
    }
    #header-menu {
        position: absolute;
        display: none;
        width: 200px;
        height: auto;
        top: 50px;
        right: 24px;
        padding: 0;
        background-color: #fff;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
    }
    #header-menu:after {
        display: none;
    }
    #header-menu-logo {
        display: none;
    }

    #header-menu-buttons {
        left: 0; /*add "Buy Now!" in green */
    }
    #header-menu-buttons,
    #header-menu-login {
        position: relative;
        display: block;
        width: 100%;
        top: 1px;
        white-space: normal;
    }
    #header-menu-buttons {
        top: -3px;
    }
    #header-menu-login:before {
        content: "";
        position: absolute;
        display: block;
        height: 1px;
        top: -1px;
        left: 10px;
        right: 10px;
        background-color: #d9d9d9;
    }
    #header-menu-buttons > a,
    #header-menu-login > a {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 11px 20px 12px 20px;
        border-radius: 0;
        box-sizing: border-box;
        background-image: none;
        background-color: #fff;
        transition: color .2s,
        background-color .2s;
        -webkit-transition: color .2s,
        background-color .2s;
    }
    #header-menu-login > a {
        font-family: "Roboto";
        font-weight: 500;
        font-size: 16px;
        color: #505050;
    }
    #header-menu-buttons > a:hover,
    #header-menu-login > a:hover {
        color: #0082B2;
        background-color: #f2f2f2;
    }
    #header-menu-buttons > a:before,
    #header-menu-login > a:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 3px;
        top: 0;
        bottom: auto;
        right: auto;
        left: 0;
        opacity: 0;
        background-color: #d9d9d9;
        transition: opacity .2s;
        -webkit-transition: opacity .2s;
    }
    #header-menu-buttons > a:hover:before,
    #header-menu-login > a:hover:before {
        opacity: 1;
    }
    #header-menu-login-profile + a {
        height: auto;
    }
    #header-menu-login-profile + a > span {
        display: inline-block;
    }
    #header > .header-social {
        display: block;
    }
    #header-menu > #header-menu-login > .header-social {
        display: none;
    }
    .header-social {
        right: 65px;
    }

    #footer-menu > a {
        margin: 0 23px;
    }
    #footer-copyright {
        width: 100%;
        text-align: center;
    }
    #footer-copyright > div {
        display: inline-block;
        float: none;
    }
    #footer-social {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    #footer-menu {
        margin: 0;
    }
    #footer-menu > a {
        display: block;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    #footer-copyright > div {
        display: block;
        margin: 7px 0 0;
    }
    #footer-social {
        margin-top: 30px;
    }
    #footer-social > div {
        display: block !important;
        margin: 15px auto !important;
    }
}
