html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-label {
    margin-bottom: 5px;
    margin-top: 2px;
}
.form-check-input {
    position: relative;
    top: 3px;
}
.italic {
    font-style: italic;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: Arial,Verdana,'sans-serif';
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

a {
  text-decoration: none;
}

h1, h2, h3 
{
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  color: #4e636b;
}


h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

p {
  margin-bottom: 18px;
}

.maincontent {
  margin-top: 30px;
}

.maincontent h1 
{
  
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 10px;
}

#header 
{
  background: #20262E url(../Images/header-bg.png) center 45px;
}

/**************************** top menu */
#top-header {
  background-color: #101010;
  height: 42px;
}

.region-top-menu ul {
  margin-bottom: 0px;
  line-height: 42px;
  text-align: center;
}

.region-top-menu li {
  display: inline;
  list-style: none;
}

.region-top-menu li a {
  font-family: Verdana;
  font-size: 12px;
  color: #93a6aa;
  display: inline;
  text-decoration: none;
  padding: 15px;
}

.region-top-menu li a:hover {
  text-decoration: underline;
  background: transparent;
}

/**************************** header */
#bot-header {
  border-top: solid 1px #3B434C;
}

#navbar {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  font-family: 'Open Sans', 'sans-serif';
  margin-top: 0px !important;
  margin-bottom: 0px;
}

a {
  color: #E75C00;
}

.bg-mcdark {
  /*background: #20262E;-*/
}

.nav-link {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-link-text {
  font-family: 'Open Sans', 'sans-serif';
  color: #f78b20 !important;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: none;
  text-decoration: none;
  text-shadow: -1px -1px 0 #000;
}

.navbar a:hover, .navbar a:active, .navbar .active a, .navbar .navbar-nav > .open > a {
    color: #ffffff !important;
    background-color: transparent !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* logo */
.navbar-header {
  text-align: center;
}

.navbar .logo {
  /*float:left;*/
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
  width: 218px;
}
/* main menu */
#header .navbar-collapse {
/*  background: #101010;
  border-top: solid 1px #3B434C;
  */
}

#navbar li {
  display: inline;
  list-style: none;
}

#navbar a:active, .region-top-menu li a:active {
  outline: none;
}

#navbar a:hover, #navbar a:active, #navbar .active a, #navbar .navbar-nav > .open > a {
  color: #ffffff !important;
  background-color: transparent !important;
}

.dropdown-menu {
  background-color: #272F39;
}

.caret {
  border-top-color: #777 !important;
  border-bottom-color: #777 !important;
}
.navbar-collapse {
  box-shadow: none;
}

/* header toggle button */
.navbar-toggler {
  border-color: #ffffff;
  margin-top: 27px;
  background: url("../Images/download-button-bg.png") no-repeat -120px top;
  box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
}

.navbar-default .navbar-toggler {
  border: none;
}

.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
  background-position: -120px bottom;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#footer {
  background: #565656 url(../Images/footer-bg.png) repeat-x;
  clear: both;
  color: #fff;
  text-align: center;
  color: #dddddd;
  text-align: left;
  height: 102px;
}

.footcontainer {
  margin-top: 10px;
  margin-left: 30px;
  background: url(../Images/footer-logo.png) no-repeat;
  height: 100px;
}

#footer-copy {
  margin-left: 150px;
  margin-top: 53px;
  float: left;
  width: 500px;
  margin-bottom: 22px;
  color: #dddddd;
}

#footer-copy p {
    margin: 0;
  }

#top-content {
  background: #F0F0F0 url("../Images/line.png") repeat-x;
  padding-top: 80px;
  margin-top: 0px;
  background-position: center top;
  width: 100%;
  height: 80px;
}

#top-content h2 {
  color: white;
  font-weight: 300;
}
.navbar > li > a {
  padding: 15px 15px;
}

.navbaritemfix {
  padding: 15px 15px;
}

.frontpagefeature {
  font-size: 14px;
  font-weight: normal;
}

.frontpagefeature ul {
    padding-left: 0px;
  }

.frontpagefeature h2 {
  font-size: 36px;
  margin-top: 0px;
}

.frontpagefeature .col-right 
{
  margin-top: 36px;
  font-size: 18px;
  text-align: right;
  color: #adadad;
}

.frontpagefeature li {
  font-family: Arial;
  background: url("../Images/list-bullet.png") 0 0 no-repeat;
  list-style: none;
  padding-left: 15px;
}


  .frontpagefeature img {
    float: left;
    max-width: 140px;
    border: solid 1px #ababab;
    border-radius: 9px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
  }

.frontpagefeature h4 {
  font-size: 18px;
}

  .frontpagefeature ul, .frontpagefeature h4 {
    margin-left: 160px;
  }
  /*********************SlideShow banner ************************/
  #slideshow-banner {
    padding-top: 25px;
    /*background: #20262E url(../Images/header-bg.png) center;
  background-size: auto;*/
    height: 450px;
    padding-left: 150px;
    padding-right: 150px;
  }

.region-slideshow {
  height: 440px;
  text-align: center;
  display: block;
}

.region-slideshow img {
    width: 625px;
    text-align: right;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*not used*/
.region-slideshow ul.view-slideshow_tabs {
  text-align: left;
  position: relative;
  left: 645px;
  top: -42px;
  width: 281px;
}

[data-component="slideshow"] .slide {
  display: none;
  text-align: center;
}

[data-component="slideshow"] .slide.active {
  display: block;
}

/*********************Banner caption************************/
.region-promo {
  text-align: left;
  margin-left: auto;
}

.banner-button {
  margin-top: 30px;
}

.banner-caption h2 {
  font-size: 34px;
  color: #dcdcdc;
  margin-bottom: 35px;
}

.banner-caption {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  color: #BED0D5;
}

.banner-caption {
  text-align: center;
  margin-bottom: 18px;
  margin-top: 80px;
  float: left;
  text-align: left;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner-caption span {
  display: block;
}

.banner-caption p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

.banner-caption a {
  text-decoration: none;
  color: #fff;
}

.banner-caption a:hover {
  text-decoration: underline;

}

/* promo download button */
.banner-caption .banner-button {
  background: #417F8D url("../Images/download-button-bg.png") no-repeat;
  height: 76px;
  margin-top: 12px;
  text-align: left;
  display: inline-block;
  width: 283px;
  border-radius: 9px;
  box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
  position: relative;
}

.banner-caption .banner-button:after {
  content: "";
  width: 65px;
  height: 65px;
  background: url(../Images/free-bg.png) no-repeat;
  display: block;
  position: absolute;
  right: -3px;
  top: -1px;
}

.banner-button .caption {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 80px;
  padding-top: 12px;
  font-weight: 400;
}

.banner-button .version {
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
  color: #000000;
  text-shadow: 1px 1px #5E8A94;
  padding-left: 80px;
  padding-top: 0px;
}

.banner-caption .release-info {
  font-size: 16px;
  /* font-weight: bold; */
  text-transform: lowercase;
  color: #ffffff;
  padding-left: 10px;
  margin-top: 12px;
}


/*********************INNER HEADER************************/
.region-inner-header {
  position: relative;
}

.region-inner-header .block {
  position: absolute;
  top: 10px;
  left: 15px;
}

.region-inner-header h2 {
  margin: 0;
  color: #fff;
}

.region-inner-header .inner-header-download {
  right: 30px;
  left: auto;
  top: 0px;
}

.region-inner-header .inner-header-download a {
  display: block;
  background: #417F8D url(../Images/download-button-small.png) no-repeat;
  width: 178px;
  height: 48px;
  overflow: hidden;
  text-indent: -1200px;
  border-radius: 9px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.home-download-button {
}

.col-left, .col-right {
  width: 50%;
  margin-top: 25px;
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

.region-content {
  margin-bottom: 30px;
 
}

.home-download-button .col-left a {
  background: #F47D2C url("../Images/button-download.png") no-repeat 22px 18px;
  width: 400px;
  height: 60px;
  display: block;
  padding-left: 66px;
  font-family: 'Open Sans', 'sans-serif';
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  line-height: 58px;
  /* margin-top: 25px; */
  border-radius: 10px;
  border-top: solid 0px #FFFDF9;
  overflow: hidden;
  margin: 0px;
}

.windows-version {
  color: #9C9C9C;
  font-size: 13px;
}

.page-content 
{
  font-size: 16px;
}

  .page-content h2 {
    font-size: 20pt;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4e636b;
  }

  .page-content p {
    margin-bottom: 20px;
  }

.page-download {
  /*font-size: 14px;*/
}

.page-download h3 {
  font-size: 24px;
}

/* DOWNLOAD PAGE */
.download-box {
  font-size: 20px;
  max-width: 800px;
}

.download-box table {
  border: solid 1px #dedede;
}

.download-box table tbody td {
  vertical-align: middle;
  padding: 15px;
  
}

.download-box-32 {
  margin-bottom: 7px;
}

.download-sha-title {
  padding-left: 20pt;
  font-size: 12px;
}

.download-sha-value {
  font-weight: bold;
}

.release-info .release-date {
  font-size: 16px;
  font-weight: bold;
}
.btn-link {
  font-size: 18px;
  background: #f78b20;
  color: #101010;
  border: solid 1px #101010;
  border-radius: 9px;
  width: 200px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 40px;
  box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
  text-align: center;
}

.btn-link2 {
    font-size: 18px;
    background: #f78b20;
    color: #101010;
    border: solid 1px #101010;
    border-radius: 9px;
    width: 200px;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 40px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
    text-align: center;
}


  .btn-link a 
  {
    position: relative;
    top: 6px;
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    color: #101010;
    text-decoration: none;
  }

.btn-link a:hover {
  color: #ffffff;
}

#menu-features {
  list-style: none;
  line-height: 36px;
}

#menu-features h2 {
  font-size: 36px;
}

#menu-features ul {
  display: block;
}

#menu-features li {
  font-size: 20px;
  margin-left: 20px;
}

#menu-features .active {
  font-weight: bold;
}

#featurecontent {

}

#changelog pre {
  background: #f7f7f7;
  padding: 10px;
  border: 1px solid darkgrey;
  border-radius: 5px;
  font-size: 13px;
}

.release-item {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    border: #565656 solid 2px;
    border-radius: 8px;
}
.release-item ul {
   margin-left: 20px;
}

.release-item h2 {
    font-weight: bold;
    font-size: 18pt;
}

.ck-editor__editable_inline {
    min-height: 250px;
}

.screenshot-item {
  margin: 10px;
  text-align: center;
  -ms-align-content: inherit;
  -webkit-align-content: inherit;
  align-content: inherit;
}
  .screenshot {
    width: 250px;
    border: solid 1px #ababab;
    border-radius: 9px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    margin: 15px;
  }

  .screenshot-description {
    font-size: 12px;
    text-align: left;
    align-content:center;
  }

@media screen and (min-width: 480px) {
  .region-top-menu ul {
        float: right;
        /* text-align:right; */
      }
    }

