/*=================================================
Class Definitions
=================================================*/

.immersive_slider {
  /*background: #161923;*/
  max-width: 100%;
  height: 100vh;
  opacity: .9;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.immersive_slider .is-slide  {
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 3% 10%;
  position: absolute;
}
.immersive_slider .is-slide .image  {
  float: none;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 0 10px;
}
.is-bg-overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.is-overflow, .is-bg-overflow {
  height: 100%;
}

.ease {
  -webkit-transition: 1000ms ease all;
  -moz-transition: 1000ms ease all;
  -o-transition: 1000ms ease all;
  transition: 1000ms ease all;
}

.bounce {
  -webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  -moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  -o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
  transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}

.no-animation {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none !important;
}

.immersive_slider .is-slide .image img{
  max-width: 100%;
  display: block;
  width: 100%;
}

.immersive_slider .is-slide .content {
  float: none;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*color: white;*/
  text-align: left;
  /*line-height: 160%;*/
  vertical-align: middle;
  display: table-cell;
}

.immersive_slider .is-slide .content h2{
  font-size: 2vw;
  font-weight: 300;
  text-align: left;
  margin: 1%;
}

.is-container {
  position: relative;
  overflow: hidden;
}

.is-container .is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-container .is-background img{
  width: 100%;
  height: 100%;
  left: 0;
  position: relative;
}

.is-container .is-background.gs_cssblur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
}

.is-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.is-pagination li {
  padding: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.is-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.is-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.is-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

.is-next,  .is-prev {
  visibility: hidden;
  padding: 5px 5px 15px;
  font-size: 50px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -36px;
  width: 35px;
  color: #FFF;
  display: inline-block;
  line-height: 100%;
  background: #161923;
}

.is-next {  
  visibility: hidden;
  right: 10px;
}

.is-prev {
  visibility: hidden;
  left: 10px;
}

.is-next2 {
  right: 10px;
visibility: hidden;
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: none;
  cursor: default;
  padding: 5px 5px 15px;
  font-size: 50px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -36px;
  width: 35px;
  display: inline-block;
  line-height: 100%;
}

html {
  height: 100%;
}
body {
  background: #f3f3f3;
  padding: 0;
  text-align: center;
  font-family: 'open sans';
  position: relative;
  margin: 0;
  height: 100%;
}

.wrapper {
  /*height: auto !important;*/
  height: 100%;
  margin: 0 auto; 
  overflow: hidden;
}

.wrapper2 {
  /*height: auto !important;*/
  height: 100%;
  margin: 0 auto; 
  overflow: auto;
}

a {
  text-decoration: none;
}


h1, h2 {
  width: 100%;
  float: left;
}
h1 {
  margin-top: 25px;
  /*color: rgb(255, 255, 255);*/
  margin-bottom: 5px;
  font-size: 500%;
  letter-spacing: -4px;
}
h2 {
  color: #444;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0/*10px*/;
}

.pointer {
  color: #9b59b6;
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  margin-top: 15px;
}
pre {
  margin: 80px auto;
}
pre code {
  padding: 35px;
  border-radius: 5px;
  font-size: 15px;
  background: rgba(0,0,0,0.1);
  border: rgba(0,0,0,0.05) 5px solid;
  max-width: 500px;
}


.main {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*background: #161923;*/
}

.main h1 {
  /*padding:20px 50px;*/
  float: left;
  width: 100%;
  text-align: center;
  font-size: 500%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 100;
  /*color: rgb(255, 255, 255);*/
  margin: 0;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: 'Playfair Display';
  letter-spacing: -1px;
}

.main h1.demo1 {
  background: #1ABC9C;
}

.reload.bell {
  font-size: 12px;
  padding: 20px;
  width: 45px;
  text-align: center;
  height: 47px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.reload.bell #notification {
  font-size: 25px;
  line-height: 140%;
}

.reload, .btn{
  display: inline-block;
  border: 4px solid #A2261E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #CC3126;
  display: inline-block;
  line-height: 100%;
  padding: 0.7em;
  text-decoration: none;
  color: #fff;
  width: 100px;
  line-height: 140%;
  font-size: 17px;
  font-family: open sans;
  font-weight: bold;
}
.reload:hover{
  background: #A2261E;
}
.btn {
  width: 200px;
  color: #fff;
  border: none;
  margin-left: 10px;
  background: black;
}
.clear {
  width: auto;
}
.btn:hover, .btn:hover {
  background: rgba(0,0,0,0.8);
}
.btns {
  width: 410px;
  margin: 50px auto;
}
.credit {
  text-align: center;
  color: #444;
  padding: 10px;
  margin: 0 0 0 0;
  background: #161923;
  color: #FFF;
  float: left;
  width: 100%;
}
.credit a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: rgba(255, 255, 255, 0.25);
  font-weight: bold;
  font-size: 13px;
  color: #000;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.back:hover {
  color: black;
  background: rgba(255, 255, 255, 0.5);
}


.page_container {
  max-width: 960px;
  margin: auto;
}

.header {
  background: white;
  padding-top: 10px;
  margin-bottom: 0;
}
.header h1{
  margin-bottom: 0;
  font-size: 45px;
}

.header .menu {
  padding-bottom: 10px;
}

.benefits {
  color: black;
  height: 100px;
  background: #FFF;
  position: relative;
  width: 100%;
  padding: 25px;
  font-size: 40px;
  font-weight: 100;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.benefits .page_container{
  margin-bottom: 50px;
  margin-top: 0;
}

.immersive_slider .is-slide .content h2{
  line-height: 140%;
  /*color: white;*/
  font-weight: 100;
}
.immersive_slider .is-slide .content a {
  color: white;
}

.immersive_slider .is-slide .content p{
float: left;
font-weight: 100;
/*width: 100%;*/
font-size: 125%;
margin-top: 1%;
/*margin-top: 5px;*/
}

table.fixed { 
  background-color: rgba(24, 51, 124, 0.3);;
  /*table-layout:fixed; 
  text-align: center;
  width: 100%;
  overflow-x:auto;
  margin-bottom: 5%;*/
}

table.fixed2{
  table-layout:fixed;
  width: 100%;
  white-space: pre-line;
text-align: center;
font-size: 90%;
margin-bottom: 5%;
border: 1px solid #161923;
}

table.fixed2 col{width: 20%;max-width:20;min-width: 20;}
table.fixed2 td, table.fixed2 th {
                /*border:1px solid red;*/
                overflow: hidden;
                /*white-space: nowrap;*/
            }
            table.fixed2 .fix p:nth-of-type(1) {
              /*float:left;
              width:2%;*/
              font-weight: 500;
              display: inline;
            }
            table.fixed2 .fix p:nth-of-type(2) {
              float:right;
              width:96%;
              white-space: pre-line;
              margin-top: -1.5%;
              /*display: inline;*/
              /*margin: 0;*/
            }

/*table.fixed td { 
  overflow: hidden; 
}

table.fixed table{
  height: 10%;
}
table.fixed col{
  width: 20%;
}
table.fixed .fix p:nth-of-type(1) {
  float:left;
  width:2%;
}
table.fixed .fix p:nth-of-type(2) {
  float:right;
  width:97%;
}*/

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

input[type=submit], input[type=reset] {
  background-color: #161923;
  border: none;
  color: white;
  /*padding: 16px 32px;*/
  text-decoration: none;
  margin: 2% 5%;
  cursor: pointer;
  width: 39%;
    height: 3.5em;
}

.margin-top{
margin: 2%;
text-align: center;
display: inline-block;
width: 100%;
}

.margin-p{
  font-size: 90%;
  /* margin-top: 5%; */
  margin: 5%; 
 }

 label {
  background-color: rgba(255, 0, 0, 0);    /*color:#fff;*/
     border-radius:500px;   
     padding:1em;
     margin:1em;
     cursor:pointer;
 }
 
 label:hover {
  background-color: rgba(255, 0, 0, 0);    /*color:#fff;*/
 }
 
input[type="radio"] {
  cursor:pointer;
}

.center {
  text-align: center;
  /*color: white;*/
  /* background-color: rgb(100, 149, 237, 0.5); */
  vertical-align: middle;
  /* margin: auto; */
  height: 50%;
  width: 50%;
  margin-left: 25%;
  margin-top: 24%;
  line-height: 15%;
  text-align: center;
}

.center2 {
  width: 40%;
  height: 50%;
  background-color: rgb(100, 149, 237, 0.5);
  position:absolute; /*it can be fixed too*/
  left:0; right:0;
  top:0; bottom:0;
  margin:auto;
  /*this to solve "the content will not be cut when the window is smaller than the content": */
  max-width:100%;
  max-height:100%;
  overflow:auto;
}


table.sort {
  table-layout:fixed;
  width: 100%;
  white-space: pre-line;
text-align: center;
font-size: 90%;
margin-bottom: 5%;
background-color: #dbe5f1;
  border-spacing: 0;
  border: 3px solid #ddd;
}

table.sort th {
  cursor: pointer;
}

table.sort th, table.sort td {
  text-align: left;
  padding: 16px;
  border: 1px solid rgb(255, 255, 255);
}

table.sort tr:nth-child(even) {
  background-color: #b8cce4
}


table.sort thead {
  table-layout:fixed;
  width: 100%;
  white-space: pre-line;
text-align: center;
font-size: 90%;
margin-bottom: 5%;
color: white;
  /*position:absolute; */  
  top:-20px;
  z-index:2;
  background-color: #4f81bd;
}
/*table.sort thead col{
  width: 20%;max-width:20;min-width: 20;
}*/

body {margin: 0;}

ul.sidenav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

ul.sidenav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}
 
ul.sidenav li a.active {
  background-color: #4CAF50;
  color: white;
}

ul.sidenav li a:hover:not(.active) {
  background-color: #555;
  color: white;
}



div.content2 {
  margin-left: 25%;
  padding: 1px 16px;
  height: 1000px;
}

@media screen and (max-width: 1366px) {
  ul.sidenav {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  ul.sidenav li a {
    float: left;
    padding: 15px;
  }
  
  
ul.sidenav li:last-child {
   float:right
}
  
  div.content2 {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  ul.sidenav li a {
    text-align: center;
    float: none;
  }
  
  ul.sidenav li:last-child {
   float:none
}
}
