.vvi_person {
    background: #eaeaea;
    border: 1px solid #cacaca;
    padding: 15px;
}
.vvi-In {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    padding: 2px;
    background: #FFF none repeat scroll 0 0;
    border-radius: 3px;
        margin-bottom: 10px;
}
.clearfix:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2)

}
.vvi_person figure {
    background: #FFF;
    text-align: center;
    display: inline-block;
    float: left;
    width: 30%;
    border-right: 1px solid rgba(230,230,230,0.45);
    margin-left: 5px;
}
figure {
    margin: 0;
}
.vvi_person figure img {
    width: 120px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px auto;
    max-height: 150px;
    height: 130px;
}
.vvi_person .figcaption {
    width: 68%;
    background-color: #FFF;
    text-align: left;
    padding: 5px 10px;
    float: right;
}
.vvi_person .figcaption h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.vvi_person .figcaption h5 {
    font-size: 1em;
    color: #d7002e;
    font-weight: 600;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.well-heading, .nav li, .news-bar a, .news-bar td, .news-bar th, .well a {
  /*font-weight: bold;*/
    font-size: 14px;
}
.well-heading {
    background: #093D63;
    width: auto;
    height: auto;
    color: white;
    line-height: 24px;
    padding: 8px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.content_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40px;
    border-radius: 6px;
    border-color: #0e5dae transparent #0e5dae #ad1d1d;
    border-style: solid;
    border-width: 3px 5px 3px 150px;
}
.blockmenu {
    height: 70px;
    width: 100%;
    background: #093D63;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s linear 0s;
}
.blockmenu a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.blockmenu:hover{
   box-shadow: 0 0 11px rgba(255, 0, 0, 0.8)

}
.block-icon {
    color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}
.block-content {
    width: 70%;
    padding: 20px 0;
    position: absolute;
    left: 75px;
}
.fa {
    display: inline-block;
  
   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block-icon {
    color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}

.courses-box:hover{
   box-shadow: 0 0 11px rgba(255, 0, 0, 0.8)
}
 .bottom__fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 17px 0;
    z-index: 100;
    border-top: solid 2px #563d7c;
}
.ui.container {
    width: 1127px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.ui.container {
    display: block;
    max-width: 100%!important;
}
.alt__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: -15px;
    margin-right: -15px;
}
.alt__row .alt__col {
    padding: 0 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.bottom__fixed .icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background-color: #b12628;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}
a {
    color: #563d7c;
}
.bottom__fixed .title {
    text-align: center;
    display: block;
}
b, strong {
    font-weight: bolder;
}
.bottom__fixed .icon img {
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
}
* {
  box-sizing: border-box
}


main {
  height: 200vmin
}

h1 {
  color: white;
  font-family: system-ui, sans-serif;
  font-size: 48px;
  text-align: center
}

footer {
  display: flex;
  justify-content: flex-end;
  padding: 0px
}

.scrollToTopBtn {
  background-color: black;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease
}

.showBtn {
  opacity: 1;
  transform: translateY(0)
}
/* width */
        ::-webkit-scrollbar {
          width: 15px;
        }
        
        /* Track */
        ::-webkit-scrollbar-track {
          background: #f1f1f1; 
        }
         
        /* Handle */
        ::-webkit-scrollbar-thumb {
          background: #888; 
        }
        
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
          background: #555; 
        }

        ul{
        padding: 0;
        list-style: none;
        
    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }
    ul li a{
        display: -webkit-inline-box;
        padding: 8px 15px;
        color: #333;
        text-decoration: none;
    }
    ul li a:hover{
        color: #fff;
        background: #ec1414;
    }
    ul li ul.dropdown{
        min-width: 250px; /* Set width of the dropdown */
        background: #f2f2f2;
        display: none;
        position: absolute;
        z-index: 999999;
        left: 0;
    }
    ul li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }
    @import url('https://fonts.googleapis.com/css?family=Montserrat');

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #eeeeee; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #059437; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #093D63; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: rgb(235, 22, 22);
}


/* ----- SLIDER ----- */

.slider {
  display: block;
  border: 10px solid #FFF;
  background: #FFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
  overflow: hidden;
  position: relative;
  margin: 2px auto;
}

.slide {
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  display: none;
}

.slide.active {
  z-index: 100;
  display: block;
}

.slide.next {
  z-index: 50;
  display: block;
}

.dots {
  position: absolute;
  z-index: 200;
  width: 100%;
  text-align: center;
  bottom: 10px;
  height: 15px;
}

.dots span {
  background: rgba(0, 0, 0, .2);
  display: none;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
  width: 9px;
  height: 9px;
  border-radius: 9px;
  margin: 3px;
}

.dots span.active {
  background: rgba(0, 0, 0, .8);
}

body {font-family: Arial;}
    
    /* Style the tab */
    .tab {
      overflow: hidden;
      border: 1px solid #ccc;
      background-color: #f1f1f1;
    }
    
    /* Style the buttons inside the tab */
    .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 10px 8px;
      transition: 0.3s;
      font-size: 17px;
    }
    
    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current tablink class */
    .tab button.active {
      background-color: #ccc;
    }
    
    /* Style the tab content */
    .tabcontent {
      display: none;
      padding: 0px 0px;
      border-top: none;
    }
    
    /* Style the close button */
    .topright {
      float: right;
      cursor: pointer;
      font-size: 20px;
      color: #fff;
    }
    
    .topright:hover {color: red;}

    .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: none;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-nav button:focus {
      outline: none;
  }

   .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  blockquote, q {
    quotes: none;
    border: 1px solid rgb(229, 227, 227);
    padding: 20px 10px 10px 56px;
    text-shadow: 1px 1px #fff;
    margin: 5px 0;
    border-radius: 2px;

}