/*  PRESENTATION PAGE   */

body {
	background-color: #fff;
}

a.active.dropdown-toggle.nav-link,
.navbar-nav .nav-item .nav-link.active {
	background-color: rgba(0,0,0,.1) !important;
}

.navbar-collapse {
	border-left:0;
}

a.linked:before {
	content:'\02192';
	padding-right:10px;
}

.hide {
	display: none !important;
}

/* Material Overrides */

.nav-pills.nav-pills-rose .nav-item .nav-link.active, 
.nav-pills.nav-pills-rose .nav-item .nav-link.active:focus, 
.nav-pills.nav-pills-rose .nav-item .nav-link.active:hover,
.nav-tabs .nav-item .nav-link.active, 
.nav-tabs .nav-item .nav-link:focus, 
.nav-tabs .nav-item .nav-link:hover {
	background:none;
	border-bottom: 3px solid rgba(110,128,145,.6) !important;
    box-shadow: none;
    font-weight: 500;
}

.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link:hover, 
.nav-tabs .nav-item .nav-link:focus {
    line-height: 24px;
    text-transform: uppercase;
    font-size: .85rem !important;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555 !important;
    transition: all .3s;
    border-radius: 0;
    padding: 10px 15px;
    font-family: 'Titillium Web';
    letter-spacing: .05rem;
}

/* Landing Page */

.logoSupport {
  text-align: center;
  padding-bottom: 50px;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.logo-link {
  display: inline-block;
}

.logo {
  max-width: 300px;
  height: auto;
}

img.logo {
	display:block;width:400px;margin:0 auto;
}

.homeBackground {
	background-image: url(../img/brain-image.jpg);
    background-size: 45% auto;
    background-repeat: no-repeat;
    background-position: 90% center;	
    transition: all .5s;
}

div.article-page.page-header.header-filter.clear-filter {
    height: 40vh !important;
    overflow: hidden;
}

tt {
	font-size:1rem;
}

.d-ib {
	display: inline-block;
}

#demosMenu, .demosMenu {
    display: block;
    margin: 0 auto;
    padding: 5px 12px;
}

p {
	font-size: 1em;
}

h6.category {
	font-size:.8rem !important;
	letter-spacing: .03em !important;
	margin:0;
}

.avatarContainer {
	float: left;
    display: inline-block;
    margin: 0;
}
.card-profile .card-avatar, .card-testimonial .card-avatar {
    float: left;
    display: inline-block;
    margin: 0 0 30px 0;
}
.title.fs-1 {
	font-size: 1rem !important;
}

.title.fs-11 {
	font-size: 1.1rem !important;
}

p.card-body {
    font-size: 1rem !important;
    padding: 16px 0 0 0 !important;
}

.fs-15 {
    font-size: 1.5rem;
    line-height: 1.3em;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(110,128,145,.4);
    background-color: rgba(110,128,145,.6);
    color: #FFFFFF;
}

h3.blue {
	color: #3dbdef;
}

a {
	color: #42424a !important
}
.navbar .navbar-brand {
    position: relative;
    color: inherit;
    /* height: 50px; */
    font-size: 1em;
    line-height: 30px;
    padding: 5px 10px;
    /* background-color: #eee; */
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: .2em;
    color: #ccc;
}

h5.blueCaption {
	font-family: 'Titillium Web', sans-serif;
    font-size: .9em;
    text-transform: uppercase;
    color: #2db6ea;
    /* letter-spacing: .14em; */
    display: inline-block;
    line-height: .9em;
    margin-bottom: 0;
    padding-right: 10px;
    font-weight: 600;
    letter-spacing: .08em;
}

.padding {
	padding:40px;
}

.pageTitle {
	font-size: 2.8em;
    margin-top: 100px;
    font-weight: 100;
    font-family: 'Titillium Web', sans-serif;
    color: #c0c8d4;
    margin-bottom: 30px;
    display: block;
}

p.caption {
	display: inline;
    line-height: .9em;
}

/*github*/
.github-btn {
  font: bold 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .github-btn + .github-btn {
    margin-left: 4px; }

.gh-btn,
.gh-count,
.gh-ico {
  float: left; }

.gh-btn,
.gh-count {
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px; }

.gh-btn {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #fcfcfc 0, #eee 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), to(#eee));
  background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0);
  background-repeat: no-repeat;
  border: 1px solid #d5d5d5; }

.gh-btn:hover,
.gh-btn:focus {
  text-decoration: none;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #eee 0, #ddd 100%);
  background-image: -o-linear-gradient(top, #eee 0, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), to(#ddd));
  background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  border-color: #ccc; }

.gh-btn:active {
  background-image: none;
  background-color: #dcdcdc;
  border-color: #b5b5b5;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.gh-ico {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMTIgMTIgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTIgMTIgNDAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik0zMiAxMy40Yy0xMC41IDAtMTkgOC41LTE5IDE5YzAgOC40IDUuNSAxNS41IDEzIDE4YzEgMC4yIDEuMy0wLjQgMS4zLTAuOWMwLTAuNSAwLTEuNyAwLTMuMiBjLTUuMyAxLjEtNi40LTIuNi02LjQtMi42QzIwIDQxLjYgMTguOCA0MSAxOC44IDQxYy0xLjctMS4yIDAuMS0xLjEgMC4xLTEuMWMxLjkgMC4xIDIuOSAyIDIuOSAyYzEuNyAyLjkgNC41IDIuMSA1LjUgMS42IGMwLjItMS4yIDAuNy0yLjEgMS4yLTIuNmMtNC4yLTAuNS04LjctMi4xLTguNy05LjRjMC0yLjEgMC43LTMuNyAyLTUuMWMtMC4yLTAuNS0wLjgtMi40IDAuMi01YzAgMCAxLjYtMC41IDUuMiAyIGMxLjUtMC40IDMuMS0wLjcgNC44LTAuN2MxLjYgMCAzLjMgMC4yIDQuNyAwLjdjMy42LTIuNCA1LjItMiA1LjItMmMxIDIuNiAwLjQgNC42IDAuMiA1YzEuMiAxLjMgMiAzIDIgNS4xYzAgNy4zLTQuNSA4LjktOC43IDkuNCBjMC43IDAuNiAxLjMgMS43IDEuMyAzLjVjMCAyLjYgMCA0LjYgMCA1LjJjMCAwLjUgMC40IDEuMSAxLjMgMC45YzcuNS0yLjYgMTMtOS43IDEzLTE4LjFDNTEgMjEuOSA0Mi41IDEzLjQgMzIgMTMuNHoiLz48L3N2Zz4=);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.gh-count {
  position: relative;
  display: none;
  /* hidden to start */
  margin-left: 4px;
  background-color: #fafafa;
  border: 1px solid #d4d4d4; }

.gh-count:hover,
.gh-count:focus {
  color: #4183C4; }

.github-btn {
  display: inline-block; }

.gh-count:before,
.gh-count:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.gh-count:before {
  top: 50%;
  left: -3px;
  margin-top: -4px;
  border-width: 4px 4px 4px 0;
  }
 /*github end*/
 
.presentation-page .brand h1, .index-page .brand h1 {
    font-size: 2.2rem;
    font-weight: 300;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.presentation-page .brand h3, .index-page .brand h3 {
    font-size: 1rem;
    max-width: 45%;
    margin: 10px auto 0;
    color: #333;
    font-weight: 300;
    letter-spacing: .2em;
    margin: 0;
}

.presentation-page .brand h4, .index-page .brand h4 {
    font-size: 1rem;
    max-width: 45%;
    margin: 10px auto 0;
    color: #333;
    font-weight: 300;
    letter-spacing: .09em;
    margin: 0;
}

.presentation-page .brand, .index-page .brand {
    color:#40415b;
    text-align: left;
}

.presentation-page .header-filter:after, .index-page .header-filter:after {
	background:none;
  /*  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%);*/
}

.navbar.navbar-transparent > div > div > ul > li > a {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 25px;
    color: #42424a !important;
    transition: all .7s ease .2s;
    letter-spacing: .02rem;
    font-size: .85rem !important;
}

.navbar > div > div > ul > li > a {
    background-color: transparent !important;
    box-shadow: none;
    padding-top: 25px;
    color: #fff !important;
     transition: all .7s ease .2s;
	 font-size: .85rem !important;
}


.navbar {
	/*color:#ff00cc;*/
    -webkit-transition: all .7s ease .2s;
    -moz-transition: all .7s ease .2s;
    -o-transition: all .7s ease .2s;
    -ms-transition: all .7s ease .2s;
    transition: all .7s ease .2s;
    background: none !important;
    box-shadow: none;
    color: #fff;
    padding: 0 !important;
}

.navbar > div > div.collapse > ul {
	background-color: rgba(110,128,145,.6) !important; 
    box-shadow: none;
    padding-top: 0;
    color: #999 !important;
     transition: all .7s ease .2s;
border-radius: 0 0 6px 6px;
}

.navbar.navbar-transparent > div > div.collapse > ul {	
	background-color: rgba(0,0,0,0) !important; 
    box-shadow: none;
    padding-top: 25px;
    color: #999 !important;
     transition: all .75s ease .2s;
}

.main-raised {
    margin: -60px 0px 0px;
    border-radius: 6px;
    box-shadow: none !important;
}

.main {
	background:none;
}

.section {
    padding: 20px 0;
    margin-bottom:60px;
}

.section.band {
    background-color: rgba(110,128,145,.6);
}

.section.bandLight {
    background-color: rgba(110,128,145,.2);
    color:#a9b1c2;
}

.presentation-page h4.description, .index-page h4.description {
    color:#fff;
}

.presentation-page h4.descriptionDark, .index-page h4.descriptionDark {
    color:#fff;
}

.section-components {
	border-top: 1px solid #eee;
    padding-bottom: 60px;
}

.presentation-page .section-components h6.description, .index-page .section-components h6.description{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eeeeff;
    padding-top: 7px;
    text-transform: capitalize;
    font-family: 'georgia',sans-serif;
    font-style: italic;
    color:#9da5b1  
}

.card {
	margin-top: 0;
}

.title, .title a, .card-title, .card-title a, .info-title, .info-title a, .footer-brand, .footer-brand a, .footer-big h5, .footer-big h5 a, .footer-big h4, .footer-big h4 a, .media .media-heading, .media .media-heading a {
    color: #3C4858;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em !important;
    letter-spacing: .14em;
    font-weight: 300;
}
a.openButton {
    padding: 5px 10px;
    border: 1px solid #7f7e8e;
    text-transform: uppercase;
    font-family: 'titillium web', sans-serif;
    font-weight:bold;
    font-size: .7em;
    letter-spacing: .14em;
        border-radius: .2rem;
        margin-top:15px;
        display: inline-block;
}

a.openButton:hover {
	background-color:#7f7e8e;
	color:#fff !important;
	transition: all .5s;
}



.panel-title {
	border-top: 1px solid #ededed !important;
    padding: 10px 0 1px 0;
}

h5 {
	font-size: 1rem;
	letter-spacing: .02rem;
	margin-bottom:11px;
}

.grey {
	color: rgba(110,128,145,.8);
}

.panel-title a {
	color: #40415b;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-size: .85em !important;
}
.panel-group {
    border-bottom: 1px solid #ededed;	
}

.img {
	max-width: 100%;
}

.container.accordion {
	margin-top:40px;
	margin-bottom:100px;
}

.panel-body {
	padding: 0 0 20px 0;
    font-size: 1em;
}

.panel-title.tall {
	padding-bottom:9px;
}

.card-body {
	padding: 25px;
	font-size:1em;
}

/*.accordionRow:before {
    content: '+';
    position: relative;
    transition: all .3s;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 13px 6px 33px 0px;
    margin-top: 0;
    line-height: 18px;
    float: left;
}*/

.boxed {
	border: 1px solid #eee;
    padding: 20px 40px;
}

a.card-link:before {
    content: '+';
    position: relative;
    transition: all .3s;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 2px 6px 73px 0px;
    margin-top: 0;
    line-height: 18px;
    float: left;

}

.wiggle:before {
	   content: '&nbsp;';
    position: relative;
    transition: all .3s;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 2px 6px 33px 0px;
    margin-top: 0;
    line-height: 18px;
    float: left;

}

a.card-link {
	color:#0e1117;
	font-family: 'titillium web', sans-serif;
		font-size: .95em !important

}

.rightText {
	margin-top:140px;
}

.text-info {
    color: #009db1 !important;
    text-transform: uppercase;
}

a.openButtonWhite {
    padding: 5px 10px;
    border: 1px solid #ffffff;
    color:#ffffff !important;
    text-transform: uppercase;
    font-family: 'open sans', sans-serif;
    font-size: .7em;
    font-family: 'titillium web', sans-serif;
    font-weight:bold;
    letter-spacing: .14em;
        border-radius: .2rem;
}

.card .card-header.card-header-image .card-title {
    position: absolute;
    top: 70%;
    left: 50%;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
    display: block;
    width: 200px;
    margin: -10px 0 0 -100px;
    text-align: center;
}

a.openButtonWhite:hover {
	background-color:#fff;
	color:#7f7e8e !important;
	transition: all .5s;
}



.card-blog {
    margin-top: 0px;
}

.left {
	/*display:inline-block;
	float:left;*/
	margin-right:30px;
}

.right {
	display:inline-block;
	float:right;
}


.description, .card-description, .footer-big p {
    color: #191924;
}

p.card-description {
	font-size: .9rem;
    line-height: 1.55em;
    padding-bottom: 10px !important;
    margin-top:12px;
}

.card .card-footer {
    display: block !important;
    margin: 0 auto;
    width: 110px;
}


.ml-auto, .mx-auto {
    /* margin-left: auto !important; */
}
.mr-auto, .mx-auto {
    /* margin-right: auto !important; */
}

.title {
	margin-bottom:0 !important;
}


/* Section Components */

.presentation-page {
  overflow-x: hidden;
}

.card-background:after, .back-background:after, .front-background:after {
    background-color: rgba(0, 0, 0, 0.4);
}


.section-components .title {
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .17em;
}

.section-components .description {
    margin-top: 20px;
    font-family: 'open sans', sans-serif;
    font-size: .9em;
}

.section-components .image-container {
  position: absolute;
  padding:0px 20px;
  width:100%;
  height:100%;
}

.section-components .components-macbook {
  width: auto;
  left: -100px;
  top: 0;
  height: 100%;
  position: absolute;
}

h6.description {
margin-left:0px;
font-size: .9em !important;
   margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    text-transform: capitalize;
    font-family: 'georgia',sans-serif;
    font-style: italic;
    color:#9da5b1;  
    letter-spacing:0;
     font-size: 1em;

}

h6.authors2 {
	font-family: 'open sans';
    text-decoration: none !important;
    font-style: normal;
    color: #3C4858;
    padding-left: 20px;
    text-transform: none;
        letter-spacing:0;
        font-size: 1em;

}

.author {
    font-family: 'Georgia';
    display: block;
    text-transform: none !important;
    font-style: italic;
    letter-spacing: 0 !important;
   /* border-top: 1px solid #eee;*/
    margin-left: 25px;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    color:#6d7a8e !important;
    font-size:.88rem;
}

.pub {
    font-family: 'Georgia';
    display: block;
    text-transform: none !important;
    font-style: italic;
    letter-spacing: 0 !important;
    margin-left: 25px;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    color:#6d7a8e !important;
    font-size: .88rem;
}


.section-components .table-img,
.section-components .share-btn-img,
.section-components .coloured-card-btn-img,
.section-components .coloured-card-img,
.section-components .social-img,
.section-components .pin-btn-img {
  position: absolute;
  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);
}

.card .card-header.card-header-image .colored-shadow {
	display: none;
}

.footer-darkgrey {
	background-color: rgba(110,128,145,.6);
}

.bottomAnchor {
		position: absolute;
    width: 100%;
    bottom: 0;

}

.section-components .coloured-card-img {
  left: 90%;
  top: 11%;
  height: 90px;
  border-radius: 2px;
}

.card-background .card-body {
	padding-top: 110px;
}

.section-components .social-img {
  left: 70%;
  top: 67%;
  height: 40px;
}

.section-components .coloured-card-btn-img {
  left: 35%;
  top: 2%;
  height: 125px;
  border-radius: 6px;
}

.section-components .table-img {
  left: -13%;
  top: 27%;
  height: 175px;
  border-radius: 2px;
}

.section-components .pin-btn-img {
  left: 0%;
  top: 68%;
  height: 25px;
  border-radius: 3px;
}

.section-components .share-btn-img {
  left: 3%;
  top: -3%;
  height: 25px;
}

span.tab {
	    border-radius: .2rem;
	margin-top: 60px;
	margin-bottom: 40px;
    display: inline-block;
    background-color: rgba(110,128,145,.4) !important;
    width: auto;
    padding: 3px 10px;
    font-size: .7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .14em;
}

/* Section Content */

.section-content .section-description {
  margin-top: 100px;
}

.section-content .title {
  margin-bottom: 5px;
}

.section-content .section-description .title+.description {
  margin-top: 0;
}

.section-content .description {
  margin-top: 35px;
}

.section-content .image-container {
  max-width: 900px;
  position: relative;
}

.section-content .image-container .ipad-img {
  width: 100%;
  transition: transform .6s .9s;
  z-index: 2;
}

.section-content .image-container .area-img,
.section-content .image-container .info-img {
  position: absolute;
  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);
  opacity: 0;
  transform: translate3D(0px, 100px, 0px);
  -webkit-transform: translate3D(0px, 100px, 0px);
}

.section-content .image-container .area-img {
  top: 10%;
  left: 60%;
  height: 300px;
  width: 250px;
  z-index: 2;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.section-content .image-container .info-img {
  top: 50%;
  left: 0%;
  height: 200px;
  width: 300px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.animated {
  transform: translate3D(0px, 0px, 0px) !important;
  -webkit-transform: translate3D(0px, 0px, 0px) !important;
  opacity: 1 !important;
}

/*  animated images  */


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

@-webkit-keyframes Floatingy {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(50px, 0);
  }
  to {
    -webkit-transform: translate(0, -0px);
  }
}

@-moz-keyframes Floatingy {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(50px, 0);
  }
  to {
    -moz-transform: translate(0, -0px);
  }
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(50px, 0px);
  }
  65% {
    -webkit-transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(50px, -0px);
  }
}

@-moz-keyframes Floatingx {
  from {
    -moz-transform: translate(50px, 0px);
  }
  65% {
    -moz-transform: translate(0, 0);
  }
  to {
    -moz-transform: translate(50px, -0px);
  }
}

.table-img,
.coloured-card-img,
.coloured-card-btn-img,
.pin-btn-img,
.share-btn-img,
.social-img {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: Floatingy;
  -moz-animation-name: Floatingy;
  float: left;
}

.table-img {
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
}

.coloured-card-img {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
}

.coloured-card-btn-img {
  -webkit-animation-duration: 18s;
  -moz-animation-duration: 18s;
}

.pin-btn-img {
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
}

.share-btn-img {
  -webkit-animation-duration: 11s;
  -moz-animation-duration: 11s;
}

.social-img {
  -webkit-animation-duration: 16s;
  -moz-animation-duration: 16s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
}

/* Presentation Page OnScroll Animation */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

.fixed-section {
  top: 90px;
  max-height: 71vh;
  overflow: scroll;
  border-bottom: 1px solid rgba(220, 220, 220, .8);
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}


#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

#javascriptComponents .btn-raised {
  margin: 10px 0px;
}


@media only screen and (max-width: 991px) {
	.fixed-section.affix {
	position: relative;
	margin-bottom: 100px;
	}
  
	.homeBackground {
	background: none;
	}
	

	.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
	    background-color: rgba(110,128,145,.6);
	}
	
	.section-components .image-container {
    position: relative;
    padding: 0;
    }
    
    .centered {
	    position: relative;
	    margin-left:0;
	    padding-left:0;
    }
    
    .image-container.mt-5 {
	    margin-top:1.5em !important;
    }
    
    .navbar > div > div.collapse > ul {
	background-color: white !important; 
    box-shadow: none;
    padding-top: 0;
    color: #999 !important;
     transition: all .7s ease .2s;
	 border-radius: 0
	}
	
	.navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #3C4858 !important;
    margin: 5px 15px;
	}
	.navbar-collapse {
	    border-left: 1px solid #efefef;
	}
	
	.navbar .dropdown-menu .dropdown-item {
     margin-right: 0;
}


.navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
    overflow-y: none;
}
}

@media only screen and (max-width:767px) {
		a.card-link:before {
    padding: 2px 6px 100px 0px;
    transition: all .2s;
}
.padding {
	padding:20px;
}

.navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
    height: auto !important;
}

.logoSupport {
    padding: 0 0 85px 0;
    text-align: center;
    max-width: 90%;
    margin:0 auto;
}

img.logo {
	 max-width: 90%;
}

}

@media only screen and (max-width:420px) {
		a.card-link:before {
    padding: 2px 6px 120px 0px;
    transition: all .2s;

}



		a.card-link.tall:before {
    padding: 2px 6px 180px 0px;
    transition: all .2s;

}

		a.card-link.short:before {
    padding: 2px 6px 80px 0px;
    transition: all .2s;

}

}

@media only screen and (max-width:375px) {
		a.card-link:before {
    padding: 2px 6px 100px 0px;
    transition: all .2s;

}

		a.card-link.tall:before {
    padding: 2px 6px 180px 0px;
    transition: all .2s;

}

}




