@font-face {
  font-family: "Brandon Text";
  src: url("../fonts/BrandonText-Light.eot");
  src: url("../fonts/BrandonText-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrandonText-Light.woff") format("woff"),
    url("../fonts/BrandonText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../fonts/BrandonText-Regular.eot");
  src: url("../fonts/BrandonText-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BrandonText-Regular.woff") format("woff"),
    url("../fonts/BrandonText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../fonts/BrandonText-Thin.eot");
  src: url("../fonts/BrandonText-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrandonText-Thin.woff") format("woff"),
    url("../fonts/BrandonText-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Text";
  src: url("../fonts/BrandonText-Bold.eot");
  src: url("../fonts/BrandonText-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrandonText-Bold.woff") format("woff"),
    url("../fonts/BrandonText-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fbfbfb !important;
  font-family: "Brandon Text";
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
}
:focus {
  outline: 0;
}
a {
  color: #0d82fe;
  cursor: pointer;
}

.main-container {
  background: none !important;
}

#imageContainer {
  width: 450px;
  min-height: 400px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0px;
  padding-bottom: 10px;
  border-right: 3px solid #fbfbfb;
  border-bottom: 3px solid #ddd;
}
#imageContainer h4 {
  font-size: 24px;
  float: right;
  margin: 0;
}
#originalImg {
  background: url("../images/checker.png");
  height: auto;
  max-width: 100%;
  min-height: 300px;
  margin-top: 10px;
  width: 400px;
}
#imageContainer .btn-range {
  padding: 9px 6px;
  font-size: 10px;
}
#imageContainer .btn-range span {
  top: -1px !important;
}
#svgContainer {
  text-align: center;
  min-height: 300px;
  margin-top: 63px;
  margin-left: 65px;
}
#svgContainer svg {
  background: url("../images/checker.png");
  display: block;
  height: auto;
  max-width: 100%;
}

.mid-panel {
  /* height: 260px; */
  width: 100%;
  background: white;
  float: left;
  border-radius: 5px;
  border-bottom: 3px solid #ddd;
  padding: 10px;
  margin-bottom: 17px;
}

.message-container {
  background: #6ebe81;
}

.profile {
  text-align: center;
}

.profile-img {
  width: 80%;
}

.message-container a {
  text-decoration: none;
  color: #fff;
}

.message-container a :hover {
  color: #333;
}

.speech-bubble {
  position: relative;
  background: #eefae8;
  border-radius: 0.4em;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 30px;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.2);
}

.speech-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #eefae8;
  border-left: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-left: -20px;
}

.speech-bubble p {
  margin-top: 0;
  margin-bottom: 0;
}

.colors-panel-row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.colors-panel {
  height: 150px;
  width: 100%;
  background: white;
  float: left;
  margin-bottom: 15px;
  border-radius: 5px;
  border-bottom: 3px solid #ddd;
  padding: 10px;
}

.bottom-panel {
  background: white;
  float: left;
  border-radius: 5px;
  border-bottom: 3px solid #ddd;
  /* padding: 10px; */
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.leftsection {
  padding: 5px;
  width: 49%;
  float: left;
}

.rightsection {
  width: 50%;
  float: left;
  padding: 8px 24px;
}

#mergeicon {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  margin-top: 56px;
  padding: 4px;
  cursor: pointer;
  background: white;
  border-radius: 30px;
  transform: scale(-1, 1);
  border: 1px solid grey;
}

.merge-colors {
  width: 46%;
  height: 100%;
  float: left;
  padding: 5px;
}

.form-h {
  height: 36px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #90b733;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 3px;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #2f9065;
}

.colors {
  margin: 0px;
  padding: 0;
}
.colors li {
  position: relative;
  list-style: none;
  float: left;
  margin: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 3px;
}
.colors li input[type="checkbox"] {
  visibility: hidden;
}

.colors li input[type="radio"] {
  visibility: hidden;
}

.colors li label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: -1px;
}

.colors li label:after {
  opacity: 0;
  content: "\2714";
  position: absolute;
  width: 9px;
  height: 5px;
  font-size: 15px;
  background: transparent;
  top: 1px;
  left: 6px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.colors li input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.colors li input[type="checkbox"]:disabled + label:after {
  opacity: 0.5;
  content: "\2715";
  position: absolute;
  width: 9px;
  height: 5px;
  font-size: 17px;
  background: transparent;
  top: -1px;
  left: 6px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

#canvas {
  width: 0px;
  height: 0px;
  image-rendering: optimizeSpeed;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

#effectcanvas {
  width: 0px;
  height: 0px;
}

.title {
  background: #e3f5c0;
  padding: 20px 10px 20px 10px;
}

.downloadnews {
  font-size: 27px;
  text-align: center;
  padding: 10px;
  height: 100%;
}

.page-header {
  background: #ffffff;
  padding: 25px 0 0 !important;
  margin: 0px !important;
}
.page-header {
  margin: auto;
}
.page-header {
  display: block;
}
.page-header .invent {
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
  padding: 30px;
  width: 100%;
  height: 400px;
  margin-top: 0px;
  font-size: 40px;
  color: white;
  background: #90b733;
}
.page-header .invent:before {
  content: "";
  padding-top: 100%; /* vertical value as  100% equals width */
  float: left;
}
.page-header .invent span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0 0 20px;
}
.page-header .invent ul {
  font-size: 20px;
  margin: 0 0 0px;
  padding-left: 10px;
  list-style: none;
  text-align: left;
}
.page-header .invent li a {
  font-size: 27px;
  margin: 0 0 0px;
  padding: 0;
  color: #d03232;
}
.page-header .invent li {
  font-size: 19px;
  margin: 0 0 10px;
  padding: 0;
}
.page-header h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.page-header p {
  font-size: 19px;
  color: #8b899c;
  margin: 0px;
  padding: 0px;
}
.page-wrap {
  margin: auto;
  padding: 30px 0px;
}

#holder {
  text-align: center;
  padding: 32px 0px;
  border: 2px dashed #90b733;
  color: #222;
  font-size: 18px;
  height: 100%;
}
#holder.hover {
  text-align: center;
  padding: 40px 0px;
  border: 3px dashed #b2bdcc;
  color: #222;
  font-size: 18px;
}
#holder h3 {
  font-size: 22px;
  margin: 10px 0px 5px;
  padding: 0;
}
#holder h4 {
  font-size: 20px;
  margin: 0px 0px 7px;
  padding: 0;
}
#holder a {
  color: #1d7850;
  font-size: 18px;
}
.color-range-wrap {
  margin: 0px 0px 20px;
  display: inline-block;
  text-align: left;
}
.color-range-wrap {
  margin: 0px 0px 20px;
  float: left;
  text-align: left;
}
.svg-wrap {
  width: 450px;
  min-height: 400px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 0px 0px 20px;
  border-left: 3px solid #fbfbfb;
  border-bottom: 3px solid #ddd;
}
.svg-wrap h4 {
  font-size: 24px;
  float: right;
  margin: 0;
}

.range-btn-left {
  background: #abb9c6 none repeat scroll 0 0;
  border: 2px solid #abb9c6;
  color: #fff;
  cursor: pointer;
  display: inline-table;
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 34px;
  line-height: 20px;
  width: 34px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.range-btn-right {
  background: #abb9c6 none repeat scroll 0 0;
  border: 2px solid #abb9c6;
  color: #fff;
  cursor: pointer;
  display: inline-table;
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 34px;
  line-height: 20px;
  width: 34px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.color-range-input {
  padding: 5px;
  border: 2px solid #abb9c6;
  height: 28px;
  width: 40px;
  text-align: center;
  margin-right: -2px;
  margin-left: -1px;
  float: left;
  font-size: 18px;
  border-left: none;
  border-right: none;
  zoom: 1.2;
}
.btn-primary {
  background: #90b733;
  padding: 8px 16px;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #2f9065;
  border-color: #2f9065;
}
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 144, 101, 0.5);
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2f9065;
  border-color: #2f9065;
}
.colorpicker_submit {
  position: absolute;
  font-size: small;
  left: 290px !important;
  top: 142px;
  background-color: #1d7850 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  overflow: hidden;
  cursor: pointer;
  color: #fff !important;
}

.touchspin {
  display: table;
  position: relative;
}

@-moz-document url-prefix() {
  .color-range-input {
    height: 36px;
  }
}

.footer {
  background: #fff;
  color: #646a73;
  font-size: 16px;
  padding: 10px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer {
  margin: auto;
}
.footer p {
  font-size: 16px;
  padding-top: 14px;
}
.footer .logo {
  background: #fff;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -42px;
  left: 50%;
}
.footer .logo img {
  width: 50px;
  margin-top: 24px;
}

.fb-page {
  float: left;
  margin-right: 30px;
}

#download-btn {
  display: block;
  float: left;
}

.split-panel {
  background: white;
  border-radius: 5px;
  border-bottom: 3px solid #ddd;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 180px;
  margin-bottom: 10px;
  /* position: relative; */
}

#split-btn {
  display: block;
  float: left;
  margin-left: 10px;
}

#splitSVGCont {
  background: url(../images/gridpattern.jpg);
  background-size: 100px 100px;
  border: solid 1px #aaa;
  height: auto;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
}

#splitSVGCont svg {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.preloader {
  width: 30px;
  height: 30px;
  margin: auto;
  margin-top: 85px;
}

#loadingMsg {
  display: none;
  margin-top: 85px;
}

#settingsbtn {
  position: absolute;
  font-size: 19px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  line-height: 31px;
  background: #3a7850a6;
  border: none;
  color: white;
  cursor: pointer;
  margin-left: 32px;
  margin-top: 17px;
}

.ad_sqr {
  height: auto;
  width: 100%;
}

.block {
  display: none;
}

.display-table {
  display: table;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-h-50 {
  min-height: 50px;
}
.m-h-80 {
  min-height: 80px;
}
.w-100 {
  width: 100px;
}
.h-30 {
  height: 30px !important;
}
.m-l-5 {
  margin-left: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.break {
  display: block;
  margin-bottom: 5px;
}

.nav-tabs {
  border-bottom: none;
  margin-top: 70px;
}

.nav-tabs li {
  margin-right: 1px;
  font-size: 18px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -1px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  color: #d13832;
  background: #a3a3a308;
}

.nav-tabs {
  list-style: none;
}

.nav-tabs li {
  float: left;
}

.nav-tabs li.active {
  border: 1px solid #dee2e6;
  color: #d13832;
  background: #2b6fc9;
}
.nav-tabs a {
  color: #333;
  /* font-style: normal; */
  text-decoration: none;
  font-size: 19px;
}
.nav-tabs li.hover {
  background: #999;
}
.nav-tabs a.active {
  color: #ffffff;
}

.leftbottomad {
  width: 320px;
  height: 60px;
  float: left;
  margin-left: 24px;
  /* margin-bottom: 10px; */
}

.slidead {
  margin: auto;
  width: 468px;
  margin-top: 5px;
}

.settingsPanel {
  width: 100%;
  height: 100px;
  display: none;
}

.settingsHalf {
  width: 47%;
  float: left;
}

.slider {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 90%; /* Full-width */
  height: 16px; /* Specified height */
  background: #eaeaea; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #abb9c6;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #abb9c6;
  cursor: pointer;
}

#resetBtn {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 47px;
  cursor: pointer;
}

#resetBtn:hover {
  opacity: 0.5;
}

.zero {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.ads-box {
  background: #fff;
  height: 0px;
  width: 0px;
  float: right;
}
.smallhorad {
  display: block;
  height: 70px;
  width: 100%;
  float: left;
  text-align: center;
}
.form-block {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 1px 6px 39px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 6px 39px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 6px 39px rgba(0, 0, 0, 0.1);
}
.form-block .form-group label {
  margin-bottom: 0.2rem;
}
.form-block h2 {
  font-size: 27px;
  margin-bottom: 30px;
  margin-top: 0;
}

.side-ad-section {
  padding: 0;
  font-size: 20px;
}

.side-ad-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.side-ad-list li {
  padding-top: 0px;
  padding-bottom: 5px;
}

.side-ad-list img {
  width: 100%;
  padding-bottom: 10px;
}

.desc {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}

.image-row {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #imageContainer {
    width: 100%;
  }
  .container {
    padding: 0;
  }
  .page-area {
    padding: 0;
  }
  .svg-wrap {
    width: 100%;
  }
  .page-header .invent {
    height: auto;
    font-size: 24px;
    margin-top: 40px;
    padding: 10px;
  }
  .downloadnews {
    margin-top: 12px;
    height: 100%;
    background: white;
  }
  .image-row {
    margin-right: -15px;
  }
  .colors-panel-row {
    margin-right: -15px;
  }
  .code-block-2 {
    position: absolute;
    left: 0;
    right: 0;
  }
  .bottom-panel {
    margin-bottom: 20px;
    margin-right: -15px;
    padding: 20px 10px 10px 10px;
  }
  .colors-panel {
    height: auto;
  }
  .merge-colors {
    width: 100%;
    height: auto;
  }
  #mergeicon {
    margin-top: 5px;
  }
  .nav-tabs li {
    width: 100%;
  }
  .page-header h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .page-header p {
    font-size: 16px;
  }
  .leftsection h2 {
    font-size: 1.5rem;
  }
  .speech-bubble:after {
    left: 50%;
    top: 0;
    margin-top: -20px;
    margin-left: -10px;
  }
  .speech-bubble {
    margin-right: 0;
    padding: 15px 15px;
    font-size: 16px;
  }
  .profile-img {
    width: 55%;
  }
  .tabs li {
    width: 100%;
  }
  #slideshare {
    height: 246px;
  }
}
.h-40 {
  height: 40px;
}
.login-form {
  padding: 50px 15px;
}

.tabs {
  list-style: none;
  margin: 0px 10px 0px 10px;
  padding: 0;
}

.tabs a {
  text-decoration: none;
  color: black;
}

.tab-active {
  background: #90b733 !important;
}

.tab-active a {
  color: white !important;
}

.tabs li {
  float: left;
  font-size: 15px;
  padding: 10px 18px 10px 18px;
  background: #fff;
  border-right: 2px solid #e3f5c0;
}

.tabs li:hover {
  background: #dbe7f25e;
}

.tabs-row {
  border-bottom: 3px solid #e3f5c0;
}

#slideshare {
  height: 336px;
}

.eyedropbtn {
  float: left;
}

.pickedcolors {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pickedcolors li {
  float: left;
  margin: 2px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 3px;
}

#floatingcolors {
  position: absolute;
}

#floatingcolors button {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.picking {
  cursor: url(../images/picker.png) -20 20, auto;
}

#browsepanel {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 3px solid #ddd;
}

.modal-body {
  text-align: -webkit-center;
  margin: auto;
}

#gl-dwn-btn {
  display: block;
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}

.fb-login-button {
  margin-top: 20px;
  margin-bottom: 100px;
}

.abcRioButton {
  width: 100% !important;
}

#showAfterSignIn {
  text-align: center;
  height: 77px;
  background: #ececec;
}

.btnheading {
  font-size: 42px;
  margin-top: 24px;
  margin-bottom: 0px;
  line-height: 42px;
  color: #739818;
}

.btnsubheading {
  font-size: 28px;
  /* margin-top: -23px; */
  margin-bottom: 20px;
  line-height: 28px;
  color: #ffffff;
  background: #56750ab5;
  width: fit-content;
  padding: 6px;
  font-style: italic;
  /* float: left; */
  display: inline-block;
}

#youtbeiframe {
  border: 2px solid #e1ebc8;
  padding: 5px;
  border-radius: 5px;
}

.features-col {
  border-left: 2px dashed #e1ebc8;
  margin-top: 50px;
}

.features-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-col li {
  min-height: 200px;
  width: 100%;
  border: 1px solid #e1ebc8;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 14px;
}

.features-col img {
  min-width: 100%;
  margin: auto;
}

.sideheading {
  font-size: 26px;
  color: #859b4e;
  margin-bottom: 37px;
}
