﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align: baseline;
	
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#333333;text-decoration:none;
}
/********Reset CSS ENDS here**********/



/******General Class Starts*************/
.left{
	float:left;
}

.clear{
	clear:both;
}

.right{
	float:right;
}

.box{
	margin-top:10px;
	}

.box ul{
	background-color:#FCFCFC; border-top:3px #D7D7D7 solid; border-left:1px #D7D7D7 solid; border-right:1px #D7D7D7 solid; border-bottom:1px #D7D7D7 solid;
	list-style-type:none; 

}

.box ul li{
	border-top:1px #D7D7D7 solid; padding:4px 0px 2px 14px; background:url('../images/bullet2.jpg') no-repeat scroll 2px 8px; 
}
.box ul li:hover a{
	text-decoration:underline; color:#15a3c7 ;
}
.box ul a{
	text-decoration:none; font-size:8.25pt; color:#333333; font-family:Arial, Helvetica, sans-serif; line-height:16px; 
}

.box-h1{
	font-family:Arial, Helvetica, sans-serif; font-size:11.25pt;  line-height:150%;color:#1F5B8D; font-weight:bold;
}

.blue-bar{
	border-top:5px #052467 solid; padding:0px 3px 1px 6px;

}

.orange-bar{
	border-top:5px #F1AC13 solid; padding:0px 3px 1px 6px;
}

.blue-bg{
	background-color:#15A3C7; padding:3px 3px 3px 6px; color:#ffffff;
}

.green-bg{
	background-color:#087502; padding:3px 3px 3px 6px; color:#ffffff;
}

.red-bg{
	background-color:#A30806; padding:3px 3px 3px 6px; color:#ffffff;
}

.yellow-bg{
	background-color:#EEAC17; padding:3px 3px 3px 6px; color:#ffffff;
}
.gray-bg{
	background-color:#15A3C7; padding:3px 3px 3px 6px; color:#ffffff;
}



.gray-box{ 
    width:178px; background-color:#15A3C7;  padding:8px 0 10px 2px; border-top: /*url('../images/border_img.jpg') repeat-x */ #428ca7 1px solid;
}

.gray-box img{ border:1px solid #428ca7;}

.image{float:left; margin:10px 10px 0px 0; padding:0px;}
.update{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#777777; font-style:italic; padding:25px 0 10px 0;}

.page-title{
	border-bottom:5px #F1AC13 solid; padding:10px 3px 10px 0px; font-size:20px; color:#15A3C7; font-family:Arial; font-weight:bold;
}

.cat-post{
list-style:square outside;
}

.post-title{
font-family:Arial; font-size:12px; color:#333333; margin:0px 0px 20px 30px; font-weight:bold;
}

.post-title a{
color:#333333; margin:0px 0px 20px 0px;
}

.post-title a:hover{
color:blue; text-decoration:underline;
}


.page-content{
font-family:Arial; font-size:12px; color:#333333; line-height:20px; padding:0px 10px;
}

.alignleft{
float:left; margin: 0px 10px 10px 0px; padding:0px;
}

.alignright{
float:right; margin: 0px 0px 10px 10px; padding:0px;
}

.page-content a{
color:blue;
}

.page-content ul, .page-content ol{
list-style:square outside;
}

.page-content ul li, .page-content ol li{
margin-left:60px;
}

.page-content ul li a:hover, .page-content a:hover{
color:red; text-decoration:underline;
}

.page-content p{
margin-bottom:10px;
}
/*****General Class Ends*************/



body{
	background:#ffffff url('../images/bg.jpg') repeat-y fixed center top;
}
.wrapper {
	text-align:center;
}
#container{
	width:1014px; margin:0px auto; text-align:left; 
}

#header{
	padding:0px;
}

#top-banner{
	/*background:#ffffff url('../images/top-banner-10.png') no-repeat scroll center top; */height:121px;
}
#top-menu{
	background:#ffffff url('../images/top-menu-bg.jpg') repeat-x scroll left center; height:34px; margin:5px 0px 10px 0px; 
}

#primary-menu{
	height:34px;
}

#primary-menu li{
	float:left; 
	display:block; 
	height:32px;	
	background-repeat:no-repeat; 
	background-position:right center; 
}

#primary-menu a{
	color:#ffffff; 
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9.75pt; 
	line-height:33px; 
	height:34px; 
	padding:0px 16px 0px 18px; 
	font-weight:bold
}

#primary-menu li:hover{
	background-color:#006699;
}

#primary-menu li ul {
	position:absolute;
	margin-top:-5px;
	margin-left:0;
	display:none;
	background:#15A3C7; 
	height:auto;
	z-index:10;
}

#primary-menu ul li ul {
	margin-top:-3em;
	margin-left:7em;
	
}

#secondary-menu li {
    float: none;
    position: relative
    border-bottom: 1px solid #D6D4B1;
    border-top: 1px solid #f1ac13;
}




/* SHOW SUBMENU 1 */
#primary-menu li:hover ul, #menu li.over ul {
	display:block;
}
#primary-menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}

/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}


#home-sidebar1, #home-sidebar3, #home-sidebar4, #home-sidebar5, #home-sidebar6{
	width:195px; float:left; margin-bottom:10px;
}


#home-sidebar2{
	width:600px; float:left; margin:0px 12px; margin-bottom:10px;
}

#home-sidebar5{
	margin:0px 7px; margin-bottom:10px;
}

#box1{
	background-color:#256F8A; padding:5px; height:83px;
}

#box1 img{
	margin-right:10px;
}

#box1 p{
	font-family:Ariel; font-size:14px; color:#ffffff; margin-top:15px;
}

#box1 ul li a{
	color:#ffffff; font-size:12px; text-decoration:none;
}

#box1 ul li a:hover{
	text-decoration:underline;
}
#box1 ul{
	list-style-position:inside; margin-top:10px; list-style-image:url('../images/bullet1.jpg');
}
#box1 ul li{
  padding-left:20px; list-style-type:square; color:red;
}

#footer{
	background:#0E4860 url('../images/footer-bg-up.jpg') repeat scroll left top; height:auto; overflow:hidden;
}

.footer-box{
	width:192px; padding:35px 35px 25px 35px; height:auto; font-family:Arial, Helvetica, sans-serif; font-size:9pt; margin-bottom:10px;
}

.footer-box li a{
	text-decoration:none; color:#91ABAC; line-height:18px;
}

.footer-separator{
	background:url('../images/footer-separator.jpg') no-repeat scroll right 30px;
}

.footext{
	font-family:Arial, Helvetica, sans-serif; font-size:9pt;color:#91ABAC; text-align:center; padding:15px 0px 10px 0px;
}

#feedback{
	width:191px;  /*float: right;*/ height:52px; margin:10px 10px 0 20px; padding:0px;}


/*--------------------------------------------------updated code------------------------------------*/
h1{margin: 10px 0px;padding:0px 0px;font-family:Arial, Helvetica, sans-serif;font-size:11.25pt;color:black;}

h2{
	margin:10px 0px;padding:0px 0px;font-family:Arial, Helvetica, sans-serif;font-size:11.25pt;color:black;
}

.cat-more{
color:red; text-decoration:underline; text-align:right; float:right;
}

#ticker{
height:200px; overflow:hidden;
}

#home-sidebar4 ul, #home-sidebar5 ul, #home-sidebar6 ul{
height:210px; overflow:hidden;
}

#footer h2{
color:#ffffff;
}
.footer-widget {
width:212px; padding:0px 20px 10px 20px; height:auto;
}
.footer-widget li a{
	text-decoration:none; color:#CCCCCC; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; 
}
.footer-widget li a:hover {
	text-decoration:underline; color:#91ABAC;
}
.footer-bottom {
	background:#0E4860 url('../images/footer-bg-bt.jpg') repeat-x scroll left top;
}
.footer-box-right {
	width:220px; float:right;
}
.stat-count {
	padding:5px 45px 10px 45px;
}

.wp-pagenavi a {
	color:#000099;
}


/* head css bannerspace */

#bannerspace_nav .activeSlide a {
	background-color:#000 !important;
}

#bannerspace_nav a {
	background-color:#FFF  !important;;
}

.bs_arrow{
	background-color:#000;
}

#bannerspace_wrap{
	background-color:#e5e5e5;
}

.bs_arrow{
	display:none !important;
}

#bannerspace_nav{
	display:none !important;
}
#bannerspace_wrap,
	#bannerspace,
	.slide{
		width:600px;
	}
#bannerspace_wrap,
	#bannerspace,
	.slide{
		height:261px;
	}
#bannerspace .content {
		display:none !important;
	}
#bannerspace .imageWrapper {
		width:600px;
}

/* My Css edits **/

.last-menu-item{ background-image:none !important;}

.table-bold{ font-weight:bold; background-color: #15A3C7 !important; color: #fff !important;}

.table-bold-without-color{ font-weight:bold; }

.new-links {
    vertical-align: middle;
}

.css-serial {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}

.page-full-content {
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}
.page-full-content p {
   margin-bottom: 20px;
}

.page-full-content a{ color:#000; text-decoration: underline;}

/** List syle css **/

.list-type5{
	width:410px;
	margin:0 auto;
}
.list-type5 ol {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 1em;
	padding: 0;
	counter-reset: li-counter;
}
.list-type5 ol li{
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #256f8a;
	padding-left: 58px;
}

.list-type5 a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.list-type5 li:hover{
	box-shadow:inset -1em 0 #256f8a;
	-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
	transition: box-shadow 0.5s;
}

.list-type5 ol li:before {
	position: absolute;
	top: -0.3em;
	left: -0.5em;
	width: 1.8em;
	height: 1.2em;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #f1ac13;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	z-index: 99;
	overflow: hidden;
	content: counter(li-counter);
	counter-increment: li-counter;
}

/*.imagelist td{ vertical-align:middle;}*/

.image-table {
    float: left;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 5px;
	width:100%;
}

.image-table-left img {
    margin-right: 10px;
	vertical-align:middle;
	width:115px;
	height: 140px;
	border:1px solid #ccc;
	padding:2px !important;
}


.image-table-left{ float:left; width:22%; padding-right:15px;}

.image-table-right {
    float: left;
    width: 70%;
    text-align: justify;
}

.image-table p {
    margin-bottom: 10px;
}

b,strong {
    font-weight: bold;
}

.home-content{    
	float: left;
    margin-top: 2px;
}
/** Deposit Produts page */

.account_products_wrapper {
    width: 600px;
    float: left;
	 margin-bottom: 10px;
}

.account_products_wrapper h2 {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px;
    font-weight: bold;
}

.account_products_wrapper h3 {
    font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.account_products_wrapper .account_title {
    background: #15a3c7;
    /*width: 621px;*/
    height: 32px;
    /*padding: 12px 0 0 19px;*/
	width: 580px;
}

.account_products_wrapper .account_products {
    background: #f7f7f7;
   /* width: 618px;*/
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    float: left;
    /*padding: 10px 0 15px 20px;*/
	width: 580px;
}

.productrow {
    border-bottom: 1px solid #e3e3e3;
    float: left;
}

.product_desc {
    /*width: 300px;*/
	width: 280px;
    border-right: 1px solid #e3e3e3;
    float: left;
    min-height: 130px;
    padding: 15px 0;
}

.product_desc a {
    color: #15a3c7  !important;
    font-size: 13px !important;
    margin-left: 10px !important;
}

.productrow .secondcol {
    padding-left: 5px;
    /*width: 250px;*/
	width: 290px;
    border-right: 0;
}

.product_desc ul {
    min-height: 80px;
}

.product_desc ul li {
    font-size: 12px;
    padding: 0 10px 10px 10px;
	margin-left:25px !important;
}

.account-box {
    border: 1px solid #eee;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 548px;
	font-size: 12px;
	color:#333333;
	line-height:20px;
}

.account-box a{
	color:#333333;
	text-decoration:underline;
}

.account-box ul,.account-box ol{
	padding-left:20px;
}

.account-box ul ul,.account-box ol ol{
	padding-left:30px;
}

ul#menu-other-links{ list-style:none}


.inner-box > img {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.inner-box {
    background-color: #fcfcfc;
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 3px 1px 1px;
}

/** Contact address **/

ul.con-ul {
    float: left;
    padding-right: 17px;
}

ul.con-ul li {
    color: #333333;
    display: block;
    font-size: 12px;
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 24px;
    padding-left: 24px;
    margin-left: 10px;
    display: block;
}

ul.con-ul li.add {
    background: url(../images/add-icon.png) no-repeat left 8px;
    line-height: 23px !important;
    padding-bottom: 7px !important;
    margin-top: 20px;
}

ul.con-ul li.em {
    background: url(../images/email-icon.png) no-repeat left 6px;
    line-height: 18px !important;
}

ul.con-ul li.tel {
    background: url(../images/tele-icon.png) no-repeat left 6px;
    line-height: 18px !important;
}

.cont-add{	text-transform: capitalize;}

.sideimage-box {
    background-color: #15A3C7;
    padding: 5px;
    height: 250px;
}

.sidebar-img {
    width: 97%;
    border: 1px solid #eee;
    height: 195px;
    padding: 2px;
	background:#EEAC17;
	margin-bottom: 10px;
}

.sideimage-box p {
    font-family: Ariel;
    font-size: 10.5pt;
    color: #ffffff;
    padding: 15px;
}

.sideimage-box a {
    font-family: Ariel;
    font-size: 10.0pt;
    color: #ffffff;
    margin-top: 15px;
}

.base-height{ float:left; margin-bottom:10px;}

.footer-itcell{ color:#fff}

/** Contact Form **/

.form-container {
  width: 600px;
  margin: 2em auto;
  overflow: hidden;
  background: rgba(255,255,255,1);
  border-radius: 5px;
}

.form-message, .form-contact, .form-name, .form-footer, .form-header, .form-container textarea  {
	 display: block;
	 padding: 0;
	 margin: 0;
	 border: 0;
	 clear: both;
	 overflow: hidden;
}

.form-header {
  height: 75px;
  background: rgba(0,0,0,.05);
  line-height: 75px;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
  
  h1 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: rgba(51,51,51,.4);
  }
}

.form-first, .form-last {
  float: left;
  width: 278px;
  margin: 0;
  padding: 0 0 0 20px;
  border: 1px solid rgba(0,0,0,.1);
  height: 50px;
}

.form-last {
  width: 279px;
  border-left: 0;  
}

.form-email {
  height: 50px;
  width: 578px;
  line-height: 50px;
  padding: 0 0 0 20px;
  border-top: 0;
  border-left: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.form-container textarea {
  @extend .email;
  height: 200px;
}

.form-footer {
  @extend header;
  height: 49px;
  border-top: 1px dashed rgba(0,0,0,.3);
  border-radius: 0 0 5px 5px;
  padding-left: 0;
  padding-right: 20px;
  
  button {
    height: 32px;
    background: rgba(231, 76, 60,1.0);
    border-radius: 5px;
    border: 0;
    margin: 7px 0;
    color: rgba(255,255,255,1);
    float: right;
    padding: 0 20px 0 20px;
    border-bottom: 3px solid rgba(192, 57, 43,1.0);
    transition: all linear .2s;
    
    &:hover {
      background: rgba(192, 57, 43,1.0);  
    }
    
    &:focus {
       outline: none; 
    }
  }
}

.form-first:focus, .form-last:focus, .form-email:focus, .form-container textarea:focus {
  outline: none;
  background: rgba(52, 152, 219,.1);
  color: rgba(51,51,51,.7);
}

.gallery-table td img{ padding:5px; border:1px solid #ccc;}
.gallery-table td{ padding-right:2px; padding-bottom:10px;}
.hslice a{color:#fff;}
.contactpage a{ color:#3D3D3D;}
#emi_value{ font-size:14px;}

/** Banner Space **/


#bannerspace_wrap{
	position:relative;
	overflow:hidden;
	background: transparent;
	z-index: 0;
}

#bannerspace .slide{
	background: transparent;
	background-color: inherit
}

/* using spans for better theme support */
#bannerspace_nav {
	position:absolute;
	margin:0 !important;
	padding:0 !important;
	left:10px;
	bottom:10px;
	z-index:100;
	display: none;
}
#bannerspace_nav span {
	margin:0;
	padding:0;
	list-style:none;
	background:none !important;
	
	width: 10px; 
	height:10px;
	float: left;  
	list-style: none; 
	margin-right:5px;
}
#bannerspace_nav span a { 
	width: 10px; 
	height:10px;
	display: block;
	background-image:url("../images/nav-bg.png");
	
	background-color:#e1d7cc;
	
	border-radius: 5px;
	
	opacity: 0.8;
	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#bannerspace_nav span.activeSlide a{
	background-color:#000;
}

#bannerspace_nav span a:focus { 
	outline: none; 
}


/*---------------------------- arrows ----------------------------*/
.bs_arrow{
	display: none; 
	width: 30px; 
	height: 50px;
	margin-top:-25px;
	position: absolute; 
	top: 50%;
	opacity: 0.1; 
	z-index: 99;
	
	background-position:center center;
	background-repeat:no-repeat;
	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#bs_l_arrow {
	background-image:url("../images/l_arrow.png");
	left: 0;
}

#bs_r_arrow {
	background-image:url("../images/r_arrow.png");
	right: 0;
}

.bs_arrow:active{
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

#bs_l_arrow:active{
	left:-1px;
}

#bs_r_arrow:active{
	right:-1px;
}

#bs_l_arrow:hover, 
#bs_r_arrow:hover{
	opacity: 1;
}

.bs_clear{
	clear:both;
}

/*---------------------------- content ----------------------------*/
#bannerspace p{
	color:#000;
	margin:0;
	padding:0;
}

#bannerspace h2{
	margin:0;
	padding:0;
	margin-bottom:20px;
	color:#000;
}

#bannerspace h3{
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#000;
}

#bannerspace .content{
	position:absolute;
	right:20px;
	top:0;
	display: none;
}

#bannerspace .imageWrapper{
	position:relative;

	float:left;
	
	margin:auto;
	text-align:center;
	
	overflow:hidden;
}

/** Demo CSS **/

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}


/** plugin table **/

/*************************************************
*  This CSS file belongs to WP-Table Reloaded!   *
*  DO NOT make any changes here, add them to the *
* "Custom CSS" textarea in the "Plugin Options"! *
*************************************************/

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
	color: #3D3D3D;
}
.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

/** shutter reloarded **/

/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext {
	bottom: 50%;
	position: fixed;
	right: 15%;
}

#shDisplay div#shPrev {
	position: fixed;
	bottom: 50%;
	left: 15%;
}

/*#shDisplay div#clbtn {
	position: fixed;
	top: 0%;
	right: 0%;
	margin-right: 10px;
	margin-top: 10px;
}*/

#shDisplay div#clbtn {
    float: right;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 10000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 10002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 10001;
	margin-top: 160px;
	color: #ae0a0a;
    text-align: center;
}

.visi-none{ visibility:hidden;}

/** Simple lightbox **/

/* line 1, ../sass/simplelightbox.scss */
body.hidden-scroll {
  overflow: hidden;
}

/* line 4, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1006;
}

/* line 15, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1000;
}
/* line 17, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}
/* line 23, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7;
}
/* line 28, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1015;
}
/* line 36, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1015;
}
/* line 44, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
/* line 47, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  z-index: 1015;
  font-family: arial sans-serif;
}
/* line 58, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 40px;
}
/* line 62, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 40px;
}
/* line 68, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
/* line 73, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 78, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}
/* line 82, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 93, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
/* line 98, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
/* line 103, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1005;
}

/* line 114, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

/* line 133, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

#menu-floating {
    position: fixed;
    right: 3%;
    top: 75%;
    z-index: 5;
    font-size: large;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 2.5em;
    display: inline-block;
}
