/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400italic,600,600italic,700,700italic');

body {
  font-family: 'Montserrat', sans-serif;
  background-color: rgb(248, 248, 248);
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;  
}

p.indent {
  padding-top: 10px; 
}

@media (min-width: 768px) {
  .container {
    display: grid;
    grid-template-columns: 440px auto;
    grid-template-rows: auto;
  }
}

@media (max-width: 768px) {
    aside {
        position: absolute;
        width: 100%;
        height: 160px;
        margin: 0px 0px 0px 0px !important;
    }

    .container {
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto;
      min-height: 570px !important;
    }

    .div-table {
      padding-top: 0px !important;
    }

    .main-container {
       padding-top: 200px;
       padding-left: 30px !important;
       padding-right: 15px !important;
    }    

    .title {
      font-family: "open sans semibold" !important;
      font-size: 16px !important;
      line-height: 32px !important;
    }

    .div-table-label {
      width: 110px !important;
  }
}

.main-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 30px;
    z-index: 99;
}

section {
  flex: 1;
  padding-top: 65px;
  padding-right: 30px; 
  padding-bottom: 0px;
  padding-left: 55px;
}

@media (min-width: 768px) {
  nav {
    font-size: 13px;
    margin-top: -16px;
    padding: 0px;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  nav {
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
    position: absolute;
    left: 16px;
    right: 24px;
    top: 180px;
    text-align: right;
  }
}


nav a {
  color: black;
  height: 30px;
  text-decoration: none;
  display: inline-block;
}
/*
li a:hover {
  
}*/
 
aside {
  padding: 0px;
  background-color: rgb(248, 248, 248);
  background-image: url(../images/gatego.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;    
  margin: 24px 24px 24px 0;
}

/* Default hide the video on all devices */
/*
#video {

  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  left: 0px;
  top: 0px;
  z-index: 1;  
}

#videoDiv {
  height: 100%;
}

#videoBlock {
  height: 100%;
}

#videosubstitute {
  display:block; 
  width:auto;
  height:100%;
}

@media only screen and (min-width : 768px) {

  #videosubstitute {
    display:none;
    height:100%;
  }
}
*/

.form-horizontal .send-btn {
  background:#4D4D4D;
  border: none;
  color: #ffffff;
  font-size: 12px;
  width: 160px;
  height: 40px;
  margin-left: 8px;
  text-decoration: none;
}

.form-horizontal .control-label {
  font-size: 13px;
  padding-bottom: 5px;
}

.form h2 {
  font-size: 20px;
  font-weight: bold;
  margin-left: 0px;
  padding-bottom: 20px;
}

.form-button-link { 
  outline: none;
  padding: 5px; 
  border: 0px; 
  box-sizing: none; 
  background-color: transparent; 
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
}

footer {
  grid-column: span 3;
  padding: 30px;
  text-align: center;
  font-size: 1.4em;
  background-color: #690;
  color: white;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: bold;
}

.div-table{
  display: table;
  padding-top: 60px;
	width: 100%;
}
.div-table-row {
  /*display: table-row;*/
  height: 35px;
}
.div-table--heading {
	background-color: #EEE;
	display: table-header-group;
}
.div-table-cell, .div-table-head {
	border: none;
	display: table-cell;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
}
.div-table-heading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.div-table-foot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.div-table-body {
	display: table-row-group;
}
.div-table-label {
  font-size: 13px;
  font-weight: bold;
  width: 100px;
}
p {
  font-size: 16px;
  line-height: 24px;
}

.semibold {
  font-family: "open sans semibold";
}

.title {
  font-family: "open sans semibold";
  font-size: 16px;
  /*line-height: 32px;*/
}

.strong  {
  font-size: 16px !important;
  font-weight: 600;
}

div.center-button {
  display: inline-block;
}

a.link-underline {
  text-decoration: underline; 
}

a.link-normal {
  text-decoration: none; 
}

a.link-button {
  font-size: 18px !important;
  font-family: "Open Sans" !important;
  font-weight: normal !important;
  color: white !important;
  text-decoration: none !important;
  display: block;
  padding-top: 10px;
}

.div-table a {
  color: black;
  font-size: 13px;
}

.div-table a:hover {
  color: black;
}

.div-table .text-hidden {
  display: none;
}

.div-table .text-visible {
  display: block;
}

.no-margin {
  margin: 0px;
  padding: 0px;
}

/*=======*/

input {
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

input:required, textarea:required {
  box-shadow:none;
}

input:invalid, textarea:invalid {
  box-shadow: none;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.btn-black {
  background-color: black;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: normal;
  border: none;
  color: white;
  margin-top: 25px;
  margin-left: 0px;
  margin-right: 0px;
  width: 120px;
  height: 40px;
}

.btn-black-big {
  width: 160px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: rgb(248, 248, 248);
  background-image: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
}
.form-control:focus {
  border-color: none;
  outline: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: 20px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

#contact-form .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 8px;
}

.error404 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 24px;
}

canvas {
  background-color: transparent;
  position: absolute;
}

_:-ms-lang(x), _:-webkit-full-screen, canvas {
  z-index: -1!important;
}


/* Outdated browser */
#outdated {
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 24px; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px; }
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #f25648; }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: auto;
    display: inline-table; }
  #outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important; }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%; }
