@charset "utf-8";
* { margin:0px; padding:0px;}

html {
	height:100%;
}

body {
	background-color: black;
	margin:0px;
	padding:0px;
	font-family: 'Arial';
	font-size: 48px;
	min-height: 100%;
}

input {
    background-color:black;
	color:white;
}
input[readonly] {
    background-color:gray;
	color:black;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a.link:link {
	color: white;
	text-decoration: none;
}
a.link:visited {
	color: white;
	text-decoration: none;
}
a.link:hover {
	color: yellow;
	text-decoration: none;
}
a.link:active {
	color: white;
	text-decoration: none;
}
a.whiteyellow:link {
	color: white;
	text-decoration: none;
}
a.whiteyellow:visited {
	color: white;
	text-decoration: none;
}
a.whiteyellow:hover {
	color: yellow;
	text-decoration: none;
}
a.whiteyellow:active {
	color: white;
	text-decoration: none;
}
a.blackwhite:link {
	color: black;
	text-decoration: none;
}
a.blackwhite:visited {
	color: black;
	text-decoration: none;
}
a.blackwhite:hover {
	color: white;
	text-decoration: none;
}
a.blackwhite:active {
	color: black;
	text-decoration: none;
}

@font-face {  
  font-family: "Imprint";  
  src: url( /fonts/IMPRISHA.eot ); /* IE */  
  src: local("Imprint MT Shadow"), url( /fonts/IMPRISHA.TTF ) format("truetype"); /* non-IE */  
}  
 
@font-face {  
  font-family: "Kunstler";  
  src: url( /fonts/KUNSTLER.eot ); /* IE */  
  src: local("Kunstler Script"), url( /fonts/KUNSTLER.TTF) format("truetype"); /* non-IE */  
}  

@font-face {
  font-family: "Alfa";  
  src: local("Alfa Slab One"), url( /fonts/AlfaSlabOne-Regular.ttf) format("truetype"); /* non-IE */  
}

@font-face {
  font-family: "Patua";  
  src: local("Patua One"), url( /fonts/PatuaOne-Regular.ttf) format("truetype"); /* non-IE */  
}
 
/* THEN use like you would any other font */  
.font0 { font-family: "Kunstler Script", "Kunstler", courier, times, serif;}  
.font1 { font-family: "Imprint MT Shadow", "Imprint", verdana, helvetica, sans-serif;}  
.font2 { font-family: "Alfa Slab One", "Alfa", verdana, helvetica, sans-serif;}  
.font3 { font-family: "Patua One", "Patua", verdana, helvetica, sans-serif;}  

.abs {
position:absolute;
left:0px;
top:0px;
}

.rel {
position:relative;
left:0px;
top:0px;
}

.caption {
	font-family: 'Averia Gruesa Libre', cursive;
	color:#EBFFD0;
	font-style:italic;
}
.myfont {
	font-family: 'Averia Gruesa Libre', cursive;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:2px;
	padding-left:2px;
}
.menu {
	font-size:15px;font-weight:bold;text-align:center;
}
.submenu {
	font-size:15px;font-weight:bold;text-align:center;
}

.black-on-white {
	color:black;
	background-color: white;
}
.white-on-black {
	color:white;
	background-color: black;
}

.bg0 {
	background-color: black;
}
.bg1 {
	background-color: red;
}
.bg2 {
	background-color: green;
}
.bg3 {
	background-color: yellow;
}
.bg4 {
	background-color: blue;
}
.bg5 {
	background-color: magenta;
}
.bg6 {
	background-color: cyan;
}
.bg7 {
	background-color: white;
}
.bgtrans {
	background-color: transparent;
}
.bg-std {
	background-color: #101010;
	background-image: url(images/obg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-home {
	background-color: #101010;
	background-image: url(images/obg.home.jpg);
}
.bg-light {
	background-color: #f0f0f0;
	background-image: url(images/bgbb.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-dark {
	background-color: #101010;
	background-image: url(images/bgdd.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fg0 {
	color: black;
}
.fg1 {
	color: #D2E7B5;
}
.fg2 {
	color: green;
}
.fg3 {
	color: white;
}
.fg4 {
	color: blue;
}
.fg5 {
	color: magenta;
}
.fg6 {
	color: cyan;
}
.fg7 {
	color: #EBFFD0;
}

img.framed {
	border:1px solid black;
	border-radius:4px;
}

.shadow {
  -moz-box-shadow:    8px 8px 8px 0px #001000;
  -webkit-box-shadow: 8px 8px 8px 0px #001000;
  box-shadow:         8px 8px 8px 0px #001000;
}

.blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
}

.outline-black
{
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.outline-white
{
    text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;  
}

.glow-black
{
    text-shadow:
    -4px -4px 8px #000,
    4px -4px 8px #000,
    -4px 4px 8px #000,
    4px 4px 8px #000;  
}

.glow-outline-black {
	text-shadow:
	-2px -2px 14px #000, 2px -2px 14px #000, -2px 2px 14px #000, 2px 2px 14px #000, 
	-1px -1px 2px black, 1px -1px 2px black, -1px 1px 2px black, 1px 1px 2px black
}

.glow-white
{
    text-shadow:
    -4px -4px 8px white,
    4px -4px 8px white,
    -4px 4px 8px white,
    4px 4px 8px white;  
}

.my-but {
	padding: 10px;
    background: #3c9944;
    border: 3px solid black;
    border-radius: 25px; /* Standard */
}

.sharethis-inline-share-buttons {
	padding: 20px;
	z-index: 1 !important;
}

.sharethis-inline-share-buttons.option-2 {
	padding: 20px;
}

.ticon {
	width:48px;
	height:48px;
}

.tab-icon {
	min-width:56px;
	min-height:56px;
	width:56px;
	height:56px;
	background-color:gray;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:4px;
}

.tab-icon-2 {
	padding:2px;
	margin:1px;
	border-radius:8px;
	background-color:rgb(0,97,0);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
}

.filter-icon {
	min-width:40px;
	min-height:40px;
	width:40px;
	height:40px;
	background-color:green;
	border-radius:8px;
	border: white outset 2px !important;
	padding:4px;
	margin:8px;
	cursor:pointer;
}

.terrain-filter-icon {
	min-width:56px;
	min-height:56px;
	width:56px;
	height:56px;
	background-color:gray;
	border-radius:8px;
	padding:4px;
	margin:8px;
	cursor:pointer;
}

.terrain-filter-icon:hover {
	border:2px solid black;
    -webkit-box-shadow:0px 1px 4px 1px rgba(0,0,0,0.5);
	box-shadow:0px 1px 4px 1px rgba(0,0,0,0.5);
	transform:scale(1.2, 1.2);
}

.terrain-filter-icon.selected:hover {
	background-color:green;
	transform:scale(1.2, 1.2);
}

.terrain-filter-icon.selected {
	background-color:green;
	border:2px solid white;
    -webkit-box-shadow:0px 1px 4px 1px rgba(0,0,0,0.5);
	box-shadow:0px 1px 4px 1px rgba(0,0,0,0.5);
	transform:scale(1.1, 1.1);
}

.filter-info {
	position:absolute;
	top:4px;
	font-size:16px;
}

.im-free {
	margin:0px 0px 0px 4px;
	min-width:16px;
	min-height:16px;
	width:16px;
	height:16px;
}

.im16 {
	min-width:16px;
	min-height:16px;
	width:16px;
	height:16px;
}

.im32 {
	min-width:32px;
	min-height:32px;
	width:32px;
	height:32px;
}

.im36 {
	min-width:36px;
	min-height:36px;
	width:36px;
	height:36px;
}

.im48 {
	min-width:48px;
	min-height:48px;
	width:48px;
	height:48px;
}

.im64 {
	min-width:64px;
	min-height:64px;
	width:64px;
	height:64px;
}

.im160 {
	width:160px;
	height:160px;
}

.im88-96 {
	min-width:88px;
	min-height:88px;
	width:88px;
	height:88px;
	padding:4px;
	vertical-align:middle;
}

.im96 {
	min-width:96px;
	min-height:96px;
	width:96px;
	height:96px;
}

.popitem {
    color: #FFFFFF;
    text-align: left;
    background-color: #3c9944;
    border: 1px solid #80FFFFFF;
    width: auto;
    height: auto;
    line-height: 36px;
    margin: 0px 4px 0px 4px;
    padding: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
	padding-top:16px;
	padding-bottom:16px;
}

.td-tab {
	font-weight:bold;
	color:white;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:16px 4px;
	margin:0px 8px;
    background: #3c9944;
}

.btns {
    color: #FFFFFF;
    text-align: center;
    background-color: #3c9944;
    border: 1px solid #80FFFFFF;
    width: 80px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
    margin: 0px 4px 0px 4px;
    padding: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
}

.course-info-cell {
	padding:4px;
	margin:2px;
	background:rgba(128,128,128,0.1);
	border-radius:4px;
}

.course-info-cell.light {
	background:rgba(255,255,255,0.1) !important;
}

.course-info-cell.dark {
	background:rgba(0,0,0,0.1) !important;
}

.bg-black {
	background-color:black;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(black), to(rgb(66, 66, 66)));
	background: -webkit-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, black, rgb(66, 66, 66));
}

.bg-red {
	background-color:red;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#801010), to(red));
	background: -webkit-linear-gradient(top, #801010, red ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #801010, red ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #801010, red ); /* For Firefox 3.6 to 15 */
	background:linear-gradient(0deg, #801010, red); 
}

.bg-green {
	background-color:green;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
}

.bg-black-green {
	background-color:rgb(0,80,0);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 0, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 0, 0), rgb(0, 222, 0));
}

.bg-orange {
	background-color:orange;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#f26828), to(orange));
	background: -webkit-linear-gradient(top, #f26828, orange ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #f26828, orange ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #f26828, orange ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #f26828, orange);
}

.cpc-btn {
    color: #FFFFFF;
    text-align: center;
	border: white outset 2px !important;
    -webkit-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	padding:20px;
	font-size:18px;
    font-weight: bold;
    background: #3c9944;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
}

.course-status-btn {
	cursor:pointer;
	font-weight: 600;
	width:132px;
	color: white;
	border: white outset 2px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
    text-shadow:none;
	padding:6px;
    -webkit-border-radius:10px;
    border-radius:10px;
	background-color:rgb(0,97,0);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
}

.status-btn {
    color: #FFFFFF;
    text-align: center;
    background: #3c9944;
    border: 1px solid #80FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
	padding:20px;
	font-size:18px;
    font-weight: bold;
}

.sidebtn {
    color: #FFFFFF;
    text-align: center;
    background: #3c9944;
    border: 1px solid #80FFFFFF;
    xline-height: 36px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
    xmargin: 0 0 0 0;
	width:200px;
	padding:20px;
	font-size:18px;
    font-weight: bold;
 }
 
.btn48 {
    color: #FFFFFF;
    text-align: center;
    background: #3c9944;
    border: 1px solid #80FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
	width:48px;
	height:48px;
	padding:0px;
	margin:8px 0px;
 }

.menufloat {
	overflow:hidden;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:80px;
	background:rgba(0,0,0,0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgba(255,255,255,0)), to(black));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), black ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgba(255,255,255,0), black ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0), black ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgba(255,255,255,0), black);
	z-index:99990;
}

.menufloattop {
	top:0px;
	bottom:100px;
	height:100px;
}

 .fsdiv {
	 display:inline;
	 cursor:pointer;
	 padding:20px;
	 z-index:99;
 }

 .fs-container {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background:black;
	text-align:center;
	visibility:hidden;
	z-index:9999;
 }

 .fs-content {
	padding:20px;
 }

.fsbtn {
    color: #FFFFFF;
    text-align: center;
	border: white outset 2px !important;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
    xmargin: 0 0 0 0;
	width:180px;
	height:100px;
	padding:20px;
	margin:10px;
	font-size:30px;
    font-weight: bold;
	top:50%;
	bottom:50%;
	cursor:pointer;
    background: #3c9944;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(0, 222, 0));
 }
 
.fshalfbtn {
    color: #FFFFFF;
    text-align: center;
    background: #3c9944;
    border: 1px solid white;
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
	font-size:30px;
    font-weight: bold;
	top:50%;
	bottom:50%;
	cursor:pointer;
 }
 
.fshalfbtn.left {
	margin-left:-26px;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
}
 
.fshalfbtn.right {
	margin-right:-26px;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
}


.infobox {
    color: #884411;
    text-align: center;
    background: #ffffbb;
    border: 1px solid black;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
    margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
    font-size: 32px;
    font-weight: bold;
}


.polaroid {
  position: relative;
  width: 220px;
}
 
.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}
 
.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;
}

.vignette {
  xbackground: url("IMAGE URL HERE");
  width: 400px; height: 200px;
  -webkit-box-shadow:
            inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
   
     -moz-box-shadow:
            inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
   
          box-shadow:
            inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
}


.trigger {
    background: url(images/plus.gif) no-repeat scroll 0px 18px transparent;
    cursor: pointer;
    padding: 13px 0px 18px 30px;
}

.active {
    background: url(images/minus.gif) no-repeat scroll 0px 18px transparent !important;
}

.toggle_container {
}

.roundcell {
    xdisplay: table-cell;
    padding: 1em 2em;
    background: #3c9944;
    border: 3px solid black;
    border-radius: 25px; /* Standard */
    -o-border-radius: 25px; /* Opera 10.x */
    -moz-border-radius: 25px; /* Mozilla/Firefox */
    -icab-border-radius: 25px; /* iCab */
    -khtml-border-radius: 25px; /* KHTML/Konqueror */
    -webkit-border-radius: 25px; /* Webkit/Safari/Chrome/etcetera */
}

.roundsm {
    border-radius: 6px; /* Standard */
    -o-border-radius: 6px; /* Opera 10.x */
    -moz-border-radius: 6px; /* Mozilla/Firefox */
    -icab-border-radius: 6px; /* iCab */
    -khtml-border-radius: 6px; /* KHTML/Konqueror */
    -webkit-border-radius: 6px; /* Webkit/Safari/Chrome/etcetera */
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
}

.grad {
  background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgba(0,0,0,0.89)), to(rgba(118,136,114,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.89), rgba(118,136,114,1) ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(0,0,0,0.89), rgba(118,136,114,1) ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.89), rgba(118,136,114,1) ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgba(0,0,0,0.89), rgba(118,136,114,1) ); /* Standard syntax */
}


.smdev#sidebar {
	padding:0px;
	width:1px;
	height:1px;
	visibility:hidden;
	overflow:hidden;
	font-size:12px;
}
.smdev#share {
	left:344px;
	top:166px;
	cursor:pointer;position:absolute;z-index:9999;
}
.smdev#tTabs {
	float:right;
	width:100%;
}
.smdev#banner {
	width:100%;
	height:122px;
	background-color:#1d180f;
	background-image:url(images/banner3bg.png);
	visibility:visible;
	overflow:auto;
}
.smdev#iVid {
	width:280px;
	height:158px;
}
.meddev#sidebar {
	padding:0px;
	width:1px;
	height:1px;
	visibility:hidden;
	overflow:hidden;
	font-size:12px;
}
.meddev#share {
	left:344px;
	top:166px;
	cursor:pointer;position:absolute;z-index:9999;
}
.meddev#tTabs {
	float:right;
	width:100%;
}
.meddev#banner {
	width:100%;
	height:122px;
	background-color:#1d180f;
	background-image:url(images/banner3bg.png);
	visibility:visible;
	overflow:auto;
}
.meddev#iVid {
	width:560px;
	height:315px;
}
.lgdev#sidebar {
	padding:20px;
	width:250px;
	height:auto;
	visibility:visible;
	overflow:auto;
	font-size:12px;
}
.lgdev#share {
	left:344px;
	top:44px;
	cursor:pointer;position:absolute;z-index:9999;
}
.lgdev#tTabs {
	float:right;
	width:auto;
}
.lgdev#banner {
	height:1px;
	visibility:hidden;
	overflow:hidden;
}
.lgdev#iVid {
	width:560px;
	height:315px;
}
#fbshare
{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

.gm-tilt { display: none; }

.divHint {
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	padding-top:24px;
	text-align:center;
	z-index:8895;
	pointer-events: none;
}

.hintClass {
	margin:24px 48px;
	padding:12px;
	background-color:black;
	color:white;
	line-height:24px;
	font-size:24px;
	font-weight:bold;
	background: rgba(250,0,0,0.6);
    border-radius:24px;
	border:1px solid black;
	z-index:8896;
}

.divCompass {
	position:absolute;
	margin:0px;
	padding:0px;
	width:100%;
	left:0px;
	text-align:center;
	opacity:0;
	z-index:8880;
	top:50%;
	pointer-events: none;
}

.compass {
	position: absolute;
	width: 520px;
	height: 520px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 440px;
	border: none;
	pointer-events:none; 
	z-index:8881;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.compass .disc {
	position: absolute;
	margin:0px;
	padding:0px;
	top: 0px;
	left: 0px;
	background: url('images/comp460.png');
	width: 520px;
	height: 520px;
	background-size: 100%;
	pointer-events:none; 
	opacity:0.5;
	z-index:8882;
}

.compass .disc2 {
	position: absolute;
	margin:0px;
	padding:0px;
	top: 60px;
	left: 60px;
	background: url('images/compass-400.png');
	width: 400px;
	height: 400px;
	background-size: 100%;
	pointer-events:none; 
	opacity:1;
	z-index:8882;
}

.compass .border {
	position: absolute;
	margin:0px;
	padding:0px;
	top: 40px;
	left: 40px;
	width: 420px;
	height: 420px;
	overflow: hidden;
	border-radius: 400px;
	border-style: double;
	border-width: 10px;
	border-color: black;
	background-color: gold;
	pointer-events: none; 
	opacity: 0.9;
	z-index: 8870;
}

.compass .arrow {
	position: absolute;
	top: 110px;
	left: 110px;
	background: url('images/needle.png');
	width: 300px;
	height: 300px;
	background-size: 100%;
	z-index:8884;
}

.rounda {
    border-radius: 6px; /* Standard */
    -o-border-radius: 6px; /* Opera 10.x */
    -moz-border-radius: 6px; /* Mozilla/Firefox */
    -icab-border-radius: 6px; /* iCab */
    -khtml-border-radius: 6px; /* KHTML/Konqueror */
    -webkit-border-radius: 6px; /* Webkit/Safari/Chrome/etcetera */
    -webkit-box-shadow: 1px 1px 1px 1px #000000;
    box-shadow: 1px 1px 1px 1px #000000;
	background-color:gray;
	padding:0px;
	margin:0px 0px 4px 0px;
	color:white;
	background-color:black;
	height:60px;
	width:100%;
	font-size:12px;
	line-height:24px;
}

#div-action.hired {
	background-color: #440000 !important;
}

#div-action.higreen {
	background-color: #004400 !important;
}

.div-logo-container {
	width:100%;
	padding:20px 0px;
	text-align:center;
	background-color:black;
}

.div-logo {
	width:100%;
	height:120px;
	cursor:pointer;
	background:url('mkt/CC_Logo_OnBlack.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size:contain;
}

.bgContain {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.bgCover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fsz2 {
	font-size:20px;
	line-height:26px;
}

.fsz3 {
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:orange;
}

.fsz4 {
	font-size:32px;
	line-height:26px;
	font-weight:bold;
	color:orange;
}

.bulge {
	transition-property: all;
	transition-duration: 1.0s;
	transition-timing-function: linear;
}
.bulge-out {
	transform:scale(1.3, 1.3);
}

.hoverzoom:hover { 
	scale: 1.1;
	cursor:pointer;
}
.hoverbright:hover { 
	filter:brightness(120%);
	cursor:pointer;
}
.noshiftdown {
	border-top:none;
	border-bottom:2px solid transparent;
}
.shiftdown {
	cursor:pointer;
	border-top:none;
	border-bottom:2px solid transparent;
}
.shiftdown:hover { 
	border-top:2px solid transparent;
	border-bottom:none;
}
.shiftdown.down {
	border-top:2px solid transparent;
	border-bottom:none;
}
.shiftdown.down:hover {
	border-top:none;
	border-bottom:1px solid black;
}
.noshiftright {
	border-left:none;
	border-right:2px solid transparent;
}
.shiftright {
	cursor:pointer;
	border-left:none;
	border-right:2px solid transparent;
}
.shiftright:hover { 
	border-left:2px solid transparent;
	border-right:none;
}
.shiftright.right { 
	border-left:2px solid transparent;
	border-right:none;
}
.noshiftleft {
	border-right:none;
	border-left:2px solid transparent;
}
.shiftleft {
	cursor:pointer;
	border-right:none;
	border-left:2px solid transparent;
}
.shiftleft:hover { 
	border-right:2px solid transparent;
	border-left:none;
}
.shiftleft.left { 
	border-right:2px solid transparent;
	border-left:none;
}

.grayscale {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.popReviewTable {
	width:100%;
	text-align:center;
	font-size:20px;
	padding:12px;
	color:white;
}

.popupResultsRow {
	font-size:20px;
	font-family:'Courier',monospace;
	color:white;
	text-align:center;
	border-bottom:1px dashed white;
	padding: 2px 0px;
}

.popupResultsHeader {
	font-size:20px;
	font-weight:bold;
	font-family:'Courier',monospace;
	color:white;
	text-align:center;
	border-top:2px dashed #404040;
	padding: 2px 0px;
}

.popupResultsTotal {
	font-size:20px;
	font-family:'Courier',monospace;
	background-color:white;
	color:black;
	text-align:center;
	border-bottom:1px dashed white;
	padding: 2px 0px;
}

.hi-result-row {
	background-color:#533221;
}

.borderbot {
	border-bottom:1px solid white;
}

.infoboxinv {
    color: white;
    text-align: center;
    background: rgba(20,20,20,0.9);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 2px 8px white;
	box-shadow: 0px 0px 2px 8px white;
	border:2px white inset;
    margin: 20px;
	padding: 40px 20px;
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
}
.infoboxinv.fs {
    -webkit-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow:none;
	box-shadow:none;
	border:none;
    margin:0px;
	padding:0px 20px;
}

.tdinfoboxinv {
	height:100%;
}

.inner-msg-container.fs {
    background: rgb(20,20,20);
}

.mycb {
	scale: 2.0;
	margin:0px 6px;
}

.tCourse {
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0px;
	margin:0px;
	background-color:#3c9944;
	color:white;
	border:1px solid #404040;
 }

.evenrow {
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(50, 120, 50)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(50, 120, 50) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(50, 120, 50) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(50, 120, 50) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(50, 120, 50));
}

.oddrow {
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(45, 100, 45)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(45, 100, 45) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(45, 100, 45) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(45, 100, 45) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgb(0, 97, 0), rgb(45, 100, 45));
}

.thSticky {
	position:-webkit-sticky;
	position:sticky;
	top:0px;
	padding:0px 8px 0px 8px;
	color:white;
	font-weight:bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 0, 0)), to(rgb(66, 66, 66)));
	background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(66, 66, 66) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(66, 66, 66) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(66, 66, 66) ); /* For Firefox 3.6 to 15 */
	background:linear-gradient(0deg, rgb(0, 0, 0), rgb(66, 66, 66));
}

.tdCourse {
	padding:8px 4px;
}

.info-cell {
	width:50%;
	padding:2px 4px;
}

.display-filter-1 {
	filter:brightness(25%);
}

.display-filter-2 {
	filter:brightness(50%);
}

.display-filter-3 {
	filter:brightness(75%);
}

.display-filter-4 {
	filter:brightness(100%);
}

.display-filter-5 {
	filter:brightness(135%);
}

.display-filter-6 {
	filter:brightness(170%);
}

.display-filter-7 {
	filter:brightness(200%);
}

.contrast200 {
	filter:contrast(200%);
}

.bright200 {
	filter:brightness(200%);
}

.bright {
	filter:brightness(150%);
}

.evenrow {
	background-color:#337733;
}

.oddrow {
	background-color:#226622;
}

.mainMap {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100%;
  width:100%;
  height:100%;
  border: none;
  visibility:hidden;
  z-index:5555;
}

.imMainMap {
  content: "";
  background: url('images/blank.png') no-repeat center center;
  background-size:cover;
  opacity: 1.0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index:5555;
}

.divtCourse {
	width:100%;
	overflow:auto;
	padding:0px;
	margin:0px;
}

.panel1 {
	padding:0px;
	margin:0px;
	background-color:black;
	position:relative;
	x-min-height:480px;
}

.panel2 {	
	padding:0px;
	margin:0px;
	background-color:black;
	position:relative;
}

.panel3 {	
	padding:0px;
	margin:0px;
	background-color:black;
	position:relative;
}

 
.icon-action {
	margin:12px;
	border: 2px solid white;
	border-radius: 16px;
	padding: 12px;
	background-color: #3c9944;
}

.create-div {
	width:calc(100% - 8px);
	height:calc(100% - 8px);
	background-color:#181818;
	color:white; 
	border-radius:10px;
	border:2px inset white;
	font-weight:bold;
}

.create-row-table {
	width:100%;
	height:100%;
	color:white; 
}

.create-title {
	line-height:30px;
	font-size:30px;
	font-weight:bold;
}

.create-note {
	width:96%;
	line-height:30px;
	height:30px;
	font-size:30px;
	text-align:center;
	color:white;
	/*background: rgba(255,255,255,0.1);*/
	border-radius: 8px;
	margin: 4px 4px 0px 4px;
}

.create-action-bar {
    color: #FFFFFF;
    text-align: center;
	padding: 0px;
    font-weight: bold;
	font-size: 36px;
 }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.v-center {
  -ms-transform: translateY(+50%);
  transform: translateY(+50%);
}

.text-edit-pad {
	padding-right:60px !important;
}

/*	HOME PAGE	*/
.home-left {
	float:left;
	width:calc(50% - 260px);
	text-align:center;
}

.home-right {
	float:right;
	width:calc(50% - 260px);
	text-align:center;
}

.trans-all-250-ease {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.home-bar-item {
	padding:8px;
}
.home-bar-item:hover {
	cursor:pointer;
	text-decoration: none;
	color:white;
	text-shadow: 
	-1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 1px 1px 1px black, 
	-4px -4px 16px white, 4px -4px 16px white, -4px 4px 16px white, 4px 4px 16px white;
}

.home-info-row {
	position:relative;
	padding:24px;
	font-size:22px;
	font-weight:500;
}

.home-div-main {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100%;
  width:100%;
  height:100%;
  border: none;
  z-index:9999;
}
  
 .tran-reveal {
	height:0px;
	overflow:hidden;
	-webkit-transition: height 9s linear;
	transition: height 9s linear;
 }
.tran-reveal.close {
	height: 888px !important;
}

.home-phone {
	width: 120px;
	height: 200px;
	background: black;
	border: 2px white inset;
	border-radius: 8px;
	padding: 12px;
}

.home-phone.odd {
	margin: 0px 0px 16px 16px;
}

.home-phone.even {
	margin: 0px 16px 16px 0px;
}

.home-step {
	color:white;
	padding:20px 20px;
	min-height:240px;
	max-width:800px;
}

.home-step.odd {
	text-align:left;
}

.home-step.even {
	text-align:right;
}

.odd-bg {
	background:rgba(240,108,124,0.9);
}

.even-bg {
	background:rgba(40,40,40,0.9);
}


/*	BUY CREDITS PAGE	*/

.cred-count {
	font-size:24px;
	font-weight:800;
	padding:0px;
}

.buy-box {
	border:1px solid black;
	border-radius: 25px;
	border-color: #F59A41;
	background-color: rgba(255,255,255,0.92);
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin:20px;
	padding:20px;
	text-align:center;
}

.buy-container {
  width:100%;
  text-align:center;
}

.buy-description {
  color:black;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.buy-toggle {
	display:inline;
}

.paypal-cards {
	margin:40px 0px;
}

.bonus-discount {
	color:green;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.discount-note {
	color:white;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin:20px;
}

.button-2 {
  padding: 20px 40px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
  color: rgba(0, 0, 0, .65);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  border-radius: 5px;
}
.button-2.opt-4 {
  background-color: green;
  color:white;
  border:1px solid white;
}
.button-2:hover {
	box-shadow: inset 0 0 0 2px transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgba(0, 77, 0, .92)), to(rgba(0, 233, 0, .88)));
	background: -webkit-linear-gradient(top, rgba(0, 77, 0, .92), rgba(0, 233, 0, .88) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgba(0, 77, 0, .92), rgba(0, 233, 0, .88) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgba(0, 77, 0, .92), rgba(0, 233, 0, .88) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(303deg, rgba(0, 77, 0, .92), rgba(0, 233, 0, .88));
}

.body-drop {
	opacity:0;
	transition-property: top;
	transition-duration: 1.5s;
	transition-timing-function: ease-in-out;
	position:relative;
	top:-100%;
}
.body-drop.activate {
	opacity:1;
	top:0px;
}

/*	FEATURE TEST	*/
.div-test-result {
	background: rgba(255,255,255,0.5);
	border-radius: 12px;
	margin: 8px;
	padding: 8px 16px;
	width: calc(100% - 16px);
	min-height: 80px;
	font-size: 14px;
	font-weight: 900;
	text-align: left;
}
.div-test-result.fail {
	background: rgba(255,127,127,0.5);
	color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.div-test-icon {
	float: right;
	right: -8px;
	position: relative;
}

.test-item-title {
	padding: 8px 0px;
	color: white;
	font-size: 20px;
	font-weight: 600;
}


/*	TXNS PAGE	*/
.user-link {
	font-size:12px;
	padding:2px 8px;
	border-radius:8px;
	border:1px solid orange;
	background:rgba(0,0,0,0.8);
	color:white;
	text-shadow:none;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	cursor:pointer;
}
.user-link:hover {
	transform:scale(1.1);
}


/*	FAQ PAGE */
.faq-slider {
	overflow: hidden;
	padding:0px 0px 20px 0px;
	margin:0px;
	line-height:26px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
}
.faq-slider.closed {
	padding:0px;
	margin:0px;
	line-height:0px;
	opacity:0;
}

.faq-icon {
	width:48px;
	height:48px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
	overflow: hidden;
}
.faq-icon.closed {
	height:0px;
	padding:0px;
	margin:0px;
	display:none;
	opacity:0;
}

.faq-info-img {
	float: right;
	width: 200px;
	border-radius: 8px;
	margin: 8px;
}
.faq-info-img.closed {
	height:0px;
	padding:0px;
	margin:0px;
	display:none;
	opacity:0;
}

.faq-info-cell {
	padding:12px;
	margin:2px;
	background:rgba(128,128,128,0.1);
	border-radius:4px;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
	overflow: hidden;
}
.faq-info-cell.closed {
	padding:0px;
	margin:0px;
	opacity:0;
}
.faq-info-cell.dark {
	background:rgba(0,0,0,0.1) !important;
}

.faq-button-div {
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
}
.faq-button-div.h120 {
	height:120px;
}
.faq-button-div.closed {
	height:0px;
	opacity:0;
}

.accordian-container {
	width:100%;
	margin:20px 0px;
	text-align:left;
}

.accordian-item {
	margin:10px;
	padding:0px 20px;
	background:hsla(0,0%,100%,0.94);
	color:black;
	font-size:14px;
	line-height:20px;
	border:1px solid gray;
	border-radius:8px;
}

.accordion-item-trigger {
	cursor:pointer;
	margin:20px 0px;
	font-size:16px;
	line-height:24px;
	font-weight:700;
}

.accordian-text {
	font-size:14px;
	font-weight:400;
}

.faq-tab {
	border: 12px solid black;
	background: rgba(0,0,0,0.75);
}

/*	signup	*/
.signup-field-info {
	display:inline-block;
	background:gray;
	border-radius:2px;
	cursor:pointer;
	padding:2px 6px;
	margin:2px 8px;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}

.signup-field-info:hover {
	transform:scale(1.1);
	color:white;
}

/*	login	*/
.login-body {
    background-color: black;
	color:white;
	text-align:center;
}

.login-field {
	color:white;
	padding:12px;
	width:100%;
	background-color:#282828;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(2,20,20)), to(rgb(60,60,60)));
	background: -webkit-linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(30deg, rgb(2,20,20), rgb(60,60,60));
}

.login-btn {
    color:white;
    text-align:center;
	border: white outset 2px !important;
    -webkit-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .65);
	width:200px;
	height:80px;
	padding:20px;
	font-size:30px;
    font-weight: bold;
	top:50%;
	bottom:50%;
	cursor:pointer;
    background:#3c9944;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(0, 97, 0)), to(rgb(0, 222, 0)));
	background: -webkit-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, rgb(0, 97, 0), rgb(0, 222, 0) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(30deg, rgb(0, 97, 0), rgb(0, 222, 0));
 }


 /*	select runner course */
.map-slider {
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
	opacity:1.0;
}

.course-slider {
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.1, 1, 0.9, 1);
}


.offline-title {
	position:relative;
	font-size:28px;
	color:white;
	text-align:center;
	padding:16px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-shadow: -1px 0px 1px #000, 1px 0px 1px #000, -1px 1px 4px #000, 1px 1px 4px #000;
	background-color:red;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#801010), to(red));
	background: -webkit-linear-gradient(top, #801010, red ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #801010, red ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #801010, red ); /* For Firefox 3.6 to 15 */
	background:linear-gradient(0deg, #801010, red); 
}

.download-title {
	position:relative;
	font-size:28px;
	color:white;
	text-align:center;
	padding:16px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-shadow: -1px 0px 1px #000, 1px 0px 1px #000, -1px 1px 4px #000, 1px 1px 4px #000;
	background-color:black;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(black), to(rgb(66, 66, 66)));
	background: -webkit-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, black, rgb(66, 66, 66) ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, black, rgb(66, 66, 66));
}

/*	all pages	*/
.page-title {
	position:relative;
	font-size:28px;
	color:white;
	text-align:center;
	padding:16px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-shadow: -1px 0px 1px #000, 1px 0px 1px #000, -1px 1px 4px #000, 1px 1px 4px #000;
	background-color:orange;
	background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(#f26828), to(orange));
	background: -webkit-linear-gradient(top, #f26828, orange ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #f26828, orange ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #f26828, orange ); /* For Firefox 3.6 to 15 */
	background:linear-gradient(0deg, #f26828, orange); 
}

.sub-title {
	font-size:22px;
}

.v20 {
	margin:0px;
	padding:0px;
	height:20px;
}

.fader {
	transition: all 0.5s ease;
	opacity:0;
}
.fader.fade-in {
	opacity:1.0;
	}
.fader.fade-out {
	opacity:0;
}

/*	my creations */
.tab-icon-notify {
	position: absolute;
	top: -3px;
	right: -3px;
	border: 2px solid white;
	background: #ff6200;
	border-radius: 20px;
	width: 24px;
	height: 24px;
	color: white;
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	display: none;
}

/*	profile	*/
.profile-item-text {
	padding:8px 0px 24px 0px;
	color:white;
	font-size:20px;
	font-weight:600;
}

.icon-notify {
	position:absolute;
	top:-8px;
	right:calc(50% - 92px);
	border:2px solid white;
	background:#ff6200;
	border-radius:20px;
	width:40px;
	height:40px;
	color:white;
	line-height:36px;
	font-weight:900;
	font-size:20px;
	display:none;
}

/*	personal info	*/
.personal-body {
    background-color: black;
	color:white;
	text-align:center;
}

.personal-td {
	width:100%;
	height:108px;
	vertical-align:top;
	text-align:left;
	padding:2px 40px;
	font-size:20px;
}

.personal-label {
	color:white;
	padding:4px 0px;
	text-align:left;
}

.personal-field {
	color:white;
	padding:12px;
	width:100%;
	background-color:#282828;
  background: -webkit-gradient(linear, 0% 0%, 0% 0%, from(rgb(2,20,20)), to(rgb(60,60,60)));
  background: -webkit-linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, rgb(2,20,20), rgb(60,60,60) ); /* Standard syntax */
}

.personal-edit-im {
	position:absolute;
	right:10px;
	bottom:0px;
	cursor:pointer;
	width:48px;
	height:48px;
}

.personal-edit-im-photo {
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
}

.personal-age {
	position:absolute;
	right:10px;
	bottom:14px;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
}

.personal-hint {
    color:white;
	height:24px;
	line-height:24px;
	margin:0px 2px;
	text-align:right;
	font-size:16px;
}

.txtHours {
	font-size:24px;
}

.h420 {
	height:420px !important;
}

.pointer-events-none {
	pointer-events: none;
}

.pointer-events-auto {
	pointer-events: auto;
}

.dev-bar {
	position:fixed;
	bottom:100px;
	left:20px;
	right:20px;
	padding:8px;
	border:2px solid white;
	border-radius:10px;
	color:white;
	text-align:center;
	font-size:12px;
	z-index:9999;
	opacity:0.65;
}


/*
//		landscape
*/
@media only screen and (orientation:landscape) {
  body.fix-rotation {
	width: 100vh;
	transform: rotate(-90deg);
  }
}

@media (orientation:landscape) {

	.panel1 {
		width:50%;
		height:calc(100vh - 80px);
		float:left;
	}

	.panel2 {
		width:50%;
		height:100vh;
		float:left;
		min-height:480px;
	}

	.panel2b {
		width:50%;
		height:calc(100vh - 80px);
		float:left;
		min-height:480px;
	}

	.panel3 {
		width:50%;
		height:100vh;
		float:left;
		min-height:480px;
	}

	.divtCourse {
		height:100%;
	}

/*
	#menu-pad {
		display:none;
	}
*/
}
 
/*
//		portrait
*/
@media (orientation:portrait) {

	.home-left {
		display:none;
	}

	.home-right {
		display:none;
	}


	.panel1 {
		width:100%;
		height:40vh;
	}

	.panel2 {
		width:100%;
		height:60vh;
	}

	.panel2b {
		width:100%;
		height:calc(60vh - 80px);
	}

	.panel3 {
		width:100%;
		height:40vh;
	}

	.divtCourse {
		height:100%;
	}

	.map-slider.closed {
		height:0px;
		opacity:0;
	}

	.course-slider.full {
		height:calc(100vh - 80px);
	}

}
