@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Raleway:900,700,400);

body {
	font-family:Raleway, Verdana, Arial, Helvetica, Lato, sans-serif;
	/*background-color:#fafafa;
	background-color:#FACE7C;*/
	/*background-color:#71C7F0;*/
	margin:0px;
	padding:0px;
	font-size:14pt;
	line-height:1.6;

    -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:Raleway, Lato;
	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:36pt;
	/*font-size:42pt;*/
}
h1.title {
	font-size:38pt;
	line-height:1;	
}
h1 strong {
	font-weight:900;	
}
h2 {
	font-size:26pt;
	/*font-size:36pt;*/
}
h3 {
	font-size:22pt;
	/*font-size:30pt;*/
}
h4 {
	font-size:20pt;	
}
.page {
	max-width:1200px;
	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);
}

.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);
}


hr.clear {
	clear:both;
	height:0px;	
	margin-bottom:0px;
}
.clear {
	clear:both;	
}

.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: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3498db;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 0px;
}
#topbtn:hover {
    background-color: #555;
}

.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;
}


table h3 {
	line-height:1;
	margin:20px 0px 10px 0px;;
}
table {
	font-size:14pt;
	line-height:1.8;
	text-align:justify;
}
td {
	padding:10px;
}
/*table p {
	font-size:13pt;
	line-height:1.5;
	margin:0px;
}*/
table.top td {
	vertical-align:top;	
}


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;
}


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;
}

form.submit {
	margin:0 auto;
	max-width:800px;
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    padding: 20px;
}
form.submit td {
	padding:0;	
}





.letter {
	font-family:Georgia;
	float:left;
	/*font-weight:bold;*/
	color:#333;
	font-size: 70px;
	line-height: 60px;
	padding-right: 5px;	

}

ul {
	/*list-style-image:url(../images/ticks.png);
	list-style-position:inside;*/
}
li {
	margin-bottom:0.5em;
}
img, video {
	border:0px;
	max-width:100%;
	height:auto;
}
img.light:hover {
	opacity:0.8;	
}
.circle {
	border-radius: 50%;	
}
video {
	border:3px #eee solid;
}
.large {
	font-size:50px;
}
.larger {
	font-size:60px;
}
.x-large {
	font-size:70px;
}
.xx-large {
	font-size:80px;
}
.small {
	font-size:small;
	font-size:11pt;
}
.smaller {
	font-size:smaller;
}
.x-small {
	font-size:x-small;
}
.xx-small {
	font-size:xx-small;
}
.red {
	color:#DD0000;
}
.blue {
	color:#0079ab;	
}
.grey {
	color:#CCC;	
}
.left {
	text-align:left;	
}
.right {
	text-align:right;	
}
.center {
	text-align:center;	
}
.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;*/
}

.highlight {
	background-color:#FFFF00;
	background-color:#FFFA9D;
}
.highlightred {
	background-color:#F00;
	color:#FFF;
	/*margin:0;
	line-height:0.8;*/
}
.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:#FFFEC4;
	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:13pt;
	color:#999;
	line-height:1.3;
	text-align:center;
}
.footer a {
	color:#999;
}
.reseller {
	display:block;
	max-width:900px;
	margin:0 auto;
	padding:15px 20px;

	font-family:"Courier New", Courier, monospace;
	background-color:#FFFF00;
	font-size:12pt;
	line-height:1.3;
	text-align:justify;
	letter-spacing:0.05em;
}


@media only screen and (max-width: 1000px) {
	.page {
		padding:1em;		
	}
	.row {
	  display: block;
	  /*width:100%;*/
	  /*clear:both;*/
	}
	.col {
	  /*flex: 1;
	  width:100%;*/
	}
}
@media only screen and (max-width: 800px) {
	/*.col {
	  padding: 1em;
	  border: 1px solid #ccc;
	  margin:0em;
	}*/
	.page {
		padding:0.5em;		
	}
	h1.title, h1.title2, h1 {
		font-size:26pt;	
	}
	.bgbluecontent, .bgwhitecontent, .bglightbluecontent {
		margin:0px auto;
		padding:20px 20px;	
	}
	input[type=submit] {
		font-size:20pt;
	}
}