/* synki css */
html{
    height: 100%;
    width:100%;
    margin: 0;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
}
p,body{
    height: 100%;
    margin: 0;
}
.al{
    text-decoration:none;
}
section{
    height:100%;
    scroll-snap-align: start;
}
.ontop{
    position:absolute;
    left:50%;
    transform:translate(-50%, 0);
    z-index:3;        
}
h1{
    color:white;
    font-size: calc(40px + (80 - 40) * ((100vw - 300px) / (1600 - 300)));
    line-height:1em;
    margin-bottom: 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-style: normal;
}
.h1s{
    color:white;
    font-size: calc(26px + (72 - 26) * ((100vmin - 300px) / (1600 - 300)));
    line-height:1em;
    margin-bottom: 0;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-style: normal;
}
h2{
    color:white;
    font-size: calc(24px + (40 - 24) * ((100vmin - 300px) / (1600 - 300)));
    line-height:1em;
    margin-bottom: 0;
    font-weight:bold;
}
h2black{
    color:black;
    font-size: calc(24px + (40 - 24) * ((100vmin - 300px) / (1600 - 300)));
    line-height:1em;
    margin-bottom: 0;
    font-weight: bold;
}
.h2subtext{
    color: #112A46;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1600 - 300))); 
    font-weight:bold;
}
.logo{
    position:absolute;
    top:2px;
    color:white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.logoalt{
    position:absolute;
    top:2px;
    color:white;    
}
.verticalcentered{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}
.synkishowcase{
    height:100%;
    background-image: url("../media/showcase.png");
    background-position:center center;
    background-repeat: no-repeat;    
    background-size: contain;
}
.synkishowcase2{
    height:100%;
    background-image: url("../media/showcase2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.synkishowcase3{
    height:100%;
    background-image: url("../media/showcase3.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
::placeholder {
  color: darkslategrey;
  opacity: 0.8; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: darkslategrey;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: darkslategrey;
}
div.errortext {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
    white-space: normal;
    word-wrap:break-word;
    color:black;
}
div.wraptext {
    white-space: normal;
    word-wrap:break-word;    
}
.synkiblue{
    color:#4473c5;
}
.synkibluebg{
    background-color:#4473c5;
}
.forcefullheight{
    height:100%;
}
.forcemin15vh{
    min-height:15vh;
}
.forcemin20vh{
    min-height:20vh;
}
.forcemin40vh{
    min-height:40vh;    
}
.highlightbg{
    background-color:rgba(128,128,128,0.6);
    border-radius:10px;
}
.highlighttext2{
    color:black;
}
.highlightbgd{
    background-color:rgba(0,0,0,0.4);
    border-radius:10px;
}
.highlightbgdd{
    background-color:rgba(0,0,0,0.1);
    border-radius:10px;
}
.fboxrow{
    display:flex; 
    justify-content:flex-start;
}
.phonecentered{
    position: absolute;
    width:100%;
    bottom:0%;
    text-align: center;
}
.sectionbutton {
    position:absolute;
    left:50%;
    top: -20px;
    transform: translate(-50%, 0);
    border:none;
    border-radius:4px;
}
.sectioncircle {
    position:absolute;
    left:50%;
    margin-left:-25px;
    top: -20px;
}
.sfreeregbutton{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    border-radius:4px;
    text-align: left;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: calc(12px + ((20 - 12) * ((100vw - 300px) / (1600 - 300))));
    font-weight:900;
    padding: 8px 16px;
    min-width: 200px;
}
.pl{
    color:white;
    font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 1em;
}
.pm{
    color:white;
    font-size: calc(8px + (15 - 8) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 1em;    
}
ol {
    color:white;
    list-style-position: outside;
    list-style-type: decimal;
}
li,.hp {
    color:black;
    font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1600 - 300)));
}
.topbar {
    color:black;
    font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1600 - 300)));
}
.cp {
    color:black;
    font-size:15px;
    margin:0;
}
.sp {
    color:black;
    font-size:10px;
    margin:0;
}
.inputfieldformat {
    background-color: rgba(255,255,255,0.6);
}
.synki-sidebar {
    vertical-align:middle;
}
.w3-menubutton{
    background-color: rgba(0,0,0,0.4);
    margin-left: 4px;
    margin-right: 4px;
    min-width:10vw;
}
.w3-dropdown-content-right {
    right: 0;
    background-color: rgba(0,0,0,0);
}
.navigation {
    position: fixed;
    top:50%
}
.w3-mainpageleft{
    width:50%;
}
.w3-contentslide{
    position:relative;
    width:100%;
    padding-left: 5%;
    color: white;
    height:100vh;
    padding-right:0px;
    page-break-after:always;
}
/* Order/registration page css */
.orderpg{                                                                       /* styling of the order page */
    position:absolute;
    width:100%;
    color: black;
    background-color: white;
}
.orderpgformheader{                                                             /* order page form header, js control */
    display:none;
}
.orderpgregheader{                                                              /* Styling of registration progress header */
    background-color: rgba(0,0,0,0.6);    
}
.orderpgregheadertxt{                                                           /* Stylingof text in registration progress header */
    color:white;
}
.orderpgtxt{
    color:black;
    font-size:15px;
    margin:0;    
}
.orderpginput{
    background-color: rgba(0,0,0,0.2);    
}
.orderpginputvalidated{
    color:black;
    background-color: #4caf50; 
}
.select-items{
    color:black;
    background-color: white;
}
.orderpgtxtsmall{
    color:black;
    font-size:10px;
    margin:0;    
}
.orderpgpropheader{
    color:white;
    font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 1em;
}
.orderpgproptxt{
    color:white;
    font-size:15px;
    margin:0;    
}
.orderpgproptxtsmall{
    color:black;
    font-size:10px;
    margin:0;    
}
.orderpgovheader{
    background-color: rgba(0,0,0,0.6);        
}
.orderpgovheaderinput{
    color:white;
    background-color:rgba(0,0,0,0);
    font-weight:bold;
}
.orderpgovtxt{
    color:white;
    font-size:15px;
    margin:0; 
    font-weight:bold;
}
.orderpgovinput{
    color:white;
    background-color:rgba(0,0,0,0);
}
.orderoverview{
    background-color: rgba(0,0,0,0.4);    
}
.registrationformtab{
    display:none;
}
.w3-content-fromtop {
    top:10%;
}
.w3-login {
    color: white;
    width: 95%;
    max-width: 500px; 
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    background-color: rgba(0,0,0,0.4);
}
.w3-proprow{
    display:flex;
    width:100%;
}
.w3-propcol{
    flex:1;
}
.w3-prophighlightbg{
    background-color:rgba(0,0,0,0.6);
}
.w3-propdarkenbg{
    background-color:rgba(0,0,0,0.4);
}
.w3-propcontainer {
/*    height:80vh;*/
    border-radius:4px;
    padding-bottom: 16px;
}
.confcol {
    display:flex;
    align-items: center;
    height: 2em;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.w3-errortextcolor{
    color:black;
}
.w3-abouttextcolor{
    color:black;    
}
.w3-helptextcolor{
    color:black;    
}
.w3-helptopicheader {
    overflow:visible;
    white-space:normal;
    background-color: rgba(0,0,0,0.2);
    font-size: calc(24px + (40 - 24) * ((100vmin - 300px) / (1600 - 300)));
    line-height:1em;
    margin-bottom: 0;
    font-weight:bold;
}
.w3-helptopic {
    overflow:visible;
    white-space:normal;
    background-color: rgba(0,0,0,0.2);
}
.w3-helptopicterm {
    overflow:visible;
    white-space:normal;
    background-color: rgba(0,0,0,0.1);
}
.w3-helptopichp {
    font-size: calc(17px + (22 - 17) * ((100vw - 300px) / (1600 - 300)));    
}
.w3-helptopiccp {
/*    color:black;*/
    font-size:15px;
    margin:0;
}
.w3-table {
    background-color: rgba(0,0,0,0.2);
}
.synki_showcase {
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
}
.loginbg {
    height:100%;
    width:100%;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;    
}
.bg {
    display: block;
    height: 100vh; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uspbg {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height:100%;
    width:100%;
}
.page1background{
    height:100%;
    background-position: left; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#6CB4C7;
}
.page2background{
    height:100%;
    background-position: left; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #809752;
}
.page3background{
    height:100%;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E7CA96;
}
.page4background{
    height:100%;
    background-position: left; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #82C1D9;
}
.page5background{
    background-color: #D5EDF9;
}
.page6background{
    background-color: #82C1D9;    
}
.videobackground{
    height:100%;
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D9D7D7;
}
.propositionbg{
    background-color: transparant;
}
.absoluteoverlay {
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
    cursor: pointer;
}
.noscriptoverlay {
    position: fixed;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    cursor: pointer;
}

/*background and overlay*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bg {background-image: url("../media/page4bg-xs.jpg");}
    .uspbg{background-image: url("../media/uspbg-xs.jpg");}
    .loginbg{background-image: url("../media/loginbg-xs.jpg");}
    .videobackground{background-image: url("../media/page4bg-xs.jpg");}
    .w3-registrationpage{background-image: url("../media/page4bg-xs.jpg");}
    .colofon-content1{display:none;}
    .colofon-content2{display:none;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bg {background-image: url("../media/page4bg-s.jpg");}
    .uspbg{background-image: url("../media/uspbg-s.jpg");}
    .loginbg{background-image: url("../media/loginbg-s.jpg");}
    .videobackground{background-image: url("../media/page4bg-s.jpg");}
    .w3-registrationpage{background-image: url("../media/page4bg-s.jpg");}
    .w3-hide-medium-l {display:block;}
    .w3-hide-medium-p {display:none;}
}
@media only screen and (orientation: landscape) and (max-width: 768px){
    .bg {background-image: url("../media/page4bg-s.jpg");}
    .uspbg{background-image: url("../media/uspbg-s.jpg");}
    .loginbg{background-image: url("../media/loginbg-s.jpg");}
    .videobackground{background-image: url("../media/page4bg-s.jpg");}
    .w3-registrationpage{background-image: url("../media/page4bg-s.jpg");}
    .w3-hide-medium-l {display:none;}
    .w3-hide-medium-p {display:block;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bg {background-image: url("../media/page4bg-m.jpg");}
    .uspbg{background-image: url("../media/uspbg-m.jpg");}
    .loginbg{background-image: url("../media/loginbg-m.jpg");}
    .videobackground{background-image: url("../media/page4bg-m.jpg");}
    .w3-registrationpage{background-image: url("../media/page4bg-m.jpg");}
    .w3-hide-medium-l {display:none;}
    .w3-hide-medium-p {display:block;}
} 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bg {background-image: url("../media/page4bg-l.jpg");}
    .uspbg{background-image: url("../media/uspbg-l.jpg");}
    .loginbg{background-image: url("../media/loginbg-l.jpg");}
    .videobackground{background-image: url("../media/page4bg-l.jpg");}
    .w3-registrationpage{background-image: url("../media/page4bg-l.jpg");}
} 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bg {background-image: url("../media/page4bg-xl.jpg");}
    .uspbg{background-image: url("../media/uspbg-xl.jpg");}
    .loginbg{background-image: url("../media/loginbg-xl.jpg");}
    .videobackground{background-image: url("../media/page4bg-xl.jpg");}
    .w3-registrationpage{background-image: url("../media/page4bg-xl.jpg");}
}
.fullheight{
    height: 100%;
}
.messagediv{
    position: absolute;
    width:100%;
    top: 38%;
    color: white;
}
.Synki-status {
    float:left;
}
.testenv{
    position: fixed;
    bottom: 0%;
    left: 0%;
    background-color:red;
    color: white;
    z-index:999;
}
.nextpage{
    position: fixed;
    top: 80%;
    left: 50%;
    background-color:red;
    color: white;
    transform: translate(-80%,-50%);
    -ms-transform: translate(-80%,-50%);
    text-align:center;
    z-index:3;
}
#clientloginform {
    display: none;
}
.colofon {
    display:block;
    font-weight:normal;
    text-shadow:none;
    width:100%;
    min-height:75vh;
    color: white;
}
.footer {
    color: black;
    background-color:rgba(0,0,0,0);
}
.fixedfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    height: 4vh;
}
.selector {
    display:block;
    height:100%;
}
#noscripttext{
    position: absolute;
    top: 38%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.cookienoticediv {
    position: fixed;
    bottom: 5px;
    display: block;
    width:100%;
    color:white;
    font-size:15px;
    z-index: 99;
    cursor: pointer;
}
.noadsnodatabutton{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    border-radius:4px;
    text-align: left;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: calc(12px + ((20 - 12) * ((100vw - 300px) / (1600 - 300))));
    font-weight:900;
    padding: 8px 16px;
    min-width: 200px;
}
/* Style the video: 100% width and height to cover the entire window */

#videowrapper{
    height: 50vw; 
    min-height:50vh;
    position: relative;
    }
   
    #videowrapper .fullwidth-video-bg {
    position: absolute; 
    z-index: 1; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    overflow: hidden;
    background-size: cover; 
    background-color: transparent; 
    background-repeat: no-repeat;
    background-position: 0% 50%;   
    }
   
   #videowrapper video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}   
    /** For Edge**/
   
    @supports (-ms-ime-align:auto){ 
     #videowrapper video
     { object-fit:none; margin:none;position:inherit;
       z-index:1;
       top:50%;
       left:0%;transform:translate(0%, -50%);
       height:auto;width:100%; } 
     } 
