/* CSS Document - common Online50 tweaks */

@media print {
  @page {
    size: a4; }
}
.features-5::after {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.header-filter {
  border-radius: inherit;
}
.header-filter::before, .header-filter::after {
  border-radius: inherit;
}
.header-filter[filter-color]::before,
.header-filter[filter-color]::after {
  background: none;
}
.header-filter[filter-color="purple"]:after {
  background: rgba(225, 190, 231, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(225, 190, 231, 0.56), rgba(186, 104, 200, 0.95));
  /* Standard syntax */ }

.header-filter[filter-color="blue"]:after, .header-filter[filter-color="info"]:after {
  background: rgba(178, 235, 242, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(178, 235, 242, 0.56), rgba(77, 208, 225, 0.95));
  /* Standard syntax */ }

.header-filter[filter-color="green"]:after, .header-filter[filter-color="success"]:after {
  background: rgba(165, 214, 167, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(165, 214, 167, 0.56), rgba(102, 187, 106, 0.95));
  /* Standard syntax */ }

.header-filter[filter-color="orange"]:after, .header-filter[filter-color="warning"]:after {
  background: rgba(255, 224, 178, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(255, 224, 178, 0.56), rgba(255, 183, 77, 0.95));
  /* Standard syntax */ }

.header-filter[filter-color="red"]:after, .header-filter[filter-color="danger"]:after {
  background: rgba(239, 154, 154, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(239, 154, 154, 0.56), rgba(239, 83, 80, 0.95));
  /* Standard syntax */ }

.header-filter[filter-color="rose"]:after {
  background: rgba(248, 187, 208, 0.56);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(60deg, rgba(248, 187, 208, 0.56), rgba(240, 98, 146, 0.95));
  /* Standard syntax */ }

.header-filter[filter-color="primary-touch"]::after {
  background: rgba(0,114, 206, 0.15) !important;  
}
.header-filter[filter-color="primary-hint"]::after {
  background: rgba(0,114, 206, 0.35) !important;  
}
.header-filter[filter-color="primary-tint"]::after {
  background: rgba(0,114, 206, 0.65) !important;  
}
.header-filter[filter-color="primary-much"]::after {
  background: rgba(0,114, 206, 0.85) !important;  
}
.header-filter[filter-color="dark"]::after {
  background: rgba(35,35, 35, 0.5) !important;  
}
.header-filter[filter-color="dark-touch"]::after {
  background: rgba(35,35, 35, 0.15) !important;  
}
.header-filter[filter-color="dark-hint"]::after {
  background: rgba(35,35, 35, 0.35) !important;  
}
.header-filter[filter-color="dark-tint"]::after {
  background: rgba(35,35, 35, 0.65) !important;  
}
.header-filter[filter-color="dark-much"]::after {
  background: rgba(35,35, 35, 0.85) !important;  
}
.header-filter[filter-color="gray"]::after {
  background: rgba(153,153, 153, 0.5) !important;  
}
.header-filter[filter-color="gray-touch"]::after {
  background: rgba(153,153, 153, 0.15) !important;  
}
.header-filter[filter-color="gray-hint"]::after {
  background: rgba(153,153, 153, 0.35) !important;  
}
.header-filter[filter-color="gray-tint"]::after {
  background: rgba(153,153, 153, 0.65) !important;  
}
.header-filter[filter-color="gray-much"]::after {
  background: rgba(153,153, 153, 0.85) !important;  
}
.aspect-container .rotating-card-container {
  height: 100%;
}
.rotating-card-container .card .front,
.rotating-card-container .card .back {
  height: 100%;
}
.rotating-card-container .card .back {
  text-align: inherit;
}
.rotating-card-container .card .back .card-body {
  padding: 0.9375rem 1.875rem; 
  text-align: inherit;
}
p {
  line-height: 1.8em;
  margin-top: 0px;
  margin-bottom: 1.8em;
}
.card-body ul {
  padding-left: 0;
}
.card-description {
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
ul li {
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
.itio-validationmessage ul li {
  margin-bottom: 0;
}
li.nav-item,
li.breadcrumb-item {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}
.text-standout {
  font-weight: 500;
}
.card-description .text-standout,
.card-body .description .text-standout {
  color: #888;
}
.card[class*="bg-"] .card-description .text-standout,
.card-header-image .card-body .description .text-standout,
.card-header-image .card-body .card-description .text-standout {
  color: #ffffff;
}
.card.card-header-image,
.card .card-header-image {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.card .card-header-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 2px 5px rgba(33,33,33,0);
}
.card .card-profile .card-header-image {
  max-height: none;
}
.card-header-image .img {
  border-radius: 6px;
}
.card-header-image .card-body .description,
.card-header-image .card-body .card-description {
  color: #eeeeee;
}
.product-page .container .main-raised {
  margin: -40vh 0 0;
  padding-bottom: 40px;
}
.product-page .main-raised {
  margin: -60px 30px -30px;
}
.pull-up-page .main-raised {
  margin: -25vh 30px -30px;
  padding-bottom: 40px;
}
.pull-up-page .section-cards .card,
.pull-up-page .flexi-nav > li a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.pull-up-page .section-components h6.description{
  margin-top: 5px;
  margin-bottom: 30px;
}
.pull-up-page .page-header{
  height: 100vh;
  overflow: hidden;
}
.pull-up-page .brand{
  color: #fff;
  text-align: center;
}
.pull-up-page .brand h1{
  font-size: 4.2rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.pull-up-page .brand h3{
  font-size: 1.313rem;
  max-width: 500px;
  margin: 10px auto 0;
}
.pull-up-page .pro-badge{
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  right: -10px;
  padding: 10px 18px;
  top: -30px;
  background: #fff;
  border-radius: 3px;
  color: #444444;
  line-height: 22px;
  box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}
.pull-up-page .header-filter:after{
  background: rgba(132, 13, 121, 0.88);
  background: linear-gradient(45deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
  background: -moz-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
  background: -webkit-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
}
.pull-up-page h4.description {
  font-size: 1.5em;
}
.pull-up-page .features-1{
  padding-top: 30px;
  padding-bottom: 0; 
}
.pull-up-page .features-1 .info .info-title {
  margin-top: 30px;
}
.pull-up-page .features-1 h2 {
  margin-bottom: 0px;
}
.pull-up-page .features-1 .info p {
  font-size: 16px;
  line-height: 1.6em;
}
.pull-up-page .section-cards{
  padding: 50px 0;
}
.pull-up-page .section-cards .image-container {
  max-width: 1040px;
  margin-top: -140px;
  position: relative;
  height: 660px;
}
.pull-up-page .section-cards .image-container img {
  max-width: 1040px;
  width: auto;
  position: absolute;
  right: 0;
  top: 0px;
}
.pull-up-page .section-cards .col-md-4 {
  perspective: 800px;
}
.pull-up-page .section-cards .card {
  transform-style: preserve-3d;
  max-width: 340px;
  margin: 0 auto;
}
.pull-up-page .section-cards .section-description {
  margin-top: 130px;
}

.pull-up-page .section-sections{
  padding-bottom: 0;
  margin-bottom: -35px;
}
.pull-up-page .section-sections .section-description {
  text-align: center;
  margin-bottom: 60px;
}
.pull-up-page .section-sections .col-md-3 {
    padding: 7.5px;
}
.pull-up-page .section-sections img {
  width: 100%;
  border-radius: 3px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.pull-up-page .section-sections img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.pull-up-page .section-examples .section-description {
  text-align: center;
  margin-bottom: 90px;
}
.pull-up-page .section-examples .card {
  margin-bottom: 30px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.pull-up-page .section-examples .card img {
    border-radius: 4px;
    width: 100%;
}
.pull-up-page .section-examples .card:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.pull-up-page .section-examples h4.title {
  text-align: center;
  margin-bottom: 15px;
}
.pull-up-page .section-free-demo .icon-github {
  font-size: 82px;
  color: #777777;
}
.pull-up-page .section-free-demo h2.title {
  margin-top: 15px;
}
.pull-up-page .section-free-demo .iframe-github {
  top: 6px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.pull-up-page .section-free-demo .card-title,
.pull-up-page .section-free-demo ul li {
  text-align: left;
}
.pull-up-page .section-free-demo ul li b {
  min-width: 24px;
  display: inline-block;
  text-align: center;
}
.pull-up-page .section-free-demo .github-section .git-button {
  padding: 12px 30px 0 0;
}
.pull-up-page .section-overview .features-5 .info p {
  font-size: 16px;
  line-height: 1.6em;
}
.pull-up-page .section-overview .features-5 .info .icon > i {
  font-size: 3.5em;
}
.pull-up-page .section-overview .features-5:after {
  background: rgba(0, 0, 0, 0.75);
}
.pull-up-page .section-testimonials {
  padding-top: 50px;
  padding-bottom: 0;
}
.pull-up-page .section-testimonials h3.title {
  margin-top: 10px;
  margin-bottom: 50px;
}
.pull-up-page .section-testimonials .card-title {
  margin-top: 0px;
}
.pull-up-page .section-testimonials .card .content {
  padding-top: 0px;
}
.pull-up-page .section-testimonials .card-description {
  font-size: 16px;
  line-height: 1.6em;
}
.pull-up-page .section-testimonials .our-clients {
  text-align: center;
}
.pull-up-page .section-testimonials .our-clients img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: inline-block;
}
.pull-up-page .section-pricing {
  z-index: 3;
  position: relative;
}
.pull-up-page .section-pricing .nav-pills {
  display: inline-flex;
  margin-top: 0px;
  margin-bottom: 10px;
}
.pull-up-page .section-pricing .card-pricing {
  margin-top: 45px;
}
.pull-up-page .section-pricing .description {
  text-align: center;
}
.pull-up-page .section-pricing .card-margin {
    margin-top: 80px;
}
.card-header-image .title {
  color: #ffffff;
}

a {
  color: #00A2ff;
}
a:hover {
  color: #00A2ff;
  text-decoration: underline;
}

img.download-icon {
  float: right !important;
  margin: 0 0 12px 12px;
}
.alert-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.alert-grey {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.btn-grey {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.card .card-header-grey {
  background-color: #999999;
  background: linear-gradient(60deg, #aaaaaa, #777777);
}

.card-title-background-bottom {
  position: absolute;
  bottom: 0px;
  height: 54px;
  width: 100%;
  border-radius: 0px 0px 6px 6px;
}

.card-title-background-top {
  position: absolute;
  top: 0px;
  height: 54px;
  width: 100%;
  border-radius: 6px 6px 0px 0px;
}

.card-header-image .card-title-background-top,
.card-header-image .card-title-background-bottom {
  background-color: rgba(0,0,0,.35);
}

.faq-box {
  font-weight: 900;
  font-family: "Roboto Slab","Times New Roman",serif;
}

#faqs {
  width: 100%;
}

.carousel-control-next {
  z-index: 14;
}

.carousel-control-prev {
  z-index: 14;
}

.carousel-indicators {
  z-index: 14;
}
.carousel-title-bg {
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: rgba(0,0,0,.35);
  bottom: 20px;
}

.carousel .carousel-caption {
  padding-bottom: 20px;
}

.carousel-caption h4 {
  z-index: 10;
}

.page-header h4.title {
  margin-top: 0;
}

/* Additional colour defs */

.bg-lightgray {
  background-color: #e5e5e5 !important;
}

.bg-o50gray {
  background-color: #b1b1b3 !important;
}

.bg-gray {
  background-color: #999999 !important;
}

.bg-darkgray {
  background-color: #545b62 !important;
}

.bg-dark {
  background-color: #232323 !important;
}

.bg-primary-hint {
  background-color: rgba(0,114, 206, 0.35) !important;
}

.bg-primary-tint {
  background-color: rgba(0,114, 206, 0.65) !important;
}

.bg-info-hint {
  background-color: rgba(0, 188, 212, 0.35) !important;
}

.bg-info-tint {
  background-color: rgba(0, 188, 212, 0.65) !important;
}

.bg-success-hint {
  background-color: rgba(76, 175, 80, 0.35) !important;
}

.bg-success-tint {
  background-color: rgba(76, 175, 80, 0.65) !important;
}

.bg-warning-hint {
  background-color: rgba(255, 152, 0, 0.35) !important;
}

.bg-warning-tint {
  background-color: rgba(255, 152, 0, 0.65) !important;
}

.bg-danger-hint {
  background-color: rgba(244, 67, 54, 0.35) !important;
}

.bg-danger-tint {
  background-color: rgba(244, 67, 54, 0.65) !important;
}

.bg-rose-hint {
  background-color: rgba(233, 30, 99, 0.35) !important;
}

.bg-rose-tint {
  background-color: rgba(233, 30, 99, 0.65) !important;
}

.bg-purple-hint {
  background-color: rgba(156, 39, 176, 0.35) !important;
}

.bg-purple-tint {
  background-color: rgba(156, 39, 176, 0.65) !important;
}

.bg-lightgray-hint {
  background-color: rgba(229, 229, 229, 0.35) !important;
}

.bg-lightgray-tint {
  background-color: rgba(229, 229, 229, 0.65) !important;
}

.bg-o50gray-hint {
  background-color: rgba(177, 179, 179, 0.35) !important;
}

.bg-o50gray-tint {
  background-color: rgba(177, 179, 179, 0.65) !important;
}

.bg-gray-hint {
  background-color: rgba(153, 153, 153, 0.35) !important;
}

.bg-gray-tint {
  background-color: rgba(153, 153, 153, 0.65) !important;
}

.bg-dark-gray-hint {
  background-color: rgba(84, 91, 98, 0.35) !important;
}

.bg-dark-gray-tint {
  background-color: rgba(84, 91, 98, 0.65) !important;
}

.bg-dark-hint {
  background-color: rgba(35, 35, 35, 0.35) !important;
}

.bg-dark-tint {
  background-color: rgba(35, 35, 35, 0.65) !important;
}

/* menu related styles */

.dropdown-menu.dropdown-with-icons .dropdown-item .fa {
  verical-align: middle;
  font-size: 24px;
  position: relative;
  margin-top: -4px;
  top:1px;
  margin-right: 12px;
  opacity: .5;  
}

/* navbar related styles */
.navbar.bg-primary,
.navbar.bg-primary-tint,
.navbar.bg-primary-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 114, 206, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 114, 206, 0.46); }
.navbar.bg-primary {
  background-color: #0072ce !important;
}
.navbar.bg-primary-tint {
  background-color: rgba(0, 114, 206, 0.65) !important;
}
.navbar.bg-primary.navbar-transparent,
.navbar.bg-primary-hint {
  background-color: rgba(0, 114, 206, 0.35) !important;
}


.navbar.bg-primary .dropdown-item:hover,
.navbar.bg-primary .dropdown-item:focus 
.navbar.bg-primary-tint .dropdown-item:hover,
.navbar.bg-primary-tint .dropdown-item:hover,
.navbar.bg-primary-hint .dropdown-item:hover,
.navbar.bg-primary-hint .dropdown-item:hover {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 114, 206, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 114, 206, 0.4);
  background-color: #0072ce;
  color: #fff; }

.navbar.bg-primary .navbar-toggler .navbar-toggler-icon,
.navbar.bg-primary-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-primary-hint .navbar-toggler .navbar-toggler-icon
.navbar.bg-info .navbar-toggler .navbar-toggler-icon,
.navbar.bg-info-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-info-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-success .navbar-toggler .navbar-toggler-icon,
.navbar.bg-success-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-success-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-warning .navbar-toggler .navbar-toggler-icon,
.navbar.bg-warning-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-warning-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-danger .navbar-toggler .navbar-toggler-icon,
.navbar.bg-danger-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-danger-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-rose .navbar-toggler .navbar-toggler-icon,
.navbar.bg-rose-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-rose-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-purple .navbar-toggler .navbar-toggler-icon,
.navbar.bg-purple-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-purple-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-gray .navbar-toggler .navbar-toggler-icon,
.navbar.bg-gray-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-gray-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-darkgray .navbar-toggler .navbar-toggler-icon,
.navbar.bg-darkgray-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-darkgray-hint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-dark .navbar-toggler .navbar-toggler-icon,
.navbar.bg-dark-tint .navbar-toggler .navbar-toggler-icon,
.navbar.bg-dark-hint .navbar-toggler .navbar-toggler-icon {
  background-color: #fff; }

.navbar.bg-info,
.navbar.bg-info-tint,
.navbar.bg-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 188, 212, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(0, 188, 212, 0.46); }

.navbar.bg-info {
  background-color: #00bcd4 !important;
}
.navbar.bg-info-tint {
  background-color: rgba(0, 188, 221, 0.65) !important;
}
.navbar.bg-info.navbar-transparent,
.navbar.bg-info-hint {
  background-color: rgba(0, 188, 221, 0.35) !important;
}

.navbar.bg-info .dropdown-item:hover,
.navbar.bg-info .dropdown-item:focus,
.navbar.bg-info-tint .dropdown-item:hover,
.navbar.bg-info-tint .dropdown-item:focus,
.navbar.bg-info-hint .dropdown-item:hover,
.navbar.bg-info-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
  background-color: #00bcd4;
  color: #fff; }

.navbar.bg-warning,
.navbar.bg-warning-tint,
.navbar.bg-warning-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(255, 152, 0, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(255, 152, 0, 0.46); }

.navbar.bg-warning {
  background-color: #ff9800 !important;
}
.navbar.bg-warning-tint {
  background-color: rgba(255, 152, 0, 0.65) !important;
}
.navbar.bg-warning.navbar-transparent,
.navbar.bg-warning-hint {
  background-color: rgba(255, 152, 0, 0.35) !important;
}

.navbar.bg-warning .dropdown-item:hover,
.navbar.bg-warning .dropdown-item:focus,
.navbar.bg-warning-tint .dropdown-item:hover,
.navbar.bg-warning-tint .dropdown-item:focus,
.navbar.bg-warning-hint .dropdown-item:hover,
.navbar.bg-warning-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
  background-color: #ff9800;
  color: #fff; }

.navbar.bg-rose,
.navbar.bg-rose-tint,
.navbar.bg-rose-hint { 
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(233, 30, 99, 0.46); }
.navbar.bg-rose {
  background-color: #e91e63 !important;
}
.navbar.bg-rose-tint {
  background-color: rgba(233, 30, 99, 0.65) !important;
}
.navbar.bg-rose.navbar-transparent,
.navbar.bg-rose-hint {
  background-color: rgba(233, 30, 99, 0.35) !important;
}

.navbar.bg-rose .dropdown-item:hover,
.navbar.bg-rose .dropdown-item:focus,
.navbar.bg-rose-tint .dropdown-item:hover,
.navbar.bg-rose-tint .dropdown-item:focus,
.navbar.bg-rose-hint .dropdown-item:hover,
.navbar.bg-rose-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
  background-color: #e91e63;
  color: #fff; }

.navbar.bg-danger,
.navbar.bg-danger-tint,
.navbar.bg-danger-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(244, 67, 54, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(244, 67, 54, 0.46); }
.navbar.bg-danger {
  background-color: #f44336 !important;
}
.navbar.bg-danger-tint {
  background-color: rgba(244, 67, 54, 0.65) !important;
}
.navbar.bg-danger.navbar-transparent,
.navbar.bg-danger-hint {
  background-color: rgba(244, 67, 54, 0.35) !important;
}
  
.navbar.bg-danger .dropdown-item:hover,
.navbar.bg-danger .dropdown-item:focus,
.navbar.bg-danger-tint .dropdown-item:hover,
.navbar.bg-danger-tint .dropdown-item:focus,
.navbar.bg-danger-hint .dropdown-item:hover,
.navbar.bg-danger-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
  background-color: #f44336;
  color: #fff; }

.navbar.bg-success,
.navbar.bg-success-tint,
.navbar.bg-success-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46); }
.navbar.bg-success {
  background-color: #4caf50 !important;
}
.navbar.bg-success-tint {
  background-color: rgba(76, 175, 80, 0.65) !important;
}
.navbar.bg-success.navbar-transparent,
.navbar.bg-success-hint {
  background-color: rgba(76, 175, 80, 0.35) !important;
}
.navbar.bg-white {
  color: #555;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46); }
.navbar.bg-white-tint,
.navbar.bg-white-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(76, 175, 80, 0.46); }
.navbar.bg-white {
  background-color: #ffffff !important;
}
.navbar.bg-white-tint {
  background-color: rgba(255, 255, 255, 0.65) !important;
}
.navbar.bg-white.navbar-transparent,
.navbar.bg-white-hint {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35) !important;
}


.navbar.bg-success .dropdown-item:hover,
.navbar.bg-success .dropdown-item:focus,
.navbar.bg-success-tint .dropdown-item:hover,
.navbar.bg-success-tint .dropdown-item:focus,
.navbar.bg-success-hint .dropdown-item:hover,
.navbar.bg-success-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
  background-color: #4caf50;
  color: #fff; }

.navbar.bg-purple,
.navbar.bg-purple-tint,
.navbar.bg-purple-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(156, 39, 176, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(156, 39, 176, 0.46); }
.navbar.bg-purple {
  background-color: #9c27b0 !important;
}
.navbar.bg-purple.navbar-transparent,
.navbar.bg-purple-hint {
  background-color: rgba(156, 39, 176, 0.35) !important;
}
.navbar.bg-purple-tint {
  background-color: rgba(156, 39, 176, 0.65) !important;
}

.navbar.bg-purple .dropdown-item:hover,
.navbar.bg-purple .dropdown-item:focus 
.navbar.bg-purple-tint .dropdown-item:hover,
.navbar.bg-purple-tint .dropdown-item:hover,
.navbar.bg-purple-hint .dropdown-item:hover,
.navbar.bg-purple-hint .dropdown-item:hover {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  background-color: #9c27b0;
  color: #fff; }

.navbar.bg-dark,
.navbar.bg-dark-tint,
.navbar.bg-dark-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(35, 35, 35, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(35, 35, 35, 0.46); }
.navbar.bg-dark {
  background-color: #232323 !important;
}
.navbar.bg-dark-tint {
  background-color: rgba(35, 35, 35, 0.65) !important;
}
.navbar.bg-dark.navbar-transparent,
.navbar.bg-dark-hint {
  background-color: rgba(35, 35, 35, 0.35) !important;
}

.navbar.bg-dark .dropdown-item:hover,
.navbar.bg-dark .dropdown-item:focus,
.navbar.bg-dark-tint .dropdown-item:hover,
.navbar.bg-dark-tint .dropdown-item:focus,
.navbar.bg-dark-hint .dropdown-item:hover,
.navbar.bg-dark-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(35, 35, 35, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(35, 35, 35, 0.4);
  background-color: #232323;
  color: #fff; }
  
.navbar.bg-darkgray,
.navbar.bg-darkgray-tint,
.navbar.bg-darkgray-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(35, 35, 35, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(35, 35, 35, 0.46); }
.navbar.bg-dark {
  background-color: #232323 !important;
}
.navbar.bg-darkgray-tint {
  background-color: rgba(84, 91, 98, 0.65) !important;
}
.navbar.bg-darkgray.navbar-transparent,
.navbar.bg-darkgray-hint {
  background-color: rgba(84, 91, 98, 0.35) !important;
}

.navbar.bg-darkgray .dropdown-item:hover,
.navbar.bg-darkgray .dropdown-item:focus,
.navbar.bg-darkgray-tint .dropdown-item:hover,
.navbar.bg-darkgray-tint .dropdown-item:focus,
.navbar.bg-darkgray-hint .dropdown-item:hover,
.navbar.bg-darkgray-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(84, 91, 98, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(84, 91, 98, 0.4);
  background-color: #545b62;
  color: #fff; }
  
.navbar.bg-gray,
.navbar.bg-gray-tint,
.navbar.bg-gray-hint {
  color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(153, 153, 153, 0.46);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(153, 153, 153, 0.46); }
.navbar.bg-gray {
  background-color: #999999 !important;
}
.navbar.bg-gray-tint {
  background-color: rgba(153, 153, 153, 0.65) !important;
}
.navbar.bg-gray.navbar-transparent,
.navbar.bg-gray-hint {
  background-color: rgba(153, 153, 153, 0.35) !important;
}

.navbar.bg-gray .dropdown-item:hover,
.navbar.bg-gray .dropdown-item:focus,
.navbar.bg-gray-tint .dropdown-item:hover,
.navbar.bg-gray-tint .dropdown-item:focus,
.navbar.bg-gray-hint .dropdown-item:hover,
.navbar.bg-gray-hint .dropdown-item:focus {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(153, 153, 153, 0.4);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(153, 153, 153, 0.4);
  background-color: #999999;
  color: #fff; }
.dropdown-menu.dropdown-with-icons .dropdown-item .material-icons {
  position: relative;
  margin-top: -0.75em;
  top: 0.5em;
  margin-right: 3px;
  opacity: 0.65;
}
.dropdown-menu.dropdown-with-icons .dropdown-item:hover .material-icons {
  opacity: 1;
}
.carousel .carousel-caption .material-icons {
  position: relative;
  top: 0.2em;
}
a .material-icons {
  font-size: 1.25em;
}
h1 .material-icons,
h2 .material-icons, 
h3 .material-icons, 
h4 .material-icons, 
h5 .material-icons, 
h6 .material-icons {
    top: 0.2em;
}
/* Footer gallery */
.footer-big .gallery-feed .img {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 5%;
  float: left;
  background-size: cover;
}

/* Form Validation Styles */
.controls {
  text-align: left;
}
.controls .itio-validated-input {
	display: table;
	width: 100%;
}
.controls .itio-validated-input .itio-inputcontrol{
	width: 100%;
}
.controls .itio-validated-input .itio-validationmessage{
	width: 100%;
	padding: 4px;
  font-size: 0.875rem;
  color: #999;  
}
.controls .itio-validated-input .itio-validationindicator{
  display: table-cell;
	width: 34px;
	height: 34px;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}
.controls .itio-validated-input .itio-validationindicator.itio-input-attn{
	color: #f44336;
}
.controls .itio-validated-input .itio-validationindicator.itio-input-ok{
	color: #4caf50;
}
.controls label {
  color: #495057;
}
.control-group.panel {
	margin-bottom: 0px;
}
.form-titlepicker {
	display: table-cell;
	width: 70px;
}
.form-firstname {
	display: table-cell;
}
.form-lastname {
	display: table-cell;
}
.comparison-table {
  display: table;
}
select.form-control:not([size]):not([multiple]) {
  height: 36px;
}
/* vertical centred div */
.layout-vertically-centred {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}
/* horizontally centred div */
.layout-horizontally-centred {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0 !important;
}
/* @media (min-width: 768px) {
  .layout-vertically-centred {
  }
} */
/* License notice */
.license-text pre {
  font-family: Consolas, Monaco, Courier, monospace;
  font-size: 14px;
}

.card-header-image .card-title-topright {
  left: auto !important;
  top: 30px;
  right: 30px;
  bottom: auto !important;
  margin: 0;
  color: #444444;
}

/* min-height does not work inside a flexbox - whic .card is */
.card .title {
  min-height: inherit;
}

.full-text-content {
  display: inline;
}

.abbreviated-text-content {
  display: none;
}
@media screen and (max-width: 500px) {
  .full-text-content {
    display: none;
  }
  .abbreviated-text-content {
    display: inline;
  }
}


.alert.mdi::before,
.breadcrumb .mdi::before,
.btn.mdi::before,
.card-title.mdi::before,
.card-subtitle.mdi::before,
.card-link.mdi::before,
.dropdown-item.mdi::before,
.list-group-item.mdi::before,
.nav-link.mdi::before {
    font-size: 1.25em;
    line-height: initial;
    position: relative;
    top: 0.09rem;
}
.alert.mdi::before,
.breadcrumb .mdi:not(:empty)::before,
.btn.mdi:not(:empty)::before,
.card-title.mdi:not(:empty)::before,
.card-subtitle.mdi:not(:empty)::before,
.card-link.mdi:not(:empty)::before,
.dropdown-item.mdi:not(:empty)::before,
.nav-link.mdi:not(:empty)::before {
    margin-right: 0.25rem;
}
.list-group-item.mdi:not(:empty)::before {
    margin-right: 0.5rem;
}
.dropdown-item.mdi:not(:empty)::before {
    margin-left: -0.75rem;
}
.alert.mdi::before,
.list-group-item.mdi:not(:empty)::before {
    margin-left: -0.5rem;
}
.modal-title.mdi::before {
    font-size: 1.5em;
    line-height: 0.5;
    position: relative;
    top: 0.26rem;
    margin-right: 0.5rem;
}
.material-icons svg {
  top: -50%;
}
.btn .material-icons {
  margin-top: -0.8em;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
    top: 0.05em;
    margin-right: 3px;
}
.navbar .navbar-brand {
  font-size: 1.25rem;
}
.navbar-primary .nav-logo,
.bg-o50gray .nav-logo,
.bg-o50gray-hint .nav-logo,
.bg-o50gray-tint .nav-logo,
.bg-lightgray .nav-logo,
.bg-lightgray-hint .nav-logo,
.bg-lightgray-tint .nav-logo,
.nav-logo {
  width: 140px;
  height: 50px;
  box-sizing: border-box;
  padding-left: 140px;
  background: url("/images/logos/quaystone-blue.140x50.png")
}
.bg-primary .nav-logo,
.bg-primary-hint .nav-logo,
.bg-primary-tint .nav-logo,
.bg-info .nav-logo,
.bg-info-hint .nav-logo,
.bg-info-tint .nav-logo,
.bg-success .nav-logo,
.bg-success-hint .nav-logo,
.bg-success-tint .nav-logo,
.bg-warning .nav-logo,
.bg-warning-hint .nav-logo,
.bg-warning-tint .nav-logo,
.bg-danger .nav-logo,
.bg-danger-hint .nav-logo,
.bg-danger-tint .nav-logo,
.bg-rose .nav-logo,
.bg-rose-hint .nav-logo,
.bg-rose-tint .nav-logo,
.bg-purple .nav-logo,
.bg-purple-hint .nav-logo,
.bg-purple-tint .nav-logo,
.bg-gray .nav-logo,
.bg-gray-hint .nav-logo,
.bg-gray-tint .nav-logo,
.bg-dark .nav-logo,
.bg-dark-hint .nav-logo,
.bg-dark-tint .nav-logo,
.bg-darkgray .nav-logo,
.bg-darkgray-hint .nav-logo,
.bg-darkgray-tint .nav-logo,
.navbar-transparent .nav-logo {
  background: url("/images/logos/quaystone-white.140x50.png")
}
.navbar .navbar-brand {
  padding: 0;
}

.icon {
  position: relative;
}
.icon-overlay-1 {
  display: block;
  position: absolute;
  top: 0;
  z-index: 101;
  margin-left: 50%;
  transform: translateX(-50%);
}
.icon-overlay-2 {
  display: block;
  position: absolute;
  top: 0;
  z-index: 102;
  margin-left: 50%;
  transform: translateX(-50%);
}
.icon-overlay-3 {
  display: block;
  position: absolute;
  top: 0;
  z-index: 103;
  margin-left: 50%;
  transform: translateX(-50%);
}
.icon-overlay-4 {
  display: block;
  position: absolute;
  top: 0;
  z-index: 104;
  margin-left: 50%;
  transform: translateX(-50%);
}
.icon-overlay-5 {
  display: block;
  position: absolute;
  top: 0;
  z-index: 105;
  margin-left: 50%;
  transform: translateX(-50%);
}
.main-raised {
  margin: -60px 30px -30px;
}
.footer-black p {
  color: #eeeeee;
}
.gallery-feed .img {
  width: 20%;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5%;
  margin-bottom: 5%;
  float: left;
  background-size: cover;
  background-position: center center;
}
.gallery-feed button {
  background-size: cover;
  background-position: center center;
}
.gallery-feed img {
  background-size: cover;
  background-position: center center;
}
.aspect-1to5 {
  width: 100%;
  padding-top: 500%;
  position: relative;
}
.aspect-1to4 {
  width: 100%;
  padding-top: 400%;
  position: relative;
}
.aspect-1to3 {
  width: 100%;
  padding-top: 300%;
  position: relative;
}
.aspect-3to8 {
  width: 100%;
  padding-top: 266.67%;
  position: relative;
}
.aspect-2to5 {
  width: 100%;
  padding-top: 250%;
  position: relative;
}
.aspect-4to9 {
  width: 100%;
  padding-top: 225%;
  position: relative;
}
.aspect-1to2 {
  width: 100%;
  padding-top: 200%;
  position: relative;
}
.aspect-3to5 {
  width: 100%;
  padding-top: 166.67%;
  position: relative;
}
.aspect-2to3 {
  width: 100%;
  padding-top: 150%;
  position: relative;
}
.aspect-3to4 {
  width: 100%;
  padding-top: 133.33%;
  position: relative;
}
.aspect-4to5 {
  width: 100%;
  padding-top: 125%;
  position: relative;
}
.aspect-5to6 {
  width: 100%;
  padding-top: 120%;
  position: relative;
}
.aspect-square {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.aspect-6to5 {
  width: 100%;
  padding-top: 83.33%;
  position: relative;
}
.aspect-5to4 {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.aspect-4to3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.aspect-3to2 {
  width: 100%;
  padding-top: 66.67%;
  position: relative;
}
.aspect-5to3 {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.aspect-16to9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.aspect-5to2 {
  width: 100%;
  padding-top: 40%;
  position: relative;
}
.aspect-8to3 {
  width: 100%;
  padding-top: 37.5%;
  position: relative;
}
.aspect-5to1 {
  width: 100%;
  padding-top: 20%;
  position: relative;
}
.aspect-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background-size: cover;
  background-position: center center;
}
.aspect-container .map {
  overflow: hidden;
  height: 100%;
}
.index-page {
  background-color: rgba(133,167,235,1.00)
}
.itio-validationindicator .material-icons {
  font-size: 2rem;  
}
/* itio-show-as-screen */
.itio-showasscreen h1 {
  position: absolute;
  color: white;
  background-color: transparent;
  z-index: 14;
	margin-left: 10px;
	margin-top: 20px;
	text-shadow: 2px 2px 4px #000000;
}

.itio-showasscreen h2 {
  position: absolute;
  color: white;
  background-color: transparent;
  z-index: 14;
	margin-left: 22px;
	margin-top: 70px;
	text-shadow: 2px 2px 4px #000000;
}

.itio-showasscreen h3 {
  color: white;
  background-color: transparent;
  z-index: 14;
}

.itio-showasscreen h4 {
  position: absolute;
  color: white;
  background-color: transparent;
  z-index: 14;
}

.itio-showasscreen {
	height: 100%;
	position: relative;
}

.screen-actions-bg {
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: rgba(0,0,0,.4);
	top: 50%;
	margin-top: -75px;
	z-index: 9;
}
.screen-actions {
	position: relative;
	height: 100%;
	width: 760px;
	margin-left: 50%;
	left: -375px;
	z-index: 10;
}

.screen-action-icon {
	display: table-cell;
	background-image: url('//static.online50.net/icons/48/nav_right.png');
	background-position: center;
	height: 48px;
	width: 50px;
}
.screen-action-text {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
	width: 180px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.6);
	line-height: 18px;
}

.screen-action-text .discover {
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
.screen-action {
	display: table;
	border-radius: 25px;
	border: 2px solid white;
	background-color: rgba(160,192,255,.45);
	width: 230px;
	height: 52px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.screen-action-1 {
	position: absolute;
	left: 0px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
}

.screen-action-2 {
	position: absolute;
	left: 265px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
}

.screen-action-3 {
	position: absolute;
	left: 530px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
}


.screen-action:hover {
	box-shadow: 0px 0px 5px 5px rgba(102,175,255,0.8) inset;
}

.itio-screen-anchor {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  width: 0px;
  height: 0px;
  display: block;
}

.itio-screen-content {
	position: absolute;
	border: 2px solid white;
	width: 100%;
	left: -50%;
	margin-left: 50%;
	top: 128px;
	bottom: 152px;
}

.itio-screen-container {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.itio-transparent-nav .itio-screen-container {
  margin-top: 50px;
}

.navicon {
	position: relative;
	display: block;
	border-radius: 22px;
	top: -2px;
	left: -2px;
	width: 48px;
	height: 48px;
}

.navicon:hover {
	box-shadow: 0px 0px 5px 5px rgba(102,175,255,0.8) inset;
}

.navscroll {
  z-index: 15;
  width: 44px;
  height: 44px;
  display: block;
	border-radius: 22px;
	background-color: rgba(160,192,255,.45);
}

.btn-scroll-down {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.footer-signature-box {
  position: absolute;
  bottom: 2em;
  left: 2em;
  width: 189px;
}
.footer-signature-text {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,.6);
  vertical-align: top;
}
.footer-signature-image-pos {
  width: 224px;
  height: 80px;
  background-image: url('//images/logos/quaystone-blue.png');
  background-size: cover;
}
.footer-signature-image-neg {
  width: 224px;
  height: 80px;
  background-image: url('//images/logos/quaystone-white.png');
  background-size: cover;
}
.btn-scroll-up {
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 15;
}
@media(max-width: 900px) {
.screen-action {
	background-color: rgba(80,96,128,.6);
}
.screen-actions-bg {
	display: none;
}
.screen-actions {
	width: 230px;
	left: -115px;
}
.screen-action-1 {
  margin-top: -126px;
}

.screen-action-2 {
  left: 0px;
}
.screen-action-3 {
  left: 0px;
  margin-top: 74px;
}
.itio-screen-content {
  bottom: 348px;
}
}
@media(max-width: 900px) and (max-height: 360px) {
.itio-showasscreen h1 {
  margin-left: 0px;
  margin-top: 10px;
}
}
@media(max-width: 900px) and (max-height: 340px) {
.itio-showasscreen h1 {
  margin: 0px;
}
}
@media (min-width: 768px) {
  .itio-screen-content {
    width: 750px;
    left: -375px;
  }
}
@media (min-width: 992px) {
  .itio-screen-content {
    width: 970px;
    left: -485px;
  }
}
@media (min-width: 1200px) {
  .itio-screen-content {
    width: 1170px;
    left: -585px;
  }
}

@media(max-width: 900px) and (max-height: 480px) {

.screen-action-1 {
	margin-top: -98px;
}

.screen-action-2 {
	left: 0px;
}

.screen-action-3 {
	left: 0px;
	margin-top: 46px;
}

.itio-screen-content {
  bottom: 266px;
}

.slider-progress {
  bottom: 15px;
}
}

@media(max-width: 900px) and (max-height: 360px) {
.screen-action-1 {
	margin-top: -90px;
}

.screen-action-3 {
	margin-top: 38px;
}

.itio-screen-content {
  display: none;
}
}


@media(max-width: 900px) and (max-height: 320px) {
.screen-action-1 {
	margin-top: -88px;
}

.screen-action-3 {
	margin-top: 36px;
}
}

@media(max-width: 900px) and (max-height: 300px) {
.screen-action-1 {
	margin-top: -83px;
}

.screen-action-3 {
	margin-top: 31px;
}
}
/* narrowed content panel */
.narrowed-content .main {
  margin-left: 18px;
  margin-right: 18px;
}
@media (min-width: 576px) {
.narrowed-content .main {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
}
@media (min-width: 768px) {
.narrowed-content .main {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
}
@media screen and (min-width: 767px) {
.card .card-profile .card-header-image {
  max-height: none;
}
}
@media (min-width: 992px) {
.narrowed-content .main {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
}
@media (min-width: 1200px) {
.narrowed-content .main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
}
