/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

.serach-box{
    position: relative;
    top: -100px;
}


.sb-search {
	position: relative;
    top: 0px;
	margin-top: 10px;
	width: 0%;
	min-width: 100px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0px;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 40px !important;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #912B7F;
}

.sb-search-input:-moz-placeholder {
	color: #912B7F;
}

.sb-search-input::-moz-placeholder {
	color: #912B7F;
}

.sb-search-input:-ms-input-placeholder {
	color: #912B7F;
}

.sb-icon-search,
.sb-search-submit  {
	width: 100px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 8px;
	margin: 0;
	text-align: right;
	cursor: pointer;
}

.sb-search-submit {
    background: #912B7F; /* IE needs this */
    opacity: 1;
	color: #fff;
	border: none;
	outline: none;
	z-index: 99;
    font-size: 22px;
}

.sb-icon-search {

	color: #fff;
	background: #912B7F;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	/*content: "Search";*/

}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 40%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #912B7F;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/******* Gangadhar *******/
.video-photo-gallery .newsletters, .video-photo-gallery .large-3, .video-photo-gallery .large-4 {
    background: none repeat scroll 0 0 #912b7f;
    box-shadow: 0 0 5px #dfe0e2;
    margin: 3px 11px 6px !important;
    padding: 10px 20px;
    min-height: 430px;
}

.news-box {
    height: 280px;
    overflow-y: scroll;
}

.newsletters {
  padding: 10px 20px;
  background: #912b7f;
}

.newsletters ul {
  list-style: none;
  padding:0;
  margin:0;
}
.newsletters li {
  padding-left: 1em; 
  text-indent: -.7em;
}
.newsletters li:before {
  content: "• ";
  color: #fff;
}

.newsletters li a {
  color: #fff;
  font-size: 12px;
}
.newsletters li a:hover {
  color: #0078a0;
  text-decoration: underline;
}

.newsletters h1 {
  font-size: 35px;
  color: #ffffff;
}
.newsletters h3 {
  padding-left: 5px;
}

.newsletters h3 {
  color: #ffffff;
  font-size: 24px;
}

#lightSlider li {
  text-align:center;
}

#lightSlider li img {
  max-height: 600px;
}