/*
	Bell Consultancy
	main.css
	HTML,CSS,Design Level JS Code developed by :
	Author:Prashant Sani,<saniprashant@gmail.com>
	Orange Color #ef7c23
*/

/* =============================================================================
	Index

	1) Global Styles,Resets,Global Links,Abstraction
	2) Header ,Main Navigation
	3) Content 
	4) Footer
	5) Forms
	6) Library Styles
	8) Non-Symentic Class
	7) Print Styles
	==========================================================================  */

/* =============================================================================
	 Resets, Global Styles
	 ========================================================================== */

/* HTML 5 Resets */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
/* Reset */
* {margin:0; padding:0;}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	border:0; 
	outline:0; 
	vertical-align:baseline; 
	background:transparent;
}
html, body{
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #bcbec0;
	min-width: 960px;
	min-height: 530px;
}
body{
	overflow: auto !important;
}
.container{
	width: 100%;
	height: 100%;
	position: relative;
}
.container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.centered{
	display: inline-block;
	vertical-align: middle;
}
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
a img,img{border:none;}
/* Selection */
::-moz-selection { background: #ee7809; color: #fff; text-shadow: none; }
::selection { background: #ee7809; color: #fff; text-shadow: none; }

/*Links */
a, button { text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
 }
a:visited,a:link { color: #888; }
a:hover,a:active,a.currentLink {color: #ef7c23;}
.currentLink{
	cursor:default;
}
.currentLink[href*='.html']{
	cursor: pointer;
}
/* TYpography */
abbr[title] { border-bottom: 1px dotted; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-family: 'Rokkitt', serif;
}
h3{
	font-size: 18px;
	color: #ef7c23;
}
strong{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color:#ef7c23;
}
blockquote{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	position: relative;
	color:#ef7c23;
	display: inline-block;
}
blockquote:before,
blockquote:after{
	position:absolute;
	font-family: 'Roboto', sans-serif;
	font-size:70px;
	display:block;
	color:#A5A7AA;
	line-height: 0
}
blockquote:before{
	content:'\201C';
	left: -40px;
	top:20px;
}
blockquote:after{
	content:'\201D';
	right:-60px;
	top: 36px;	
}

address{
	font-style: normal;
}
@font-face {
  font-family: 'DV_Divyae';
  src: url('webfonts/DV_Divyae_Bold.eot'); /* IE9 Compat Modes */
  src: url('webfonts/DV_Divyae_Bold.eot?#iefix') format('embedded-opentype'), 
       url('webfonts/DV_Divyae_Bold.woff') format('woff'), 
       url('webfonts/DV_Divyae_Bold.ttf')  format('truetype'),
       url('webfonts/DV_Divyae_Bold.svg#2f5cfdf08e35b0cad9c476e66d9eb480') format('svg'); 
       
  font-style:   normal;
  font-weight:  700;
}

.hindi {
  font-family: 'DV_Divyae';
 
}
@font-face {
  font-family: 'Ananda Namaste';
  src: url('webfonts/Ananda Namaste.eot'); 
  src: url('webfonts/Ananda Namaste.eot?#iefix') format('embedded-opentype'),
       url('webfonts/Ananda Namaste.woff') format('woff'), 
       url('webfonts/Ananda Namaste.ttf')  format('truetype'),
       url('webfonts/Ananda Namaste.svg#25de565ae3a1f3b99536ba850a08861d') format('svg');
       
  font-style:   normal;
  font-weight:  400;
}
.closeBtn{
	background-color: transparent;
	outline: none;
	border: none;
	font: 0/0 a;
}
.closeBtn span:after{
	content: 'X';
	color: #ef7c23;
	padding: 10px;
	font-size: 18px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}

/* Lists  */
ul, ol { margin: 0; padding: 0; list-style: none; list-style-image: none; }
dd { margin: 0; }
.numbered{
	margin-left: 10px;
	padding-left: 10px;
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 10px
}
/* Mask */
.mask{
	width: 100%;
	height: 100%;
	background-color: white;
	background-color: rgba(255,255,255,0.85);
	z-index: 1000;
	position: fixed;
	left: 0;
	top:0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.maskVis{
	visibility: visible;
	opacity: 1;
	
}
.customLB{
	width: 640px;
	padding:30px; 
	height: 370px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -195px 0 0 -300px; 
	background-color: white;
	z-index: 9000;
	font-size: 16px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.customLBVis{
	visibility: visible;
	opacity: 1;
}
html .customLB .scrollContain{
	padding-right:10px; 
	width: 640px;
	height: 320px
}
.customLB h1,
.customLB h3,
.customLB h2{
	color: #ef7c23;
}
.customLB li{
	margin: 0 0 5px 30px ;
	list-style-type: decimal;   
}
.customLB .closeBtn{
	position: absolute;
	right: 20px;
	top: 20px;

}
/* =============================================================================
	 Header, Main Navigation
	 ========================================================================== */
header{
	display: block;
	position: relative;
}
.logo{
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	width: 250px;
	position: relative;
	padding-top: 20px;
	height: 50px;
	overflow: visible;
}
.logo:after{
	content: "";
	width: 0;
	height: 0;
	border-right: 70px solid transparent;
	border-bottom: 70px solid #fff;
	border-bottom: 70px solid rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 250px;
}
.logo a{
	display: block;
	padding-left: 35px;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 20px;
	overflow: visible;

}
nav{
	position: absolute;
	top: 84px;
	right: 50px;
}
nav ul{
	list-style:none;	
}
nav ul li{
	display:inline-block;
	margin-right: 15px;
	position: relative;
}
nav ul li:last-child{
	margin-right: 0;
}
nav ul a{
	display: block;
	font-size: 16px;
	position:relative;
	z-index: 100
}

.searchContain{
	position: absolute;
	top: 0;
	right: 0;
}
.GSEContain{
	width: 185px;
	border: 1px solid #fbbe90;
}
html body .GSEContain .cse .gsc-control-cse, .GSEContain .gsc-control-cse{
	padding: 0;
}
html body table.gsc-search-box,
html body form.gsc-search-box{
	margin: 0 ;
}
html body .gsc-input-box,
html body .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding: 0;
	background-image: none !important;
	border: none !important;
	border-color: transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}
html body input.gsc-search-button,
html body td.gsc-search-button{
	margin: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	min-width: 20px;
	border: none;
	background: transparent url(../images/search-ico.png) center center no-repeat;
}
html body input.gsc-search-button{
	opacity: 0;
}
.cse input.gsc-search-button:hover, input.gsc-search-button:hover{
	background: #ccc url(../images/search-ico.png) no-repeat;
}
/* =============================================================================
	 Content
	 ========================================================================== */
*[role="main"]{
	padding: 50px 40px 40px 40px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	/*height: 365px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*width: 880px;
	overflow: hidden;*/
	position: relative;
}
.primeHead{
	line-height: 1;
	margin-bottom: 15px;
	font-size: 28px;
}
.welcomeNote,
.innerFullPage{
	font-weight: 300;
	color: #888;
}
.welcomeNote{
	width: 265px;
	margin-right: 30px;
}
.welcomeNote p,
.innerFullPage p{
	margin-bottom: 10px;
}
.innerFullPage{
	width: 880px
}
.sliderContain,
.welcomeNote{
	display: inline-block;
	vertical-align: top;
	float: left;
}
.sliderContain{
	width: 585px;
	height: 256px;
}
/* Home page */
.op1 .welcomeNote .hindi{
	font-size: 52px;
	font-weight: normal;
	color: #ef7c23;
	line-height: 1.2;
	margin-top: 31px;
	border-left: 5px solid #ef7c23;
	margin-left: -23px;
	padding-left: 22px;
	padding-top: 31px;
	padding-bottom: 0;
	line-height: 1;
}
.welcomeNote .primeHead{
	font-size: 50px;
	font-family: 'Ananda Namaste';
	margin-top: 125px;
	line-height: 33px;
}
.welcomeNote .primeHead span{
	display: block;
	font-size: 35px;

}
.welcomeNote h2{
	font-size: 31px;
	font-weight: normal;
	color: #ef7c23;
	line-height: 1.2;
}
/* Evidence Collection Support Pg */
.evidenceCollSec blockquote{
	margin-bottom: 50px;
}
/* Contact */
.contactForm{
	width: 400px;
}
.contactForm fieldset{
	margin-bottom: 20px;
	clear: both;
}
.contactForm label{
	float: left
}
.contactForm input,
.contactForm textarea{
	float: right;
	width: 250px;
	padding: 4px 10px;
	border:1px solid #888;
	outline: none
}
.contactForm textarea{
	height: 50px
}
.contactForm input:focus,
.contactForm textarea:focus{
	outline:none;
	border:1px solid #ef7c23;
	box-shadow: 0 0 2px #ef7c23
}
.addressWrap{
	position: absolute;
	right: 22px;
	top: 40px
}
.addressWrap h3{
	margin-top: 11px;
}
.addressWrap address strong{
	display: block;
	font-size: 20px;
	font-family: 'Rokkitt', serif;
}
.telephoneNoWrap a{
	display: block;

}
input[type=submit],
html body .boxedLink{
	background: #ef7c23;
	outline: none;
	border: none;
	color: white;
	font-family: 'Rokkitt', serif;
	font-size: 30px;
	width: auto;
	border:1px solid white;
	padding: 4px 10px;
}
input[type=submit]:hover,input[type=submit]:active,
html body .boxedLink:hover,html body .boxedLink:active{
	border:1px solid #ef7c23;
	color: #ef7c23;
	background: transparent;
}
#enterAmt{
	display: none
}
#formDescription{
	display: none
}
#formDescription span{
	color: #ef7c23
}
/* Sitemap */
.sitemapList{
	color:#888;
	font-size: 1em;

}
.sitemapList li{
	list-style-type: decimal;
	margin-left: 20px
}
/* Service */
.serviceMainPg img{
	width: 400px;
	float: right;
	margin: 25px 5px 0 0;
}
/* Download Page */
#downloadsPg{
	width: 880px;
}
.downloadImg{
	position: absolute;
	right: 50px;
	top: 95px;
	width: 375px;
}
.downloadForms{
	position: relative;
	width: 440px;
	font-size: 18px;
}
.downloadForms fieldset,
.checkOutAmtWrap{
	margin: 20px 0;
	clear: both;
	overflow: hidden;
	width: 430px;
}
.downloadForms label{
	color: #ef7c23;
	width: 200px;
	text-align: right;
	display: inline-block;
	float: left
}
.downloadForms input[type=text],
.downloadForms input[type=email],
.downloadForms input[type=number],
.downloadForms textarea,
.downloadForms select{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	display: inline-block;
	float: right;
}
#downloadsPg .scrollContain{
	width: 435px;
}
.downloadForms textarea{
	height: 100px;
}
.downloadForms label[for=acceptTerms]{
	width: 320px;
	float: none;
	text-align: left;
}
#downloadsPg .downloadsVal{
	color: red;	
	position: relative;
	top: -20px;
	right: 13px;
	text-align: right;
}
.termsWrap input[type=checkbox]{
	margin-right:10px;
	width: 20px;
	height: 15px;
}
.downloadForms input[type=submit]{
	display: block;
}
#downloadsPg a[href="#procedureLB"]{
	position: absolute;
	bottom: 83px;
	right: 50px;
	font-size: 24px;
	width: 355px;
	text-align: center;
	z-index: 100
}
#downloadsPg .subHead{
	font-size: 22px;
	width: 400px
}
#paymentGatewayWrap input[type=radio]{
	opacity:0;
	position:relative;
	z-index: 100;
	display:inline-block;
	cursor: pointer;
}
#paymentGatewayWrap span{
	position: relative;
	display: inline-block;
}
#paymentGatewayWrap span span{
	position:absolute;
	left:0;
	top:0;
	z-index: 1;
}
#paymentGatewayWrap span span:before{
	display:inline-block;
	margin:0 1em 0 0;
	width:0.70em;
	height:0.70em;
	line-height:1;
	background:white;
	border:1px solid #F07C23;
	content:'';
	border-radius:50%;
}
#paymentGatewayWrap legend{
	display: inline-block;
	margin-right: 2em;
}
#paymentGatewayWrap input:checked + span:before{
	background-color:#F07C23
}
#paymentGatewayWrap label {
	width: auto;
	float: none;
	margin-left: 0.2em;
	cursor: pointer;
}
#paymentGatewayWrap label[for="payu"]{
	margin-right: 1em;
}
/* =============================================================================
	 Footer
	 ========================================================================== */
footer{
	font-size: 0;
	line-height: 0;
}	 
	 
			
/* =============================================================================
	 Forms
	 ========================================================================== */
/* Form Resets */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"]
{ cursor: pointer; -webkit-appearance: button}
button[disabled], input[disabled] { cursor: default; }



input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { 
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
}
textarea { overflow: auto; vertical-align: top; resize: vertical; }


/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: inherit; }
/* =============================================================================
	 Library Styles
	 ========================================================================== */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:50px;
	background: #818285;
	color:#fff;
	z-index:8;
	font-size: 16px;
	padding: 5px 55px;
	display: none;
}
.nivo-caption:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-right: 32px solid rgba(0, 0, 0, 0);
	border-top: 32px solid #818285;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	border:0;
	opacity: 0;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	background-color: #333;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* m_customScrollbar */
.cssscrollbar .scrollContain::-webkit-scrollbar { background: rgba(0,0,0,0.4); width: 2px;}
.cssscrollbar .scrollContain::-webkit-scrollbar-thumb  { background: rgba(255,255,255,0.75);}
.no-cssscrollbar .scrollContain,
.cssscrollbar .scrollContain{
	width: 850px;
	overflow: auto;
	position: relative;
	padding-right: 30px
}
.no-cssscrollbar .welcomeNote.scrollContain,
.cssscrollbar .welcomeNote.scrollContain{
	width: 265px;
	padding-right: 0
}
.scrollContain{
	height: 370px;
}
.mCSB_container {
	width: auto;
	overflow: hidden;
	padding-right: 30px
}
.mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
	margin-right: 30px;
}
.mCustomScrollBox>.mCSB_scrollTools {
	width: 16px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1000;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	top: 100%;
	margin-top: -40px;
}
.mCustomScrollBox>.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0,0,0,0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	background: rgba(255,255,255,0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255,255,255,0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(255,255,255,0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	display: none;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	display: none
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {

}
/**********************
    Slider
**********************/
#slides {
  position: fixed !important;
  left:0;
  top:0;
  width:100%;
  z-index: -1;
  background:#FFF url(../images/search-ico.png) center center no-repeat
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  display: none;
  
}
.slides-navigation a {
  position: absolute;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}
.slides-pagination {
  position: absolute;
  left: 90px;
  bottom: 215px;
  z-index: 200;
  display: none;
}
.slides-pagination a {
  border-radius: 15px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 15px;
  background-color: #6d6c6c;
}
.slides-pagination a.current {
  background: #d7d7d7;
}


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

@media only screen and (min-width: 35em) {
	
}



/* =============================================================================
		Non-Symentic Class
	 ========================================================================== */

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Contain Floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* =============================================================================
		Print Styles
	 ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}
