/* #Site Styles
================================================== */

p{font-size:12px; text-align:justify}
h2{font-size:18px}
.banner{ min-width:1200px}
.black{background:#181616}
.bdr{box-shadow:0px 1px 6px #999; padding:10px; background:#FFF}
.pull-left{float:left !important;}
.pull-right{float:right !important;}
.box{padding:10px; border-radius:20px; border:1px solid #F00; background:#FFF}

.top{margin-top:-100px !important; position:relative; background:#f00 !important; display:block; z-index:9000;}
.top img{border:8px solid #FFF; padding:5px; margin:10px; border-radius:15px;}
.text-center{text-align:center;}
.add-top{margin-top:10px}
.topsrc{ width:270px; display:block; margin-right:0px; margin-top:10px; padding-left:50px; margin-bottom:0 !important}
.topsrc-txt{
	border-radius:50px;
	padding:5px; 
	width:400px; 
	float:left; 
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	margin-bottom:0 !important
   }
.topsrc-btn{width: 50px; height: 30px; padding:10px; margin-left:-15px;	 float:left}
.head-rgt{color:#FFF; text-align:right; font-size:24px}
img.grayscale{ 
      filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
img.grayscale:hover{ 
	
	 filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* For Webkit browsers */
  filter: gray; /* For IE 6 - 9 */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

	cursor:pointer; cursor:default hand;
}
.white{background:#FFF; padding:15px; border-radius:10px;}
.rightnav ul{margin:0; padding:0}
.rightnav li{list-style:none; margin:0; padding:5px}
.rightnav li a{list-style:none; text-decoration:none; color:#666; padding:5px 0}
.rightnav li:hover{background:#CCC}

.nav{background:#FFF; border-radius:10px; display:block; font-size:14px}
.nav ul{margin:0; padding:0}
.nav li{list-style:none; float:left; padding:8px 0; margin:0}
.nav li a{list-style:none; text-decoration:none; color:#F00; padding:10px 17px;}
.nav li a:hover{background:#C00; color:#fff}
.nav .active a{background:#C00; color:#fff}

hr{margin:5px}


#popup{
  background:#fafafa;
  border:1px solid #444;
  border-radius:6px;
  padding:10px;
  position:absolute;
  display:none;
  width:250px;
  z-index:10;
}
.img-align{margin:5px; padding:5px; float:left}
.img-align{max-height:250px; width:250px; overflow:hidden}



/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/*Basic reset*/

#accordian {

	width: 231px;
	margin:0 auto;
	margin:0 10px;
	float:left;
	/*Some cool shadow and glow effect*/
	height:auto;
}

/*heading styles*/
#accordian h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#003040, #002535);
	color:#FFF
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none; background:red;
}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
#accordian ul ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}

/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian ul ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}
#accordian li.active ul {
	display: block;
}

#accordian ul li.head a{background:#FFF; color:#F00}
#accordian ul li.head li a {background:transparent; color:#FFF}
#accordian ul li.head li a:hover{
background: #003545;
	border-left: 5px solid lightgreen;}
.cond{color:#000; margin-bottom:0; background:#FFF;  padding-left:5px; font-size: 11px;
	line-height: 27px; text-transform:uppercase; color: #F00}

/*Basic reset*/

#accordian1 {
	background:red;
	width: 315px;
	margin:0 auto;
	color: white;
	/*Some cool shadow and glow effect*/
	
}

/*heading styles*/
#accordian1 h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#003040, #002535);
	color:#FFF
}
/*heading hover effect*/
#accordian1 h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian1 h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian1 li {
	list-style-type: none;
}
/*links*/
#accordian1 ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
#accordian1 ul ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}

/*hover effect on links*/
#accordian1 ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#accordian1 ul ul {
	display: none;
}
#accordian1 ul ul ul {
	display: none;
}
#accordian1 li.active ul {
	display: block;
}
#accordian1 li.active ul {
	display: block;
}



/*Basic reset*/

#accordian2 {
	background:red;
	width: 615px;
	margin:0 auto;
	color: white;
	/*Some cool shadow and glow effect*/
	
}

/*heading styles*/
#accordian2 h3 {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #003040; 
	background: linear-gradient(#003040, #002535);
	color:#FFF
}
/*heading hover effect*/
#accordian2 h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian2 h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian2 li {
	list-style-type: none;
}
/*links*/
#accordian2 ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
#accordian2 ul ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}

/*hover effect on links*/
#accordian2 ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#accordian2 ul ul {
	display: none;
}
#accordian2 ul ul ul {
	display: none;
}
#accordian2 li.active ul {
	display: block;
}
#accordian2 li.active ul {
	display: block;
}




.pack{border:1px solid #900; padding:10px; margin:10px;}
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 20px;
	font-size: 14px;
	font-weight:normal;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #C00;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 2px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	min-height: 175px; height:auto;
}

.sidelink{width:150px; height:80px; background:#C00; text-align:center; border-radius:5px 0 0 5px; padding:10px;  position:fixed; z-index:1000; top:150px; right:0; color:#FFF}
.sidelink a{color:#FFF; text-decoration:none; text-align:center !important}
.side{
  text-align: center;
  width: 200px;
  margin: auto;
}
.side a img{
	height: 100px;
}
.gsc-control-cse{
	border: none !important;
	background-color: #181616 !important;
	padding: 0 !important;

}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
	margin-top: 5px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 0 !important;
}