@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	color:#6d6d6d;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.54em;
}
.crisil {
    margin-top: 83px;
    font-size: 20px;
    color: greenyellow;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
li {
	list-style:none;
}
ul {
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
}
.menuactive {
	color:#FFFFFF;
}
.margin_hei {
	height:20px;
	clear:both;
}
.line {
	background-color:#CCC;
	height:1px;
	clear:both;
	margin-top: 2px;
	margin-bottom: 2px;
}
.main {
	width:1000px;
	margin:0px auto;
}
a {
	text-decoration:none;
}
.read_more {
	color:#489fbf;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
.read_more a {
	color:#489fbf;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	float: right;
	padding-top: 15px;
}
.read_more a:hover {
	color:#204e8e;
	font-size:14px;
}
.read_more a:visited {
	color:#489fbf;
	font-size:14px;
}
.read_more a:visited:hover {
	color:#204e8e;
	font-size:14px;
}
.page_bg {
	background-image: linear-gradient(to top, #F0F0F0 0%, #FFFFFF 100%);
}
.justify {
	text-align:justify;
}
/*header*/
.facebook {
	height:30px;
	width:30px;
	background-image:url(../images/facebook1.png);
	background-repeat:no-repeat;
}
.facebook:link {
	height:30px;
	width:30px;
	background-image:url(../images/facebook1.png);
	background-repeat:no-repeat;
}
.facebook:hover {
	height:30px;
	width:30px;
	background-image:url(../images/facebook-hover.png);
	background-repeat:no-repeat;
}
.facebook:visited {
	height:30px;
	width:30px;
	background-image:url(../images/facebookhover1.png);
	background-repeat:no-repeat;
}
.facebook:visited:hover {
	height:30px;
	width:30px;
	background-image:url(../images/facebook-hover.png);
	background-repeat:no-repeat;
}
.linked {
	height:30px;
	width:30px;
	background-image:url(../images/Linkedin1.png);
	background-repeat:no-repeat;
}
.linked:link {
	height:30px;
	width:30px;
	background-image:url(../images/Linkedin1.png);
	background-repeat:no-repeat;
}
.linked:hover {
	height:30px;
	width:30px;
	background-image:url(../images/Linkedin-hover.png);
	background-repeat:no-repeat;
}
.linked:visited {
	height:30px;
	width:30px;
	background-image:url(../images/Linkedin1.png);
	background-repeat:no-repeat;
}
.linked:visited:hover {
	height:30px;
	width:30px;
	background-image:url(../images/Linkedin-hover.png);
	background-repeat:no-repeat;
}
.header {
	height:163px;
	width:1000px;
	margin:0px auto;
}
.logo {
	height:146px;
	width:auto;
}
.logo_text {
	font-family:Corbel;
	font-size:33px;
	cursor:pointer;
}
.menu li {
	float:left;
	margin:13px 20px;
}
.menu {
	background-color:#2a3477;
	border-bottom-left-radius:18px;
	border-bottom-right-radius:18px;
	color:#62c2e5;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	box-shadow: 0px 0px 5px #888888;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	cursor:pointer;
}
.menu a {
	color:#91d6ef;
	text-decoration:none;
	cursor:pointer;
}
.menu a:hover {
	color:#fff;
}
.menu.a:active {
	color:#fff;
}
.menu a:visited {
	color:#91d6ef;
}
.menu a:visited:hover {
	color:#fff;
}
.main_header {
	width:100%;
	background-image: linear-gradient(to top, #fff 0%, #e6e6e6 100%);
}
/*===============================================================================================*/

ul#tabmenu {
	list-style:none;
	padding:0;
	font-size:0;
	position:relative;
}
ul#tabmenu:after {
	content:'.';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
ul#tabmenu li {
	display:inline;
	list-style:none;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:-1px;
	margin-right:0;
}
/*Main menu links*/
ul#tabmenu li a {
	margin:13px 20px;
	display:inline-block;
	position:relative;
	font-family:Verdana, Arial;
	font-size:16px;
	color:#91d6ef;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
ul#tabmenu li a:hover {
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
ul#tabmenu li.active a {
	color:#FFFFFF;
	text-decoration:none;
}
ul#tabmenu li.active a:hover {
	color:#fff;
}
/*----------------------------------------------------------*/ 
 ul#tabmenu li.active ul, ul#tabmenu>li:first-child>ul {
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	z-index:3;
}
ul#tabmenu li ul {
	display: none;
	letter-spacing:normal;
}
ul#tabmenu li li {
	margin-left: 0px;
}
/*Sub-menu links*/
ul#tabmenu ul li a {
	color:#000000;
	padding:0;
	padding-left:9px;
	padding-right:9px;
	font-size:11px;
	font-weight:normal;
	font-family:Arial;
	line-height:36px;
	margin: 0;
	border: 0;
	top: 0;
	background: transparent;
}
ul#tabmenu li.active li a, ul#tabmenu li.active li a:hover {
	color:#fff;
	border: 0;
}
ul#tabmenu ul li.subActive a, ul#tabmenu ul li a:hover {
	text-decoration: underline;
	color:#fff;
}
ul#tabmenu li.dummy a {
	padding:0;
}
/*Third-level sub menu
------------------------------------------------------------*/
ul#tabmenu ul li li {
	font-size:11px;
}
/* links */
ul#tabmenu ul li li a {
	padding: 0;
	white-space: nowrap;
	font-weight:normal;
}
/* non-active links */
ul#tabmenu ul li.subActive li a {
	color:#fff;
	text-decoration: none;
}
/* active link */
ul#tabmenu ul li.subActive li.subActive a, ul#tabmenu ul li.subActive li a:hover {
	color:#0066CC;
	text-decoration: underline;
}
ul#tabmenu li.active li li {
	display: block;
	clear:both;
}
ul#tabmenu li.active ul ul {
	left: 0px;
	width: auto;
	border-top: 0;
	display: none;
	position: absolute;
	z-index: 4;
	border-radius: 0 0 4px 4px
}
ul#tabmenu li.active li {
	position: relative;
}
/*header*/
/*banner*/
.banner {
	height:220px;
	background-color:#b0d9ec;
	padding:10px;/*border-radius:10px;*/
}
.banner_inner {
	background-color:#b0d9ec;
	padding:10px;
	height:160px;
}
p {
	padding:0px;
	margin:0px;
}
/*banner*/
/*content*/
.content {
	position:relative;
}
.welcome {
	width:674px;
	background-image: linear-gradient(to top, #F0F0F0 0%, #FFFFFF 100%);
}
.speciality {
	width:324px;
	background-color:#dde6ff;
}
/*content*/
/*welcome*/
.welcome_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-bottom:8px;
	color:#333;
	letter-spacing: 1px;
}
.welcome_heading_product {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-bottom:8px;
	/*color:#0B82BD;*/
	letter-spacing: 1px;
}
.welcome_padding {
	padding:0px 20px;
}
/*welcome*/
/*welcome*/
.speciality_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#0b82bd;
	letter-spacing: 1px;
	text-align:left;
}
.speciality_padding {
	padding:0px 20px;
}
.speciality_img {
	border:3px solid #fff;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.moving_heding {
	color:#0b82bd;
	font-size:16px;
	text-decoration:none;
}
.moving_heding a {
	color:#0b82bd;
	font-size:16px;
	text-decoration:none;
}
.moving_heding a:hover {
	color:#1c5696;
}
.moving_heding a:visited {
	color:#0b82bd;
}
.moving_heding a:visited:hover {
	color:#1c5696;
}
/*welcome*/
/*footer*/
.footer_center_bg {
	background-image: linear-gradient(to top, #2b3376 0%, #0887c2 100%);
	padding:20px 0px;
	width: 1000px;
	margin:0px auto;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.footer {
	width:100%;
	background-color:#204e8e;
}
.footer_div {
	width:1000px;
	color:#eaeaea;
	margin:0px auto;
	text-align: center;
}
.footer_menu li {
	list-style:disc;
	color:#eaeaea;
	font-size:12px;
}
.footer_menu a {
	color:#eaeaea;
	text-decoration:none;
	font-size:12px;
	line-height: 27px;
}
.footer_menu a:hover {
	color:#fff;
}
.footer_menu a:visited {
	color:#eaeaea;
}
.footer_menu a:visited:hover {
	color:#fff;
}
.footer_contact {
	width:250px;
	margin-right: 20px;
	margin-left: 20px;
}
.footer_contact_link {
	width:170px;
	margin-right: 20px;
	margin-left: 20px;
}
.fooer_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	padding-left:38px;
}
.fooer_heading_product {
	font-family:SansSerif;
	font-size:18px;
	color:#FFF;
}
.footer_con_icon {
	width:30px;
	padding-right: 10px;
	background-image: url(../images/footer_add_mail.png);
	background-repeat: no-repeat;
	height: 29px;
}
.footer_con_text {
	width:200px;
	color: #f9f9f9;
	font-size:12px;
}
.footer_copy {
	color:#eaeaea;
	text-align: center;
	font-size:12px;
}
.tran {
	color:#B54FA6;
	font-size:12px;
}
.tran a {
	text-decoration:none;
	color:#B54FA6;
	font-size:12px;
}
.tran a:visited {
	text-decoration:none;
	color:#B54FA6;
	font-size:12px;
}
.tran a:hover {
	text-decoration:none;
	color:#B54FA6;
	font-size:12px;
}
.tran a:visited:hover {
	text-decoration:none;
	color:#B54FA6;
	font-size:12px;
}
.footer_line_hei {
/*line-height:22px;*/
}
.footer_margin {
	height:12px;
	clear:both;
}
/*footer*/

/*moving_img*/
  #demo-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 40px 20px 0px 20px;
}
#demo-left {
	float: left;
	background-color:#DDE6FF;
}
#demo-right {
	float: left;
}
#demo-tabs {
	width: 100%;
	height: 50px;
	color: White;
	margin: 0;
	padding: 0;
}
#demo-tabs div.item {
	height: 35px;
	float: left;
	background-color: #2F2F2F;
	border: solid 1px gray;
	border-bottom: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	text-align: center;
	padding: 10px 4px 4px 4px;
	font-weight: bold;
}
#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	color: White;
	font: arial;
	font-size: 11pt;
}
#demo-tabs div.item.active-tab {
	background-color: Black;
}
#demo-tabs div.item.active-tabc {
	background-color: Black;
}
#v1, #v2 {
	margin: 20px;
}
.visible {
	display: block;
}
.hidden {
	display: none;
}
#oldWrapper {
	margin-left: 100px;
}
#contents a {
	color: yellow;
}
#contents a:hover {
	text-decoration: none;
	color: Gray;
}
.heading {
	font-size: 20pt;
	font-weight: bold;
}
/*===================================================================*/
/*Horizontal Orientation CSS*/
.jscarousal-horizontal {
	width: 90%;
	height: 118px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
	margin:auto;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward {
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 6px;
	cursor: pointer;
}
.jscarousal-contents-horizontal {
	width: 80%;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal> div {
	position: absolute;
	width: 100%;
	height: 124px;
}
.jscarousal-contents-horizontal> div> div {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical {
	width: 280px;
	height: 608px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color:#dde6ff;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward {
	width: 100%;
	height: 25px;
	background-color:#dde6ff;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:30;
	padding-top:13px;
	padding-bottom:7px;
}
.jscarousal-vertical-back {
	background-image: url(../images/moving_img_arow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-vertical-forward {
	background-image: url(../images/moving_img_arow.jpg);
	background-repeat: no-repeat;
	background-position: center -37px;
}
.jscarousal-contents-vertical {
	overflow: hidden;
	width: 100%;
	height: 87%;
}
.jscarousal-contents-vertical> div {
	position: absolute;
	top: 35px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical> div> div {
	width: 100%;
	height: auto;
	margin: 10px 6px 6px 3px;
}
.jscarousal-contents-vertical> div> div span {
	display: block;
	width: 100%;
	text-align: left;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive {
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text {
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	height: 122px;
	width: 280px;
	background-color:#dde6ff;
}
/*moving_img*/
/*banner*/
.theme-default .nivoSlider {
	position:relative;
	margin-bottom:10px;
}
.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;
	margin-top:-26px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 -22px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
	z-index:50
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.theme-default .nivo-caption a {
	color:#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: 200px;
}
/*============================================================*/
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height:220px;
	width:auto;
	overflow: hidden;/*border-radius:10px;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:200px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:200px;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img {
	display:block;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	width:1000px;
	height:200px;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*banner*/

/*product*/
.product_list li {
	padding:8px 8px 10px 0px;
	margin-left:20px;
	list-style:disc;
}
.product_page_text_div {
	width:329px;
	padding-left:20px;
}
.product_page_text_div h4{
	margin: 0 0 10px;
	padding:0;
	font-size: 18px;
}
.product_page_text_div p{
	margin-bottom: 30px;
}
.lightbox_img {
	margin-right:20px;
	border:5px solid #fff;
	width:278px;
	height:146px;
	box-shadow: 0px 0px 5px #888888;
}
.product_heading_div {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
	letter-spacing: 1px;
	text-align: left;
	padding-bottom: 20px;
	font-weight: bold;
}
.product_img {
	border:5px solid #fff;
	box-shadow: 0px 0px 5px #888888;
}
.product_img:link {
	border:5px #fff solid;
}
.product_img:hover {
	border:5px #fff solid;
	box-shadow: 0px 0px 5px #c5c5c5;
}
.product_img:visited {
	border:5px #fff solid;
}
.product_img:visited:hover {
	border:5px #fff solid;
	box-shadow: 0px 0px 5px #c5c5c5;
}
.product_img_div {
	width:280px;
	text-align:left;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
}
center {
    color: #727211;
    font-size: 25px;
    margin-top: 25px;
}
.product_text {
	width:780px;
}
/*product*/
/*services*/
.services_text_index {
	width:250px;
	padding-right: 30px;
}
.services_list_index {
	width:220px;
	padding-left: 30px;
	color: #0b82bd;
	text-decoration:none;
}
.service_list li {
	list-style:disc;
	padding-bottom: 10px;
}
.service_list li a {
	color: #0b82bd;
	text-decoration:none;
}
.service_list li a:hover {
	color: #1c5696;
}
.service_list li a:visited {
	color: #0b82bd;
}
.service_list li a:visited:hover {
	color: #1c5696;
}
.services_list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#0b82bd;
	text-decoration:none;
}
.services_list_div li {
	margin-left:20px;
	list-style:disc;
}
.services_list a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#0b82bd;
	text-decoration:none;
}
.services_list a:hover {
	color:#0b82bd;
}
.services_list a:visited {
	color:#0b82bd;
}
.services_list a:visited:hover {
	color:#0b82bd;
}
.services_list_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#234687;
	text-decoration:none;
	padding:0px 0px 0px 20px;
}
.services_list_text a {
	font-family: sans-serif;
	font-size:15px;
	color:#0b82bd;
	text-decoration:none;
}
.services_list_text a:hover {
	color:#234687;
}
.services_list_text a:visited {
	color:#0b82bd;
}
.services_list_text a:visited:hover {
	color:#234687;
}
/*services*/
/*Director*/
.director_ind_div {
	padding-left:30px;
	width:500px;
}
/*Director*/

.director_ind_div li {
	list-style:circle;
}

/*lightbox*/
.lb-album {
	width: 900px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.lb-album li {
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li> a, .lb-album li> a img {
	display: block;
}
.lb-album li> a {
	width: 150px;
	height: 150px;
	position: relative;
	padding: 10px;
	background: #f1d2c2;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158, 111, 86, 0.3) inset;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li> a span {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27, 54, 81, 0.8);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	font-size: 24px;
	opacity: 0;
	opacity:0; /* internet explorer */
}
.lb-album li> a:hover span {
	opacity: 1;
}
.lb-overlay {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: left;
	background: rgb(241,210,194);
	background: radial-gradient( ellipse, rgba(56, 56, 56, 0.80) 0%, rgba(56, 56, 56, 0.80) 100%);
}
.lb-overlay> div {
	position: relative;
	opacity: 0;
	opacity:0; /* internet explorer */
	/*	width: 550px;*/
	margin: 10px auto 0px auto;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3, .lb-overlay div p {
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3 {
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27, 54, 81, 0.4);
}
.lb-overlay div h3 span, .lb-overlay div p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.lb-overlay div h3 span {
	display: block;
	line-height: 6px;
}
.lb-overlay div p {
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close {
	background: rgba(27, 54, 81, 0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 60px;
	left: 69%;
	padding:0px 15px;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 29px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	opacity:0; /* internet explorer */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img {
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	animation: fadeInScale 1.2s ease-in-out;
	margin-right:20px;
}
.lb-overlay:target a.lb-close, .lb-overlay:target> div {
	opacity: 1;
}
.lb-overlay img {
	height: 100%;
}
/*======================================================================================================*/


address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
abbr, acronym {
	border:0;
}
/* General Demo Style */

.ie7 body {
	overflow:hidden;
}
.container {
	position: relative;
	text-align: center;
}
.clr {
	clear: both;
}
.container> header {
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.container> header h1 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(27, 54, 81, 0.8);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 0px 0px 5px 0px;
}
.container> header h1 span {
	color: #c7957b;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
.container> header h2, p.info {
	font-size: 16px;
	font-style: italic;
	color: #4a3124;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
/* Header Style */
.codrops-top {
	font-family:Verdana, Geneva, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover {
	color: #fff;
}
.codrops-top span.right {
	float: right;
}
.codrops-top span.right a {
	float: none;
	display: inline;
}
p.codrops-demos {
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a, p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
	display: inline-block;
	border: 1px solid #ddd;
	border-color: #ddd #aaa #aaa #ddd;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: rgba(27, 54, 81, 0.8);
	border-radius: 5px;
	background: #fff;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	background: linear-gradient(#ffffff 0%, #f6f6f6 47%, #ededed 100%);
}
p.codrops-demos a:hover {
	background: #fff;
}
p.codrops-demos a:active {
	background: #e5e5e5;
	background: linear-gradient( #e5e5e5 0%, #ffffff 100%);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}
p.codrops-demos a.current-demo, p.codrops-demos a.current-demo:hover {
	color: #999;
}
/* Media Queries */
@media screen and (max-width: 767px) {
 .container> header {
 text-align: center;
}
 p.codrops-demos {
 position: relative;
 top: auto;
 left: auto;
}
}
/*lightbox*/
/*contact us*/
.contact_form {
	width:480px;
}
.input_text {
	width:230px;
	padding:10px;
	border-radius:5px;
	border:1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.input_lable {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 10px;
}
.contact_button {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	background-image: linear-gradient(to top, #2b3376 0%, #0887c2 100%);
	color:#fff;
	border:0px;
	padding:4px 15px;
	margin:10px 0px;
	cursor:pointer;
}
.contact_button:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	background-image: linear-gradient(to top, #2b3376 0%, #0887c2 100%);
	color:#fff;
	border:0px;
	padding:4px 10px;
	margin:10px 0px;
	cursor:pointer;
}
.contact_button:hover {
	background-image: linear-gradient(to top, #0887c2 0%, #2b3376 100%);
}
.contact_button:visited {
	background-image: linear-gradient(to top, #2b3376 0%, #0887c2 100%);
}
.contact_button:visited:hover {
	background-image: linear-gradient(to top, #0887c2 0%, #2b3376 100%);
}
.con_submit {
	text-align:left;
}
.con_reset {
	text-align:right;
}
.contact_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#214b8b;
}
.cont_addres {
	padding-right: 20px;
	font-size: 13px;
	width: 80px;
}
.address_contact_us {
	width:430px;
	margin-right: 50px;
}
.contact_table {
	border:0px;
	margin-left: 50px;
}
/*contact us*/
/*img_hover*/

/* line 75, ../sass/screen.sass */
pre {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #2b2b2b;
	font: 13px "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.5em;
	border-radius: 4px;
	overflow-x: auto;
}
/* line 85, ../sass/screen.sass */
code, kbd {
	padding: 4px;
	color: #ac8053;
	background-color: #2b2b2b;
	font: 13px "Andale Mono", "DejaVu Sans Mono", monospace;
	border-radius: 4px;
}
/* line 92, ../sass/screen.sass */
code {
	position: relative;
	top: -1px;
}
/* line 96, ../sass/screen.sass */
pre code {
	top: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
}
/* line 109, ../sass/screen.sass */
-moz-selection, selection {
	background: #ff8000;
	color: white;
}
/* line 114, ../sass/screen.sass */
.sub-point {
	display: block;
	font-size: 14px;
}
/* line 117, ../sass/screen.sass */
.sub-point code {
	font-size: 12px;
	padding: 2px;
}
/* line 128, ../sass/screen.sass */
.wrapper {
	max-width: 740px;
	margin: 0 auto;
}
.section {
	padding: 0 0 40px 0;
	margin-bottom: 40px;
	border-bottom: 4px solid #373737;
}
.section:after {
	content: "";
	display: table;
	clear: both;
}
.section.last {
	border-bottom: none;
}
.section-header {
	text-align: center;
}
.section-subheader {
	margin-top: -0.6em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 24px;
}
.row {
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* -- Sections ------------------------------------------------------------------ */
/* -- Intro -- */
/* line 156, ../sass/screen.sass */
.intro-section {
	text-align: center;
}
/* line 159, ../sass/screen.sass */
.logo {
	color: white;
	margin-bottom: 0.05em;
}
/* line 162, ../sass/screen.sass */
.logo .version {
	color: #fdf485;
}
/* line 165, ../sass/screen.sass */
.author {
	margin-top: -9px;
	padding-left: 23px;
	line-height: 1.2em;
}
/* line 170, ../sass/screen.sass */
.author-links {
	font-size: 16px;
}
/* line 173, ../sass/screen.sass */
.lead {
	font-size: 22px;
}
/* -- Examples -- */
/* line 177, ../sass/screen.sass */
.examples-section {
	text-align: center;
}
/* line 180, ../sass/screen.sass */
.image-row {
	margin-bottom: 20px;
}
.image-row:after {
	content: "";
	display: table;
	clear: both;
}
/* line 184, ../sass/screen.sass */

/* line 191, ../sass/screen.sass */
.example-image-link:hover {
	border: 5px solid #fff;
}
/* line 194, ../sass/screen.sass */
.example-image {
	border-radius: 2px;
}
/* -- Sharing -- */
/* line 226, ../sass/screen.sass */
.sharing {
	position: fixed;
	top: 20px;
	right: 0;
}
/* -- Donate -- */
/* line 233, ../sass/screen.sass */
.donate-button-form {
	text-align: center;
}
/* line 235, ../sass/screen.sass */
.donate-button {
	border: 4px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	transition: all 0.1s ease-out;
}
/* line 239, ../sass/screen.sass */
.donate-button:hover {
	background-color: #444444;
	border-color: #00bfa8;
}
/*----------------------------------------------------------------------------*/

/*img_hover*/

/*map*/
#map_canvas {
	width: 400px;
	height: 400px;
	border:5px #fff solid;
	box-shadow: 0px 0px 5px #888888;
}
.map_box {
width: 400px;
height: 291px;
border: 5px #fff solid;
box-shadow: 0px 0px 5px #888888;
margin-top: 34px;
}
#map_canvas2 {
	width: 400px;
	height: 400px;
	border:5px #fff solid;
	box-shadow: 0px 0px 5px #888888;
}
/*map*/
/*about us*/
.about_us li {
	list-style:disc;
	padding:12px 10px 12px 0px;
	margin-left:20px;
}
.about_core li {
	list-style:decimal;
	padding:12px 10px 12px 0px;
	margin-left:20px;
}
.about_left {
	width:200px;
}
.about_left_menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#0B82BD;
	padding:8px 0px 8px 10px;
	cursor:pointer;
	border-bottom:1px #ccc solid;
}
.about_left_menu.active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#333;
	padding:8px 0px 8px 10px;
	cursor:pointer;
}
.about_left_menu:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#fff;
	padding:8px 0px 8px 10px;
	cursor:pointer;
	background-image: linear-gradient(to top, #2b3376 0%, #0887c2 100%);
}
.div_back {
	background:#fff;
	box-shadow: 0px 0px 2px #888888;
	padding:10px;
	min-height:500px;
}
/*about us*/

/*product lightbox*/

address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
abbr, acronym {
	border:0;
}
/* General Demo Style */

.ie7 body {
	overflow:hidden;
}
.container {
	position: relative;
	text-align: center;
}
.clr {
	clear: both;
}
/* Media Queries */
@media screen and (max-width: 767px) {
 .container > header {
 text-align: center;
}
 p.codrops-demos {
 position: relative;
 top: auto;
 left: auto;
}
}
.lb-album {
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.lb-album li {
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a, .lb-album li > a img {
	display: block;
}
.lb-album li > a {
	width: 150px;
	height: 150px;
	position: relative;
}
.lb-album li > a span {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27, 54, 81, 0.8);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	font-size: 24px;
	opacity: 0;
	opacity:0; /* internet explorer */
	background: #000;
	background: radial-gradient(ellipse, rgba(255, 255, 255, 0.86) 0%, rgba(241, 210, 194, 0.89) 100%);
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span {
	opacity: 1;
}
.lb-overlay {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
}
.lb-overlay > div {
	position: relative;
	color: rgba(27, 54, 81, 0.8);
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
}
.lb-overlay div h3, .lb-overlay div p {
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3 {
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27, 54, 81, 0.4);
}
.lb-overlay div h3 span, .lb-overlay div p {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.lb-overlay div h3 span {
	display: block;
	line-height: 6px;
}
.lb-overlay div p {
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close {
	background: rgba(27, 54, 81, 0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	opacity:0; /* internet explorer */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.lb-overlay img {
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	opacity:0; /* internet explorer */
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next {
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width:160px;
	height: 105px;
	left: 37%;
	opacity: 0.8;
}
.lb-prev:hover, .lb-next:hover {
	opacity: 1;
}
.lb-prev {
	background: transparent url(../images/prev.png) no-repeat top left;
}
.lb-next {
	background: transparent url(../images/next.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img, .lb-overlay:target a.lb-close {
	opacity: 1;
}
.lb-overlay img {
	height: 100%;
}
.example-image-link {
	display: inline-block;
	line-height: 0;
	box-shadow: 0px 0px 5px #888888;
	border: 5px solid #fff;
}
/*product lightbox*/
.pdf {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#204e8e;
	letter-spacing: 1px;
	text-align:left;
	float:right;
}
.pdf a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#204e8e;
	letter-spacing: 1px;
	text-align:left;
}
.pdf a:hover {
	font-size:15px;
	color:#204e8e;
}
.pdf a:visited {
	font-size:15px;
	color:#204e8e;
}
.pdf a:hover:visited {
	font-size:15px;
	color:#204e8e;
}
.valid {
	opacity:0.4;
}
.valid:hover {
	opacity:1;
}