@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Raleway:900,700,400');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

.headerbg, .contentbg, .footerbg {
    max-width: 100%;
}
.header {
    background: url('template_01.png') no-repeat center center;
	background-size: contain;
    display: flex;
	margin: 0 auto;

	width:100%;
    max-width: 1200px;
	height: auto;
	/*height: 210px;*/
    /*aspect-ratio: 1200 / 210;*/
	

}
.content {
    background: url('template_02.png');
	background-size: contain;
	
	max-width:1000px;
	margin:0 auto;
	padding:10px 100px;
	
	/*-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);*/
}
.footerbg .footer {
    background: url('template_03.png') no-repeat center center;
	margin: 0 auto;
	
	background-size: contain;
	width:100%;
    max-width: 1200px;
	height: auto;
    /*aspect-ratio: 1200 / 110;*/
	
    display: flex;
}

body {
	font-family:Montserrat, Raleway, Arial, Verdana, Helvetica, Lato, sans-serif;
	background-color:#fff;
	/*background-color:#FACE7C;*/
	/*background-color:#71C7F0;*/
	margin:0px;
	padding:0px;
	font-size:17px;
	line-height:1.8;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body, smaller a {
	/*color:#1a1a1a;*/	
}
h1, h2, h3, h4 {

	font-family:Montserrat, Arial, Verdana;
	font-weight:400;
	letter-spacing:-0.03em;
		
	/*font-family:Raleway, Lato, Arial;
	font-weight:400;
	letter-spacing:-0.03em;*/

	/*font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	letter-spacing:-0.03em;*/

	/*font-family:Georgia;
	font-weight:normal;
	letter-spacing:-0.02em;*/

	/*font-family: 'Oswald', sans-serif;
	font-weight:700;
	letter-spacing:-0.03em;*/
		`			
	/*font-family:Arial;
	font-weight:bold;
	letter-spacing:-0.07em;*/
	
	color:#1a1a1a/*#006b9b*/;
	text-align:center;
	/*text-transform:capitalize;*/
	margin:0 auto;
	line-height:1.1;
	margin-bottom:20px;
	
	/*text-shadow: 1px 1px 0px rgba(0,0,0,0.1);*/
}

h1 {
	font-size:50px
	/*font-size:42pt;*/
}
h1.title {
	font-size:60px;
	line-height:1;	
}
h1 strong {
	font-weight:800;	
}
h2 {
	font-size:40px;
	/*font-size:36pt;*/
}
h2 strong {
	font-weight:700;	
}
h3 {
	font-size:30px;
	/*font-size:30pt;*/
}
h3 strong {
	font-weight:600;
}
h4 {
	font-size:30px;	
}
h4 strong {
	font-weight:600;
}
.large {
	font-size:50px;
}
.larger {
	font-size:60px;
}
.x-large {
	font-size:70px;
}
.xx-large {
	font-size:80px;
}
.small {
	font-size:14px;
}
.smaller {
	font-size:13px;
}
.x-small {
	font-size:x-small;
}
.xx-small {
	font-size:xx-small;
}
.letter {
	font-family:Georgia;
	float:left;
	/*font-weight:bold;*/
	color:#333;
	font-size: 70px;
	line-height: 60px;
	padding-right: 5px;	

}

.page {
	max-width:1100px;
	margin:20px auto;
	padding:20px 50px;
	/*box-shadow: 0px 0px 50px #eee;*/
	/*border-radius: 10px;*/
	background-color:#fff;
	
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.row {
	display: flex;
	/*width:1000px;*/
	/*clear:both;*/
}
.col, .col2 {
	flex: 1;
	padding: 1em;
	border: 1px solid #ccc;
	margin:0.5em;
	/*width:500px;*/
	font-size:13pt;
	background:#fff;
	overflow:hidden;
}
.col h1, .col h2 {
	font-weight:900;	
}
.col2 {
	border: 0px solid #ccc;
	text-align:justify;
	font-size:13pt;
	margin:0 0.5em;
}

@media only screen and (max-width: 1000px) {
	body {
		font-size:16px;
		background:#fff;
	}
	h1 {
		font-size:40px
		/*font-size:42pt;*/
	}
	h1.title {
		font-size:40px;
		line-height:1;	
	}
	h1 strong {
		font-weight:800;	
	}
	h2 {
		font-size:30px;
		/*font-size:36pt;*/
	}
	h2 strong {
		font-weight:700;	
	}
	h3 {
		font-size:24px;
		/*font-size:30pt;*/
	}
	h3 strong {
		font-weight:600;
	}
	h4 {
		font-size:24px;	
	}
	h4 strong {
		font-weight:600;
	}
	.large {
		font-size:40px;
	}
	.larger {
		font-size:40px;
	}
	.x-large {
		font-size:50px;
	}
	.xx-large {
		font-size:60px;
	}
	.letter {
		font-size: 50px;
		line-height: 40px;
		padding-right: 5px;	
		margin-top:7px;
	}
	.page {
		padding:1em;		
	}
	.row {
	  display: block;
	}
	.col {
	  /*flex: 1;
	  width:100%;*/
	}
}
@media only screen and (max-width: 800px) {
	.header, .footerbg .footer, .content {
		background: none;
		height:0;
	}
	.content {
		margin:0 auto;
		padding:1.5em;
	}
	.page {
		padding:0.5em;		
	}
}



.iframe {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
	font-size:15px;
	background:#fdfdfd;
	/*background:#f5f7fa;*/
}
.copy { /* enable select on certain pages and textareas */
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.video-wrapper {
  position: relative;
  margin: 0px auto;
  max-width: 1024px;
}
.video-wrapper:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*border:3px solid #ccc;*/
  
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

video {
	border:3px #eee solid;
	
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
audio {
	width: 800px;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}
img, video {
	border:0px;
	max-width:100%;
	height:auto;
}
img.light:hover {
	opacity:0.8;	
}
.circle {
	border-radius: 50%;	
}

ul {
	/*list-style-image:url('ticks.png');
	list-style-position:inside;*/
}
li {
	margin-bottom:0.5em;
}



.bar.blue {
	background-color:#3498db;
	color:#fff;
}
.bar.red {
	background-color:#F00;
	color:#fff;
}
.bar.yellow {
	background-color:#FF0;
	color:#000;
}
.bar {
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	letter-spacing:-0.02em;
}



.btn a, .btn a:hover {
	color:#fff;	
	text-decoration:none;
}
.btn {
	max-width:800px;
	text-align:center;
	margin:10px auto;
	
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  /*font-family: Georgia;*/
  color: #ffffff;
  font-size: 30px;
  font-weight:700;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#topbtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3498db;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 0px;
}
#topbtn:hover {
    background-color: #555;
}
@media only screen and (max-width: 1000px) {
#topbtn {
    bottom: 40px;
    right: 20px;
	}
}


table h3 {
	line-height:1;
	margin:20px 0px 10px 0px;;
}
table {
	font-size:17px;
	line-height:1.8;
	text-align:justify;
}
td {
	padding:0px;
}
/*table p {
	font-size:17px;
	line-height:1.5;
	margin:0px;
}*/
table.top td {
	vertical-align:top;	
}
table.alt tr:nth-child(even) {
	background-color: #f5f7fa;
}
table.alt td {
	border:1px solid #dee3ea;
	padding:10px;
}

.faq td {
	vertical-align:top;
	text-align:left;
	padding:0.5em;
	/*font-style:italic;*/
}
.faq h3 {
	font-size:20px;
	color:#0079ab;	
	color:#333;
	text-align:left;
	line-height:1.2;
	/*font-style:normal;*/
}



a {
	color:#09F;
	text-decoration:none;
}
a:hover {
	color:#0CF;
	text-decoration:none;
}

.preview {
	background-color:#F00;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
.preview a {
	color:#FFFFFF;
	font-weight:bold;
}


.red {
	color:#DD0000;
}
.blue {
	color:#0079ab;	
}
.grey {
	color:#CCC;	
}
.highlight {
	background-color:#FFFF00;
	background-color:#FFFA9D;
}
.highlightred {
	background-color:#F00;
	color:#FFF;
	/*margin:0;
	line-height:0.8;*/
}
.reseller {
	display:block;
	max-width:900px;
	margin:0 auto;
	padding:15px 20px;

	font-family:"Courier New", Courier, monospace;
	background-color:#FFFF00;
	font-size:17px;
	line-height:1.3;
	text-align:justify;
	letter-spacing:0.05em;
}


.left {
	text-align:left;	
}
.right {
	text-align:right;	
}
.center {
	text-align:center;	
}
.rotate{
	-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}





hr {
	height:1px;
	border: 0;
	margin-bottom:30px;
	
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
}

.box {
	max-width:100%;
	padding:40px;
	margin:20px auto;
	/*min-height:700px;
	text-align:justify;
	border:2px dashed #ccc;*/
	background-color:#fff;
	/*overflow:hidden;*/
	
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.box2 {
	max-width:900px;
	padding:20px 50px;
	margin:20px auto;
	/*min-height:700px;
	text-align:justify;*/
	/*border:1px solid #ccc;*/
	background-color:#FDFFD7;
	line-height:1.5;
	overflow:hidden;
}
.box2 h1 {
	font-family:Lato;
	line-height:1.1;
	margin-bottom:-10px;
	/*padding-bottom:0;*/
}

.tbox {
	border-radius:5px;
	margin:20px auto;
	padding:20px;
	border:1px solid #ccc;
	width:90%;
	color:#111;
	/*background-color:#f3f8ff;*/
	background-color:#FFFECC;
	overflow:hidden;
}
#tbox {
	border-radius:5px;
	margin:20px auto;
	padding:20px;
	border:1px solid #ccc;
	width:90%;
	color:#111;
	/*background-color:#f3f8ff;
	background-color:#FFFEC4;*/
	overflow:hidden;
}

.disclaimer, .disclaimer a {
	max-width:100%;
	/*font-family:Verdana, Arial;*/
	font-size:11pt;
	color:#999;
	line-height:1.5;
	text-align:justify;
	/*width:700px;*/
	margin:0 auto;
	margin-bottom:20px;
	text-decoration:none;
}
.footer {
	/*font-family:Verdana, Arial;*/
	font-size:17px;
	color:#999;
	line-height:1.3;
	text-align:center;
}
.footer a {
	color:#999;
}

textarea, input {
	font-family:Verdana;
	font-size:16px;
	color:#333;
	border:1px solid #ccc;
	padding:5px;
	margin:1px;	
}
textarea {
	font-family:Verdana;
	font-size:12pt;
	color:#333;
	border:1px solid #ccc;
	padding:3px;
	margin:1px;	
	width:100%;
	line-height:1.3;
	min-height:500px;
	
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}



input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    /*background-color: #4CAF50; /*green*/
    /*color: white;*/
	background:#ffe400; /*yellow*/
	color:#6e380d;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	
	font-family:Lato;
	font-size: 30px;
	font-weight:400;
	letter-spacing:0.0em;
	/*text-transform:uppercase;*/
}

input[type=submit]:hover {
    /*background-color: #45a049; /*bright green */
	background:#fff000; /*yellow*/
	text-decoration: none;
}
@media only screen and (max-width: 800px) {
	input[type=submit] {
		font-size:20pt;
	}
}
form.submit {
	margin:0 auto;
	max-width:800px;
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
}
form.submit td {
	padding:0;	
}