:root {
  /*--lh: 1.45rem; -- FOR line truncate*/
}
.section-heading, .section-description {
  margin-top: 5.0rem;
  margin-bottom: 3.0rem;
  text-align: center;
  text-transform: uppercase;
}
.header {
  margin-top: 0px;
  background-image: url("../images/bg.jpg");
  text-align: center; 
}
.header header {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.header:before {
background: #333;
}
.header code {
  /*background-color: red; */
  color: white;
  font-size: 70%;
  background: black;
  animation: warning_bg 1s infinite;
}
@keyframes warning_bg {
  from {background-color: black;}
  to {background-color: orange;}
}
.services {
  padding: 20px 20px 20px 20px;
  margin-top: 100px;
}
.services img {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  -webkit-filter: grayscale(80%); 
  /* FF 35+ */
  filter: grayscale(80%);
}
.services img:hover {
transition: filter .1s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.services .thumbnail:after {
  /* background-color: rgba(0, 0, 0, 0.5); */
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.thumbnail {
 /* position: relative;
  display: inline-block;*/
}
.thumbnail:hover:after {
 /* display: block;*/
}
.testimonials .translate-icon{
  width: 20px;
  height: 20px;
  display: inline;
  vertical-align: sub;
}
.thumbnail:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  z-index: 0;
  /*background-color: rgba(0, 0, 0, 0.5); */
  display: none;
}
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  text-align: center;
  text-transform: uppercase;
  color: white;
  width: 100%;
  z-index: 1;
}
.facilities {
  font-size: 1em;
  padding: 20px 20px 20px 20px;

}
.facilities span {
  font-size: 1rem;
}
.facilities .image_res {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 18px;
  height: auto;
}
.facilities .button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; 
}
.location {
  padding: 20px 20px 20px 20px;
}
.fees {
  padding: 20px 20px 20px 20px;
}
.fees img {
  vertical-align: sub;
}
.fees .container {
  padding: 20px 20px 20px 20px;
  text-align: center;
  border: solid black 1px;
}
.news {
  padding: 20px 20px 20px 20px;
  padding-bottom: 0;
}
.news span {
  display: block;
  margin-top: -10px;
  padding-bottom: 10px;
}
.news .row {
  margin-bottom: 20px;
}
.image-res {
  position: relative;
  background-color: #fff;
  padding: 4px;
  width: 100%;
  height: auto;
}
.header h2 {
  padding: 70px 10px 40px 10px;
  font-size: 6rem;
  font-family: impact;
  text-transform: uppercase;
  color: #fff;
}
.header h5 {
  color: #fff;
}
.image_res_eu {
  position: relative;
  margin-bottom: -100px;
  background-color: #fff;
  width: 100%;
  max-width: 200px;
  height: auto;
}
.icon {
  padding-right: 10px;
  padding-left: 10px;
}
.article-description {
  padding: 20px 20px 20px 20px;
  padding-bottom: 40px;
  text-align: left;
}
.section-gallery {
  margin-bottom: 50px;
  margin-right: 30px;
}
.gallery {
  padding: 20px 0px 0px 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.truncat {
  max-width:450px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.footer {
  padding-top: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.list-unstyled {
  list-style: none;
} 
.button_banner:focus,
.button_banner:hover {
  filter: brightness(80%);
}
section .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
skeleton-carousel {
    min-height: 500px;
}
.iron-image {
    display: block;
    background-color: black;
    min-height: 500px;
}
footer {
  background:#000;
  padding: 1em 0;
}
footer ul {
  margin-bottom: 0;
  padding-left: 20px;
}
footer ul li {
  display:inline;
  margin:0;
}
footer ul li a {
  color:#C0C0C0;
  text-decoration:none;
  text-transform: uppercase;
  margin:0 1em 0 0;
  font-size:1em;
}
footer img {
  float:right;
}
footer p {
  color:#fff;
  line-height: 1;
  font-size:0.7em;
  margin-top:0.5em;
}
footer .copyright {
  text-align: center;
  color: #C0C0C0;
}
.footer .expoint {
  text-align: center;
}

.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }
.reviews {
  text-align: center;
  padding: 20px 20px 0px 20px;
}
.reviews img {
  width: 200px;
}
.reviews h5 {
  margin-bottom: 40px;
}
.reviews .row {
  margin: 20px 20px 20px 20px;
}
.reviews .container {
  padding-top: 20px;
}
.testimonials {
  margin-bottom: 50px;
  text-align: center;
}
.testimonials-name .stars{
  font-size: x-small;
  padding-top: 5px;
}

.testimonials-box{margin:0 auto;color:#000}
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 10px;margin-top:-3px; font-weight:400;width:95%}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:94%;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(/images/logo.png) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}

.bx-wrapper .bx-next,.bx-wrapper .bx-prev {display:none}
.bx-wrapper .testimonials-carousel-content p{
    width:96%;margin:0; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; 
}
.bx-wrapper {width:75%;}
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 100%; margin:0 15px 10px 0;float:none }
/*.bx-wrapper .testimonials-carousel-thumbnail img{ width: 100%;height:auto}*/

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 0px; }
  .value-props {
    margin-top: 12rem;
    margin-bottom: 7rem; 
    text-align: center;
  }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
  .icon {
	  float: left;
	  text-align: center;
	  padding-right: 20px;
	  padding-left: 20px;
	  background-color: #fff;
	  width: 100px;
	  height: auto;
    font-weight: bold;
	}
	.content-center {
	  margin-top: 20px;
	  margin-bottom: 20px;
	  display: flex;
	  justify-content: center;
	}
.footer {
  padding-top: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.footer ul li {
  list-style: none;
}

.list-unstyled {
  list-style: none;
}  
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .right {
  text-align: right;
}
.footer .center {
  text-align: center;
}
.footer .right {
  text-align: right;
  vertical-align: bottom;
}

.testimonials-box{margin:0 auto;color:#000}
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 10px;margin-top:-3px; font-weight:400;width:95%}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative;margin: 0 auto;padding: 0;width:94%;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(/images/logo.png) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}

.bx-wrapper .bx-next,.bx-wrapper .bx-prev {display:none}
.bx-wrapper .testimonials-carousel-content p{
    width:96%;margin:0; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; 
}
.bx-wrapper {width:88%;}
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 100%; margin:0 15px 10px 0;float:none }

}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 100%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
  .facilities {
  	font-size: 1em;
  padding: 20px 20px 20px 20px;
  margin-top: 0px;
  text-align: center; 
}
.facilities .image_res {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100px;
  height: auto;
}
.footer {
  text-align: left;
}
.footer .expoint {
  text-align: right;
}

.testimonials-box{margin:0 auto;color:#000;}
.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 10px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   margin-right: 10px;width: 100px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 10px;margin-top:-3px; font-weight:400;width:95%}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:94%;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(/images/logo.png) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}

.bx-wrapper .bx-next,.bx-wrapper .bx-prev {display:none}
.bx-wrapper .testimonials-carousel-content p{
    width:96%;margin:0; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; 
}

}