@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/opensans/open-sans-v15-cyrillic_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/opensans/open-sans-v15-cyrillic_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - cyrillic_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/opensans/open-sans-v15-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/opensans/open-sans-v15-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - cyrillic_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/opensans/open-sans-v15-cyrillic_latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/opensans/open-sans-v15-cyrillic_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/open-sans-v15-cyrillic_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
html[lang='ru'] #purchase-options-pioneer .buybox, html[lang='ru'] #purchase-more-options-pioneer .buybox,
html[lang='ru'] #purchase-options-capture .buybox, html[lang='ru'] #purchase-more-options-capture .buybox{
	width: 280px;
}
.d-none {
    display: none !important;
}
.bi {
    width: 1em;
    height: 1em;
    vertical-align: -.225em;
    fill: currentcolor;
}
html,
body {
  height:100%;
  width: 100%;  
  margin: 0px!Important;
  padding: 0px!Important;
  font-family: sans-serif;
  outline: none;  
  scroll-behavior: smooth;
  font-size:15px;
  scroll-behavior: smooth;
  --hamwidth: 2.75rem;
  --hamheight:2.875rem;
  --hambdash:16rem;
  --barsize:0.3rem;
  --bordersize:0.15rem;
  --bannerheight:3.9rem;
  --actioncolor-0:#005ffd;
  --color-pink-0:#02b4c4;
  --max-download-container:48rem;
  --link-color:#00b773;
  --border-size:0.375rem;
  
  --capture-color-one:#e00040;
  --capture-color-two:#7200c1;

  --pioneer-color-one:#0075d3;
  --pioneer-color-two:#9a13ed;

  --junior-color-one:#00c652;
  --junior-color-two:#01b781;
}
#toppadd{
	height:var(--bannerheight);
	width:100%;
}
.progress-container{
    position: fixed;
    top:var(--bannerheight);
    z-index:9000;
    width: 100%;
    height:var(--barsize);
}
.comment-box{
    padding-top:2rem;
    margin-top: 5rem;
}
.progress-container .progress-bar{
    height:var(--barsize);
    width: 0%;
    background-color:var(--link-color);
    border-radius:0;
}
.jpn{
	font: 13px/19px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, meiryo, "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 120%;
}
h2 .jpn{font-size:28px!Important;}
h3 .jpn{font-size:22px!Important;}
.buybox .btn, .blackbuttonlink{
	border-radius:var(--border-size);
	overflow:visible;
}
.buybox .btn{
	background: var(--actioncolor-0);
        position: relative;
}
.buybox{
	display: inline-block;
    width: 49%;
    margin-right: 0.3125rem;
    vertical-align: top;
}
.okay{
	color:var(--link-color);
}
#purchase-options-capture,#purchase-options-pioneer, #purchase-more-options-pioneer{
	    text-align: center;
}
#purchase-options-capture .buybox, 
#purchase-options-pioneer .buybox, 
#purchase-more-options-pioneer .btn{

}
#purchase-more-options-pioneer .btn:hover,#purchase-more-options-pioneer .btn:active, .btn:hover{
	filter: brightness(125%);
}

.capture-grad{   background:linear-gradient(90deg, var(--capture-color-one) 0%, var(--capture-color-two) 100%); }
.pioneer-grad{   background:linear-gradient(90deg, var(--pioneer-color-one) 0%, var(--pioneer-color-two) 100%); }
.junior-grad{    background:linear-gradient(90deg, var(--junior-color-one)  0%, var(--junior-color-two) 100%);  }

.beta-grad{
        background:linear-gradient(90deg, #7103e2 0%, #7105bc 50%, #7103e2 100%);
}
::-webkit-scrollbar {
    width:0.7rem;
}
::-webkit-scrollbar-track {
    background:#212121;
    border-radius:0px;
}
::-webkit-scrollbar-thumb:hover{
    background:#999999;
}
::-webkit-scrollbar-thumb {
    border-radius:var(--border-size);
    background:#666666;
}
@supports (scrollbar-color: auto) {
  .scrollbar {
    scrollbar-color: var(--actioncolor-0) #282828;
    scrollbar-width:thin;
  }
}
.modal-content {
  width: 330px;
  margin: 0 auto;
}
#sentok.fade:target {
  opacity: 1.0;
}
#sentok:target {
  display: block;
}
html{
  overflow-y: scroll!Important;
  overflow-x: hidden!Important;
}
a[href=''],
a[href='javascript:void(0)'] {
  cursor: default;
}
.btn {
  text-transform: uppercase;
}
.another-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
a,
.btn {
  text-decoration: none!Important;
  transition: all 0.5s ease;
}
#tutorsbox {
  text-transform: uppercase;
}
.violet-color {
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
}
.topshift {
  overflow: hidden!Important;
}
.darktopshift:before {
  background: #181818;
}
.darktopshift-2:before, .darktopshift-3:before {
  background: #111111;
}
.topshift:before,
.topshift-2:before {
  background: #282828;
}
.topshift:before,
.topshift-2:before,
.darktopshift:before,
.darktopshift-2:before,
.darktopshift-3:before{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  margin-top: -35px;
  margin-left: 0;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.04), inset 0px -8px 8px rgba(0, 0, 0, 0.08);
}
.topshift:before {
  height: 18rem;
}
.topshift-2:before {
  height: 8rem;
}
.darktopshift:before,
.darktopshift-2:before {
  height: 8rem;
}
.darktopshift-3:before{
	height: 3rem;	
}
#logo {
    font-size: 2.25rem;
    letter-spacing: -0.04em;
    margin-left:15px;/*var(--bannerheight);*/
    height: 2.25rem;
    display: inline-block;
    margin-top: calc((var(--bannerheight) - 2.2rem) / 2);
    padding: 0!Important;
    outline:none!Important;
}
#logo svg{
  color:#b10101;
  font-size:109%;
}
div.tumblr-item{
	display:inline-block;
	max-height: 100px;
	padding-right: 18px;
}
#logo.tight span{margin-left:-0.5rem;}

.logo{
   text-transform:none!Important;
   color:#FFFFFF!Important;
   font-size:1.4rem;
   font-weight:300;
   outline:none!Important;
}
.productname{
   text-transform:capitalize!Important;
   color:#FFFFFF!Important;
   font-size: 1.8rem;
   text-align: center;
}
.productname svg{
    font-size: 129%;
    margin-right: 0.3rem;
}
.logo:before{
    font-size:2.2rem;
    vertical-align: sub;
    margin-right:0.2rem;
}
/*---------------------------*/
.logoCapture, .logoCapture:visited,
.logoPioneer, .logoPioneer:visited,
.logoJunior,  .logoJunior:visited,
.logoStoryboard, .logoStoryboard:visited{
  color:#eeeeee;
  padding: 0.4rem 0;
}
.logoCapture:hover, .logoPioneer:hover, .logoJunior:hover, .logoStoryboard:hover{
  color:#FFFFFF;
}
.logoCapture svg{  color:#b10101; }
.logoPioneer svg{  color:#0075d3; }
.logoJunior svg{   color:var(--link-color);}
.logoStoryboard svg{  color:#FF9900;}
/*----------------------------*/
.productname:before{
    font-size: 2.6rem;
    vertical-align: sub;
    margin-right: 0.3rem;
}
#logo:before {
  font-size: 125%;
  vertical-align: -4px;
  color:#e50101;
}
#logo:after {
    content: "";
    font-size: 0.7rem;
    color: #9d9d9d;
    width: 7rem;
    padding: 0px;
    line-height: 0.7rem;
    letter-spacing: 0.03em;
    margin-left: 0px;
    display: inline-block;
    text-align: left;
}
.ans-active{
}
#footer-title:before {
  font-size: 110%;
  vertical-align: -2px;
}
.cover-image:after,
.background-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.32);)*/
}
.decor {
  padding: 0px!important;
}
#banner:after,
.decor:after {
	position: absolute;
	display: block;
	content: "";
	top: var(--bannerheight);
	height:var(--barsize);
	width: 100%;  
	background-image: linear-gradient(20deg, #a700e6 11.1%, #05cbfd 22.2%, #f2b93e 33.3%, #d502f2 44.4%, #0062ff 55.5%, #00b773 66.6%, #05cbfd 77.7%, #0062ff 88.8%, #a700e6 100%);
}
@media (max-width: 768px) {
	#banner:after,
	.decor:after {
		position: absolute;
		display: block;
		content: "";
		top: var(--bannerheight);
		height:var(--barsize);
		width: 100%;  
		background-image: linear-gradient(20deg, #a700e6 25%, #05cbfd 50%, #f2b93e 75%, #d502f2 100%);
	}
	#main-content .pull-left[attr*=bilb.svg]{
		width:3rem;
		float:left;	
	}
}
.raduga:after {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background-image: linear-gradient(0, #00a0fc 15%, #f2b93e 55%, #d502f2 100%) !important;
  background-size: 100% 100% !important;
}
.raster {
  background-size: 50px 50px;
}
.paper {
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.04), 0px 6px 38px rgba(0, 0, 0, 0.35);
  background: #282828;
}
.terms-ofservice {
  height: 200px;
}
.terms-ofservice p{
	padding-right:18px;
	padding-bottom:38px;
}
.terms-ofservice, .text-justify{
  font-size:82%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.42857143;
  color: #cfcfcf;
  background-color: #282828;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: var(--actioncolor-0);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0281de;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.col-md-3 img, .col-md-4 img{
	max-width:70%;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius:var(--border-size);
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #282828;
  border: 1px solid #dddddd;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
  display: block;
  margin-top: 0.3rem;
}
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 9px;
  margin-bottom: 11px;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child{
	margin-top:0px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.6rem;
}
h2,
.h2 {
  font-size: 2.125rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.8rem;
}
p {
  margin: 0 0 0.7rem;
}
.lead {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 50%;
}
mark,
.mark {
  background-color: #f8d9ac;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: wrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #939393;
}
.text-primary {
  color: #0194ff;
}
a.text-primary:hover {
  color: #076eb8;
}
.text-success {
  color: #5cb85c;
}
a.text-success:hover {
  color: #449d44;
}
.text-info {
  color: #0f9aff;
}
a.text-info:hover {
  color: #007fdb;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover {
  color: #ec971f;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #0194ff;
}
a.bg-primary:hover {
  background-color: #076eb8;
}
.bg-success {
  background-color: #a3d7a3;
}
a.bg-success:hover {
  background-color: #80c780;
}
.bg-info {
  background-color: #75c5ff;
}
a.bg-info:hover {
  background-color: #42afff;
}
.bg-warning {
  background-color: #f8d9ac;
}
a.bg-warning:hover {
  background-color: #f4c37d;
}
.bg-danger {
  background-color: #eba5a3;
}
a.bg-danger:hover {
  background-color: #e27c79;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid transparent;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -0.3125rem;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right:0.3125rem;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 3px solid #0194ff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code, .code{
    padding: 0.5rem 1rem;
    font-size: 90%;
    color:#e685b5;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius:var(--border-size);
    display: block;
    margin-bottom: 0.3rem;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 1var(--border-size);
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius:var(--border-size);
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius:var(--border-size);
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.3rem;
  padding-right:1.3rem;
}
@media (min-width: 768px) {
  .container {
  width: 750px;
	padding:0!important;
  }
}
@media (max-width: 991px){
	#logo:after{
		display:none;
	}	
	.responsive-table{
	  width:100%!Important;
	  overflow:scroll!Important;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 8px!Important;
		padding-right:8px!Important;
	}  
	.thumb,.thumb-container,.langswitchbox{
		display:none;
	}
	#cookiewarning{
		left: 1rem!Important;
		right: 1rem!Important;
		bottom: 0rem;
	}	
} 
@media (min-width: 992px){
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }  
}
@media (max-width: 1300px) {
  .tutorials-section h3,.tutorials-section h4,.tutorials-section h5,.tutorials-section h6{
	font-size:110%!Important;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }

}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1300px){
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px dashed #333333;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #333333;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #333333;
}
.table .table {
  background-color: #282828;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.3125rem;
}
.table-bordered {
  border: 1px solid #333333;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #333333;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #a3d7a3;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #91cf91;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #75c5ff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #5cbaff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f8d9ac;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f6ce95;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #eba5a3;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e7908e;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    border: 1px solid #333333;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: wrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 24px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 24px;
  padding: 5px 10px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: var(--border-size);
}
select.input-sm {
  height: 24px;
  line-height: 24px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 24px;
  padding: 5px 10px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: var(--border-size);
}
select.form-group-sm .form-control {
  height: 24px;
  line-height: 24px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 24px;
  padding: 5px 10px;
  font-size: 8px;
  line-height: 1.5;
  min-height: 30px;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1.25px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1.25px;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #449d44;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #a3d7a3;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #f8d9ac;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #eba5a3;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
div ul.columns{
	vertical-align: top;
    display: block;
    width: 100%;
    margin-bottom: 0;
    list-style-type: disc;
}
div ul.columns li{
    display: inline-block;
    width: 180px;
    text-align: left;
    vertical-align: top;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0.2rem;
  margin-right: 0.1rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: wrap;
  padding: 0.58rem 0.8rem;
  line-height: 1.43;
  border-radius:calc(var(--border-size)* 4);
  user-select: none;
  text-overflow: ellipsis;
  max-width: 100%;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #cfcfcf;
  text-decoration: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #cfcfcf;
  background-color: #282828;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #cfcfcf;
  background-color: #0e0e0e;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #282828;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #282828;
  background-color: #cfcfcf;
}
.btn-primary {
  color: #ffffff;
  background-color: #0194ff;
  border-color: #087cd0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #076eb8;
  border-color: #065996;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0194ff;
  border-color: #087cd0;
}
.btn-primary .badge {
  color: #0194ff;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #0f9aff;
  border-color: #008ef5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #007fdb;
  border-color: #006ab7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0f9aff;
  border-color: #008ef5;
}
.btn-info .badge {
  color: #0f9aff;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #cfcfcf;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #cfcfcf;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #cfcfcf;
}
.btn-link {
  color: #0194ff;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0281de;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 1.25px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: var(--border-size);
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: var(--border-size);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-toggle{
	z-index:1010;
}
.dropdown-menu {
  position: absolute;
  top: 0;
  right:-13rem;
  z-index: -10;
  float: left;
  min-width: 160px;
  padding:1rem 0.3rem;
  margin: 0px 0px 0px 0px;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color:#1a1a1a;
  border-top-left-radius:1rem;
  border-bottom-left-radius:1rem;
  background-clip: padding-box;
  opacity: 0;
  transition: all 0.5s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  width:13rem;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0.4rem 1.2rem;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: wrap;
  border-radius:var(--border-size);
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #005ffd;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #cfcfcf;
  text-decoration: none;
  outline: 0;
  background-color: #0194ff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
    right: 0;
    opacity: 1;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 8px;
  line-height: 1.42857143;
  color: #777777;
  white-space: wrap;
}
.dropdown-backdrop {
  display:none!Important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: var(--border-size);
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 5px 10px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: var(--border-size);
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  line-height: 24px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: wrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 8px;
  border-radius: var(--border-size);
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 1.25px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: wrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.6rem 0.6rem;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0194ff;
}
.nav .nav-divider {
  height: 1px;
  margin: 0.6rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 1px 1px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #282828;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #282828;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #cfcfcf;
  background-color: #0194ff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
}
  
@media (max-width: 991px) {
  .nav-justified > li {
    display: block;
    width: 100%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 1px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 1px 1px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #282828;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 1px;
  }
}
.navbar-nav{
  display:none;
}
@media (min-width: 1049px) {
  .navbar-header {
    float: left;
  }
  .navbar-nav{
    display:block;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    /*max-height: 200px;*/
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    text-align: center;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding:14px 0px!Important;
  font-size: 20px;
  line-height: 22px;
  height: 5rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
  }
  .navbar-brand{
	  padding:14px 0px!Important;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  #additional-software-capture .btn.greened,
  #additional-software-pioneer .btn.greened,
  #additional-software-junior .btn.greened{
	  width:100%;
  }
  #madewithanimashooter .col-md-3{
	  width:49%;
	  display: inline-block;
  }
  .functionssupported .navlist li{
    width: 32%;
    display: inline-block;
    text-align: left;
    height: 7rem;
    border-left: dashed 1px rgba(255,255,255,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}
.navbar-default .btn-link {
  color: #000000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000000;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #d9d9d9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d9d9d9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d9d9d9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1a1a1a;
  color: #ffffff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 1px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 1px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0194ff;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0281de;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0194ff;
  border-color: #0194ff;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 1.25px;
  border-top-left-radius: 1.25px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 1.25px;
  border-top-right-radius: 1.25px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 8px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: var(--border-size);
  border-top-left-radius: var(--border-size);
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: var(--border-size);
  border-top-right-radius: var(--border-size);
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: wrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0194ff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #076eb8;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #0f9aff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #007fdb;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 8px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: wrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0194ff;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 1.25px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #282828;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0194ff;
}
.thumbnail .caption {
  padding: 9px;
  color: #cfcfcf;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #a3d7a3;
  border-color: #9ccf91;
  color: #5cb85c;
}
.alert-success hr {
  border-top-color: #8cc780;
}
.alert-success .alert-link {
  color: #449d44;
}
.alert-info {
  background-color: #75c5ff;
  border-color: #51d3ff;
  color: #0f9aff;
}
.alert-info hr {
  border-top-color: #38ccff;
}
.alert-info .alert-link {
  color: #007fdb;
}
.alert-warning {
  background-color: #f8d9ac;
  border-color: #f6bd95;
  color: #f0ad4e;
}
.alert-warning hr {
  border-top-color: #f4af7d;
}
.alert-warning .alert-link {
  color: #ec971f;
}
.alert-danger {
  background-color: #eba5a3;
  border-color: #e78e9a;
  color: #d9534f;
}
.alert-danger hr {
  border-top-color: #e27987;
}
.alert-danger .alert-link {
  color: #c9302c;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 8px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #0194ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #0f9aff;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  /*overflow: hidden;*/
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.5rem;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
ul.list-group{
    position: fixed;
    top: 4rem;
    bottom: 0px;
    padding-bottom: 40px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding:4px 15px;
  margin-bottom: -1px;
  border: 1px solid #000000;
  max-width: 260px;
}
.list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #cfcfcf;
  background-color: #0194ff;
  border-color: #0194ff;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #011625;
}
.list-group-item-success {
  color: #5cb85c;
  background-color: #a3d7a3;
}
a.list-group-item-success {
  color: #5cb85c;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #5cb85c;
  background-color: #91cf91;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.list-group-item-info {
  color: #0f9aff;
  background-color: #75c5ff;
}
a.list-group-item-info {
  color: #0f9aff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #0f9aff;
  background-color: #5cbaff;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0f9aff;
  border-color: #0f9aff;
}
.list-group-item-warning {
  color: #f0ad4e;
  background-color: #f8d9ac;
}
a.list-group-item-warning {
  color: #f0ad4e;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f0ad4e;
  background-color: #f6ce95;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.list-group-item-danger {
  color: #d9534f;
  background-color: #eba5a3;
}
a.list-group-item-danger {
  color: #d9534f;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #d9534f;
  background-color: #e7908e;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #282828;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #333333;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #0194ff;
}
.panel-primary > .panel-heading {
  color: #cfcfcf;
  background-color: #0194ff;
  border-color: #0194ff;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0194ff;
}
.panel-primary > .panel-heading .badge {
  color: #0194ff;
  background-color: #cfcfcf;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0194ff;
}
.panel-success {
  border-color: #9ccf91;
}
.panel-success > .panel-heading {
  color: #5cb85c;
  background-color: #a3d7a3;
  border-color: #9ccf91;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9ccf91;
}
.panel-success > .panel-heading .badge {
  color: #a3d7a3;
  background-color: #5cb85c;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9ccf91;
}
.panel-info {
  border-color: #51d3ff;
}
.panel-info > .panel-heading {
  color: #0f9aff;
  background-color: #75c5ff;
  border-color: #51d3ff;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #51d3ff;
}
.panel-info > .panel-heading .badge {
  color: #75c5ff;
  background-color: #0f9aff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #51d3ff;
}
.panel-warning {
  border-color: #f6bd95;
}
.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #f8d9ac;
  border-color: #f6bd95;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f6bd95;
}
.panel-warning > .panel-heading .badge {
  color: #f8d9ac;
  background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f6bd95;
}
.panel-danger {
  border-color: #e78e9a;
}
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #eba5a3;
  border-color: #e78e9a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e78e9a;
}
.panel-danger > .panel-heading .badge {
  color: #eba5a3;
  background-color: #d9534f;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e78e9a;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 1.25px;
}
.well-sm {
  padding: 9px;
  border-radius: var(--border-size);
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #505050;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1.25px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  border-radius: 0.6rem;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans";
  font-size: 8px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 1px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.3125rem;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 0.3125rem;
  margin-top: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 0.3125rem;
  margin-top: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.25px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.25px 0.25px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  width: 100%!Important;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption h1,.carousel-caption h2,.carousel-caption h3 {
  color: #ffffff!Important;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right{
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.buybox{
		width:100% !important;
	}  
}
@media (min-width: 768px) and (max-width: 991px){
	.buybox{
		width:100% !important;
	}
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print{
	
    a[href]::after {
        content: none !important;
    }
	
   .labels{
	   float:none!important;
   }	
   b{font-weight:normal!important;}	
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  #wrapper{
	  display:none;
  }
}

/* text-inverse is deprecated */
.text-inverse {
  color: #000000;
}
/* TODO: verify if we can touch only section */
.jumbotron {
  margin-bottom: 0px !important;
}
.jumbotron h1.text-primary {
  color: #0194ff !important;
}
.jumbotron h1.text-inverse {
  color: #000000 !important;
}
.jumbotron h1.text-info {
  color: #0f9aff !important;
}
.jumbotron h1.text-success {
  color: #5cb85c !important;
}
.jumbotron h1.text-warning {
  color: #f0ad4e !important;
}
.jumbotron h1.text-danger {
  color: #d9534f !important;
}
.carousel .item img {
  min-width: 100%;
}
.section {
  position: relative;
  padding: 35px 0px;
}
.inline-labels{
    display: inline-block;
    font-size: 77%;
}
.notebox{
	font-size:90%;
        color:var(--link-color);
}
.notebox .media-body{
	max-width:36em;
}
.notebox img{
	margin: 0 1rem 1rem 0;
}
.labels-tutorial{
    content: "Tutorial";
    background: var(--link-color);
}
.labels-troubleshooting{
   background: #7103e2;
}
.labels-keyboard{
   background: var(--actioncolor-0);
}
.labels-install{
   background: var(--color-pink-0);
}
.labels{
    color: #FFFFFF;
    padding:0.1rem 0.7rem;
    border-radius: 1.6rem;
    margin: 0 0;
    width: auto;
    margin-right:0.2rem;
    font-size: 76%;
}
.labels-preview:hover{
	color:#ffffff;
	filter:brightness(110%);
}
.labels-preview{
    background: var(--link-color);
    color: #FFFFFF;
    padding: 0.3rem 0.95rem;
    border-radius: 1.6rem;
    margin-right: 0.6rem;
    width: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}
.section .background-image {
  z-index: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.section .background-image.background-image-fixed {
  background-attachment: fixed;
}
.section-primary {
  background-color: #0194ff !important;
  color: #ffffff;
}
.section-primary .background-image {
  opacity: 0.5;
}
.section-info {
  background-color: #0f9aff !important;
  color: #ffffff;
}
.section-info .background-image {
  opacity: 0.5;
}
.section-success {
  background-color: #5cb85c !important;
  color: #ffffff;
}
.section-success .background-image {
  opacity: 0.5;
}
.section-warning {
  background-color: #f0ad4e !important;
  color: #ffffff;
}
.section-warning .background-image {
  opacity: 0.5;
}
.section-danger {
  background-color: #d9534f !important;
  color: #ffffff;
}
.section-danger .background-image {
  opacity: 0.5;
}
.cover {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
  margin-bottom: 0px !important;
  padding: 0px 0px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

.cover > hr {
  border-top-color: #d5d5d5;
}
.container .cover,
.container-fluid .cover {
  border-radius: 1.25px;
}
.cover .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cover {
    padding: 48px 0;
  }
  .container .cover,
  .container-fluid .cover {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cover h1,
  .cover .h1 {
  }
}
.cover h1.text-primary {
  color: #0194ff !important;
}
.cover h1.text-inverse {
  color: #000000 !important;
}
.cover h1.text-info {
  color: #0f9aff !important;
}
.cover h1.text-success {
  color: #5cb85c !important;
}
.cover h1.text-warning {
  color: #f0ad4e !important;
}
.cover h1.text-danger {
  color: #d9534f !important;
}

.cover .navbar {
  position: absolute;
  top: 0px;
  width: 100%;
  border: none;
  background-color: transparent !important;
}
.cover .navbar .navbar-nav li.active a {
  background-color: transparent !important;
}
.cover .navbar .navbar-toggle {
  border-color: transparent;
}
.cover .navbar .navbar-toggle:hover,
.cover .navbar .navbar-toggle:focus {
  background-color: transparent;
}
.cover .navbar .navbar-toggle .icon-bar {
  background-color: #cfcfcf;
}
.cover .navbar.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.cover .navbar.navbar-inverse .navbar-toggle:hover,
.cover .navbar.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.cover .navbar.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}
.cover .cover-image {
  z-index: -1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cover .cover-image.background-image-fixed,
.cover .cover-image.cover-image-fixed {
  background-attachment: fixed;
}
h1,h2,.maincolor {
  color:#f5f5f5;
}
h3{
  color: var(--link-color);
}
.circle {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  margin:0 auto;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.pull-left.circle{
  float:unset!Important;  
}
/*
.circle:before,
.circle:after {
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  box-shadow: inset 0.53em 0 0 rgba(0, 150, 255, 0.5), inset 0 0.53em 0 rgba(255, 0, 150, 0.5), inset -0.53em 0 0 rgba(0, 150, 255, 0.5), inset 0 -0.53em 0 rgba(255, 0, 150, 0.5);
  -webkit-transition: box-shadow 0.65s;
  -moz-transition: box-shadow 0.65s;
  -ms-transition: box-shadow 0.65s;
  transition: box-shadow 0.65s;
}
.circle-w:before,
.circle-w:after {
  box-shadow: inset 0.263em 0 1px rgba(167, 0, 230, 0.5), inset 0 0.243em 1px rgba(5, 203, 253, 0.5),inset 0 -0.233em 1px rgba(242, 185, 62, 0.68),inset -0.263em 0 1px rgba(213, 2, 242, 0.8), inset -0.23em -0.263em 1px rgba(255, 124, 8, 0.7), inset -0.23em 0.283em 1px rgba(3, 119, 193, 0.79), inset 0 0 1em rgba(0, 0, 0, 0.5);
}
.circle:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle:hover:before,
.circle:hover:after {
  box-shadow: inset 1.2em 0 1px rgba(167, 0, 230, 0.25), inset 0 1.2em 1px rgba(5, 203, 253, 0.25), inset 0 -1.2em 1px rgba(242, 185, 62, 0.268), inset -1.2em 0 1px rgba(213, 2, 242, 0.28), inset -1.2em -1.2em 1px rgba(255, 124, 8, 0), inset -1.2em 1.2em 1px rgba(3, 119, 193, 0);
}*/
.modal {
  transition: all 0.5s ease-in;
}
.fade {
  background: rgba(0, 0, 0, 0.43);
}
li.media a.pull-left {
  margin-top: 22px;
}
#sentmessage:target {
  display: block;
  opacity: 1.0;
}
.footernav h3{
	margin-top:1rem;
	color: #555555;
}
#atblogs .entry{	
	padding:0px;
	margin:0 12px 8px 0;
}
#atblogs, #releasenotes, #news, .terms-ofservice, .scrollbar{  
  overflow-x: hidden;
  overflow-y: scroll;
}
#atblogs, #releasenotes, #news, .terms-ofservice, .camlist{
	  height: 500px;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1);
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    padding: 0.3rem;
    /*font-size: 80%;*/
}
#AnimaCarousel .carousel-caption {
  top: -39px;
  bottom: auto!Important;
}
.carousel-caption {
  text-transform: uppercase;
}
#hardware {
}
.navlist {
  list-style: none;
  padding: 0px;
}
.navlist li {
  display: inline-block;
  margin:0px;
}
.navbox {
  text-transform: uppercase;
  white-space: wrap;
  margin-bottom:1rem;
}
.navlist li span.free-feature{
    white-space: wrap;
}
.navbox a,.navlist a,.navbox li span,.navlist li span {
    color: #999999;
    border-radius:calc(var(--border-size)* 4);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    display: inline-block;	
    border:var(--bordersize) solid rgba(255,255,255,0);
    padding: 0 0.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    background: rgba(255, 255, 255, 0.02);
}
@media (max-width:780){
    .navbox a, .navlist a, .navbox li span, .navlist li span{
        white-space: normal;
        overflow:visible;
    }
}
.navbox a:hover, .navbox a.active{
	border:var(--bordersize) solid rgba(255,255,255,0.1);
}
.navbox a{
	
}
.big-product-box{
    text-align:center;
    color: #FFFFFF;
    margin: 1rem auto;
}
#AnimaCarousel h1,
#AnimaCarousel h2,
#AnimaCarousel j3 {
  color: #ffffff;
  font-size: 19px;
}
.navbox li a:hover,
.navbox li a:active,
.navbox li a:focus,
.navlist li a:hover,
.navlist li a:active,
.navlist li a:focus #AnimaCarousel a:hover,
#AnimaCarousel a:focus,
#AnimaCarousel a:active {
  color: #ffffff;
  background-color: transparent!Important;
}
.mainfon {
  background:var(--actioncolor-0);
  color: #ffffff!Important;
  text-overflow: ellipsis;
  overflow:hidden;
}
.betapage .mainfon{
  background:linear-gradient(90deg, #7103e2 0%, #7105bc 50%, #7103e2 100%)!important;
}
.mainfon:hover,
.mainfon:active {
  filter:brightness(110%);
}
.btninverted{
  background: #393939!Important;
  /*font-size: 73%;
  padding: 0.2rem 0.8rem;*/
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none!Important;
}
h1 small {
  font-size: 60%;
  font-weight: 300;
  display: block;
  max-width: 580px;
  margin:12px auto;
}
h1 small:before {
  content: "";
}
h1 {
  text-transform: uppercase;
  font-size: 31px;
}
h1 small {
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.mainheader {
  font-size: 32px;
  font-weigth: bold;
}
td {
  word-wrap: break-word;
}
table thead td {
  font-weight: 700;
  font-size: 110%;
}
.navbar {
  background: #111111;
}
.white-heading {
  color: #ffffff!Important;
}
table.styletable td{
	line-height:110%!Important;
}
table.styletable tr:hover td{
    background:rgba(255,255,255,0.05);
}
table.styletable {
  font-weight: 300;
}
.violet-color {
  color: #3296e6;
  border-radius: 4px;
  padding: 4px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.gray-block {
  background: #181818;
}
.gray-block-2 {
  background: #111111;
}
.light-block {
  background: #282828;
}
.microtext {
  font-size: 80%;
  border: none;
}
i,
ul.nav > li.active > a,
ul.nav > li.active > a:link {
  background-color: transparent!Important;
}
.img-scaled.center-block {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.top-padding {
  height: 54px;
}
input[type='text'],
textarea {
  background: #333333;
  padding:8px;
  border: none;
}
hr {
  border: 0!important;
  height: 2px;
  background-image: linear-gradient(0deg, #212121 14.2%, #05cbfd 50%, #212121 100%);
  background-image: -moz-linear-gradient(0deg, #212121 14.2%, #05cbfd 50%, #212121 100%);
  background-image: -webkit-linear-gradient(0deg, #212121 14.2%, #05cbfd 50%, #212121 100%);
  background-image: -ms-linear-gradient(0deg, #212121 14.2%, #05cbfd 50%, #212121 100%);
}
.navbar-toggle {
  display: none;
}
input.ffield,
textarea.ffield {
  border: solid 3px transparent;
  outline: none;
  transition: all 0.5s ease;
  border-radius:0.5rem;
}
input.ffield:hover,
textarea.ffield:hover {
  border: solid 3px var(--actioncolor-0);
  outline: none;
}
input.ffield:focus,
textarea.ffield:focus {
  border: solid 3px var(--actioncolor-0);
  outline: none;
}
ul.dslrs {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
}
ul.dslrs li {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  width: 32%;
  vertical-align: top;
}
ul.dslrs li a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
  text-transform: none;
  line-height: 95%;
}
@media (max-width: 768px) {
  ul.dslrs li a {
	white-space: wrap!Important;
	font-size:12px!Important;
  }
}
#releasenotes .fa:before {
  color: #0194ff;
}
#releasenotes div.text-left {
	margin-left: 2rem;
    font-size: 90%;
    padding-right: 0.5rem;
}
h1 {
  margin-top: 32px!Important;
}
.smallfont p {
  font-size: 90%;
}
.smallfont h3 {
  font-size: 20px;
}
.carousel-control i.icon-prev, .carousel-control i.icon-next{
    display: flex;
    flex-wrap: wrap;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 1.1);
    border-radius: 50%;
    text-align: center;
    align-content: center;
    margin: 0;
    padding: 0;
}
.carousel-control i.icon-prev{
  transform: rotate(180deg);
}
.carousel-control i.icon-prev:before {
  content: "❱";
  font-style: normal;
}
.carousel-control i.icon-next:before {
  content: "❱";
  font-style: normal;
}
a.scrolldown svg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
a.scrolldown svg path{
	stroke-width:1px;
}
a.scrollup,a.scrolldown {
	display: block;
	border-radius:50%;
	width: 5rem;
	height:5rem;
	position: fixed;
	z-index: 1200;
	right: 0.3rem;
	bottom:0.3rem;
	transition: all 0.2s ease-in-out;
}
a.scrollup{
	color: #ffffff;
}
a.scrollup:hover,
a.scrollup:visited {
  color: #ffffff;
}

.gobtn-right:before{rotate: 90deg;}
.gobtn-left:before{rotate: -90deg;}
.gobtn-right:before,
.gobtn-left:before{
    background-size: auto 10% ! Important;
}
.scrollup:before,
.gobtn-right:before,
.gobtn-left:before
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 88%;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40' height='40' version='1.1' viewBox='0 0 10.583 10.583' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.6427 3.3131c-0.95414 0.95748-1.9154 1.9084-2.8651 2.87-0.24716 0.28635-0.081597 0.78525 0.28827 0.86593 0.24709 0.075082 0.48514-0.069368 0.63823-0.25465 0.80325-0.80273 1.6065-1.6055 2.4097-2.4082 0.85765 0.85407 1.7087 1.7153 2.5705 2.5649 0.28656 0.24735 0.78512 0.080814 0.866-0.28874 0.075649-0.24743-0.06984-0.48454-0.25475-0.63773l-2.7663-2.767c-0.19422-0.20291-0.68849-0.18602-0.88662 0.055534z' style='fill:%23ffffff;'/%3E%3C/svg%3E%0A");
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
a.scrollup-inline{
  display: inline-block;
  border-radius:50%;
  height: 2.5rem;
  color: #ffffff;
  /*background: rgba(255, 255, 255, 0.08);*/
  vertical-align: middle;
}
a.scrollup-inline:before {
  content: "";
  font-size:1rem;
  display: block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  transform:rotate(90deg);
  background-repeat:no-repeat;
  background-position:center;
  background-size:60% 60%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='37' viewBox='0 0 22 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9688 2.00049L2.99825 18.5843L19.9688 35.168' stroke='%23ffffff' stroke-width='4'%3E%3C/path%3E%3C/svg%3E");
}
.relnotes, #relnotes, #contacts{
  scroll-margin-top: 6rem;
}
.relnotes:before {
    content: " \1F527";
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    height: 1.3rem;
    margin-right: 0.5rem;
    margin-left: -1.5rem;
    width: 1rem;
    border-radius: 50%;
    background: transparent;
}
#tags a{
	font-size:90%;
}
.text-left.firstone {
  color:var(--link-color);
}
.first-line{
 color:#FFFFFF!Important;
}
.fa-rouble,.fa-dollar{
background-position: center;
    background-repeat: no-repeat;
    background-size: auto 88%;
    display: inline-block;
    vertical-align: text-top;
    height: 2rem;
    width: 2rem;
    top: 0;
    left: 0;
    text-align: center;
}
.navbar-collapse ul li {
  text-transform: uppercase;
}
.no-col-paddings .col-xs-1, 
.no-col-paddings .col-sm-1, 
.no-col-paddings .col-md-1, 
.no-col-paddings .col-lg-1, 
.no-col-paddings .col-xs-2, 
.no-col-paddings .col-sm-2, 
.no-col-paddings .col-md-2, 
.no-col-paddings .col-lg-2, 
.no-col-paddings .col-xs-3, 
.no-col-paddings .col-sm-3, 
.no-col-paddings .col-md-3, 
.no-col-paddings .col-lg-3, 
.no-col-paddings .col-xs-4, 
.no-col-paddings .col-sm-4, 
.no-col-paddings .col-md-4, 
.no-col-paddings .col-lg-4, 
.no-col-paddings .col-xs-5, 
.no-col-paddings .col-sm-5, 
.no-col-paddings .col-md-5, 
.no-col-paddings .col-lg-5, 
.no-col-paddings .col-xs-6, 
.no-col-paddings .col-sm-6, 
.no-col-paddings .col-md-6, 
.no-col-paddings .col-lg-6, 
.no-col-paddings .col-xs-7, 
.no-col-paddings .col-sm-7, 
.no-col-paddings .col-md-7, 
.no-col-paddings .col-lg-7, 
.no-col-paddings .col-xs-8, 
.no-col-paddings .col-sm-8, 
.no-col-paddings .col-md-8, 
.no-col-paddings .col-lg-8, 
.no-col-paddings .col-xs-9, 
.no-col-paddings .col-sm-9, 
.no-col-paddings .col-md-9, 
.no-col-paddings .col-lg-9, 
.no-col-paddings .col-xs-10, 
.no-col-paddings .col-sm-10, 
.no-col-paddings .col-md-10, 
.no-col-paddings .col-lg-10, 
.no-col-paddings .col-xs-11, 
.no-col-paddings .col-sm-11, 
.no-col-paddings .col-md-11, 
.no-col-paddings .col-lg-11, 
.no-col-paddings .col-xs-12, 
.no-col-paddings .col-sm-12, 
.no-col-paddings .col-md-12, 
.no-col-paddings .col-lg-12{
	padding-left:0px!Important;
    padding-right:0px!Important;
}
.no-bottom-margin {
  margin-bottom: 0px!Important;
  padding-bottom: 0px!Important;
}
.no-top-margin{
  margin-top: 0px!Important;
  padding-top: 0px!Important;	
}
.htooltip u.toolt {
  background-color: #363636;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  opacity: 0;
  padding: 10px 8px 10px 8px;
  position: absolute;
  display: block;
  text-decoration: none;
  text-align: center;
  visibility: hidden;
  z-index: 8200;
  transition: all 0.2s ease-in-out;
  text-align: left;
  max-width:18rem;
}
.htooltip u.toolt a {
  color: #AAAAAA;
}
.htooltip u.toolt a:hover {
  color: #EEEEEE;
}
.htooltip:hover .toolt {
  opacity: 1;
  visibility: visible;
}
.htooltip .toolt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #363636 transparent;
  top: -18px;
  left: 12px;
}
@media only screen and (max-width: 1300px) {
  .h_165,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: inline-block;
  }
  .darktopshift:before,
  .darktopshift-2:before,
  .darktopshift-3:before,
  .topshift:before,
  .topshift-2:before {
    height: 1rem;
  }
  ul.navbox {
    font-size: 80%;
  }
}
.car-cont {
  height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -1em;
}
.spinnerbox {
  height: 120%;
}
.iconrow svg{
    width: 100%;
    height: 8rem;
    display: block;
}
  .iconrow{
    text-align:center;
    padding-top:0;
  } 	
  .iconrow .nav.navbox{
  	margin-top:3rem;
  	margin-bottom:3rem;
  }

  .iconrow .col-md-2{
	display: inline-block;
    vertical-align: top;	  
  }
@media only screen and (max-width: 500px)
{
  .iconrow img, img.image-capture, img.image-pioneer, img.image-junior{
  	max-width:8rem;
  }
  .carousel-inner .item .item-item a:after,
  .scrolldown {
    display: none!Important;
  }
  .topshift:before,
  .darktopshift:before {
    display: none!Important;
  }
  .navbar-brand {
    padding:14px 0px!Important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  .foreverfree,.thetrial{
	text-align:left!Important;
  } 
  .awards-item{
	text-align:left!Important;
  }
  .iconrow .col-md-2{
	width:32%;
	display: inline-block;
    vertical-align: top;	  
  }
  .iconrow{
	padding-top: 0;
  }
  table tbody td {
    word-wrap: break-word;
  }
  .navbar-toggle {
    margin-right: 0px!Important;
  }
  .media-left,
  .media > .pull-left {
    padding-bottom: 10px;
	margin: 0px auto;
    float: none!important;
    text-align: center;
  }
  .media-body {
  }
  p.microtext {
    text-align: left;
  }
  .text-left {
    text-align: left;
  }
  .text-cnter{
    text-align: center;
  }
  #footer-title,
  #updated {
    text-align: left;
  }
  .h_165,
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: inline-block;
    /*max-width: 210px!Important;*/
  }
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-6 {
    text-align: left;
  }
  .img-circle {
    border-radius: 0%;
  }
  #logo:after {
    display: none;
  }
  #logo{
	  margin-left: 0px!Important;
  }
}
.carousel {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
}
.carousel-caption {
  padding-bottom: 0px!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px){	
  .navbox li {
    width:100%;
  }
  .container {
    padding: 0px!Important;
    margin: 0px auto 0 auto!Important;
  }
  #navbar-ex-collapse {
    display: none;
  }
  div.download-info {
    width: var(--bannerheight)!Important;
    background-position: 2.2rem center!Important;
   }
   #logo {
      margin-left:0!Important;
   }
}
@media only screen and (max-width: 768px) {
  #AnimaCarousel .carousel-inner {
    margin-top: -123%;
  }	
  ul.dslrs li {
    width: 46%!Important;
  }
}
@media only screen and (max-width: 500px){
  ul.dslrs li {
    width: 46%!Important;
  }
}
.carousel-inner {
  overflow-y: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.carousel-inner .active.left {
  left: -33%;
}
.carousel-inner .next {
  left: 33%;
}
.carousel-inner .prev {
  left: -33%;
}
.carousel-control {
  width: 4%;
}
.carousel-control.left,
.carousel-control.right {
  margin-left: 0px;
  background-image: none;
}
.carousel-inner .item-item {
  padding: 0!important;
}
.r-price-discounted {
	display:inline-block;
}
.timestamp {
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.carousel-inner .item .item-item a {
  display: block;
  height: 100%;
}
.carousel-inner .item .item-item a:hover:after {
  color: rgba(255, 255, 255, 1.0);
}
#awards a img:hover {
  filter: saturate(100%);
  opacity: 1.0;
}
#awards a img {
  filter: saturate(0%);
  max-width: 80px;
  height: auto;
  opacity: 0.6;
}
#cookiewarning {
    z-index: 9000;
    display: block;
    position: fixed;
    max-width: 32rem;
    min-height:6rem;
    padding:0.6rem 0.8rem;
    border-radius: var(--border-size);
    text-align: left;
    color: #ffffff;
    font-size:90%;
    background:#1a1a1a;
    box-shadow:0 0 0 var(--bordersize) rgb(255 255 255 / 6%);
    transition: all 0.2s ease-in-out;
    align-items: center;
}
#cookiewarning .btn{
    background: rgba(255, 255, 255, 0.03);
    border: var(--bordersize) solid rgba(255, 255, 255, 0);
    width: 8rem;
    height: 3rem;
    overflow: hidden;
    line-height: 3rem;
    vertical-align: middle;
    padding: 0;
    text-overflow: ellipsis;
}
#cookiewarning .btn:hover{
	border:var(--bordersize) solid rgba(255,255,255,0.2);	
}
#cookiewarning:before {
    display: block;
    content: "";
    width: 5rem;
    height: 5rem;
    background-image: url(images/cookie.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-top: -11rem;
}
.carousel-inner .item .item-item a:after {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  top: calc(100% - 3rem);
  left:calc(50% - 1rem);
  text-align: center;
  border-radius: 2rem;
  font-size:2rem;
  padding:0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
}
/*-------Buynow box -----------------*/
.download-dropdown{
	background:rgba(255,255,255,0);
	border:solid 1px rgba(255,255,255,0);
	border-radius:4px;
	box-shadow: 0 0 5px 0px rgb(0 0 0 / 0);
	vertical-align:top;
}
.download-dropdown:focus-within,
.download-dropdown:hover{
	background:rgba(255,255,255,0.05);
	border:solid 1px rgba(255,255,255,0);
	box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
}
.download-dropdown .download-options{
	display:inline-block;
	overflow:hidden;
	height:0px;
	width:100%;
	padding:0 1rem 1rem 1rem;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.download-dropdown:focus-within .download-options,
.download-dropdown:hover .download-options{
	opacity:1;
        height:var(--opt-height);
}
.download-options a,
.download-options a:hover{
    color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    display: block;
    line-height: calc(var(--bannerheight) * 0.7);
    border-radius:var(--border-size);
    text-align:center;
    padding:0 0.5rem 0 0.5rem;
    white-space:wrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 84%;
    margin-bottom:0.8rem;
    white-space: nowrap;
}
.download-options-icon{
    vertical-align: middle;
    display: block;
    margin-top: calc(var(--bannerheight)* 0.1);
    margin-left: 0.3rem;
    width: calc(var(--bannerheight)* 0.52);
    position: absolute;
    height: calc(var(--bannerheight)* 0.52);
    background-size: 100% ! Important;
    background-repeat: no-repeat ! Important;
    background-position: center;
}
.download-options-icon-light{
    background:url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25589 16C3.8899 15.0291 3 13.4422 3 11.6493C3 9.20008 4.8 6.9375 7.5 6.5C8.34694 4.48637 10.3514 3 12.6893 3C15.684 3 18.1317 5.32251 18.3 8.25C19.8893 8.94488 21 10.6503 21 12.4969C21 14.0582 20.206 15.4339 19 16.2417M12 21V11M12 21L9 18M12 21L15 18" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}
.download-options-icon-dark{
    background:url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.25589 16C3.8899 15.0291 3 13.4422 3 11.6493C3 9.20008 4.8 6.9375 7.5 6.5C8.34694 4.48637 10.3514 3 12.6893 3C15.684 3 18.1317 5.32251 18.3 8.25C19.8893 8.94488 21 10.6503 21 12.4969C21 14.0582 20.206 15.4339 19 16.2417M12 21V11M12 21L9 18M12 21L15 18" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}
.blackbuttonlink, .blackbuttonlink:hover, .blackbuttonlink:visited, .blackbuttonlink:active{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff!Important;
  cursor: pointer;
  vertical-align: middle;
  display: block;
  text-transform: uppercase;
  font-weight:400;
  line-height:var(--bannerheight);
}
a.buttonlink .txt,
a.buttonlink-yellow .txt {
  display: block;
  height: 1em;
}
a.buttonlink:link {
  text-decoration: none;
  color: #ffffff;
}
a.buttonlink:hover {
  text-decoration: none;
  color: #ffffff;
  border-top: solid 1px #ff8197;
  border-bottom: solid 1px #a71e36;
  background: #e81666;
}
a.buttonlink:visited {
  color: #ffffff;
}
.discount-baloon span {
  display: block;
  text-shadow: 0 0 8px #79033a;
  white-space: wrap;
  padding: 4px 0px 0px 0px;
}
.discount-baloon {
  position: absolute;
  margin-top: -23px;
  margin-left: -32px;
  width: 31px;
  height: 31px;
  text-decoration: none;
  background: #f00f51;
  cursor: pointer;
  color: #ffffff;
  border: solid 3px rgba(255, 255, 255, 0.2);
  border-radius: var(--border-size);
}
.discount-end-date {
  font-size: 10px;
  color: #555555;
}
.r-price-discounted {
  text-decoration: line-through;
  font-size: 16px;
}
.r-price-discounted i {
  color: #777777;
}
.d-price, .r-price {
  color: #FFFFFF;
  font-weight:600;
  display: inline-block;
  font-size: 32px;
  vertical-align: top;
  padding: 6px 0px 0px 0px;
  text-align: right;
}
/*----------------------------------*/
.r-price{
	display: inline-block;  
	width: auto;
	height: 38px;	
	background-color: var(--link-color);
	border-radius: var(--border-size);	
	border-left: 1px solid var(--link-color);
	margin-left: 19px;	
	position: relative;	
	color: white;
	font-size: 22px;
	line-height: 38px;
	padding: 0 10px 0 10px;
	margin-top: 0.7rem;
	margin-bottom: 1.8rem;
}
.r-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -18px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 19px solid var(--link-color);
}
.r-price:after {
	content: "";
	background-color: #282828;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: -9px;
	top: 15px;
}
/*---*/
.discount .r-price{
	background-color: #ffc905;
	border-left: 1px solid #ffc905;
}
.discount .r-price:before {
	border-right: 19px solid #ffc905;
}
.check_ok{
  color:var(--link-color);
}
img[alt='Payment methods']{
  width:100%;
}
/*----------------------------------*/
.fa-rouble{
	margin-left: 0.3rem;
}
.discountbar {
  display: block;
  text-align: center;
  padding:0.22rem 0px 1.1rem 0.5rem;
  color: #a7a7a7;
  border-radius: var(--border-size);
  margin: 4px 0px 4px 0px;
}
.discountbar .discount-comment {
    max-width: 13rem;
    display: inline-block;
    text-align: left;
}
/*-------------Download box -------------*/
div.download-box {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.download-box .knopka-big-shadow{
	margin-bottom:1rem;
}
.download-info {
	width: calc(var(--bannerheight) * 2);
    height: var(--bannerheight);
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: auto 52%;
    color: #888989;
    text-align: center;
    position: absolute;
    background-position: center center;
}
.download-info .bi{
  width:6.5rem;
  height:4rem;
}
span.download-size {
  letter-spacing: -0.06em;
}
.knopka-big-shadow i {
  color: #FFFFFF;
}
.navbar-fixed-top {
  border-width: 0px!Important;
}
.plainlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.plainlist li {
  display: inline;
  padding-right: 12px;
}
#banner {
  margin: 0px!Important;
  padding: 0px!Important;
  height:var(--bannerheight);
}
ul.navbar-nav{
	height:1rem;
	margin-top:calc((var(--bannerheight) - 2rem)/2)
}
ul.navbar-nav li{
    margin: 0 0.1rem 0 0;
    height: 2rem;
    line-height: 2rem;
    border-radius: var(--border-size);
    background: rgba(255, 255, 255, 0.018);
}
ul.dropdown-menu li{
	background:none;
}
ul.navbar-nav > li > a{
	padding:0 0.8rem!Important;
}
#banner .container, .navbar-header{
	height:var(--bannerheight);
}
.muted:hover {
  filter:brightness(110%);
}
.greened{
    background: var(--link-color)!Important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-greened{
	color:var(--link-color)!Important;
}
.foreverfree,.thetrial{
	font-size:84%;
	text-align:left!Important;
	margin-top: 2rem;
}
.foreverfree:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    line-height: 53.5rem;
    height: 3.5rem;
    width: 0.37rem;
    display: block;
    background: rgb(255,117,182);
    background: linear-gradient(0deg, rgba(255,117,182,1) 20%, rgba(238,28,96,1) 20%, rgba(238,28,96,1) 40%, rgba(255,186,54,1) 40%, rgba(255,186,54,1) 60%, rgba(99,66,198,1) 60%, rgba(99,66,198,1) 80%, rgba(0,176,255,1) 80%, rgba(0,176,255,1) 100%);
}
.free-feature:after{
	content: "";
	position:absolute;
	width:0.6rem;
	height:0.6rem;
	background:var(--link-color);
	border-radius:50%;
}
.muted {
  filter:brightness(92%);
}
.omg-its-ie .optional-box {
  display: none;
}

img.image-scaled {
  border: solid 1px transparent;
}
img.image-scaled:hover {
  border: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.col-md-4 img.img-responsive.image-scaled{
}
i:not([class]){color:var(--link-color);font-style:normal;}
.buybox i:not([class]){color:#ffffff;font-style:normal;}
.foreverfree i:not([class]){color:var(--link-color);font-style:normal;}
span.mark{display:none;}


@media print {
  body {
	}
}
@page {
    size:A4 portrait;
    margin-left:1cm;
    margin-right:1cm;
    margin-top: 1cm;
    margin-bottom:2cm;
}

@media only print {
  html,
  body {    
	font-weight:400!important;
  }
  h1{
	letter-spacing: -0.05em!important;  
	font-weight:400!important;color:#535353!important;
	margin:0!important;  
	padding:0!important;
  }
  .inline-labels{
    border:none!important;
  }
  .phrase{
    /*border:none!important;*/
  }
  p{font-weight:400!important;}
  .hidden-print, #tags, .notebox, .btninverted, .labels{
    display: none !important;
  }
  span.mark{
	  font-size:0px!important;
	  position:absolute!important;
	  display:block!important
  }
  span.pagenumber{
	  float:right;
  }
  .tocitem{
	  display:block;
	  width:100%;
	  border-bottom:dotted 1pt #000000;
	  padding:12pt 0pt 0pt 0pt;
  }
  div.section{
	  padding:6pt 0!important;
	  page-break-inside: avoid !important;
	  font-weight:300!important;
  }
  #toppadd, h1 span.note,.noprint{
	 color:#535353!important;
  }
  .footer-block{display:none;height:0;}
  h1 small, p.normal-text{
    font-size: 13pt!important;
	font-weight:400!important;
	letter-spacing:0em!important;
	font-weight: normal;
	line-height:110%!important;	
  }
  h1 small{
	 margin-left:0!important;
	 margin-right:0!important;
  }
  h1,h2,h3,h4,h5,h6,.applicable{
	  text-align:left!important;
	  color:#535353!important;
  }
  .applicable{letter-spacing:0em!important;}
  h1 {	
    text-transform: uppercase!important;
    font-size: 26pt!important;
	line-height:29pt;
	font-weight:400;
	padding-bottom:14pt!important;	
	page-break-before:always !important;
  }
  h1:not(:first-child){
	padding-top:0pt!important;	
  }
  h2 {
    text-transform: uppercase!important;
    font-size: 22pt!important;
	font-weight:400!important;
  }
  h3 {
    text-transform: uppercase!important;
    font-size: 15pt!important;
	font-weight:400!important;
  }
  h4{
    text-transform: uppercase!important;
    font-size: 17pt!important;
	font-weight:400!important;
	color:#535353!important;	
  }
  ul, li{font-weight:400!important;}  
  h4 b, h3 b{
	  color:#535353!important;
  }
  h5 {
    font-size: 13pt!important;
	font-weight:400!important;
	color:#535353!important;
  }
  h6 {
    font-size: 13pt!important;
	font-weight:400!important;
	color:#535353!important;
  }
  .labels{
	border-radius:var(--border-size);
	border:solid 2px #535353;
	color:#666666!important;
  }
  p{
	font-size: 13pt!important;  
	page-break-inside: avoid !important;
	font-weight:400!important;
  }
  .applicable{
  }
  i{
        color:#121212!important;
        font-weight:600!important;
  }
  .progress-container,.pace{display:none}
  body,.media-body{
    color: #000 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
	color:#0060ff;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3!important;
    widows: 3!important;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  h1 small{
	margin-top:6pt;
  }  
}

a.subscribebtn{
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
    margin-right: 0.3rem;
    border: var(--bordersize) solid rgba(255, 255, 255, 0);
    padding: 0 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: var(--border-size);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    display: inline-block;
    color:var(--link-color);
}
a.subscribebtn:active,.subscribebtn:visited{
  color:var(--link-color);
}
a.subscribebtn:hover{
  filter: brightness(115%);
}
.btnbadge:after,a[href*='unior-x86_64.AppImage']:after{
	display:inline-block;
	position:absolute;
	line-height:39px;
	font-size:15px;
	width:42px;
	height:42px;
	border-radius:50%;
	margin-top:-20px;
	text-align:center;
	transform: rotate(7deg);
	color:#FFFFFF!Important;
        box-shadow:0px 0px 0px 4px #00b773a6, 0px 0px 11px 4px #01301ea6;
        border: solid 2px #ffffff14;
        right: 0;
}
.sale-btnbadge:after{
	content:"SALE";
	background:inherit;
	
}
.free-btnbadge:after,a[href*='unior-x86_64.AppImage']:after{
	content:"FREE";
	background:#02b774;

}
.discount-badge:after{
	content:"%";	
	background:inherit;
	filter: brightness(115%);
	width:32px;
	height:32px;
    line-height:29px;
}
/*--Sidebar------------------*/
.hamburger{ 
    position: fixed;
    top:0;    
    z-index: 99101;
    overflow: hidden;
	left:0;	
}
a.hamburger:link,a.hamburger:hover,a.hamburger:visited{
	color:#cfcfcf;
}
a.hamburger:after{
	width: 100%;
    height:100%;
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
}
a.hamburger-open:after{
	font-size:28px;
	content: "\f0c9";
	text-shadow: 0 1px 0 #111111;
}
a.hamburger-close:after{
	font-size:25px;
	content: "\f104";
}
a.hamburger-open{
	display: block;
	left: 12px;
}
a.hamburger-close{
	display: none;
	left: 280px;
}
#wrapper.open a.hamburger-open{
}
#wrapper.open a.hamburger-close{
	display:block!Important;
}
/*-------------------------------*/

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.open {
  padding-left: 320px;
}
#wrapper.open #sidebar-wrapper {
  width: 320px;
  opacity:1;
}
#wrapper.open #page-content-wrapper {
  margin-right: -320px;
  position: absolute;
}
#sidebar-wrapper {
	background: #1a1a1a;
	height: 101%;
	left: 320px;
	margin-left: -320px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s ease;
	width: 0;
	z-index: 90100;
	scrollbar-width: thick;
	scrollbar-color: var(--actioncolor-0) #282828;
        opacity:0;
        box-shadow:0px 0px 21px rgb(0 0 0 / 30%);
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 320px;
  padding-bottom: 3rem;
}
.sidebar-nav li {
  display: inline-block;
  position: relative;
  width: 100%;
  text-transform:uppercase;
}
.sidebar-nav li:after {
  content: '';
  height: 100%;
  left:1rem;
  opacity:0;
  right:1rem;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in;
  width: calc(100% - 2rem);
  z-index: -1;
  background-color: #005ffd;
  border-radius:var(--border-size);
}
.sidebar-nav li:first-child:after {
  background-color: transparent!Important;
  color: #ffffff;
}
.sidebar-nav li:hover:after {
  transition: all 0.2s ease-in;
  opacity:1;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 7px 15px 7px 30px;
  text-decoration: none;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 55px;
    line-height: 38px;
}
.QuoteTweet{display:none;}
#sidebar-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#wrapper.open #sidebar-overlay {
	display: block;
}
.videobox{
    padding: 0;
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, 0%);
    /*width: 974px;*/
    height: 1108px;
    transform-origin: 50% 50%;
}
#videomedia-text{
    width: 1000px;
    height: 100%;
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: center;
}
#videocomment{
    padding: 0.6rem;
    padding-left:2rem;
    border-radius:var(--border-size);
    border: dashed 1px rgba(255,255,255,0.2);
    background:rgba(255,255,255,0.12);
    text-align:left;
    width:50%;
    color:#FFFFFF!Important;
}
.videomedia{
	outline: none;
	transform-origin: 50% 50% 0px;
	transform:scale(0.462,0.458) matrix3d(1.18741, -0.69358, 1, 0.00010, -0.023, 1.52, 0, 4.3e-05, 0, 0, 1, 0, -380, 244, 0, 1)
}
#svginner{
    height: 100%;
    width: 100%;
    background-size: auto 86%!Important;
    background-position: center!Important;
    align-items: center;
    display: flex;
    overflow:hidden;
}
.videobox-container{
    width: 100%;
    overflow: hidden;
    height: 900px;
    margin-top: -60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	transition: all 0.2s ease-in;
}
.video-box{
	width:100%;
}
.playbtn{
    padding: 12px 28px 12px 28px;
    background: var(--link-color);
    border-radius: var(--border-size);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    display: block;
    cursor: pointer;
	  box-shadow:0px 0px 0px 0px rgb(255 255 255 / 42%);
    animation: breathe 2s ease-out;
    animation-iteration-count: infinite;
    width: 300px;
    margin-left: calc(50% - 150px);
    border-top: solid 1px #b8e26e;
	border-radius: 4rem;
}
.maxres{
    background-color: #444444;
    color: #ffffff;
    padding:0.2rem 0.8rem;
    border-radius: var(--border-size);
    margin-right: 0.6rem;
    font-size: 80%;
    display: inline-block;
    line-height: 100%;
}
.no-control-for{
    color: #f7b600;
    display: inline-block;
    margin-right: 0.6rem;
    margin-bottom: 0.22rem;
    font-size: 90%;
}
.yes-dongle{
	line-height: 100%;
    background-color:#d09208;
    color: #ffffff;
    padding:0.4rem 1.33rem;
    border-radius: var(--border-size);
    width: auto;
    display: inline-block;
    margin-right: 0.6rem;
	  margin-bottom:0.22rem;
    font-weight: 400;
	  font-size:90%;
}
.control-for{
    color: #05b15a;
    display: inline-block;
    margin-right: 0.6rem;
    margin-bottom: 0.22rem;
    font-size: 90%;
}
.yes-direct{
	line-height: 100%;
    background-color:#05b15a;
    color: #ffffff;
    padding:0.4rem 1.33rem;
    border-radius: var(--border-size);
    width: auto;
    display: inline-block;
    margin-right: 0.6rem;
	margin-bottom:0.22rem;	
    font-weight: 400;
}
.vkitem{
	padding-left:34px;
	padding-right:20px;
	margin:0 0 18px 0;
}
.vkitem:before{
  content:" \1F99D";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  font-size: 1.2rem;
  margin-left: -30px;
  color: #e50101;
  line-height: 32px;
}
.vkitem .date{
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--border-size);
    padding: 0.3rem 0.9rem;
    font-size: 70%;
    color: var(--link-color);
}
.content{
	margin:0px 18px 12px 0px;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
#vknews{
	padding-right:0px;
}
/*----------------------------------*/
ul.media-list[data-type='tutorial'] .phrase{
  border-top: 2px dashed;
  border-color: var(--link-color) !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
  margin-right:1.5rem;
  margin-left:1.5rem;
}
ul.media-list[data-type='tutorial'] .phrase:nth-child(even):before {
    content: counter(section);
    right: 100%;
    margin-right: -1.5rem;
    position: absolute;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background-color: var(--link-color);
    text-align: center;
    color: white;
}
ul.media-list[data-type='tutorial'] .phrase:nth-child(odd):before {
    content: counter(section);
    left: 100%;
    margin-top: -22px;
    margin-left: -1.5rem;
    position: absolute;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background: var(--link-color);
    text-align: center;
    color: white;
}
ul.media-list[data-type='tutorial'] .phrase:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 45px; 
  padding-right: 0;
}
ul.media-list[data-type='tutorial'] .phrase:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 45px; 
  padding-left: 0;
}
ul.media-list[data-type='tutorial'] .phrase:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}
ul.media-list[data-type='tutorial'] .phrase:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
ul.media-list[data-type='tutorial'] .phrase:first-child{
	margin-top: -3rem!Important;
}
ul.media-list[data-type='tutorial'] .phrase:last-child:before{
	bottom:0!Important;
}
a[data-mod]:before{
    content: attr(data-mod);
    display: inline-block;
    font-size: 80%;
    text-align: center;
    color: #FFFFFF!Important;
}
/*----------------------------------*/
.popuper .popuper-content{
	border-radius: var(--border-size);
	position:relative;
	text-align:left;
	vertical-align:middle;
	display:flex;
	padding:0;
	background:#212121;
	cursor:auto;
	white-space:normal;
	overflow:visible!Important;
  width: 98%;
  height: 93%;
  max-width: 55rem;
  max-height: 47rem;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 2rem rgba(0, 0, 0, 0.9);	    
}
.popuper{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:wrap;cursor:pointer;background:rgba(0,0,0,0.6);}
.popuper:target{
    display: flex;
    align-items: center;
    justify-content: center;
}
.popuper .popuper-inner{
	display:block;
	border-radius: var(--border-size);
	margin: 2rem 0 0 0;
	height:auto!Important;
}
.popuper-inner-inner{
  overflow:hidden;
}
.popuper-close-icon:hover{
  filter:brightness(80%);
}
.popuper-close-icon{
    position: absolute;
    z-index: 9999;
    top: -1rem ! Important;
    right: 0;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #8b10ea ! Important;
    color: #fff ! Important;
    border-radius: 50%;
    transform: rotate(-45deg);
    font-size: 253%;
    z-index: 2000;
    transition: all 0.5s;
    border-bottom-left-radius: 0;
}
.popuper .popuper-image{width:100%}
.popuper iframe{border:0}.popuper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.capture-imgcenter-block,
.pioneer-imgcenter-block,
.junior-imgcenter-block{
	max-width:12rem!Important;
	display: block;
}
/*----------------------------------*/
.langswitchbox{
	position:fixed;
	right:0;
	top:33%;
	width:4.5rem;
	height:34%;
	-webkit-align-items: center;
	align-items: center;	
	padding: 0;
    margin: 0;
}
.langswitchbox a{
	width: 4rem;
    height:4rem;
    line-height: 4rem;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background:rgba(255,255,255,0.04);
    border-radius: 50%;
    margin-bottom: 0.4rem;
}
.langswitchbox a:hover, .langswitchbox a:visited{
	color:#FFFFFF;
}
.langswitchbox a.active{
	background:#ffffff40;
	color:#FFFFFF;
}
a.autotranslate:after{
	content: "Auto";
    font-size: 75%;
    padding: 0 0.9rem;
    line-height: 2rem;
    height: 2rem;
    border-radius: var(--border-size);
    z-index: -1000;
    display: block;
    left: calc(-50% - 2rem);
    width:4.5rem;
    top: calc(50% - 1rem);
    position: absolute;
    display: block;
}
a.active.autotranslate:after{
	background:transparent;
}
.listed{
	padding:0.0rem 0.0rem;
	border-radius:var(--border-size);
	/*background:rgba(255,255,255,0.08);*/
	font-size: 90%;
	text-align:center;
}
.po{
	margin-right:6px;
	display:inline-block;
	width:48px;height:33px;
	background-image:url(images/po.png);
	background-repeat: no-repeat;
	background-origin: padding-box;
}
.po:hover{
	filter: brightness(110%);
}
.po-title{
	display:inline-block;
	text-align:center; 
	padding:0.4rem 1.9rem!Important;
	cursor:pointer; 
	border-radius: var(--border-size);
	background:rgba(255,255,255,0.03);	
	border: 2px solid rgba(255,255,255,0);
	transition: all 0.5s;
	color: #999999;
	margin-bottom: 1rem;
	text-transform:uppercase;
}
.po-title:hover{
	border:2px solid rgba(255,255,255,0.2);
	background:transparent;
	color: #ffffff;
}
.po-title i.fa{font-size:80%;}
/*--------------------------------------------------------------*/
.thumb{
	animation-delay: 0.2s;
	animation-timing-function: ease-in;
	animation-duration: 1s; 
	animation-name: fadein;
	transform-origin: bottom;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;	
	margin:0 auto 0 0px;
	width:800px;
	height:550px;
	perspective: 1000px;	
}	
.thumb-content a{
	display:inline-block;
	text-transform:unset!Important;
	margin-right:0.3rem;
	/*font-size:88%;*/
}
.thumb div{
	display: block; 
	width: auto; 
	height:auto;	
	transform-style: preserve-3d;
	transition: all 0.5s;
	position:absolute;
	outline: 1px solid transparent;
}
.thumb div a{
	box-shadow: 0 0 0px 0px rgba(27,208,255,0.8);
	transition: all 0.5s;
}
.thumb div a:hover{
	box-shadow: 0 0 0px 0px rgba(27,208,255,0.8);
}
.thumb:hover div:nth-child(5){	transform: rotateX(45deg) rotateZ(6deg) translateZ(126px); }
.thumb:hover div:nth-child(4){	transform: rotateX(45deg) rotateZ(6deg) translateZ(76px); }
.thumb:hover div:nth-child(3){	transform: rotateX(45deg) rotateZ(6deg) translateZ(46px); }
.thumb:hover div:nth-child(2){	transform: rotateX(45deg) rotateZ(6deg) translateZ(12px); }
.thumb:hover div:nth-child(1){	transform: rotateX(45deg) rotateZ(6deg) translateZ(0px); }

.thumb div:nth-child(n + 0) img:hover{	box-shadow:0 0px 0px 5px rgba(0,110,255, 0.8);}
.thumb,.thumb div img{transition: all 0.5s;}
.thumb:hover div{
	transform-origin: bottom!Important;
}
.thumb:hover{
}
.thumb div:after {
	content: ''; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	height: 8px;
	background: #232323; 
	opacity:1.0;
	transform: rotateX(90deg); 
	transform-origin: bottom;
	outline: 1px solid transparent;
}
.thumb div a{
	display:block;
	width:auto;
	height:auto;
	cursor:pointer;
}
.thumb div a:after{
	color: white;
	position: absolute;
	top: 103%;
	left: 0%;
	font: normal 14px/30px sans-serif;
	text-align: center;
	transform: rotateX(0deg);
	transform-origin: top;
	z-index: 1;	
	opacity:0;
	transition: all 0.5s;
	content:attr(alt);
	display:block;
	width:120px;
	background:var(--actioncolor-0);
	padding:3px;
	border-radius:var(--border-size);
	outline: 1px solid transparent;
}
.thumb div a:hover:after{
	opacity:1;
}
.thumb div:before {
	content: ''; 
	position: absolute; 
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.5); 
	box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.5);
	transition: all 0.5s; 
	opacity: 0.15;
	transform: rotateX(95deg) translateZ(-80px) scale(0.75);
	transform-origin: bottom;
}
.thumb:hover div:before {
	opacity:0.4;
	box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
	transform: rotateX(0) translateZ(-60px) scale(0.85);
}
.thumb div a img{
	object-fit:cover;
	width: auto; 
	height:auto;
	outline: 1px solid transparent;
}
.thumb-info{
    display: block;
    position: absolute;
    z-index: 1000;
}
.thumb-close{
	display: inline-block;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background: rgba(255,255,255,0.08);
    cursor: pointer;
    vertical-align: middle;
    line-height: 3rem;
    text-align: center;
    font-size: 3rem;
    transform: rotate(45deg);
}
.thumb-close:hover{
	filter: brightness(125%);
}
.thumb:hover:after{opacity:0.8;transform: scale(0.01);}
.thumb:after{
	opacity:1;
    content: attr(alt);
    display: block;
    border-radius: 50%;
    width: 9rem;
    height:9rem;
	transition: all 0.5s; 
    background-color: var(--actioncolor-0);
    background-image: url(images/pointing-hand.svg);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc((100% - 9rem)/2);
    left: calc((100% - 9rem)/2);
    text-align: center;
    color: #ffffff;
    line-height: 2rem;
	 box-shadow:0px 0px 0px 12px rgb(255 255 255 / 12%);
   animation: breathe 2s ease-out;
   animation-iteration-count: infinite;
}
.percentfree{
	height:0.6rem;
	width:100%;
	display:block;
	background:rgba(255,255,255,0.1);
	border-radius: var(--border-size);
  margin-top: 1.6rem;
}
.percentfree span{
	height:100%;
	display:block;
	background:var(--link-color)!Important;
	border-radius: var(--border-size);
}
.percentfree span:after{
	content:attr(data-percent);
	display:block;
	border-radius:50%;
	height:3rem;
	width:3rem;
	line-height:3rem;
	background:var(--link-color)!Important;
	margin-right: 0;
        float: right;
	margin-top: -1.3rem;
	font-size: 100%;
        font-weight: 600;
        text-align: center;
	color:#ffffff;
        box-shadow: 0px 0px 0px 4px #00b773a6, 0px 0px 11px 4px #01301ea6;
}
.margin-bottom-1rem{
	margin-bottom:1rem;
}
.margin-bottom-2rem{
	margin-bottom:2rem;
}
.pardon{
	text-align:center;
	background: #111111;
	color:var(--link-color);
	text-align: left;
}
.pardon-inner{
  max-width:680px;
  margin:0 auto;
  padding:1rem;
}
.pardon div:before{
    content: "";
	background-color:rgba(255,255,255,0.2);
    background-image: url(images/personnage.svg);
    background-size: 100%;
    background-position: center;
	background-repeat:no-repeat;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: inline-block;
    float: left;
    color: var(--link-color);
    border: 0px solid var(--link-color);
	margin-right:1rem;
}
.circle-1, .circle-2 {
  opacity:0;
}

.circle-2{
  animation-delay: 2s;
}
/*@keyframes scroll {
  0% {
    cy: 4;
    opacity: 0;
  }
  45%, 55% {
    opacity: 1;
    cy: 9;
  }
  100% {
    cy: 14;
    opacity: 0;
  }
}*/
/*-----hamb----------*/
#hambbox{
  width: var(--bannerheight);
  height:var(--bannerheight);
  overflow:hidden;
}
#hambbox svg#hamb{
    position: fixed;
    top: 0;
    left: 0;
    width: var(--bannerheight);
    height: var(--bannerheight);
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hambbox svg path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 45px;
  stroke-linecap: round;
  stroke: #FFFFFF;
  stroke-dashoffset: 0px;
}
#hambbox svg path#top, #hambbox svg path#bottom {
  stroke-dasharray: var(--hambdash) calc(var(--hambdash) * 4);
}
path#middle {
  stroke-dasharray: var(--hambdash) var(--hambdash);
}
#hambbox.crest svg path#top,#hambbox.crest svg path#bottom {
  stroke-dashoffset: calc(0px - (var(--hambdash)*2.7));
}
#hambbox.crest svg path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px calc(var(--hambdash) - 20px);
}
/*-----hamb end------*/
#svgbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1500;
    pointer-events: none;
}
#svgline, #svgrect {
    stroke-dasharray: 3,3;
    stroke-dashoffset: 100;
    animation: dash 6s linear infinite;
}
.videoformat-label{
	display:inline-block;
	padding-left:0.9rem;
	padding-right:0.9rem;
	margin-right:0.3rem;
	margin-bottom:0.3rem;	
	line-height:2rem;
    vertical-align: middle;	
    vertical-align: top;
}
.videoformat:hover,.videoformat:active{
	
}
.videoformat{
	transition: all 0.5s ease;
	background: rgba(255, 255, 255, 0.03);
	display:inline-block;
	padding-left:0.9rem;
	padding-right:0.9rem;
	margin-right:0.3rem;
	margin-bottom:0.3rem;
	overflow:hidden;
	line-height:2rem;
	color:var(--link-color);
	border-radius:var(--border-size);
	text-align:center;
	vertical-align: middle;
}
#magazin{
	padding-top:1rem;
	background: #282828;
	border-radius:var(--border-size);
	text-align:center!Important;
}
.awards-item{
    display: inline-block;
    line-height: 98%;
    margin-bottom: 0.6rem;
    align-items: center;
    width: calc(49% - 0.2rem);
    vertical-align: top;
    margin-bottom: 0.9rem;
}
.awards-image{
    display: inline-block;
    width: 4rem;
    height:4rem;
    background-repeat: no-repeat;
    margin-right: 0.2rem;
    background-position: center;
    border-radius: 50%;
    vertical-align: top;
    margin-bottom: 0.3rem;
}
.awards-text{
    font-size: 90%;
    display: inline-block;
    width: calc(100% - 5rem);
    vertical-align: middle;
    color: #888;
}
@media (max-width: 680px) {
  .awards-item{
      display: inline-block;
      width: calc(100% - 0.2rem);
    }
    .awards-image {
        width: 4rem!important;
        height:4rem!important;
    }
}
.hello-enot{
	z-index:2000;
}
.blurpan-black{
	box-shadow: inset 0px 0px 2px #fefefed1;
	backdrop-filter: saturate(200%) blur(20px);
	background-color: rgba(12,12,12,0.5) !important;
	box-shadow: inset 0 0px 1px 1px rgb(255 255 255 / 10%), 0 20px 27px 0 rgb(0 0 0 / 5%) !important;
}
.blurpan p{
	color:#555555!important;
	font-size:2rem;
	font-weight:300;
}
.blurpan a{
  font-size:80%;
}
.blurpan h4{
	color:#555555!important;
}
.blurpan h1{
	color:#282828!important;
	font-size:3.7rem;
	font-weight: 600;
}
.list-group.scrollbar li a{
	color:#999999;
}
.list-group.scrollbar li a:hover{
	color:#FFFFFF;
}
.avail-feature{
    color:#00b672;
}
.unavail-feature{
    color:#e50101;
}
.thumb-container{
	margin-top: 3rem;
}
.supportteam{
    border-radius: var(--border-size);
    background: transparent;
    color: var(--link-color);
    font-size: 81%;
    padding-left:0;
    line-height: 118%;
    margin-bottom: 1rem;
    text-align: left ! Important;
    word-break: break-word;
}
.supportteam svg{
    width: 2rem;
    height: 2rem;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
svg#svg8{
	animation: 2s ease-out 1s 1 fadeIn;
	animation-fill-mode: forwards;
}
#coverloader{
	background-image: url(images/explanimation_loading.svg)!important;
    background-repeat: no-repeat!important;
	background-position: center!important;
	animation:1s ease-out 1s 1 fadeOut;
	animation-fill-mode: forwards;
}
.supportteam a{
	margin-top:1rem;
	margin-right: 0.5rem;
	width: 44%;
}
@media (max-width: 1299px){
    .supportteam a.greened, .comment-box .subscribebtn{
        display:block;
        width:100%;
        text-align:center;
    }
    .awards-image {
        width: 3rem;
        height:3rem;
    }
    .awards-text {
        width: calc(100% - 5rem);
    }
    .foreverfree, .thetrial {
        font-size: 84%;
        text-align: justify ! Important;
        margin-top: 2rem;
    }
}
#animashootercapture,
#animashooterpioneer,
#animashooterjunior
{
  scroll-margin-top: calc(var(--bannerheight) * 1);
}
#animashooterjunior:target .image-junior,
#animashooterpioneer:target .image-pioneer,
#animashootercapture:target .image-capture{
	margin-top:4rem;
	transition: all 0.5s ease;
}

@media (max-width: 1300px) {
	.thumb-container{
		width:675px;
		height: 500px;
	}
	.thumb{
		transform:scale(0.78);
		transform-origin: top left;
	}
}
@media (max-width: 768px){
  .blackbuttonlink{
  	text-align:right!Important;
  	padding-right:1rem;
  }
  .navbar-brand {
    padding:14px 0px!Important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}
.downloadspage .cover{
	min-height:unset!Important;
}
.downloadspage .cover .container{
	max-width: var(--max-download-container);
}
.downloadspage .download-pannel{
	display:none;
	padding-top:0;
	padding-bottom:4rem;
	    max-width: var(--max-download-container);
    padding-bottom: 8rem;
    margin-left: auto;
    margin-right: auto;

}
.downloadspage .download-image{
    float: left;
    max-height: 10rem;
}
.downloadspage .download-text{
	text-align:left;
	height: 12rem;
}
.downloadspage #capture-download:target, 
.downloadspage #pioneer-download:target,
.downloadspage #junior-download:target{
    display:block!Important;
}
.downloadspage .padda{
	width:100%;
	height:8rem;
}
#main.downloadspage .container{
	max-width: var(--max-download-container);
}
#main.downloadspage .section{
	padding:0!Important;
}
#main.downloadspage.darktopshift-2:before {
    height: 0!Important;
}
#main.downloadspage:target{
    padding-top:0!Important;
}
#main:target #capture-download.download-pannel,
#main:target #pioneer-download.download-pannel,
#main:target #junior-download.download-pannel{
	display:block!Important;
	padding:0!Important;
}

#main.downloadspage:target .padda{
	height: 5.1rem;
}
#main.downloadspage:target .section{
    padding: 0px;
}
.toggles-box{
    display: block;
    text-align: center;
    margin: 6rem auto 0 auto;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}
#main:target .toggles-box{
	margin-top: 2.1rem;	
}
.downloadspage #logo::after {
	display:none;
}
.downloadspage .darktopshift:before,
.downloadspage .darktopshift-2:before{
	height:0;
}
.downloadspage .col-md-12{
	padding-left:4!Important;
	padding-right:4!Important;
}
a.framed img{
	box-shadow:0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}
.betasupport{
	color:#ff9900!Important;
	border:solid 1px #ff9900!Important;
}

.blurpan .mainfon, .blurpan .mainfon{
	width: 32%;
  font-size: 70%;
  border-radius: var(--border-size);	
}
@media (max-width: 768px) {
  #pages-box{
    display:none!Important;
  }
}
@media (max-width: 1300px) {
  #logo:after{
		display:none;
	}	
  .downloadspage #logo,
  .downloadspage .navbar-brand{
	    width:100%;
   }
  .navbar-brand {
    padding:14px 0px!Important;
    margin-right: 0!Important;
    width: 100%!Important;
    text-align: center!Important;
  }
}
.media-list-picture{
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position: center center;
}
.pull-left.circle.circle-w{
    overflow: visible;
    z-index: 100;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.9);
}

.pull-left.circle.circle-w:hover:before{
    filter: blur(0.1em);
}

#features{
    counter-reset: section 0;
}
#features h3{
    counter-increment: section 1;
    margin-left: 3rem;
    line-height: 1.2rem;
    font-size: 1.3rem;
}
#features h3:before {
    content: counter(section);
    margin-right: 1rem;
    margin-left: -3rem;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    line-height:2rem;
    text-align: center;
    color: white;
    display: inline-block;
    font-size: 1rem;
    font-weight:600;
    background:var(--bg-color);
}
.langbar{
    position: fixed;
    right: 0;
    top: var(--bannerheight);
    list-style: none;
    display: block;
    background: #8b10ea;
    padding: 0;
    margin: 0;
    width:3rem;
    border-bottom-left-radius:calc(2 * var(--border-size));  
    z-index: 90010;
}
.langswitch-icon{
  display:block;
}
.langswitch-icon::before{
  margin-left: 0.6rem;
  margin-top: 0.4rem;
  content: "";
  width: 2rem;
  height: 1.4rem;
  display:inline-block;
  background-size: 76% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image:url('data:image/svg+xml,<svg width="800px" height="800px" fill="%23000000" data-name="Layer 1" version="1.1" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><path d="m17.67 0c-1 1.5395e-16 -2 0.66669-2 2v4.42h-13.26c-2.6667 0-2.6667 4 0 4h5.2201c0.93385 5.4091 3.3977 10.437 7.1 14.49-3.4112 2.4981-7.3194 4.234-11.46 5.0901-2.6667 0.28667-2.2367 4.2866 0.42999 3.9999 0.14827 0.0037 0.29623-0.013042 0.43989-0.049892 4.9326-1.0092 9.5639-3.1486 13.53-6.25 3.5782 2.8062 7.7134 4.8176 12.13 5.9l0.003935-0.010537c1.1466 1.189 2.6253 2.0833 4.1737 2.6375-3.0472 5.057-6.0944 10.114-9.1416 15.171h5.0084c2.8041-4.7977 5.6082-9.5955 8.4123-14.393h6.224v14.393h4.3277v-34.719h-8.3107c-3.7787-0.062705-7.9973 0.34766-10.788 3.1834-2.247 2.3079-2.6466 5.7031-2.1841 8.7975-2.4621-0.93006-4.7951-2.185-6.9258-3.7504 3.7045-4.0523 6.1717-9.0803 7.11-14.49h5.2099c2.6667 0 2.6667-4 0-4h-13.25v-4.42c0-1.3333-1-2-2-2zm-5.97 10.42h12c-0.83101 4.4436-2.9124 8.5579-5.9999 11.86-3.0898-3.3004-5.1717-7.4154-6.0001-11.86zm27.967 10.004h4.8139v12.886c-1.7918-0.00749-3.5841 0.016669-5.3756-0.015361-2.5959-0.055355-5.5924-0.94197-6.7002-3.5461-0.87983-2.1436-0.90524-4.7879 0.3269-6.7991 1.5811-2.1329 4.4646-2.5041 6.9349-2.5252z" fill="%23FFFFFF"/></svg>');
}
.form-submit::before, .submit-icon:before{
  margin-left: 0.6rem;
  margin-top: 0.4rem;
  content: "";
  width: 2rem;
  height: 1.4rem;
  display:inline-block;
  background-size: 76% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image:url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.1117 4.49449C23.4296 2.94472 21.9074 1.65683 20.4317 2.227L2.3425 9.21601C0.694517 9.85273 0.621087 12.1572 2.22518 12.8975L6.1645 14.7157L8.03849 21.2746C8.13583 21.6153 8.40618 21.8791 8.74917 21.968C9.09216 22.0568 9.45658 21.9576 9.70712 21.707L12.5938 18.8203L16.6375 21.8531C17.8113 22.7334 19.5019 22.0922 19.7967 20.6549L23.1117 4.49449ZM3.0633 11.0816L21.1525 4.0926L17.8375 20.2531L13.1 16.6999C12.7019 16.4013 12.1448 16.4409 11.7929 16.7928L10.5565 18.0292L10.928 15.9861L18.2071 8.70703C18.5614 8.35278 18.5988 7.79106 18.2947 7.39293C17.9906 6.99479 17.4389 6.88312 17.0039 7.13168L6.95124 12.876L3.0633 11.0816ZM8.17695 14.4791L8.78333 16.6015L9.01614 15.321C9.05253 15.1209 9.14908 14.9366 9.29291 14.7928L11.5128 12.573L8.17695 14.4791Z" fill="%23FFFFFF"/></svg>');
}
.submit-icon:before{
  margin-left:0;
  margin-top:0;
  width: 1rem;
  height: 1rem;
  background-size: 94% auto;
}
#errmess div{
  background:#f75c97;
  color:#FFFFFF;
  padding:0.3rem 0.6rem;
  border-radius:var(--border-size);
}
.qtpowered{
  font-size:72%!Important;
}
#oldvers{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 87%;
    max-height: 46rem;
    text-align: justify;
}
#oldvers a{
    display: inline-block;
    font-size: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0.2rem 0.3rem 0;
    border-radius: var(--border-size);
    width:49%;
}
@media (max-width: 991px){
  #oldvers a{
    width:100%;
  }
}
#madewithanimashooter .col-md-3 {
    width: 24.2%;
    display: inline-block;
    float: unset!Important;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}
#madewithanimashooter .media-body{
  text-align:center;
}
@media only screen and (max-width: 500px){
  #madewithanimashooter .col-md-3 {
    width: 32%;
  }
}
a.projehisto:hover{
  color: #FFFFFF;
  filter: brightness(125%);
}
a.projehisto{
    font-size: 58%;
    background: #282828;
    border-radius: var(--border-size);
    padding: 0.3rem 0.7rem;
    color: #FFFFFF;
    margin-left: 0.5rem;
}
sup{color:#666666;}
.hostory-wow .media{
  height:16rem;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hostory-wow .media-body{
  padding-top:1rem;
}
.hostory-wow .media-list-picture{
    float: left ! Important;
    margin-right: 1rem;
}
/* ---------- Timeline --------------------------------- */
 .timeline {
    --grayest-fon: #353535;
    --grayest-fon2: #1f1f1f;
    --accent-color-1: #8631da;
    --global-border-rad: 1rem;
    list-style: none;
    padding: 0.8rem!Important;
    position: fixed;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;

}
.timeline:before {
    top: 0;
    bottom: 0;
    position: fixed;
    content: " ";
    width: 2px;
    background: rgba(255, 255, 255, 0.29);
    left: 50%;
    margin-left: -2px;
    height: 100%;
    display: block;
}
.timeline > li {
    margin-bottom: 1rem;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    background: var(--grayest-fon2);
    position: relative;
    border-radius: var(--border-size);
	  box-shadow:0 0 0px 0px rgba(0,0,0,0.1);	
	  /*height: 20rem;*/
}
.timeline > li > .timeline-panel:before {
    z-index: 1000;
    opacity: 1;
    position: absolute;
    border-radius: var(--border-size);
    display: inline-block;
    width: 100%;
    height: 3px;
    bottom: 0;
    content: " ";
    background:linear-gradient(90deg, #00b773 0%, #3c64ff 14.28%, #c03afc 28.56%, #b900fe 42.84%, #ff5959 57.12%, #ff9a07 71.4%, #ffd307 85.68%, #00b773 100%);
    width: calc(100% - var(--global-border-rad) - var(--global-border-rad));
    margin-left:var(--global-border-rad);
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 10px;
    right: -13px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid var(--grayest-fon2); 
    border-right: 0 solid var(--grayest-fon2);
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    background: #fff;
    color: #ffffff;
    width: 12px;
    height: 12px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 18px;
    right: -5px;
    z-index: 100;
	  border-radius:50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
}
.timeline-badge > a {
    color: #ffffff !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 12px 15px;
    color: var(--link-color);
	  margin: 0;
	  border-top-right-radius: 10px;
	  border-top-left-radius: 10px;
}
.timeline-heading h4 {
	text-align:right;
}
.timeline > li.timeline-inverted h4{
	text-align:left;
}
.timeline-body{
    max-height: calc(100% - 6rem);
    overflow-y: auto;
    overflow-x: hidden;
}
.timeline-body > p, .timeline-body > ul {
    padding: 4px 12px 12px 12px;
    margin: 0;
	  color:#dcdcdc;
	  font-size:14px;
}
.timeline-footer {
    padding: 0.1rem 0.6rem;
    color:var(--link-color);
    font-size:80%;
}
.timeline-footer p {
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
}
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -7px;
}
.no-float {
    float: none !important;
}

@media screen and (max-width: 680px) {
  #madewithanimashooter{
    display:none;
  }
	.timeline-heading h4 {
		text-align:left;
	}
    ul.timeline:before {
        left: 58px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 6px;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}
