/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*----------------------gallery---------------*/

.mid-grid h1{
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	color:#FFF; 
	padding:10px 2%; 
	
	background: rgb(7,120,196); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(7,120,196,1) 0%, rgba(138,187,215,1) 44%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(7,120,196,1)), color-stop(44%,rgba(138,187,215,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(7,120,196,1) 0%,rgba(138,187,215,1) 44%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(7,120,196,1) 0%,rgba(138,187,215,1) 44%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(7,120,196,1) 0%,rgba(138,187,215,1) 44%,rgba(232,232,232,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(7,120,196,1) 0%,rgba(138,187,215,1) 44%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0778c4', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 */
 margin-bottom:15px;
	
}

.mid-grid h2{
	font-size:1em;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin:0px 2%;
	background:url(../images/bullets-1.png) no-repeat 0px 8px;
	background-size: 10px 10px;  
	 padding-left:20px;
	 
}
.mid-grid p{
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	margin: 0 auto;
	line-height: 1.5em;
	padding:0% 2%;
	margin-bottom: 1em;
	margin-top:0.5em; 
	text-align:justify;
}
.mid-grid {
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	  
}
.mid-grid .left-grid{
width:100%; 
float:left; 
background:#FFFFFF;

}
.left-grid .dr_photo{ 
width:160px;
height:150px;
clear:right;
float:left;  
}
.left-grid .dr_photo img{
border: solid 2px #004273;
}
.left-grid .dr_detail{
width:96%;
font-size:14px; 
letter-spacing:0.5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
 }
.left-grid .dr_detail .heading_1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:22px;
line-height:34px;
font-weight:600;
color:#034583;
letter-spacing:0px;
}
.left-grid .dr_detail .heading_2{
font-size:14px;
line-height:20px;
font-weight:600;
color:#646464;
padding-bottom:20px;

}
.left-grid .dr_detail .heading_3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:600;
color:#000;

}
.right-grid{
position:absolute; 
right:0px;
width:180px;
float:right;
height:auto;
padding:1%;
background-color:#666666;
-webkit-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
height:auto;
 
}
.right-grid h2{
	font-size:1.2em;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0.5em 0;
	height:auto;	 
	
}
.right-grid h1{
font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	color:#FFF; 
	 border-bottom:solid 3px  #CCFFFF;	 
 margin-bottom:10px;
 }

.mid-grid .input{
width:100%;
padding:5px;  
margin:10px 0px 10px 0px;
vertical-align:top;
}

.mid-grid .lable_title{
margin-top:20px;
line-height:24px;
font-size:18px; 
color:#000; 
}
.mid-grid .error_title{ 
line-height:20px;
font-size:12px; 
color: #FF0000;
vertical-align:; 
}

.mid-grid .box-enq{
width:100%;
margin:0px auto
padding:20px; 
background: #FFF; 
-webkit-box-shadow: 0px 56px 36px -60px #121D12;
-moz-box-shadow: 0px 56px 36px -60px #121D12;
-o-box-shadow: 0px 56px 36px -60px #121D12;

}
.mid-grid  .box-enq ul li{
display:block;
float:left;
margin:10px 25px 0px 25px;
width:45%;
list-style:none;
text-align:left;

}
.mid-grid .button{
	display:block;

}
.button1{
margin:0px 0px 20px 2%;
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 0.8em 1.8em;
	border: 1px solid #EEE;
	display: inline-block;
	background: #004273;
}
.button1:hover{
	background:#75b800;
	color:#FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.mid-grid .btn {
padding: 10px 0px;
font-size: 16px;
color: #FFF;
width: 110px;
margin-right: 20px; 
background-color: #004273;
border:none; 
}
.mid-grid .btn:hover{
background:#75b800;
	color:#FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.mid-grid .wrap table{
width:44%; 
padding:0px;  

}
 
.mid-grid .wrap table td{
border:none;  

 
}
 /*
.mid-grid .wrap table img{
width:150px;
height:100px;
text-align:left;
border:solid 3px  #75b800;

}
.mid-grid .wrap table img:hover{
width:150px;
height:100px;
text-align:left;
border:solid 3px  #004273;
 

}*/
.main {
    max-width: 40em;
    margin: 0 auto;
}

.mid-grid .wrap .table td{
padding:5px 10px 5px 25px;
text-align:justify;
background:url(../images/bullets-1.png)  no-repeat 10px 11px;
border:1px solid #CCCCCC;
line-height:20px;
}
.table-div{
margin:20px 0px;
}
.table-div table td{
padding:5px;
text-align:justify;
background: none;
border:1px solid #000;
line-height:20px;
font-size:16px; 
}

.mid-grid .wrap .table2 td{
padding:5px;
text-align:justify;
background: none;
border:1px solid #000;
line-height:20px;
font-size:15px; 
}
.mid-grid .wrap .table3{
padding:2%;
}

.mid-grid .wrap .table3 td{
border:none;  
padding:10px;
 
} 
.mid-grid .wrap .table3 td img{
  width: 200px;
   height: 150px;
}
.view1 {
   width: 250px;
   height: 188px;
   margin: 10px;
   float: left;
   border: 5px solid #4497CD;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view1 .mask, .view1 .content {
   width: 250px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view1 img {
   display: block;
   position: relative;
}
.view1 a.info {
   background:url(../images/zoom.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0px;
   text-indent:-9999px;
   width:200px;
   height:150px;
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
	position:relative;
	top:-80px;
	left:-78px; 
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
