.img-circle {
  background-color:transparent;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 50% !important;
  max-width: 80%;
}

.navbar-brand>img {
  height: 600%;
  width: 100px;
  margin-top: -25px;  
  }
  
.navbar .navbar-brand {
  font-weight: 600;
  margin: 5px 20px 3px 15px ;
  padding: 20px 15px 0px 15px ; 
  font-size: 20px;
}
.navbar {
  min-height: 80px;
}


 #myVideo {
  position: relative;
  right: 2%;
  bottom: -15%;
  min-width: 70%; 
  min-height: 5%;
}
 
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f83600;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.content2 {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
.w3-animate-fading{
	animation:fading 11s infinite
}
@keyframes fading{
	0%{opacity:0;}
	50%{opacity:1;}
	100%{opacity:0;}
}
.w3-content{
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	text-align: center;
}
.w3-section{
	margin-top:16px!important;
	margin-bottom:16px!important;
}

.album {
  min-height: 50rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.album .card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}
.gallery-wrapper {
  overflow: hidden;
}

.grid-item {
  padding-bottom: 3rem;
}

.sidebar {
  text-align: center;
  padding: 1rem;
  background: red;
  height: 900px;
}
.grid-item-content   {
	overflow:hidden;
	max-height:450px;
}

.float {
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.float:hover {
  -webkit-transform:translate(0px,-10px);
  -moz-transform:translate(0px,-10px);
  -ms-transform:translate(0px,-10px);
  -o-transform:translate(0px,-10px);
  transform:translate(0px,-10px);
}
.ov-hidden{
	overflow:hidden;
}

.transition-color {
  -webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f83600;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.card-img-overlay {
    background: rgba(77, 77, 77, 0.5);
}

.logos img{
	-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition:all .3s ease-out;
  -moz-transition:all .3s ease-out;
  -ms-transition:all .3s ease-out;
  -o-transition:all .3s ease-out;
  transition:all .3s ease-out;
}
.logos img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
a.card{
	cursor:pointer;
	text-shadow:1px 1px 2px #000;
}
.lh-1{
	line-height:1.1em !important;
}

.badge-pro{
		position: relative;
}
.badge-pro:before{
	width:1px;
	height:1px;
	box-shadow: 3px 3px 3px 3px rgba(255,255,255, .4);
	position:absolute;
	right:0;
	top:0;
}

.close {
    float: right;
    font-size: 3.5rem;
    color: #fff;
    text-shadow: 0 1px 0 #FFF;
    opacity: .5;
    position: fixed;
    bottom: -40px;
    margin-left: 43%;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    min-height: calc(100vh - 180px);
}
.sidebar-fixed{
      position: fixed;
      top: 100px;
      left: 20px;
      right: auto;
      width: 180px;
}
.btn.btn-round {
    border-radius: 100px;
    padding: 5px !important;
}

.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 65%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: auto;
  width: auto;
  padding: 10px;
  margin-top: 0px;
  font-weight: bolder;
  font-size: 3em;
  transition-delay: 0.2s;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(255,255,255,0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #000;
  font-size: 18px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #717171;
}
/* On smaller screens, decrease text size  */
@media screen and (max-height: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* On larger screens, handle the size of the reCAPTCHA div and popup */
#rc-imageselect, .g-recaptcha {
	transform:scale(0.93);-webkit-transform:scale(0.93);
	transform-origin:0 0;-webkit-transform-origin:0 0;
}
/* On smaller screens, decrease the reCAPTCHA div and popup */
@media screen and (max-height: 750px) {
  #rc-imageselect, .g-recaptcha {transform:scale(0.87);-webkit-transform:scale(0.87);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
