f/* reset */
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,dl,dt,dd,ol,nav ul,nav 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:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
.wrap{
	width:980px;
	margin:0 auto;
}
/*---start-header----*/
.header{
	background:#2E2E2E;
}
.logo{
	float:left;
	margin-top: 1em;
}

.top-nav{
	float:right;
}
.top-nav ul{
	list-style: none;
	position: relative;
	border: 1px ridge #1F1F1F;
	border-left: none;
	border-right: none;
}
.top-nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.top-nav ul li{
	float:left;
	border-left: 1px ridge #1F1F1F;
}
.sub {
	z-index: 999;
}
.top-nav ul ul{
	display:none;
	background:none;
}
.top-nav ul ul li{
	float:none;
}
.top-nav ul li:hover>ul{
	display:block;
	position: absolute;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.top-nav ul:after{
	content: ""; 
	clear: both;
	display: block;
}
.top-nav ul ul li{
	display:block;
}
.top-nav ul ul li a{
	padding: 15px 24px;
	color: #fff;
	background:#2E2E2E;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-bottom: 1px ridge #1F1F1F;
}
.top-nav ul ul li a:hover{
	color: #72A717;
	background:#212121;
}
.top-nav ul li:nth-child(1){
	border:none;
}
.top-nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.top-nav ul li a{
	font-family: 'Monda', sans-serif;
	color: #FFF;
	font-size: 0.8em;
	padding: 35px 30px;
	display: block;
	text-transform: uppercase;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #72A717;
	background:#212121;
}
/*---content----*/
/*  GRID OF Four   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
	padding: 1.5% 0;
	text-align: center;
}
.images_1_of_4  img{
	max-width:100%;
}
.images_1_of_4  h3{
	font: 400 23px/48px 'Monda', sans-serif;
	color: #626262;
	text-transform: none;
	padding-bottom: 16px;
	text-transform: uppercase;
}
.images_1_of_4  h3 span{
	color:#d4d4d4;
}
.images_1_of_4  p {
	font: 400 15px/22px Arial;
	color: #9b9b9b;
	text-align: center;
	width: 89%;
	margin: 0 auto;
	padding: 15px;
}
.images_1_of_4 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_4 .button a{
		font: 400 12px/1.2em Arial;
		color: #5a5a5a;
		padding: 11px 18px;
		background: #fff;
		text-decoration: none;
		text-shadow: none;
		border: 1px solid #e9e9e9;
		margin-top: 16px;
		font-family: 'Monda', sans-serif;
}
.images_1_of_4 .button a:hover{
	    background: #8dc63f;
		color: #fff;
		transition: all 0.3s;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.grid2{
	border-top:1px solid #eee;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0;
border: 1px solid #09F;
 } 
 .more1 
 {
	 clear:both;
	 margin-top:30px;
	 margin-bottom:10px;
	 text-align:center;
 }
 .more1 a:hover
 {
	 background:#999;
	 color:#000;
 }
.more1 a
{
	background: none repeat scroll 0 0 #333;
	box-shadow: 0 5px 10px 0 #666;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 25%;
	margin-top:10px;
}
.images_1_of_2 {
	width: 98%;
	padding:1.5%; 
	height:210px;
}

.listview_1_of_2
{
	border: 1px solid #09F;
	border-left:0;
	}
.images_1_of_2 h2
{
	background: none repeat scroll 0 0 / 100% 100% #585858;
    color: #fff;
    font-family: "Comic Sans MS",cursive;
    font-size: 22px;
    padding: 0 0 0 20px;
	
}
.abt1 {
    height: 150px;
    margin: 0;
    width: 200px;
	float:left;
}
.para
{
	float:left;
	margin:30px 20px 0 30px ;
	width:90%;
	text-align:justify;
	
}
.para a
{
	line-height:30px;
	font-size:16px;
	color:#036;
}
.para a:hover
{
	color:#03C;
	text-decoration:underline;
}
.para b
{
	font-weight:800;
	}
.abt1 img
{
	width:100%;
	height:100%;
}
.listimg_2_of_1 {
	width: 18.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
	padding-top: 27px;
}
.list_2_of_1  h3{
	font: 400 30px/48px 'Monda', sans-serif;
	color: #626262;
	text-align: left;
	text-transform: none;
}
.list_2_of_1 h3 span{
	color:#8dc63f;
}
.list_2_of_1  p{
	font: 400 14px/22px Arial;
	color: #9b9b9b;
	margin: 0px 0px 16px 0px;
}
.list_2_of_1 h4{
	color: #d4d4d4;
	font: 400 18px/1.2em Arial;
	padding: 5px 0px;
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	float: right;
	font-family: 'Monda', sans-serif;
}
.list_2_of_1 .button a:hover{
	    background: #8dc63f;
		color: #fff;
		transition: all 0.3s;
}

/***** Media Quries *****/


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */


.grids {
	padding-bottom: 20px;
}
.top-grids{
	background:#F5F5F5;
	padding-bottom: 1.2em;
}
.mid-grids {
	padding:0 0 2.5em 0;
}
/*----start-partners----*/
.partners h3 {
	font: 400 30px/48px 'Monda', sans-serif;
	color: #626262;
	border-bottom: 1px solid #eee;
	text-align: left;
	text-transform: none;
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
}
.partners {
	margin-bottom:4em;
}
.partners h3 span {
	color: #8dc63f;
	margin-right: 0.2em;
}
.p-logo{
	float:left;
	margin-right: 4.1em;
}
.last{
	margin:0;
}
/*---start-footer----*/
/*---footer----*/
.footer{
	background:#2E2E2E;
	padding:20px 0px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-moz-box-shadow:0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-o-box-shadow:0px 56px 36px 66px rgba(93, 95, 93, 0.36);
}
.footer-grid{
	float:left;
	width: 24%;
	margin-right: 2%;
}
.footer-grid h3{
	font-family: 'Monda', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 0 3px 0px;
}
.footer-grid p{
	font-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #777;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-grid a{
	font-family: 'Monda', sans-serif;
	color: #8dc63f;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin: 9px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-grid a:hover{
	background:#8dc63f;
	color:#FFF;
}
.footer-grid ul li{
	display:block;
}
.center-grid a{
	background: none;
	padding: 0px;
	color: #777;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 0px 9px 0px;
}
.center-grid{
	width:20%;
}
.center-grid a:hover{
	background:none;
}
.center-grid ul{
	margin-top:5px;
}
.twitts p label{
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
	padding-right:5px;
}
.twitts span{
	display:block;
	color:#8dc63f;
	font-family: 'Monda', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.twitts span:hover{
	color:#fff;
	cursor:pointer;
}
/*----copy-right-----*/
.copy-right{
	text-align:center;
	padding:10px 0px;
	background:#202020;
	position:relative;
}
.copy-right p{
	font-family: 'Monda', sans-serif;
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
}
.copy-right p a{
	color:#8dc63f;
	font-family: 'Monda', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
}
/*** move top **/
.scroll {
	width: 48px;
	height: 48px;
	border: none;
	display: block;
	text-indent: 100%;
	background: url(/web/20181130180738im_/http://ramria.in/images/top-icon.png) no-repeat right top;
	position: absolute;
	right: 14px;
	bottom: 5px;
}
.scroll:hover{
	opacity:0.8;
}
/*---start-about----*/
.banner{
	z-index: 
}
.top-head{
	margin-top: -300px;
}
.about-left{
	width:100%;
	float:left;
}
.about-left span{
	font-family: Arial, sans-serif;
	color: #8dc63f;
	font-size: 0.875em;
	display: block;
	padding: 1em 0 0 0;
	line-height:1.8em;
}
.about-left h2{
	color: #626262;
	font-size: 1.5em;
	font-family: 'Monda', sans-serif;
	text-transform: uppercase;
	text-align:center;
	font-weight:800;
}
.about-left p{
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.8em;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.about-left h3
{
	text-align:center;
	color:#930;
	font-size:25px;
}
.a
{
	float:right;
	width:310px;
	height:140px;
	margin-top:80px;
}
.a img
{
	width:100%;
	height:100%;
}
.about {
	margin:  0;
	width:100%;
}
/*----about-histore----*/
.about-histore{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.about-histore h3{
	font-family: 'Monda', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #626262;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-histore ul li span{
	color: #777;
	font-family: 'Monda', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 13px;
	float: left;
	background: #EEE;
}
.about-histore ul li p{
	font-size: 0.8125em;
	color: #777;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	padding: 0px 0px 20px 0px;
	float: right;
	width: 91%;
	border:none;
}
.about-histore ul li p label{
	color:#8dc63f;
	display:block;
}
.about-sidebar{
	float:right;
	width:28%;
}
.about-sidebar h3{
	font-family: 'Monda', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #626262;
	font-size: 1.5em;
	text-transform: uppercase;
}
.about-sidebar ul li a{
	display: block;
	font-family: 'Monda', sans-serif;
	font-size:0.875em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-sidebar ul li a:hover{
	color: #8dc63f;
}
.about-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(/web/20181130180738im_/http://ramria.in/images/marker.png) 0 20px no-repeat;
	padding: 9px 10px 8px 18px;
}
.about-sidebar ul li:hover{
	background: url(/web/20181130180738im_/http://ramria.in/images/marker1.png) 0 20px no-repeat;
}
/*---services----*/
.service-content h3{
	font-family: 'Monda', sans-serif;
	padding: 15px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 6%;
	float: left;
	font-size: 3em;
	color: #303030;
	font-family: 'Monda', sans-serif;
}
.service-content ul li p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.service-content ul li p a{
	font-size: 1.2em;
	color: #303030;
	font-family: 'Monda', sans-serif;
	display: block;
}
.service-content{
	float:left;
	width: 74.5%;
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width:23%;
}
.services-sidebar h3{
	font-family: 'Monda', sans-serif;
	padding: 15px 0px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.services-sidebar ul li a{
	display: block;
	font-family: 'Monda', sans-serif;
	font-size: 0.875em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color: #8dc63f;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(/web/20181130180738im_/http://ramria.in/images/marker.png) 0 20px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services-sidebar ul li:hover{
	background: url(/web/20181130180738im_/http://ramria.in/images/marker1.png) 0 20px no-repeat;
}
.services {
	margin: 1em 0;
}
/*---recent-places----*/
.recent-places h4{
	font-family: 'Monda', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float:left;
}
/* Common division block */
.holder{
   float: left;
	margin: 20px 40px 0px 0px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
	width: 29%;
	border: 1px solid rgba(192, 192, 192, 0.28);
}
.holder img{
	display:block;
}
/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth
{
}
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 10px #333333;
}
.go-left
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left
{    
    right:0px;    
}
.go-top
{
   background-color: rgba(131, 131, 131, 0.39);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    text-align:center;   
    font-size: 20px;
    padding: 10px 0;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;339
    
}
.smooth:hover > .go-top
{    
    top:0px;    
}
.go-top p
{
    font-size: 12px;
}
.go-top h3{
	font-family: 'Monda', sans-serif;
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 14px;
	font-weight:bold;
}
.go-top p{
	font-size: 0.8em;
	padding: 0.4em 0 0 0;
	color: #FFF;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Monda', sans-serif;
}
.go-top a{
	font-family: 'Monda', sans-serif;
	color: #2E2E2E;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #FFF;
	padding: 8px 13px;
	display: inline-block;
	margin: 14px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.go-top a:hover{
	background:#2E2E2E;
	color:#fff;
}
.last-grid{
	margin-right:0px;
}
.holder img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	width:100%;
}
/*---start-contact-----*/
/*---contect----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Monda', sans-serif;
	font-size: 1.2em;
	color: #363638;
	text-transform: uppercase;
	padding: 1em 0;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size: 0.875em;
	color: #363638;
	padding-bottom:5px;
	font-family: 'Monda', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#363638;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	float: left;
	font-family: 'Monda', sans-serif;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	background: #8dc63f;
	color: #fff;
	transition: all 0.3s;
}
.contact-form input[type="submit"]:active{
	background: #8dc63f;
	color: #fff;
	transition: all 0.3s;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span{
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/***** Media Quries *****/
.welcome
{
	float:left; 
	width:270px;
	height:180px;
	margin-left:10px;
}
.welcome img
{
	width:100%;
	height:100%;
}
.more
{
	float:left;
	margin-left:10px;
	width:67%;
	height:180px;
	border:1px solid #000;
	padding:10px;
}
#we
{
	float:left;
	box-shadow:0 0 5px 0 #000;
	background: none repeat scroll 0 0 #c6c6ff;
    border-radius: 5px;
    margin: 1% 0;
	padding:1.5%
}
#we h2
{
	 color: #000;
    font-size: 31px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
#we p
{
	color: #000;
    font-size: 17px;
    line-height: 1.6em;
    padding: 5px 0;
}
.tile
{
	float:left;
	width:100%;
	height:auto;
	margin:10px;
    border:1px thin #03F;
	box-shadow:0 0 5px 0 #039; 
}
.tile h1
{
	color: #2e2e2e;
    float: left;
    font-family: "Monda",sans-serif;
    font-size: 2em;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
	text-align:center;
	width:55%;
	margin:0 300px;
	border-bottom:1px solid #666;
	
}
.detail
{
	float:left;
	width:98%;
	border:1px solid #9F3;
	margin:15px 5px 5px 5px;
	
}
.detail h2
{
	font-size:1.6em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#003;
	font-weight:800;
	padding-left:15px;
	margin-top:10px;
}
.detail1
{
	float:left;
	width:250px;
	height:200px;
	margin:10px;
}
.detail1 img
{
	width:100%;
	height:100%;
}
.detail12
{
	float:left;
	width:520px;
	height:590px;
	margin:10px;
}
.detail12 img
{
	width:100%;
	height:100%;
}
.desp1
{
	float:left; 
	width:45%;
	height:auto;
	margin:0 10px 10px 10px;
}
.desp
{
	float:left; 
	width:72%;
	height:auto;
	margin:0 10px 10px 10px;
}
.desp1
{
	float:left; 
	width:100%;
	height:auto;
	margin:0 10px 10px 10px;
}
.desp h5
{
	font-weight:800;
	text-align:center;
	font-size:18px;
}
.desp1 h5
{
	font-weight:800;
	text-align:center;
	font-size:18px;
}
.desp h6
{
	font-weight:800;
	font-size:18px;
	padding-left:20px;
    margin-top:15px;
}
.desp1 h6
{
	font-weight:800;
	font-size:18px;
	padding-left:20px;
    margin-top:15px;
}
.para1
{
	font-size:14px;
	color:#666;
	text-align:justify;
	width:97.7%;
	padding:5px 10px 0 10px;
}
.para2
{
	float:left;
	font-size:15px;
	color:#666;
	text-align:justify;
	width:96.7%;
	padding:5px 10px 0 10px;
	line-height:1.5em;
}
.desp ul
{
	float:left;
	width:60%;
	margin-left:20px;
	margin-bottom:10px;
}
.pictr
{
	float:left;
	width:45.5%;
	height:140px;
	margin:10px 10px 10px 20px; 
}
.pictr img
{
	width:100%;
	height:100%;
}
.pictr1
{
	float:left;
	width:20%;
	height:200px;
	margin:10px 20px 10px 90px;
	
}
.pictr1 img
{
	width:100%;
	height:100%;
}
.desp ul li
{
	color:#333;
	font-size:14px;
	line-height:20px;
}
.pic 
{
	float:left;
	width:284px;
	height:250px;
	margin:20px 30px 10px 10px;
}
.pic img 
{
	width:100%;
	height:100%;
}
/*
     FILE ARCHIVED ON 18:07:38 Nov 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:35:00 May 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.259
  load_resource: 334.788 (2)
  PetaboxLoader3.resolve: 249.51 (2)
  PetaboxLoader3.datanode: 38.961 (2)
*/