@charset "UTF-8";

/*******************************************************************************
 * 
 * jQuery.mb.components: licManager
 * version: 1.0
 * Author: pupunzi
 * Creation date: 13/11/16
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 ******************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Cormorant Garamond', serif;
*/

* {
  box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b6b6b6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b6b6b6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b6b6b6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b6b6b6;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open sans', serif;
  font-size: 18px;
  font-weight: 300;
  background: #444;
  color: #fff;
  line-height: 1.3;
  background: linear-gradient(45deg, rgba(89,89,89,1) 0%,rgba(0,0,0,1) 100%);
}

.wrapper {
  position: relative;
  max-width: 80%;
  max-width: 1240px;
  margin: 50px auto;
  min-height: 100vH;
}

#back-end .wrapper {
  background: rgba(255, 178, 0, 1);
}

.wrapper:after {
  display: table;
  content: " ";
  clear: both;
}

.wrapper .header,
.wrapper .content,
.wrapper .FAQ,
.wrapper .plugin-part,
.wrapper .top-menu{
  position: relative;
  padding: 30px;
}

.wrapper .top-menu ul {
  margin: 0;
  padding: 0;
}

.wrapper .top-menu ul li{
  display: inline-block;
  padding: 0 20px 0 0;
}

.wrapper .top-menu ul li a{
  color: #ffffff;
  /*background: rgba(255, 178, 0, 1);*/
}

.wrapper .content {
  background: rgba(255, 178, 0, 0.90);
  transition: all 1s;
}

.wrapper .content.dev {
  background: rgba(98, 170, 255, 0.9);
}

.wrapper .description {
  color: #fff;
}

.wrapper .description h3{
  font-size: 250%;
}

.wrapper .plugin-part {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px dotted #ffffff;
}

.wrapper .plugin-part  h2{
  font-size: 130%;
}

.wrapper .plugin-part > ul > li {
  line-height: 1.8;
  color: #ffb200;
}

.wrapper .plugin-part  ul ul{
  list-style-type: none;
  color: #ffffff;
}

.price{
  font-size: 115%;
  font-weight: 600;
  text-align: right;
  color: #fff;
  background: #29852b;
  padding: 13px;
  border-radius: 100%;
  height: 100px;
  display: inline-block;
  line-height: 1;
  width: 100px;
  text-align: center;
}

.switch_type {
  padding: 10px;
  color: #fff;
  cursor: pointer;
  text-align: right;
  font-weight: 500;
  font-size: 140%;
  position: absolute;
  right: 30px;
  background: #333;
}

.switch_type:hover {
  color: #3d98d5;
}

.FAQ{
  background: #000;
}

.desc{
  font-size: 70%;
  margin: 10px 0;
  color: #444;
}

.spacer {
  /* margin-top: 30px;*/
}

strong, b {
  font-weight: 500;
}

small {
  color: #000!important;
}

a {
  color: #4a92d3;
  text-decoration: underline;
}

a:hover {
  color: #4a92d3;
  text-decoration: underline;
}

.editIt-content a,
.FAQ a {
  color: #3d98d5;
  text-decoration: none;
}

h1 {
  font-size: 230%;
  font-weight: 300;
  color: #fff;
}

h1.title {
  font-size: 230%;
  font-weight: 600;
  color: #fff;
}

h2 {
  font-size: 300%;
  font-weight: 600;
  margin-bottom: 20px;
}

h2.title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 40px;
}

h2.claim {
  color: #fff;
  font-weight: 100;
}

h3 {
  font-size: 140%;
  font-weight: 100;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
}

h4 {
  font-size: 100%;
  font-weight: 100;
  line-height: 1.3;
  color: #444;
}

h3.paragraph {
  font-size: 150%;
  font-weight: 100;
  line-height: 1.3;
  color: #222;
  margin-bottom: 30px;
}

.FAQ h3 {
  color: #ffb200;
}

sup {
  font-weight: 700;
  font-size: 60%;
  color: #444;
}

:focus{
  outline: none;
}

form {
  position: relative;
  width: 80%;
  margin: 30px auto;
  padding: 20px;
  /*background: #ffb200;*/
  border-radius: 5px;
  font-size: 100%;
}

form:after {
  display: table;
  content: " ";
  clear: both;
}

form label{
  display: block;
  font-weight: 100;
  font-size: 70%;
  text-transform: uppercase;
  margin: 20px 0 5px;
}

form label.in-line{
  display: inline-block;
  font-weight: 100;
  font-size: 70%;
  text-transform: uppercase;
  margin: 20px 0 5px;
}

form input:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]),
form select,
form textarea {
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  color: #666;
  border-radius: 5px;
}
form select {
  width: auto;
}


form textarea {
  height: 300px;
  padding: 10px;
}

input {
  border: 1px solid #ccc;
  font-size: 140%;
}

input#coupon {
  font-size: 100%;
  width: 50%;
}

.button-bar {
  float: right;
}

form *[readonly] {
  background-color: transparent;
  color: #000!important;
  border:none!important;
}

input[type=submit],
input[type=button] {
  width: auto;
  margin: 20px 0 20px 6px;
  background: #29852b;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: #fff!important;
  display: inline-block;
  font-size: 200%;
}

input[type=submit]:hover {
  background: #222222;
}

input[type=button] {
  background: #b0000c;
}

input[type=button].secondary {
  background: #222222;
}

input[type=button].primary {
  background: #2c753a;
}

input.invalid {
  border-color: #b0000c;
}

input,
input:valid {
  border-color: #ccc;
}

input.invalid {
  background: #b0000c;
  color: #fff;
}

form #coupon_key{
  width: 50%;
  font-size: 100%;
}

#coupon_desc {
  color: #444;
  font-size: 110%;
}

.privacy-policy {
  color: #444;
  font-size: 70%;
}

.redirect_paypal {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 100px;
  font-size: 250%;
  font-weight: 100;
  text-align: center;
}

#menu {
  display: table;
  position: absolute;
  right: 10px;
  top: 10px;
}

#menu div.sel a{
  color: #FFB200;
}

#menu:after {
  content: "";
  clear:both;
}

#menu div {
  display: table-cell;
  text-align: center;
  padding: 10px;
}

.table{
  display: table;
  font-size: 140%;
  border-top: 1px dotted #d49400;
  margin: 10px 0 0 0;
}

.table:not(.thead):not(.plugin){
  background: rgba(255, 255, 255, 0.10);
  border-radius: 5px;
}

.table.thead {
  border-top: none;
  display: table;
  font-size: 70%;
  margin: 0;
}

.cell {
  display: table-cell;
  padding: 10px;
  color:#444;
}

.cell.id {
  width: 5%;
  color: #444;
}

.cell.prefix {
  width: 10%;
  color: #444;
}

.cell.name {
  font-weight: 500;
  width: 45%;
  color: #444;
}

.cell.downloaded {
  color: #444;
}

.cell.menu {
  width: 30%;
  font-size: 80%;
  text-align: right;
}

.cell.menu span {
  position: relative;
  display: inline-block;
  background: #444;
  border-radius: 5px;
  font-size: 70%;
  padding: 4px 10px;
  margin: 3px;
  cursor: pointer;
}

.cell.menu span.highlight {
  background: #358844;
}

.cell.menu span.secondary {
  background: rgba(255, 255, 255, 0.21);
}

.cell.menu span.worn {
  background: rgb(181, 5, 18);
}

.cell.menu span:hover {
  background: #222222;
}

.cell.menu span a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.cell.menu span.secondary a{
  color: #444;
}

.updates  {
  font-size: 70%;
  margin: 0 0 0 50px;
}
.updates .table  {
  border-top: none;
  /*background: #444;*/
  /*border-top: 1px dotted rgba(212, 148, 0, 0.49);*/
}
.updates .cell.menu span {
  background: transparent;
  border: 1px solid #444 ;
  border-radius: 5px;
  font-size: 80%;
  padding: 4px 10px;
  cursor: pointer;
}

.updates .cell.menu span:hover,
.cell.menu span.secondary:hover{
  background: #fff;
}

.updates .cell.menu span a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  text-decoration: none;
}

#progress {
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
}

#progress > div {
  position: relative;
  width: 0;
  height: 50px;
  background: #444;
}

#upload {
  font-size: 75%;
  color: #fff;
  border: none;
  background: #444;
  padding: 10px;
}

.file-path {
  font-weight: 100;
  font-size: 65%;
}

#editItContent {
  position: relative;
  max-width: 1024px;
  margin: inherit auto;
}

.editIt-content {
  font-family: "calluna", "Open Sans", Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  background: #FFFFFF;
  padding: 40px 10px 10px 10px;
  max-width: 1024px;
  margin: auto;
  color: #444;
}

.editIt-content b {
  font-weight: bold;
}

.editIt-preview {
  font-size: 16px;
}

.get_player {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
  min-height: 320px;
  padding: 80px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 10px;
  transition: background 0.5s;
}

.get_player:hover {
  background: #ffb200;
}

.get_player:hover:after {

  content: "Get it now!";
  position: absolute;
  right: 80px;
  border-bottom: 20px;
  background: #14842a;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  text-align: center;

}

.get_player.get_tgal {
  background: url(../images/TGAL-bgnd.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.get_player img{
  position: absolute;
  right: 80px;
  top: 10px;
  width: 180px;
}

.get_player .list-desc{
  position: static!important;
}

.get_player h2{
  position: relative;
  font-size: 220%;
  background: #ffb200;
  padding: 10px 20px;
  display: inline;
  color: #fff;
  text-align: center;
}

.warning {
  color: #444;
  position:relative;
  background: #c2dc9c;
  padding: 20px;
  font-size: 22px;
  border-radius: 5px;

}

.pagination {
  display: block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
  text-align: right;
}

.pagination label {
  padding: 0 10px;
  font-weight: 100;
  color: #444;
  font-size: 14px;

}
.pagination.top {
  border-bottom: 1px dotted #444;
  padding-bottom: 10px;
}

.pagination.bottom {
  border-top: 1px dotted #444;
  padding-top: 10px;
}

.search{
  padding: 5px;
  margin-right: 20px;
  font-size: 16px;
  color: #444;
  width: 250px;
}