﻿
* {box-sizing: border-box}

img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	height:500px;
	margin:10px;
  background-color:transparent;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  
  width: auto;
  padding: 0px;
  margin-top: 0;
  color: #808080;
  font-weight: bold;
  font-size: 14px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration:none !important;
 padding:10px;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;

}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.feedbackimg
{
	font-style:oblique;
}
.feedbackby
{
	color:black;
	text-align:left;
	padding-top:5px;
	background-color:#fff;
	width:100%;
	height:100px;
	line-height:15px;

	border-top-left-radius:15px;
  -moz-border-radius-topleft:15px;
  -webkit-border-top-left-radius:15px;

  border-top-right-radius:15px;
  -moz-border-radius-topright:15px;
  -webkit-border-top-right-radius:15px;
	
}
.feedbacktext
{
	
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;

	-webkit-border-top-left-radius:80px;
    -webkit-border-bottom-right-radius:80px;
  	-moz-border-radius-topleft:80px;
    -moz-border-radius-bottomleft:80px;
     border-top-left-radius:80px;
     border-bottom-right-radius:80px;
  
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:15px;
		text-align:justify;
	vertical-align:middle;
	margin:auto;


	
}

	.feedbacktext span
	{
		padding:4px;
		display: inline-block;
  vertical-align: middle;
  line-height:22px;
		
	}
/* Number text (1/3 etc) */
.numbertext {
	background-color:transparent;
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  border-bottom-left-radius:15px;
  -moz-border-radius-bottomleft:15px;
  -webkit-border-bottom-left-radius:15px;

  border-bottom-right-radius:15px;
  -moz-border-radius-bottomright:15px;
  -webkit-border-bottom-right-radius:15px;

  top: 0;
}

.studimg
{
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
/* 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;
}

.active1, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade1 {


  color:black;
  -webkit-animation-name: fade1;
  -webkit-animation-duration: 1.5s;
  animation-name: fade1;
  animation-duration: 1.5s;
  height:450px;
  
  padding-left:0;
  padding-right:0;
  margin-bottom:30px;
  text-align:center;
  vertical-align:middle;  
  min-height:250px;
  
  
  
  background-color:#fff;
  border-radius:15px;
}



@keyframes marquee1
{
	0%
	{
		transform: translateY(0);
	}

	100%
	{
		transform: translateY(-100%);
	}
}


@-webkit-keyframes fade1 {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade1 {
  from {opacity: .4} 
  to {opacity: 1}
}




.blogdet
{
  -webkit-animation-name: mov3;
  -webkit-animation-duration: 1s;
  animation-name: mov3;

  animation-duration: 1s;
}

.bloghead
{
	border-bottom:1px solid #bbb;
	padding-top:5px;
	padding-bottom:5px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background-color:#fff;
		border-collapse:collapse;
		padding-right:10px;
		
}


.bloghead .btitle
{
		
	margin-left:10px;
		font-family:'Century Schoolbook';
		
}

.blogdesc .bdate
{
	padding-right:10px;
padding-top:4px;	
	float:right;
	font-size:small;
	font-style:italic;
		
}

.blogdesc .bdesc
{
	padding-left:10px;
}


.blogdesc
{
	border:0 solid red;
	border-collapse:collapse;
	
	background-color:#fff;
}
@-webkit-keyframes mov2 {
    0%  { margin-top:0px;}
    50% { margin-top:250px;}
    100% {margin-top:500px;}

}

@keyframes mov1 {
  

}


.blogmain
{
	border:0 solid grey;
	height:600px;

	-webkit-border-radius:5px;
  border-radius:5px;
  -moz-border-radius:5px;

}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {
	  font-size: 11px;

  }
}
