@charset "utf-8";
/* CSS Document */

.preloader {
  background: -o-linear-gradient(top, #24d2fe 0%, #2F3173 80%); /* Opera */
  background: -moz-linear-gradient(top, #24d2fe 0%, #2F3173 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #24d2fe 0%,#2F3173 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #24d2fe 0%,#2F3173 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d2fe', endColorstr='#2F3173',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0.75;
}

#background-low {
	display: none;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

body {
	margin: 0px;
}

.header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 275px;
	position: fixed;
	z-index: 9999;
}

nav {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	margin-right: 0px;
	margin-left: auto;
}

.container-logo {
	flex: 20%;
	max-width: 20%;
	margin-left: 0px;
	margin-right: auto;
}

.logo {
	padding-left: 2rem;
	padding-top: 1rem;
	height: 5em;
}


body {
  	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
  	-moz-font-smoothing: antialiased;
  	-ms-font-smoothing: antialiased;
  	font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
	font-family: 'Raleway', sans-serif;
}

.viewer {
    float: left;
	height: 65%;
	min-height: 600px;
	width: 75%;
	min-width: 275px;
    left: 12.5%;
    position: fixed;
    right: 12.5%;
  	top: 140px;
	z-index: 3;
}

.iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.google {
    display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.title {
    position: fixed;
    display: table;
    margin-top: 140px;
    text-align: center;
    width: 100%;
    color: #595ca8;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
	font-size: large;
    pointer-events: none;
    z-index: 5;
}

.containerframe {
    position: fixed;
    display: inline-block;
    width: 80%;
    height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    z-index: 4;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    pointer-events: none;
    border: 100px solid #FFFFFF;
    box-sizing: border-box;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 80%;
    height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: right;
	flex: 80%;
	max-width: 80%;
	margin-left: auto;
	margin-right: 0px;
}

ul {
	list-style: none;
	margin-right: 2rem;
	margin-left: auto;
	padding-right: 0;
}

li {
	color: #FFFFFF;
	display: block;
	transition-duration: 0.5s;
	font-family: 'Maven Pro', sans-serif;
  	float: right;
  	padding: 1rem;
  	position: relative;
	margin-right: 0px;
  	text-decoration: none;
}

a {
    color: #FFFFFF;
    opacity: 80%;
    text-decoration: none;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
}

a:hover {
	cursor: pointer;	
	color: #FFFFFF;
	opacity: 100%;
	font-weight: 600;
}

a:active {
	cursor: pointer;	
	color: #595ca8;
	opacity: 100%;
	font-weight: 600;
}

#footer {
	text-align: center;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    padding: 20px 0px 10px 0px;
	left: 0;
    bottom: 0;
    width: 100%;
	height: 50px;
    background-color: #FFFFFF;
    color: #595ca8;
    text-decoration: none;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-size: small;
	z-index: 5;
}

.footer {
	align-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

nav.menulist {
	display: flex;
	flex-wrap: wrap;
	flex: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
}

ul.products {
	height: 30px;
	vertical-align: top;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
}

li.list {
	color: #595ca8;
	display: block;
	transition-duration: 0.5s;
	font-family: 'Maven Pro', sans-serif;
  	float: right;
  	padding: 1rem;
  	position: relative;
	margin-right: 0px;
  	text-decoration: none;
}

a.list {
    color: #595ca8;
    text-decoration: none;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
	font-size: 12pt;
}

a.list:hover {
	cursor: pointer;	
	color: #2F3173;
	font-weight: 600;
}

a.list:active {
	cursor: pointer;	
	color: #24d2fe;
	font-weight: 600;
}

@media only screen and (min-width: 1536px) {

.logo {
	padding-top: 1.7rem;
}	
	
ul {
	margin-right: 3rem;
}

li {
  	padding: 2rem;
}

a {
	font-size: large;
}		

.viewer {
	height: 80%;
}	
	
.title {
	font-size: x-large;
}	

a.list {
	font-size: large;
}	
	
#footer {
	height: 120px;
    font-size: medium;
}	

.footer {
	padding-top: 50px;
}	
	
}

@media only screen and (max-width: 1366px) {

#background {
	display: none;
}

#background-low {
	display: inline-block;
}
	
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}	

.containerframe {
    position: fixed;
    display: inline-block;
    width: 80%;
    height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    z-index: 4;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 100px;
    border-right-width: 150px;
	border-left-width: 150px;
    pointer-events: none;
    box-sizing: border-box;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 80%;
    height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}	
	
.viewer {
 	height: 77%;
	min-height: 300px;
}	
	
}	
	
@media only screen and (max-width: 900px) {
	
.containerframe {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 45px solid #FFFFFF;
}

.viewer {
 	min-height: 580px;
}
	
.title {
	margin-top: 125px;
}	
}

@media only screen /* iPad Pro 10.5 (2017) - Portrait */
  and (min-device-width: 834px)
  and (max-device-width: 1112px)
  and (orientation: portrait) {

#background {
	display: inline-block;
}

#background-low {
	display: none;
}		
		
ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 1150px !important;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 43px !important;
    box-sizing: border-box;
    border-right-width: 25px !important;
	border-left-width: 25px !important;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 1150px !important;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 13pt !important;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 120% !important;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 110px !important; 
}

.footer {
	padding-top: 50px !important; 
}		
		
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 35px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.5rem !important;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 10pt !important;
}		
		
}

@media only screen /* iPad Pro 10.5 (2017) - Landscape */
  and (min-device-width: 834px)
  and (max-device-width: 1112px)
  and (orientation: landscape) {

#background {
	display: inline-block;
}

#background-low {
	display: none;
}	  
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}	

.containerframe {
    position: fixed;
    display: inline-block;
    width: 80% !important;
    height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    z-index: 4;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 80px;
    border-right-width: 50px;
	border-left-width: 50px;
    pointer-events: none;
    box-sizing: border-box;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 80% !important;
    height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}	
	
.viewer {
 	height: 77%;
	min-height: 300px;
}	  

.title {
 	margin-top: 130px;
}	  
	  
}

@media screen /* Samsung A71 - Portrait */
  and (min-device-width: 412px)
  and (max-device-width: 914px)  
  and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 40px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 86% !important;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 65px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 35px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
}

@media screen /* Samsung J7 - Portrait */
  and (min-device-width: 360px)
  and (max-device-width: 640px)  
  and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 37px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 81%;
	min-height: 100px;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 55px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 7.7pt;
}
	  
}

@media screen /* Samsung J7 - Landscape */
  and (min-device-width: 360px)
  and (max-device-width: 640px)
  and (min-aspect-ratio: 16/9)
  and (orientation: landscape){
	  
ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.5rem;
	height: 2.5em;
}	

.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 80vh;
    margin-top: 52px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 35px;
    box-sizing: border-box;
    border-right-width: 20px;
	border-left-width: 20px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
	margin-left: 0px;
    margin-top: 52px;
	overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
    border-top-width: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 61px;
	font-size: 11pt;
}
	  
.viewer {
    float: left;
	min-height: 100px;
	height: 76%;
	width: 100%;
    left: 0;
    position: fixed;
    right: 0;
  	top: 52px;
	z-index: 1;
}
	  
ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 15px;
	width: 73%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
#footer {
	height: 35px;	  
}
	  
}

@media screen 
  and (min-aspect-ratio: 20/9)
  and (orientation: landscape) {
	  
ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}	

.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 80vh;
    margin-top: 60px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 45px;
    box-sizing: border-box;
    border-right-width: 20px;
	border-left-width: 20px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
	height: 80vh;
	margin-left: 0px;
    margin-top: 60px;
	overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
    border-top-width: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 72px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	min-height: 200px;
	height: 80%;
	width: 100%;
    left: 0;
    position: fixed;
    right: 0;
  	top: 60px;
	z-index: 1;
}
	  
ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 15px;
	width: 73%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
#footer {
	height: 35px;	  
}
	  
}

@media screen 
  and (device-width: 414px)
  and (device-height: 736px)
  and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 40px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 86%;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 55px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
}

@media screen /* iPhone 6-7-8 - Portrait */ 
  and (device-width: 375px)
  and (device-height: 667px)
  and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 38px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 82%;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 50px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
}

@media only screen /* iPhone 11 - Portrait */ 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 38px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 84%;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 50px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}		
		
}

@media screen /* iPhone X - Portrait */
  and (device-width: 375px)
  and (device-height: 812px)
  and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 38px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 84%;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 50px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
}

@media screen /* Huawei P30 - Portrait */
  and (device-width: 360px)
  and (device-height: 780px)
  and (orientation: portrait) {

ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}
	  
.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 800px;
    margin-top: 55px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 38px;
    box-sizing: border-box;
    border-right-width: 15px;
	border-left-width: 15px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    height: 800px;
    margin-left: 0px;
    margin-top: 55px;
    overflow-y: auto;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 65px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	width: 110%;
	height: 85%;
	min-height: 400px;
	min-width: 275px;
    left: -5%;
    position: fixed;
    right: 0px;
  	top: 55px;
	z-index: 3;
}

#footer {
	height: 50px; 
}
	  
nav.menulist {
	margin-top: -25px;
    position: relative;
	width: 80%;
}

ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 7.7pt;
}
	  
}

@media screen /* Huawei P30 - Landscape */
  and (min-device-width: 360px)
  and (max-device-width: 780px)
  and (orientation: landscape) {
	  
ul {
	margin-right: 15px;
	margin-top: 10px;
}

	  
li {
	padding: 0.5rem;	  
}

.logo {
	padding-left: 0.7rem;
	padding-top: 0.2rem;
	height: 3em;
}	

.iframe {
	display: none;
}
	  
.google {
	display: inline-block;		  
}
	  
.containerframe {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 80vh;
    margin-top: 60px;
    margin-left: 0px;
    z-index: 4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    pointer-events: none;
    border-color: #FFFFFF;
    border-style: solid;
    border-top-width: 45px;
    box-sizing: border-box;
    border-right-width: 20px;
	border-left-width: 20px;
}

.container {
    position: fixed;
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
	margin-left: 0px;
    margin-top: 60px;
	overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
    border-top-width: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.title {
	margin-top: 72px;
	font-size: 12pt;
}
	  
.viewer {
    float: left;
	min-height: 100px;
	height: 76%;
	width: 100%;
    left: 0;
    position: fixed;
    right: 0;
  	top: 60px;
	z-index: 1;
}
	  
ul.products {
	display: flex;
	justify-content: center;
	list-style: none;
    position: relative;
	height: 15px;
	width: 73%;
	margin-right: auto;
	margin-left: auto;
	padding-inline-start: 0px;
	flex-direction: row-reverse;
}
	  
li.list {
  	padding: 0.35rem;
	margin-right: auto;
	margin-left: auto;
}

a.list {
	font-size: 8pt;
}
	  
#footer {
	height: 35px;	  
}
	  
}