﻿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,
ol,
ul,
li,
fieldset,
form,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body, html {
    line-height: 1;
    position: relative;
    width:100%;
    overflow-x:hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
html,
input {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 2.34em;
    line-height: 45px;
}
h3 {
    font-size: 1.5em;
    line-height: 30px;
    color: #a5d100;
}
.button {
    font-size: 26px;
    padding: 17px 25px;
    margin-left: 20px;
}
p {
    font-size: 1.5em;
    line-height: 36px;
}
.bold {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
.center-align {
    text-align: center;
}
.inline-buttons-container {
    margin: 0 auto;
    width: 531px;
    max-width: 100%;
}
.inline-buttons-container .button:first-of-type {
    margin-left: 0;
    margin-right: 35px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.horizontal-menu {
    list-style-type: none;
}
.horizontal-menu li {
    display: inline;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
}
.button,
.button:hover,
.button:visited,
.button:active {
    color: #FFF !important;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.button.small,
.button:hover.small,
.button:visited.small,
.button:active.small {
    font-size: 12px;
    padding: 9px 15px;
    border-radius: 5px;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    color: #FFF !important;
    margin: 5px !important;
    line-height: 1;
}
.button.small.device,
.button:hover.small.device,
.button:visited.small.device,
.button:active.small.device {
    width: 88px;
    padding: 4px 7px 4px;
    display: none;
}
.button.small.device img,
.button:hover.small.device img,
.button:visited.small.device img,
.button:active.small.device img {
    height: 20px;
    margin-right: 7px;
}
.button.small.device span,
.button:hover.small.device span,
.button:visited.small.device span,
.button:active.small.device span {
    line-height: 20px;
    font-size: 15px;
    margin-top: 3px;
}
.content {
    max-width: 990px;
    margin: 0 auto;
    padding: 10px 145px 25px;
}
.center{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    display:table;
}
#container {
    position: relative;
    display: none;
}
#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2000;
    display: none;
}
.section{
    padding-top:50px;
    padding-bottom:40px;
}
#menu-box-container {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 3000;
    margin-left: -25px;
    display: none;
}
#menu-box-container ul {
    padding-top: 20px;
    background: #000;
    padding: 20px;
    border-radius: 10px;
}
#menu-box-container ul li {
    width: 100%;
    display: block;
}
#menu-box-container ul li:last-child {
    display:none;
}
#menu-box-container ul li a {
    color: #FFF;
    display:block;
    padding: 10px 5px;
    font-size: 12px;
}
#menu-box-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #1a1a1a;
    width: 0;
    position: absolute;
    top: -7px;
    right: 14px;}
#culture-box-container {
    position: absolute;
    bottom: 88px;
    z-index: 3000;
    margin-left: -25px;
    display: none;
}
#culture-box {
    background-color: #000;
    padding: 1px 25px;
    border-radius:10px;
}
#culture-box .language-icon {
    margin: 20px 0;
}
#culture-box .language-icon.en-gb {
    margin-top: 40px;
    background: linear-gradient(rgba(150, 150, 150, 0.5), rgba(150, 150, 150, 0.5)), url('../img/en-gb.png');
}
#culture-box .language-icon.en-gb:hover {
    background: url('../img/en-gb.png');
}
#culture-box .language-icon.nl-nl {
    background: linear-gradient(rgba(150, 150, 150, 0.5), rgba(150, 150, 150, 0.5)), url('../img/nl-nl.png');
}
#culture-box .language-icon.nl-nl:hover {
    background: url('../img/nl-nl.png');
}
#culture-box-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #1a1a1a;
    width: 0;
    margin-left: 33px;
}
.language-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 22px;
    margin-top: 8px;
    cursor: pointer;
    margin-right: 30px;
}
#cookie-header {
    min-height: 60px;
    background: rgba(50, 50, 51, 1.0);
}
#cookie-header .content {
    padding: 0 20px 0;
    max-width: 1000px;
}
#cookie-header .center {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    overflow: visible;
}
#cookie-header .ok-cookie-accept {
    display: inline-block;
    width: 45px;
    background-color: #000;
    padding: 8px 7px;
    border-radius: 5px;
    font-size: 18px;
    border-radius: 5px;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #FFF;
    margin: -1px 5px 5px;
    line-height: 1;
    float: right;
    text-align: center;
    margin-top: 3px;
}
#cookie-header .ok-cookie-accept span {
    margin-left: 9px;
}
#cookie-header p.text {
    color: #FFF;
    float: left;
    font-size: 100%;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px 0px;
}
#cookie-header p.text-width-600 {
    font-size: 1.4em;
    display: none;
}
.download-button span.left {
    margin-top: 5px;
}
body.en-gb .language-icon {
    background-image: url('../img/en-gb.png');
}
body.nl-nl .language-icon {
    background-image: url('../img/nl-nl.png');
}
body.nl-nl #ok-download #free-app,
body.nl-nl #ok-download-and-works #free-app {
    background-image: url('../img/Web_Home_itsfree_NL@2x.png');
}
body.nl-nl #get-ok-container {
    max-width: 891px;
}
body.nl-nl #download-ok-container {
    max-width: 960px;
}
body.nl-nl .why-we-made-ok #download-ok-container {
    max-width: 1000px;
}
body.nl-nl .why-we-made-ok #download-ok-container a.button {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 40px;
}
body.get-the-app #header #download-ok-container {
    display: table; /* Center positioning */
}
body.get-the-app #header #get-ok-container {
    display: none;
}
body.get-the-app .button.small.device {
    display: inline-block;
}
body.get-the-app #scroll-header-get-the-app {
    display: none;
}
body.blue-highlight .button.small.contrast {
    background-color: #0084ff;
}
body.green-highlight .button.small.contrast {
    background-color: #a5d100;
}
#get-ok-container {
    max-width: 860px;
}
#get-ok-container {
    text-align: center;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 50px auto;
}
#download-ok-container {
    text-align: center;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 40px;
    margin-left:auto;
    margin-right:auto;
}
#download-ok-container .button.bottom{
    margin-top:20px;
}
#get-ok-container h1,
#download-ok-container h1 {
    line-height: 55px;
    color: #FFF;
}
#download-ok-container {
    max-width: 100%;
}
#download-ok-container a.button {
    width: 140px;
    padding: 11px 25px;
}
#download-ok-container a.button span {
    font-size: 24px;
    line-height: 36px;
    margin-left: 10px;
    margin-top: 4px;
}
#download-ok-container a.button img {
    height: 38px;
}
.why-we-made-ok #download-ok-container {
    display: block;
}
#banner {
    height: 260px;
    width: 562px;
    max-width:100%;
    margin: 80px auto 80px;
    display:block;
    /**background-image: url('../img/OKword.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;**/

    background: url('../img/Web_Home_Header1@2x.png') center top no-repeat;
    background-size: contain;

    /** TODO: When video is ready enable this (on HTML 5 video tag)
  -webkit-mask-image: url('../img/OKword.svg');
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url('../img/OKword.svg');
  **/

    margin-bottom: 50px;
}
#home-ok-video {
    -webkit-mask-image: url('../img/OKword.svg');
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
#banner-images {
    width:100%;
    height:100%;
    background-image: url('../img/header.png');
    background-size:cover;
}
#header {
    background-image: url('../img/header.png');
    background-size: cover;

    background-color: #0080ff;

    background: radial-gradient(circle farthest-corner at 110% -10% , #67d2ff 0%, rgba(255,255,255,0) 30%), /* cyan */
    radial-gradient(circle farthest-corner at 0% 0% , #9966ff 0%, rgba(255,255,255,0) 50%), /* pink */
    linear-gradient(67deg, rgba(0,128,255,1) 0%, rgba(0,128,255,0) 70%), /* blue side */
    linear-gradient(310deg, rgba(165,209,0,1) -5%, rgba(153,153,0,0.67) 18%, rgba(0,128,128,0) 60%), /* green brown side */
    linear-gradient(110deg, rgba(0,128,255,0) 0%, rgba(0,128,255,0.8) 30%, rgba(0,128,128,0) 100%);
    overflow:hidden;

}
#header.contact {
    background-image: url('../img/Web_Contact_headerBG@2x.png');
    background-position: top center;
}
.how-ok-works #banner,
.why-we-made-ok #banner,
.who-is-ok #banner,
.contact-ok #banner {
    margin: 30px auto 50px;
    background-image: url('../img/OKword_white.svg');
}
#header .menu a:hover {
    color: #000;
}
#intro-header {
    text-align: center;
    max-width: 880px;
    margin: 50px auto;
    margin-left:auto !important;
    margin-right: auto !important;
    color: #FFF;
    line-height: 1.6em;
}
#header-arrow-bottom {
    width: 100%;
    height: 14px;
    margin-left: auto;
    margin-right: auto;
    background: url('../img/Arrowdown@2x.png') center bottom no-repeat;
    background-size:contain;
    opacity:0.4;
    cursor: pointer;
}
#download-ok-container {
    display: none;
}
#download-ok-container .cancel-button {
    background-image: url('../img/remove.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    margin-top: 23px;
    margin-left: 20px;
    display: block;
}
#header .logo,
#scroll-header .logo {
    height: 40px;
}
#header .menu,
#scroll-header .menu {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}
#header .menu .horizontal-menu,
#scroll-header .menu .horizontal-menu {
    height: 40px;
    line-height: 40px;
}
#header .menu a,
#scroll-header .menu a {
    margin: 0 10px;
    color: #FFF;
}
#header .menu a:hover {
    color: #000;
}
#scroll-header {
    background-color: rgba(50, 50, 51, 0.95);
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    height: 60px;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
#scroll-header .get-the-app {
    text-transform: uppercase;
}
#scroll-header .menu a:hover {
    color: #FFF;
}
#ok-app-description {
    background-color: #FFF;
    position: relative;
    z-index: 1;
}
#ok-app-description .content {
    max-width: 1000px;
    padding-top: 50px;
    min-height: 503px;
}
#ok-summary .content {
    max-width: 1000px;
}
#ok-app-preview {
    background-image: url('../img/Web_How_Top_Scan@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 620px;
    width: 310px;
    max-width:100%;
    margin: 40px 0px -155px;
    position: relative;
    z-index: 0;
}
.preview-slide {
    width: 100%;
    height: 530px;
    position:absolute;
    background-size:contain;
    background-repeat:no-repeat;
    top: 0;
    left: 0;
    display:none;
}
#preview-slide1 {
    background-image: url('../img/Web_Home-meet_scan@2x.png');
    z-index: 1;
}
#preview-slide2 {
    background-image: url('../img/Web_Home-meet_OK@2x.png');
    background-size: 304px 530px;
    z-index: 2;
    display:block;
    width: 0;
    left: 284px;
}
.preview-slide3 {
    background-image: url('../img/Web_Home-meet_PIN-0@2x.png');
    z-index: 4;
}
#preview-slide-PIN-0 {
    top: 480px;
    display: block;
}
#preview-slide-PIN-1 {
    background-image: url('../img/Web_Home-meet_PIN-1@2x.png');
    z-index: 5;
}
#preview-slide-PIN-2 {
    background-image: url('../img/Web_Home-meet_PIN-2@2x.png');
    z-index: 6;
}
#preview-slide-PIN-3 {
    background-image: url('../img/Web_Home-meet_PIN-3@2x.png');
    z-index: 7;
}
#preview-slide-PIN-4 {
    background-image: url('../img/Web_Home-meet_PIN-4@2x.png');
    z-index: 8;
}
#preview-slide-PIN-5 {
    background-image: url('../img/Web_Home-meet_PIN-5@2x.png');
    z-index: 9;
}
#preview-slide4 {
    background-image: url('../img/Web_Home-meet_Done@2x.png');
    z-index: 3;
}
#ok-app-text {
    width: 650px;
}
#ok-app-text > p {
    line-height: 40px;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
}
#ok-app-text h1 {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom: 33px;
    margin-top: 122px;
}
#ok-app-text .app-summary {
    margin-top: 30px;
    max-width:100%;
}
#ok-app-text .app-summary p {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 15px;
}
#ok-app-text .app-summary .app-icon-container {
    background-color: #0084ff;
    padding: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#ok-app-text .app-summary .app-icon-container .app-icon {
    background-image: url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 50px;
    width: 50px;
}
#ok-slider-view {
    height: 636px;
    color: #FFF;
    background-color: #F1F1F1;
    width: 100%;
    position: relative;
    z-index: 1;
}
#ok-slider-view .background-slide {
    width: 1280px;
    height: 640px;
    background-size: contain;
    background-repeat: no-repeat;
}
#ok-slider-view .slide1 {
    background-image: url('../img/OK6_Web_Home_Slide1@2x.png');
}
#ok-slider-view .slide2 {
    background-image: url('../img/OK6_Web_Home_Slide2@2x.png');
}
#ok-slider-view .slide3 {
    background-image: url('../img/OK6_Web_Home_Slide3@2x.png');
}
#ok-slider-view .slide4 {
    background-image: url('../img/OK6_Web_Home_Slide4@2x.png');
}
#ok-slider-view .slide5 {
    background-image: url('../img/OK6_Web_Home_Slide5@2x.png');
}
#ok-slider-view .content {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    margin-left: -640px;
}
#ok-slider-view .slide-text {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    position: absolute;
    bottom: 75px;
    width: 990px;
    max-width:80%;
    left:10%;
}
#ok-slider-view .slide-text h1 {
    margin-bottom: 15px;
}
#ok-slider-view .page-slider {
    font-size: 14em;
    opacity: 0.75;
    width: 110px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    z-index: 998;
}
#ok-slider-view .page-slider#previous-page {
    left: 20px;
    text-align: left;
}
#ok-slider-view .page-slider#next-page {
    right: 20px;
    text-align: right;
}
#ok-slider-view .page-slider a {
    height: 200px;
    display: block;
    line-height: 180px;
    color: #FFF;
}
#home-slide-2,
#home-slide-3,
#home-slide-4,
#home-slide-5 {
    display: none;
}
#page-indicator-container {
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    margin:auto;
    width:155px;
}
#page-indicator-container .page-indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 19px;
    width: 19px;
    margin: 5px;
    cursor: pointer;
}
#page-indicator-container .page-indicator.selected {
    background-color: rgba(255, 255, 255, 0.5);
}
#slider-decoration-container {
    height: 45px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -69px;
}
#slider-decoration-container #slider-decoration {
    width: 138px;
    overflow: hidden;
    height: 79px;
    border-top-right-radius: 69px;
    border-top-left-radius: 69px;
    position: relative;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.ok-open .ok-open-popup {
    position: absolute !important;
    margin-left:0 !important;
    left:0 !important;
}
.ok-cash .ok-cash-popup {
    position: absolute !important;
    margin-left:0 !important;
    left:0 !important;
}
#slider-decoration-container #slider-decoration #slider-decoration-hole {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-color: #fff;
    border-style: solid;
    border-width: 54px;
    background-color: transparent;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -38px;
}
#ok-summary {
    background-color: #f2f2f2;
}
#ok-summary.section {
    padding-top: 130px;
    padding-bottom: 50px;
}
#ok-summary .horizontal-menu {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
}
@media screen and (min-width:1282px){
    #ok-summary .horizontal-menu li {
        width: 305px;
        text-align: left;
        margin-right:30px;
    }
    #ok-summary .horizontal-menu .col.last li{
        margin-right:0px;
    }
}
@media screen and (min-width:1285px){
    #ok-summary .horizontal-menu li {
        width: 306px;
    }
}
@media screen and (min-width:1304px){
    #ok-summary .horizontal-menu li {
        width: 313px;
    }
}
#ok-summary .horizontal-menu h2 {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 1.5em;
}
#ok-summary .horizontal-menu p,
#ok-summary .horizontal-menu a {
    font-size: 1.5em;
}
#ok-summary .horizontal-menu p {
    line-height: 30px;
    margin: 30px 0;
    min-height: 180px;
}
#ok-summary .horizontal-menu a {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    color: #0080ff;
}
#ok-tagline {
    background-color: #0080ff;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #0080FF),
            color-stop(1, #9966FF)
    );
    background-image: -o-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: -moz-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: -webkit-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: -ms-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: linear-gradient(to right, #0080FF 0%, #9966FF 100%);
    color: #FFF;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-align: center;
}
#ok-tagline .content {
    padding: 0;
}
#ok-tagline-centered{
    display:inline-block;
}
#ok-tagline-button{
    margin-top: 17px;
    margin-left: 40px;
}
#ok-tagline h1 {
    /*height: 210px;
    line-height: 210px;*/
    padding:23px 0px 24px;
}
.download-ios, .download-android {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
#ok-download {
    padding-top: 65px;
    position: relative;
    z-index: 1000;
    background: white;
}
#ok-download .inner-content {
    width: 990px;
    max-width:100%;
    margin: 20px auto 0;
}
#ok-download .content {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 0 !important;
    max-width: 1120px;
}
#ok-download h1,
#ok-download a.button {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
#ok-download h1 {
    text-align: center;
    margin-bottom: 30px;
}
#ok-download a.button {
    padding: 15px 25px;
    /*margin-left: 30px;*/
    margin-left: 0px;
    width: 138px;
}
#ok-download #ok-button-android{
    margin-left:15px;
}
#ok-download a.button img {
    height: 30px;
    margin-right: 10px;
}
#ok-phones-display {
    background-image: url('../img/Web_Home_2phones@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
    width: 460px;
    z-index:1;
    margin-bottom:-87px;
}
#ok-download-ok{
    width:50%;
    margin-top:150px;
}
#free-app {
    background-image: url('../img/Web_Home_itsfree@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 46px;
    width: 231px;
    max-width: 100%;
    margin: 40px auto 0;
}
#ok-download-and-works {
    margin-top: 65px;
    margin-bottom: 50px;
}
#ok-download-and-works .content {
    padding-left: 80px;
    padding-right: 80px;
}
#ok-download-and-works h1,
#ok-download-and-works a.button {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
#ok-download-and-works h1 {
    text-align: center;
    margin-bottom: 30px;
}
#ok-download-and-works a.button {
    width: 210px;
    margin: 20px auto;
    line-height: 50px;
    max-width:80%;
}
#ok-download-and-works a.button span {
    margin-left: 20px;
    font-size: 33px;
}
#ok-download-and-works section {
    width: 463px;
    text-align: center;
}
#ok-download-and-works section:first-of-type:not(#ok-works) {
    border-right: 1px solid #B4B4B4;
    padding-right: 37px;
}
#ok-download-and-works section:nth-of-type(2) {
    padding-left: 25px;
}
#ok-works {
    font-size: 1.5em;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    color: #808080;
}
#ok-works p {
    font-size: 1.125em;
}
#works-logo {
    background-image: url('../img/Web_Home_OKWorks@2x.png');
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: 63px;
    background-color: #0080ff;
    height: 143px;
    width: 143px;
    margin: 40px auto;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #FFF;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    line-height: 220px;
    font-size: 18px;
}
#free-app {
    background-image: url('../img/Web_Home_itsfree@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    width: 289px;
    margin: 40px auto 0;
}
#ok-download a.button,
#ok-download-and-works a.button,
#download-ok-container a.button {
    display: block;
}
#ok-tagline.section {
    padding-top: 60px;
    padding-bottom: 50px;
}
#footer {
    background-color: #323233;
    color: #666666;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
#footer #footer-social{
    margin-top:20px;
}
#footer #footer-social a{
    display:inline-block;
}
#footer #footer-social #social-twitter .path{
    fill:#666666;
}
#footer #footer-social #social-twitter:hover .path{
    fill:#FFF;
}
#footer #footer-social #social-facebook .path{
    fill:#666666;
}
#footer #footer-social #social-facebook:hover .path{
    fill:#FFF;
}
#footer #footer-social #social-googleplus .path{
    fill:#666666;
}
#footer #footer-social #social-googleplus:hover .path{
    fill:#FFF;
}
#footer.section {
    padding-top: 40px;
    padding-bottom: 0px;
}
#footer .content {
    padding-top: 20px;
}
#footer p {
    font-size: 0.875em;
    line-height: 1;
    padding-bottom: 15px;
}
#footer a {
    font-size: 0.750em;
    color: #818181;
}
#footer a:hover {
    color: #FFF;
}
#footer .horizontal-menu {
    padding-bottom: 25px;
}
#footer .horizontal-menu .menu-item {
    padding: 0 10px;
}
#footer section {
    /*width: 445px;*/
}
#footer section.right {
    text-align: right;
}
#footer .language-copyright-container {
    margin-top: 20px;
    margin-bottom: 10px;
}
#footer .language-copyright-container p {
    width: 438px;
    line-height: 20px;
}
.how-ok-works #banner,
.why-we-made-ok #banner,
.who-is-ok #banner,
.contact-ok #banner {
    height: 185px;
    background-position: center center;
    width: 415px;
}
.why-we-made-ok #header h1,
.who-is-ok #header h1,
.contact-ok #header h1 {
    margin-top: 50px;
    margin-bottom: 90px;
    color: #FFF;
}
.how-ok-works #header h1 {
    color: #FFF;
}
.how-ok-works #header h1.light {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.how-ok-works #header h1.bold {
    margin-top: 40px;
}
#ok-steps {
    background-color: #a5d100;
    color: #FFF;
    margin-top: -20px;
}
#ok-steps .ok-step {
    margin: -54px 35px 0;
}
#ok-steps .ok-step .screen-shot {
    height: 361px;
    background-position: center;
    background-size: contain;
}
#ok-steps .ok-step .screen-tag {
    font-size: 38px;
    text-align: center;
    width: 100%;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-top: 35px;
    margin-bottom: 35px;
}
#ok-steps-detailed .content {
    padding-bottom: 0;
}
#ok-steps-detailed .screen-shot {
    height: 355px;
    background-position: center top;
    background-size: cover;
    position: absolute;
    bottom: 0;
}
#ok-steps-detailed .screen-shot:nth-of-type(1) {
    left: 0;
}
#ok-steps-detailed .screen-shot:nth-of-type(2) {
    right: 0;
}
#ok-steps-detailed .detailed-step {
    border-bottom: 1px solid #d2d2d2;
    padding: 80px 20px 0;
    position: relative;
}
#ok-steps-detailed .detailed-step:last-of-type {
    border-bottom: none;
}
#ok-steps-detailed .detailed-step-description {
    max-width: 610px;
    padding-top: 30px;
    padding-bottom: 65px;
}
#ok-steps-detailed .first {
    max-width: 590px;
}
#ok-steps-detailed .detailed-step-description h1 {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom: 50px;
}
#ok-steps-detailed .detailed-step .content {
    padding: 0;
}
#ok-steps-detailed .detailed-step a.button {
    width: 188px;
}
#ok-steps-detailed .detailed-step.dl-buttons {
    padding-top:60px;
    padding-bottom:70px;
}
#ok-steps-detailed .detailed-step a.button span {
    margin-left: 20px;
    font-size: 32px;
    line-height: 50px;
}
#ok-download-tagline, #ok-demo-tagline {
    background-color: #a5d100;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.5, #a5d100),
            color-stop(1, #cbec50)
    );
    background-image: -o-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: -moz-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: -webkit-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: -ms-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: linear-gradient(to right, #a5d100 50%, #cbec50 100%);
    color: #FFF;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-align: center;
}
#ok-download-tagline h1, #ok-demo-tagline h1 {
    height: auto;
    line-height: 140px;
}
#ok-download-tagline a.button {
    width: 188px;
}
#ok-download-tagline a.button span {
    margin-left: 20px;
    font-size: 33px;
    line-height: 50px;
}
#ok-demo-tagline .demo-finished.hidden {
    display:none;
}
#ok-demo-tagline h1 {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    color: white;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    line-height: 30px;
}
#ok-demo-tagline .items {
    margin-top: 60px;
    font-weight: normal;
}
.font-static {
    font-size: 22px;
}
.font-static-head {
    font-size: 24px;
}
.font-static-btn {
    font-size: 21px;
}
#ok-demo-tagline h1.center-align {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    min-height: 30px;
    line-height: 30px;
    padding-top: 30px;
}
#ok-demo-tagline .content {
    min-height: 400px;
    padding-top: 40px;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
#ok-demo-tagline .content .item {
    float: left;
    height: 320px;
    width: 320px;
    border-radius: 7px;
    color: black;
    text-align: left;
    background: #FFF;

    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
#ok-demo-tagline .content .item .ok-open-flip-container, #ok-demo-tagline .content .item .ok-cash-flip-container  {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    -moz-backface-visibility: hidden; /* Chrome, Safari, Opera */

    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
#ok-demo-tagline .content .item .ok-cash-flip-container  {
    top:50%;
}
#ok-demo-tagline .content .item .inner {
    position: absolute;
    top: 0;
    left: 0;
    width:auto;
    height:220px;
    padding: 30px;
    padding-left: 46px; /* Fix for bold font size */
    padding-right: 46px; /* Fix for bold font size */

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    -moz-backface-visibility: hidden; /* Chrome, Safari, Opera */

    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);

}
.button-cash-loading {
    background-color: #CCCCCC !important;
}
#ok-demo-tagline .content .item.first {
    float: left;
    margin-left: 130px;
}
#ok-demo-tagline .content .item.last {
    float: right;
    margin-right: 130px;
}
#ok-demo-tagline .content .item .title {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 24px;
}
#ok-demo-tagline .content .item .subtitle {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-size: 22px;
    padding-top: 20px;
    line-height: 1.35em;
    height: 116px;
    overflow:hidden;
}
#ok-demo-tagline .content .item .button {
    background: #000;
    padding: 15px 26px;
    font-size: 21px;
    margin-left: 0;
    margin-top: 25px;
    border-radius: 7px;
    color:white;
    text-align: center;
    cursor: pointer;
}
#ok-demo-tagline .content .item .hidden {
    display: none;
}
#ok-lostphone-tagline {
    background-color: #808080;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #808080),
            color-stop(1, #95928c)
    );
    background-image: -o-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: -moz-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: -webkit-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: -ms-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: linear-gradient(to right, #808080 0%, #95928c 100%);
    color: #FFF;
    height: auto;
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
}
#ok-lostphone-tagline h1 {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-left: auto;
    margin-right: auto;
    min-height: 30px;
    line-height: 30px;
    padding-top: 15px;
}
#ok-lostphone-tagline h1.subtitle {
    font-family: AvenirNextLTPro-UltLt, Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    min-height: 30px;
    line-height: 36px;
    padding-top: 30px;
}
#ok-lostphone-tagline h1.subsubtitle {
    padding-top: 30px;
    height:auto;
}
#ok-lostphone-tagline .lostphone-widget {
    width: 320px;
    height: 320px;
    background: url('../img/Web_How_Freeze@2x.png') left top no-repeat;
    background-size: cover;
    margin-right: 0px;;
}
#ok-lostphone-tagline .text {
    max-width: 60%;
}
#ok-lostphone-tagline .text span.info {
    width: 22px;
    height: 22px;
    background: url('../img/glyphicons_195_circle_info@2x.png') left top no-repeat;
    background-size: cover;
    display: inline-block;
}
#ok-lostphone-tagline .text a {
    color: white;
    text-decoration: underline;
}
#ok-why-we-made-ok .content > h1,
#ok-why-we-made-ok-download-app .content > h1,
#ok-improved .content > h1 {
    margin: 30px 0;
}
#ok-why-we-made-ok #download-ok-container,
#ok-why-we-made-ok-download-app #download-ok-container,
#ok-improved #download-ok-container {
    margin-bottom: 40px;
}
#ok-why-we-made-ok #download-ok-container h1,
#ok-why-we-made-ok-download-app #download-ok-container h1,
#ok-improved #download-ok-container h1 {
    color: #0080ff;
    text-transform: uppercase;
}
#ok-order-book {
    background-color: #999999;
    background-color: #999999;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #999999),
            color-stop(1, #95928c)
    );
    background-image: -o-linear-gradient(right, #999999 0%, #95928c 100%);
    background-image: -moz-linear-gradient(right, #999999 0%, #95928c 100%);
    background-image: -webkit-linear-gradient(right, #999999 0%, #95928c 100%);
    background-image: -ms-linear-gradient(right, #999999 0%, #95928c 100%);
    background-image: linear-gradient(to right, #999999 0%, #95928c 100%);
    color: #FFF;
    padding-bottom: 70px;
}
#ok-order-book a {
    color: #FFF;
}
#ok-book {
    height: 420px;
    width: 350px;
    max-width:100%;
    margin-top: -50px;
    background-image: url('../img/ok-book.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#ok-book-description {
    max-width: 587px;
    margin-left: 40px;
}
#ok-book-description h1 {
    margin-top: 70px;
    margin-bottom: 45px;
}
#ok-why-we-made-ok-tagline {
    background-color: #0080ff;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #0080FF),
            color-stop(1, #9966FF)
    );
    background-image: -o-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: -moz-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: -webkit-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: -ms-linear-gradient(right, #0080FF 0%, #9966FF 100%);
    background-image: linear-gradient(to right, #0080FF 0%, #9966FF 100%);
    color: #FFF;
    text-align: center;
    position:relative;
    /*padding: 50px 0;*/
}
#ok-why-we-made-ok-tagline-quotes-pre {
    display:inline;
    float:left;
    position:relative;
    left:130px;
    top:10px;
}
#ok-why-we-made-ok-tagline-quotes-post {
    display:inline;
    float:right;
    position:relative;
    right:135px;
    top:65px;
}
#ok-why-we-made-ok-tagline h1 {
    line-height: 51px;
    display:inline-block;
    font-style: italic;
}
#ok-why-we-made-ok-download-app {
    background-color: #f2f2f2;
}
#ok-why-we-made-ok-download-app p {
    margin-bottom: 40px;
}
#ok-improved p.bold {
    margin-top: 35px;
    margin-bottom: 30px;
}
#ok-who-is-ok-tagline {
    background-color: #a5d100;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.5, #a5d100),
            color-stop(1, #cbec50)
    );
    background-image: -o-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: -moz-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: -webkit-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: -ms-linear-gradient(right, #a5d100 0%, #cbec50 100%);
    background-image: linear-gradient(to right, #a5d100 50%, #cbec50 100%);
}
#ok-contact-tagline {
    background-color: #808080;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, #808080),
            color-stop(1, #95928c)
    );
    background-image: -o-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: -moz-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: -webkit-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: -ms-linear-gradient(right, #808080 0%, #95928c 100%);
    background-image: linear-gradient(to right, #808080 0%, #95928c 100%);
}
#ok-who-is-ok-tagline,
#ok-contact-tagline {
    color: #FFF;
    text-align: center;
    /*padding: 21px 0;*/
}
#ok-who-is-ok-tagline .content,
#ok-contact-tagline .content {
    max-width:90%;
}
#ok-who-is-ok-tagline .content,
#ok-contact-tagline .content {
    padding: 23px 0 24px;
}
#ok-who-is-ok-tagline h1,
#ok-contact-tagline h1 {
    line-height: 51px;
}
#ok-contact-details{
    padding-top:40px;
}#ok-contact-details .content{
     padding-bottom:0px !important;
 }
#ok-contact-details p {
    margin: 0 0 30px;
}
#ok-contact-details h1 {
    margin: 30px 0;
}
#ok-contact-details .content {
    padding-bottom: 0;
}
#ok-contact-details section:first-of-type {
    width: 420px;
}
#ok-contact-details section:last-of-type {
    width: 480px;
    margin-left: 85px;
}
#contact-arrow {
    background-image: url('../img/Web_Contact_arrow@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 137px;
    width: 74px;
    margin-top: 0px;
    margin-right: 20px;
}
#contact-phone {
    background-image: url('../img/Web_Contact_Phones@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 80px;
    height: 320px;
    width: 420px;
}
#contact-image {
    margin-top: 0px;
}
.screen-shot {
    background-repeat: no-repeat;
    width: 215px;
}
.screen-scan {
    background-image: url('../img/Web_How_Top_Scan@2x.png');
}
.screen-scan-qr {
    background-image: url('../img/Web_How_Body_Scan-QR@2x.png');
    width: 317px;
    max-width: 317px;
    margin: 0 35px 0 0px;
    left: 0;
}
.screen-ok {
    background-image: url('../img/Web_How_Body_OK@2x.png');
    margin-top:25px !important;
    margin-right: 3%;
}
.screen-pin {
    background-image: url('../img/Web_How_Body_PIN@2x.png');
    left: 0;
    margin-left: 3%;
}
.screen-done {
    background-image: url('../img/Web_How_Body_Done@2x.png');
    margin-right: 3%;
}
#menu-box-container ul li a{
    font-size:1.5em;
}
@media only screen and (max-width: 1300px) {
    #ok-slider-view .content{
        margin-left:0;
        left:0;
        position:initial;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1280px) {
    .content .content,
    #ok-download-and-works .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    #ok-steps .ok-step:nth-child(1) {
        margin-left: 15px;
    }
    #ok-steps .ok-step:nth-child(4) {
        margin-right: 15px;
    }
    #ok-steps-detailed .detailed-step-description {
        max-width: 590px;
    }
}
@media only screen and (max-width: 1100px){
    #ok-banner-button{
        margin-left:auto;
        margin-right:auto;
        display:inline-block;
        float:none;
    }
    #ok-why-we-made-ok-tagline-quotes-post {
        display:inline;
        position:absolute;
        right:50px;
        float:none;
        bottom:70px;
        top:initial;
    }
    #ok-why-we-made-ok-tagline-quotes-pre {
        display:inline;
        position:absolute;
        left:50px;
        float:none;
        top:70px;
    }
}
@media only screen and(max-width: 1040px){
    #ok-app-text {
        width: 600px;
    }
}
@media only screen and (max-width: 1260px) and (min-width: 1200px) {
    #ok-app-text {
        width: 540px;
    }
    #ok-app-preview {
        margin-right: 60px;
        margin-left: 70px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .content {
        padding-left: 80px;
        padding-right: 80px;
    }
    #ok-download section:first-of-type {
        padding-right: 16px;
        padding-left: 20px;
        width: 389px;
    }
    #ok-download section:nth-of-type(2) {
        padding-left: 20px;
        width: 390px;
    }
    #ok-download .inner-content {
        /*width: 850px;*/
        margin: 0 auto;
    }
    #ok-app-description #ok-app-text .app-summary p {
    }
    #ok-summary .horizontal-menu li {
        width: 29%;
        padding:0px 15px;
    }
    #footer section:first-of-type {
        width: 490px;
    }
    #footer section:last-of-type {
        width: 350px;
    }
    #footer .language-copyright-container p {
        width: 430px;
    }
    #ok-order-book #ok-book-description {
        max-width: 55%;
        margin-left: 65px;
    }
    #ok-steps .ok-step {
        margin-left: 15px;
        margin-right: 15px;
    }
    #ok-steps .ok-step .screen-tag {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    #ok-steps .inner-content {
        width: 830px;
        margin: 0 auto;
    }
    #ok-steps-detailed .detailed-step-description {
        max-width: 590px;
    }
    #ok-steps-detailed .screen-shot.screen-scan-qr {
        margin: 15px 0px 0 0px !important;
    }
    .inline-buttons-container {

    }
    .inline-buttons-container .button:first-of-type {
        margin-right: 5px;
    }
    #ok-contact-details section:last-of-type {
        width: 480px;
        margin-left: 50px;
    }
    #ok-contact-details .inner-content {
        width: 950px;
        margin: 0 auto;
    }
    #ok-contact-details h3{
        line-height: 36px;
    }
    #ok-summary .inner-content {
        /*width: 924px;*/
        margin: 0 auto;
    }
    #ok-download-and-works section:nth-of-type(2) {
        padding-right: 50px;
        padding-left: 40px;
        width: 380px;
    }
    #ok-download-and-works section:first-of-type {
        width: 465px;
        padding-right: 30px;
        padding-left: 0px;
    }
    #ok-download-and-works .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    #ok-download-and-works .inner-content {
        width: 1000px;
        margin: 0 auto;
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
#pull {
    display: none;
    background: transparent;
    margin-top:5px;
}
.icon-bar {
    margin-top: 4px;
    background-color: #FFF;

    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;

    box-sizing: border-box;
}
.ok-open-content p, .ok-cash-content p {
    font-size:13px;
    line-height: 16px;
}
@media only screen and (max-width: 1200px){
    #ok-app-text{
        width:47%;
    }
    #ok-demo-tagline .content .item.first {
        margin-left: 10%;
    }
    #ok-demo-tagline .content .item.last {
        margin-right: 10%;
    }
    #ok-steps-detailed .screen-shot.screen-scan-qr {
        margin: 0 0px 0 0px !important;
    }
    #ok-app-preview {
        margin: 60px 0px -155px;
    }
}

@media only screen and (max-width: 1100px){
    #ok-steps-detailed .detailed-step-description {
        max-width: 68%;
        padding-bottom: 30px;
    }
    #ok-steps-detailed .detailed-step-description.first {
        max-width: 60%;
    }
    #ok-order-book #ok-book-description {
        max-width: 55%;
    }
    #ok-demo-tagline .content .item.first {
        margin-left: 7%;
    }
    #ok-demo-tagline .content .item.last {
        margin-right: 7%;
    }
}

@media only screen and (max-width: 1075px) {
    #ok-order-book #ok-book-description {
        max-width: 50%;
    }
}
@media only screen and (max-width:1040px){
    #ok-download-and-works section{
        width:39% !important;
        padding-left:5% !important;
        padding-right:5% !important;
    }
    #download-ok-container h1{
        width:100%;
    }
    #download-ok-container .inner-content {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

@media only screen and (max-width: 1024px) {
    body{
        font-size:85%;
    }
    #ok-download-ok {
        margin-top: 30px;
    }

    #ok-steps-detailed .detailed-step-description {
        padding-bottom: 20px;
    }
    #ok-steps-detailed .detailed-step-description h1 {
        margin-bottom: 25px;
    }
    .content {
        padding-left: 50px;
        padding-right: 50px;
    }
    #ok-download-ok{
        width:100%;
        margin-bottom:40px;
    }
    #ok-phones-display{
        width:100%;
    }
    #ok-summary .horizontal-menu .col{
        overflow:hidden;
    }
    #ok-summary .horizontal-menu .col:not(.last){
        margin-bottom:100px;
    }
    #ok-summary .horizontal-menu .col .inner_col{
        margin-left:auto;
        margin-right:auto;
        display:table;
    }
    #ok-summary .horizontal-menu .col li{
        max-width:100%;
    }
    #ok-lostphone-tagline .text {
        max-width: 55%;
    }
    #ok-summary .horizontal-menu p {
        min-height: inherit;
    }
    #ok-summary .horizontal-menu li {
        width: 100%;
    }
    #ok-app-text {
        width: 540px;
    }
}

@media screen and (max-width: 1030px){
    #ok-app-preview{
        margin:25px auto -150px;
    }
    #ok-app-text{
        margin: 0 auto;
        max-width: 100%;
    }
    #ok-book-description{
        max-width:400px;
        margin-left:50px;
    }
    #ok-download .inner-content{
        width:100%;
    }
    #ok-contact-details section{
        width:47% !important;
    }
    #ok-contact-details section:last-of-type{
        margin-left:5% !important;
    }
}
@media screen and (max-width: 960px) {
    #ok-app-text{
        width:47%;
    }
}
@media screen and (max-width:900px){

    #ok-app-text{
        width:80%;
        float:none;
    }
    #ok-app-preview {
        float:none;
        display:block;
        margin-top: 50px;
        margin-bottom:-160px;
    }
    #ok-book-description{
        width:80%;
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    #ok-book{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    #ok-demo-tagline .content .item.first {
        margin-left: 3%;
    }
    #ok-demo-tagline .content .item.last {
        margin-right: 3%;
    }
    #ok-lostphone-tagline .text {
        max-width: 46%;
    }
    #ok-order-book #ok-book-description {
        max-width: 90%;
    }
}

@media screen and (max-width:800px){
    #ok-why-we-made-ok-tagline-quotes-post {
        right:20px;
        bottom:70px;
    }
    #ok-why-we-made-ok-tagline-quotes-pre {
        left:20px;
        top:70px;
    }
    #ok-demo-tagline .content .item {
        float:none !important;
        position: relative;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 320px !important;
    }
    #ok-demo-tagline .content .item.okcash.last {
        margin-top:20px;
    }
}

@media screen and (max-width:750px){
    body{
        font-size:70%;
    }
    p {
        line-height: 26px;
    }
    #footer p[res-content="footer_statement"], #footer p[res-content="footer_copyright"]{
        display:none;
    }
    #footer section.left{
        width:auto;
    }
    #footer section.right{
        float:left;
        text-align:left;
        margin-bottom:10px;
        margin-left:20px;
        width:80%;
        margin-top:33px;
    }
    #culture-box-container {
        bottom: 165px;
    }
    #footer a{
        font-size:1.4em;
    }
    #ok-app-text{
        width:430px;
    }
    #ok-download-and-works section{
        width:100% !important;
        border-width: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #ok-download-and-works section:last-of-type{
        margin-top:40px;
    }
    #ok-contact-details section{
        width:100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #ok-contact-details section:last-of-type{
        margin-left:0px !important;
        margin-top:40px;
    }
    #ok-steps-detailed .detailed-step-description, #ok-steps-detailed .screen-shot {
        max-width: 100% !important;
        max-height: none;
        float:none;
        position: relative;
    }
    #ok-lostphone-tagline .text, #ok-lostphone-tagline .lostphone-widget {
        float:none;
        margin-left: auto;
        margin-right: auto;
        max-width:100%;
        display:block;
    }
    .language-icon {
        margin-right: 0;
    }
    #cookie-header p.text {
        font-size: 1.2em;
    }
}
.lostphone-activate {
    cursor:pointer;
}

@media screen and (max-width: 700px) {
    #ok-steps-detailed .screen-shot {
        margin:0;
        margin-left:auto;
        margin-right:auto;
        width: 80%;
        background-size: 100%;
    }
    #download-ok-container a{
        float:none;
    }
    #download-ok-container a:nth-of-type(2){
        margin-top:20px;
    }
    .inline-buttons-container {
        width: 100%;
    }
    .inline-buttons-container .download-button, .inline-buttons-container .button:first-of-type {
        margin-left:auto;
        margin-right:auto;
        float:none;
        display:block;
        position:relative
    }
    .inline-buttons-container .download-button.download-android {
        margin-top:20px;
    }
    #download-ok-container .cancel-button {
        margin: 23px auto 0px;
    }
}

@media screen and (max-width:615px){
    #ok-app-text .app-summary .app-icon-container{
        float: none;
        margin: 0 auto 20px;
        display: table;
    }
    #ok-app-text .app-summary p{
        margin:0;
        float:left;
        text-align: center;
    }
    #ok-download #ok-button-android{
        margin-left:0px;
        margin-top:15px;
    }
    #ok-download a.button{
        float:none;
    }
}
@media screen and (max-width: 910px) {
    /*#ok-steps-detailed .detailed-step-description, #ok-steps-detailed .screen-shot {
        width: 100%;
    }*/
    #ok-steps-detailed .detailed-step-description {
    }
    #ok-steps-detailed .screen-shot {
        max-width: 185px;
        max-height: 300px;
    }
    #ok-steps-detailed .screen-scan-qr {
        max-width: 220px;
        max-height: 220px;
    }
    #get-ok-container .left {
        margin-left:auto;
        margin-right:auto;
        display:block;
        float:none;
    }
    #get-ok-container #ok-banner-button.left {
        width: 185px;
    }
    #ok-banner-button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 770px) {
    .hide-770 {
        display: none;
    }
    .menu-item.small.device.left.button img.left {
        margin:0;
    }
    .menu-item.small.device.left.button {
        width: auto;
    }
    #ok-book-description{
        width:90%;
    }

}

@media screen and (max-width: 650px) {
    #scroll-header {
        display: none !important;
    }
}
@media screen and (max-width: 600px) {
    .content {
        padding: 10px 30px 25px !important;
    }
    #cookie-header .content {
        padding: 0 20px 0 !important;
    }
    nav {
        height: auto;
        border-bottom: 0;
        max-width: 80%;
    }
    nav ul {
        width: 100%;
        display: none;
        height: auto;
    }
    nav li {
        width: 100%;
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: relative;
        background: rgba(255, 255, 255, 0.45);
        border-bottom: 1px solid #FFF;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
        color:white;
    }
    nav li:last-child {
        display: none;
    }

    nav a#pull {
        display: inline-block;
        margin: 0;
        width: auto;
        float: right;
        padding-top: 8px;
        margin-bottom: 10px !important;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        /*background: url('../img/glyphicons_158_show_lines@2x.png') no-repeat;*/
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    #ok-book-description{
        width:100%;
    }
    #ok-tagline .left {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
        display:inline-block !important;
    }
    .dl-buttons .content {
        padding:0 !important;
    }
    #cookie-header .ok-cookie-accept {
        margin-left: auto;
        margin-right: auto;
    }
    #intro-header {
        line-height: 40px;
    }
    #cookie-header p.text-width-600 {
        display: inline-block;
    }
    .text-width-all {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    nav li {
        width: 100%;
    }
    #menu-box-container {
        right: 20px;
    }
    .content {
        padding: 10px 20px 25px !important;
    }
    #ok-why-we-made-ok-tagline-quotes-post {
        right:20px;
        bottom:20px;
    }
    #ok-why-we-made-ok-tagline-quotes-pre {
        left:20px;
        top:20px;
    }
    #ok-demo-tagline .content .item {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        max-width: 320px;
        width: 100%;
        height: 400px;
    }
    #ok-lostphone-tagline .content, #ok-demo-tagline .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #ok-lostphone-tagline .content, #ok-demo-tagline .content h1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #ok-lostphone-tagline .text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .button {
        margin-left: 0;
    }

    #ok-steps-detailed .screen-scan-qr {
        max-height: 200px;
    }
    #page-indicator-container .page-indicator {
        width: 12px;
        height: 12px;
    }
    #page-indicator-container .page-slider {
        font-size: 9em;
    }
    #page-indicator-container {
        width:120px;
    }
    #culture-box-container {
        margin-left:-10px;
    }
    #culture-box-arrow {
        margin-left: 18px;
    }
}

@media only screen and (max-height: 800px){
    #intro-header{
        margin:40px;
    }
    #banner.resize{
        margin:40px auto 40px;
    }
    #get-ok-container, #download-ok-container{
        margin:40px;
        margin-left:auto;
        margin-right:auto;
    }
    #ok-steps-detailed .detailed-step-description {
        max-width:63%;
    }
}
@media only screen and (max-height: 750px){
    #intro-header{
        margin:30px;
    }
    #banner.resize{
        margin:30px auto 30px;
    }
    #get-ok-container, #download-ok-container{
        margin:30px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (max-height: 700px){
    #intro-header{
        margin:40px 20px 20px 20px;
    }
    #banner.resize{
        margin:20px auto 20px;
    }
    #get-ok-container, #download-ok-container{
        margin:20px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (max-height: 650px){
    #intro-header{
        margin:30px 10px 10px 10px;
    }
    #banner.resize{
        margin:10px auto 10px;
    }
    #get-ok-container, #download-ok-container{
        margin:10px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (max-width: 650px){
    #banner{
        height:270px;
    }
}

@media only screen and (max-width:568px){
    #ok-summary .horizontal-menu p,
    #ok-summary .horizontal-menu a {
        font-size: 1.75em;
    }
    #ok-summary .horizontal-menu h2{
        font-size:2.375em;
    }
    #ok-slider-view .slide-text p {
        display:none;
        font-size:1.5em;
    }
    #ok-slider-view .slide-text h1 {
        font-size:1.75em;
    }
    #ok-slider-view, #ok-slider-view .background-slide{
        height:440px;
    }
    #ok-slider-view .background-slide{
        width:880px;
    }
    #intro-header, .how-ok-works #header h1, #get-ok-container h1{
        font-size:1.75em;
    }
    #download-ok-container h1{
        font-size:1.75em;
    }
    p{
        font-size:1.75em;
        line-height: 30px;

    }
    h1, #ok-lostphone-tagline h1.subtitle, #get-ok-container h1 {
        line-height: 30px;
    }
}

@media only screen and (max-width: 520px){
    body{
        /*font-size:60%;*/
    }
    #banner{
        height:162px;
    }
}

@media only screen and (max-width:430px){
    #ok-phones-display {
        height: 475px;
    }
    #footer a{
        font-size:1.25em;
    }
    #intro-header {
        line-height: 35px;
    }
}

.blue-link {
    text-decoration: underline !important;
    color: #a5d100 !important;
}

@media only screen and (max-width:350px){
    #ok-phones-display {
        height: 417px;
    }
    #footer a{
        font-size:1.25em;
    }
    #footer section.right .horizontal-menu .menu-item {
        display: inline-block;
    }
    #footer section.right .horizontal-menu .menu-item:last-child {
        margin-top: 10px;
    }
    #culture-box-container {
        bottom: 200px;
    }
}

@media only screen and (max-width:320px){
    #ok-phones-display {
        width: 100%;
        height: 393px;
    }
    #ok-app-preview {
        margin-bottom:-223px;
    }
    #culture-box-container {
        bottom: 200px;
    }
}
