@charset "utf-8";
/* CSS Document */

@import "css/reset.css";

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
*/




/*----*****---- << General >> ----*****----*/
	
	body { font-weight:normal; font-size:15px; background:#f2f2f2 url(images/eamr_bg.jpg) top repeat-x; color:#4c4c4c; font-family: 'Roboto Condensed', sans-serif; font-weight:300;  }
	
	/*----*****---- << Fonts >> ----*****----*/
	
	h1, h2, h3, h4, h5, h6{font-weight:700; font-family: 'Roboto Condensed', sans-serif;}
	input[type=text], input[type=password], input.text, textarea, input[type=submit], .mobile-menu {font-family: 'Roboto Condensed', sans-serif;}	
	
	
	/*----*****---- << Headings >> ----*****----*/
	
	h2, h3, h4, h5, h6 {  text-transform:uppercase; color:#176194; font-weight:700; font-family: 'Roboto Condensed', sans-serif;}	
	h2 a, h3 a, h4 a, h5 a, h6 a { color:#176194; }
	
	h6 a{color:#c4a851;}
	
	h1{ font-size:35px; line-height: 1.1; margin-bottom:10px; ; color:#176194; font-weight:700; text-transform:uppercase; }
	h2{ font-size:30px; line-height:normal; margin-bottom:15px;  }
	h3{ font-size:24px; line-height:normal; margin-bottom:15px; }
	h4{ font-size:20px; line-height: 1.1; margin-bottom:5px; color:#176194;}
	h5{ font-size:16px; line-height:1.1; margin-bottom:10px;  font-weight:normal; }
	h6{ font-size:16px; line-height:22px; margin-bottom:10px; }
	
	.border-title { background:url(images/splitter.png) bottom repeat-x; width:100%; text-align:center; display:inline-block; margin:0px 0px 50px; padding:0px; position:relative; }
	.border-title h1, .border-title h2, .border-title h3, .border-title h4 { text-transform:uppercase; padding:0px 20px 15px; margin-bottom:5px; display:inline-block; *display:inline; *zoom:1; }
	.border-title h1 span, .border-title h2 span, .border-title h3 span, .border-title h4 span { border-left:6px solid transparent; border-right:6px solid transparent; left:0; *left:49%; right:0; width:0; margin:auto; bottom:10px; position:absolute; }
	
	/*----*****---- << Transition >> ----*****----*/
	
	a, input[type=submit], button, input[type=button], .widget ul li, #secondary .widget h3.widgettitle, #secondary .widget h3.widgettitle a:before, #secondary h2.filtering, #secondary h2.filtering span:before, #top-bar .phone-no, .social-icons li i, #main-menu ul li, #main-menu > ul > li > ul:before, #main-menu ul ul li ul:before, .slider-next-arrow, .ico-content.type2 .icon, .carousel-arrows a span, .portfolio .portfolio-thumb img, .blog-entry .entry-thumb-meta .entry-meta span, .testimonial .author, .team .image img, .side-nav-container ul li a span, .partner-carousel li, .carousel-arrows a:hover span { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; }
	
	/*----*****---- << Text Elements >> ----*****----*/
	
	a{ text-decoration:none; }
	a:hover { color:#df8198; }
	a img{ border:none; }
	
	strong{ font-weight: bold; }
	em{ font-style: italic; }
	
	address { display:block; margin:10px 0px 20px; }
	abbr {  border-bottom:1px dotted #3d3d3d; cursor:help; }
	ins { background:#FFF9C0; }
	sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
	sub { bottom: -3px; }
	sup { bottom: -3px; }	
	
	p { line-height:1.5; margin-bottom:10px;  }	
	ul, ol, pre, code{ margin-bottom:20px; }
	
	ul{ list-style-type:none; list-style-position:inside; }
	ul li { padding-bottom:10px; }
	ul li ul { list-style-type:disc; padding-left:20px; margin:10px 0px 0px; }
	ul ul ul { margin-bottom:0px; list-style-type:circle; }
	
	ol{ list-style-type:decimal; list-style-position:outside; padding-left:20px; padding-top:10px; }
	ol li { padding-bottom:10px; }
	ol li ol { margin-bottom:0px; list-style-type:lower-alpha; }
	ol ol ol { margin-bottom:0px; list-style-type:lower-roman; }	
	
	blockquote{ line-height:22px; font-style:italic; font-size:16px; padding:3px 0px 0px 0px; margin:10px 0px 30px; float:left; }
	blockquote span { background-color:#e6e2d6; background-position:-354px -234px; width:70px; height:70px; float:left; margin:0px 10px 0px 0px; border-radius:70px; }
	blockquote p { margin-bottom:0px; }
	blockquote cite { float:right; margin:10px 0px 0px; font-size:14px; }
	
	blockquote.alignleft { margin-right:20px; text-align:left; width:30%; float:left; }
	blockquote.alignright { margin-left:20px; text-align:left; width:30%; float:right; }
	blockquote.aligncenter { width:100%; text-align:center; }
	
	pre, code{ border-left:3px solid #f8cc6e; background-color:#e6e2d6; display:block; padding:10px; font-size:11px; font-family: monospace; width:96.5%; overflow:auto; }
	
	hr{ background-color:#e6e2d6; border:none; height:1px; margin:30px 0; }
	
	/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */
	
	.hr{ background:url(images/splitter.png) repeat-x; height:10px; width:100%; clear:both; display:block; float:left; margin:40px 0px; position:relative; z-index:1; }
	.hr2{ background:url(images/splitter.png) repeat-x; height:10px; width:100%; clear:both; display:block; float:left; margin:15px 0px; position:relative; z-index:1; }
	.hr-border { border:4px dashed #df8198; width:100%; clear:both; display:block; float:left; margin:15px 0px; position:relative; z-index:1; border-radius:5px; }
	.hr-invisible { float:left; width:100%; margin:40px 0px; display:block; clear:both; }
	.hr-invisible-small { float:left; width:100%; margin:20px 0px; display:block; clear:both; }
	.hr-invisible-very-small { float:left; width:100%; margin:10px 0px; display:block; clear:both; }
	
	.hr.top, .hr-border.top { width:97%; }
	.hr.top, .hr-border.top { background-position:right center; text-align:right; }
	.hr.top a, .hr-border.top a { color:#999589; background:transparent; font-size:11px; line-height:16px; padding-left:5px; position:absolute; right:-21px; top:-5px; }
	.hr-border.top a { top:-10px; right:-23px; }
	.hr.top a:hover, .hr-border.top a:hover { color:#e96666; }
	
	.clear { float:none; clear:both; margin:0px; padding:0px; }
	.float-right { float:right; }
	.float-left { float:left; }
	.center { width:100%; text-align:center; }
	.hidden { display:none;}
	
	.post-edit-link { background:#e5e5e5; color:#5a5a5a; float:right; clear:both; margin:20px 0px 0px; line-height:24px; padding:0px 10px; font-size:12px; }
	.post-edit-link:hover { background:#4C4C4C; color:#ffffff; text-shadow:0px 1px 0px #0e4b6e; }	
	
	/*----*****---- << Tables >> ----*****----*/
	
	table{ border-collapse:separate; border-spacing:0; margin-bottom:20px; width:100%; clear:both; border:1px solid #dfdfdf; border-bottom:0px; border-right:0px;  }
	th{ background:#333334; color:#ffffff; border-bottom:5px solid #dfdfdf; border-right:1px solid #e4e4e4; padding:17px 15px; font-size:16px; line-height:normal; font-weight:bold; text-transform:uppercase; text-align:center; }
	td{ border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#f7f7f7; font-size:14px; line-height:normal; text-align:center; padding:13px 15px; }
	
	/*----*****---- << Definition Lists >> ----*****----*/
	
	dl { margin:0px 20px; }
	dl.gallery-item { margin:0px; }
	.gallery-caption { margin-bottom:10px; }
	.gallery-item img { border:2px solid #C4C1AE !important; }
	dt { font-weight:bold; font-size:14px; margin-bottom:10px; }
	dd { margin-bottom:20px; line-height:20px; }	
		
	/*----*****---- << Forms >> ----*****----*/
	
	label{ font-size:14px; color:#2e2a2b; font-weight:bold; font-size:14px; }
	label span{ color:#b4b4b4; }

	fieldset{ border:1px solid #efefef; padding:15px; margin:0 0 20px 0; }
	legend{ font-weight: bold; }
	
	input[type=text], input[type=email], input[type=password], textarea{ background:#ededed; border:1px solid #c4c4c4; color:#333334; padding:15px; display:block; font-size:14px; margin:10px 0 10px; }
	input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, textarea:focus{ border-color:#a1a1a1; }
	input[type=text], input[type=email], input[type=password], input.text, textarea { width:92%; }
	textarea { height:120px; overflow:auto; }
	select{ background:#ededed; border:1px solid #c4c4c4; padding:10px; margin:10px 0 10px; display:block; }
	
	input[type=submit], button, input[type=button] { background:#176194 url(images/btn-small-gradient.png) repeat-x; border:none; color:#ffffff; text-transform:uppercase; font-weight:bold; margin:10px 0px 0px; font-size:14px; padding:11px 20px; float:right; cursor:pointer; }	
	input[type=submit]:hover, button:hover, input[type=button]:hover { background-color:#FF6600; }
	
	#searchform input[type="text"] { border:none; text-transform:uppercase; color:#aaaaaa; font-size:12px; width:260px; }
	
	/*----*****---- << Images >> ----*****----*/
	
	#primary img { max-width:100%; }
	
	.post-content input[type="submit"] { float:none; }
	
	.wp-caption { background:#C4C1AE; border:1px solid #C4C1AE; margin-bottom:10px; margin-top:10px; max-width:96%; padding:5px 7px 7px 5px; }
	.wp-caption img { display:block; margin: 0 auto; padding:6px; max-width:98%; }
	.wp-caption .wp-caption-text { text-align:center; padding-top:0px; margin:0px; }
	
	img.size-auto, img.size-large, img.size-full, img.size-medium { max-width:99.6%; height: auto; }
	.alignleft, img.alignleft { display: inline; float: left; margin-right: 15px; }
	.alignright, img.alignright { display: inline; float: right; margin-left: 20px; }
	.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; text-align:center; }
	.alignleft, .alignright, .aligncenter, .alignnone, img.alignleft, img.alignright, img.aligncenter { margin-bottom:9px; }
	
	/*----*****---- << Columns >> ----*****----*/
	
	.column { margin:0px 2% 0px 0px; float:left; min-height:1px; position:relative; }
	.column.last { margin-right:0px; }	
	
	.one-column { width:100%; }
	.column.one-column { margin-right:0px; }
	
	.one-fourth { width:23.4%; }
	.one-half { width:48.9%; }
	.one-third { width:31.9%; }
	.three-fourth { width:74.5%; }	
	.two-third { width:65.8%; }
	
	.one-fifth { width:18.3%; }
	.four-fifth { width:79.6%; }
	.three-fifth { width:59.2%; }
	.two-fifth { width:38.8%; }
	
	.one-sixth { width:15%; }
	.two-sixth { width:25%; }
	.three-sixth { width:50%; }
	.four-sixth { width:74.1%; }
	.five-sixth { width:75%; }		
	
	.column img { max-width:100%; height:auto; }
	
	.one-half iframe, .one-third iframe, .one-fourth iframe, .three-fourth iframe, .two-third iframe, iframe { max-width:100%; }
	embed, iframe, object, video { max-width:100%; }
	
	.column.no-space { margin-right:1px; }
	.column.no-space.one-fourth { width:24.8%; } 	
	.column.no-space.one-third { width:33.2%; }	
	.column.no-space.one-half { width:49.8%; }
	.column.no-space.one-fifth { width:19.8%; }
	.column.no-space.one-sixth { width:16.5%; }
	
	.column.no-space.three-fourth { width:74.9%; }
	.column.no-space.two-third { width:66.5%; }		
	.column.no-space.four-fifth { width:79.9%; }
	.column.no-space.three-fifth { width:60%; }
	.column.no-space.two-fifth { width:40%; }		
	.column.no-space.two-sixth { width:33.4%; }
	.column.no-space.three-sixth { width:50%; }
	.column.no-space.four-sixth { width:66.6%; }
	.column.no-space.five-sixth { width:83.2%; }
	
	/*----*****---- << Widgets >> ----*****----*/
	
	.widget { float:left; width:100%; padding:0px 0px 40px; margin:0px; }
	.widget h3.widgettitle { font-size:16px; padding-bottom:10px; }
	
	.widget ul { float:left; width:100%; margin:0px; padding:0px; font-weight:300;  color:#626262;}
	.widget ul li { float:left; display:block; clear:both; width:100%; font-size:16px; font-weight:300; padding-bottom:0px; }
	.widget ul li a { color:#626262; line-height:20px; padding:13px 25px 15px 0px; display:block; position:relative; background:url(images/thin-border.png) bottom repeat-x; }
	
	.widget ul li a:hover, .widget ul .selected a{color:#328f0c; font-weight:500;}
	
	.widget ul ul { margin-top:10px; margin-left:20px; }
	.widget ul ul li { width:90%; }
	
	.widget_categories ul { margin-top:-12px; }
	.widget_categories ul li { position:relative; float:none; display:block; background:url(images/blog-splitter.png) bottom repeat-x; margin:0px 0px 10px; padding:0px; margin:0px; }
	.widget_categories ul li a { padding:13px 25px 15px 25px; display:block; background:url(images/thin-border.png) bottom repeat-x; }
	.widget_categories ul li a span,  #secondary .widget_product_categories ul li a span { position:absolute; right:10px; }
	#secondary .widget_categories ul li a:before, .widget_categories ul li a:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; position:absolute; top:14px; left:0px; content:"\f058"; }
	
	.widget form { margin:15px 0px 0px; float:left; clear:both; width:100%; }
	.widget input[type="email"] { width:90.5%; }
	
	.widget.tweetbox ul.tweet_list { list-style-type:none; }
	.widget.tweetbox ul.tweet_list li { font-size:14px; line-height:20px; }
	.widget.tweetbox ul.tweet_list li a:hover { color:#333334; }
	
	.widget.widget_recent_entries ul { list-style-type:none; }
	.widget.widget_recent_entries h4 { font-size:18px; line-height:22px; font-weight:bold; text-transform:none; }
	.widget.widget_recent_entries ul li { padding-bottom:25px; }
	
	.widget.widget_tag_cloud .tagcloud a { font-size:14px; line-height:36px; color:#333334; padding:0px 15px; background:#ededed; margin:0px 10px 10px 0px; float:left; border-bottom:2px solid #d9d9d9; position:relative; }
	.widget.widget_tag_cloud .tagcloud a:after { border-bottom:1px solid #ffffff; position:absolute; bottom:0px; left:0px; content:''; width:100%; }
	.widget.widget_tag_cloud .tagcloud a:hover { font-weight:bold; color:#ffffff; }
	
	ul.recent-posts-widget li a { padding:0px; background:none; }
	#secondary .widget ul.recent-posts-widget li a:before { content:''; }
	ul.recent-posts-widget li a.thumb { padding:0px; clear:both; float:left; display:block; position:relative; margin-bottom:15px; margin-right:10px; background:none; }
	ul.recent-posts-widget li a.thumb img { display:block; } 
	ul.recent-posts-widget li a.thumb:before, #secondary .widget ul.recent-posts-widget li a.thumb:before { display:block; content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; -moz-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.7); -webkit-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.7); box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.7); -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; }
	ul.recent-posts-widget li h6 { font-weight:bold; font-size:14px; margin-bottom:5px; }
	ul.recent-posts-widget li p { font-size:14px; font-weight:normal; }
	
	ul.recent-posts-widget li:hover a.thumb:before, #secondary .widget ul.recent-posts-widget li:hover a.thumb:before, ul.product_list_widget li:hover a:before { -moz-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.4); -webkit-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.4); box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.4); }
	
	ul.product_list_widget li a { clear:both; float:left; display:block; position:relative; margin-bottom:15px; margin-right:10px; }
	ul.product_list_widget li a img { display:block; } 
	ul.product_list_widget li a:before { display:block; content:''; position:absolute; width:100%; height:100%; -moz-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.7); -webkit-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.7); box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,0.7); -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; }

	#secondary .widget h3.widgettitle { margin-bottom:30px; background:#ededed; display:inline-block; width:100%; padding:0px; border-bottom:3px solid #d9d9d9; }
	#secondary .widget h3.widgettitle a { padding:15px 10px 15px 45px; display:block; border-bottom:1px solid #ffffff; position:relative; }
	#secondary .widget h3.widgettitle a:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:12px; line-height:22px; text-align:center; color:#ffffff; width:20px; height:20px;  position:absolute; top:15px; left:16px; content:"\f054"; border-radius:20px; }
	
	#secondary .widget h3.widgettitle:hover a { color:#ffffff; }
	#secondary .widget h3.widgettitle:hover a:before { background:#ffffff; }
	
	#secondary .widget ul li a { position:relative; }
	#secondary .widget ul li a:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; position:absolute; top:14px; left:0px; content:"\f0a4"; }
	#secondary .widget_categories ul li a:before, #secondary .widget_product_categories ul li a:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; position:absolute; top:14px; left:0px; content:"\f058"; }
	
	#secondary ul.product_list_widget li a:before { content:''; top:0px; left:0px; }
	#secondary ul.product_list_widget li a { padding:0px; }
	#secondary ul.product_list_widget li { font-weight:normal; font-size:14px; line-height:20px; }
	#secondary ul.product_list_widget li .amount { display:block; }
	
	#secondary .widget .tweet_list li { position:relative; float:left; display:block; border:0px; padding-left:30px; padding-bottom:25px; }
	#secondary .widget .tweet_list li:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; position:absolute; left:0px; content:"\f099"; font-size:18px; top:5px; }
	#secondary .widget .tweet_list li a:before { content:''; }
	#secondary .widget .tweet_list li a { padding:0px; background:none; display:inline; }
	
	
	
	#secondary .widget #searchform { margin:0px; }
	#secondary .widget #searchform input[type="text"] { display:inline-block; width:243px; }
	#secondary .widget #searchform input[type="submit"] { padding:13px 20px; }
	
	#secondary h2.filtering { font-size:18px; margin-bottom:40px; background:#ededed; display:inline-block; width:100%; padding:0px; border-bottom:3px solid #d9d9d9; }
	#secondary h2.filtering span { padding:17px 45px 13px 15px; display:block; border-bottom:1px solid #ffffff; position:relative; }
	#secondary h2.filtering span:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:18px; line-height:32px; text-align:center; color:#ffffff; width:32px; height:32px;  position:absolute; top:12px; right:15px; content:"\f0b0"; border-radius:32px; }
	
	#secondary .widget.woocommerce h3.widgettitle { background:none; border-bottom:0px; margin-bottom:15px; }
	#secondary .widget.woocommerce h3.widgettitle a { padding:0px 0px 0px 30px; border-bottom:0px; }
	#secondary .widget.woocommerce h3.widgettitle a:before { top:0px; left:0px; }
	#secondary .widget.woocommerce h3.widgettitle:hover { background:none; border-bottom:0px; }
	#secondary .widget.woocommerce h3.widgettitle:hover a:before { color:#ffffff; }
	
	#secondary .widget.woocommerce .product_list_widget { margin-top:20px; }
	
	#slider-range { margin-top:20px; }
	#slider-range a:last-child { margin-left:-25px; }
	.price-range { margin-top:40px; } 
	.price-range label, .price-range input[type="text"] { width:auto; text-transform:uppercase; font-size:16px; line-height:18px; font-weight:bold; background:none; float:left; border:0px; padding:0px; margin:0px; clear:none; }
	.price-range .button { float:right; margin:-28px 0px 0px; }
	
	/*----*****---- << PIE >> ----*****----*/
	
	.ico-content.type1 .icon img, .product-overlay a, .product-overlay a span, h5.faq:before, .carousel-arrows a, .testimonial .author img, .testimonial .author, #secondary .widget h3.widgettitle a:before, .portfolio .image-overlay a, .portfolio .image-overlay a span, .team .social-icons li { behavior:url(PIE.htc); }
	
	.ico-content.type1 .icon img, .carousel-arrows a, .product-overlay a, .product-overlay a span, .portfolio .image-overlay a, .portfolio .image-overlay a span { position:relative\0/; z-index:1\0/; }
	
	.portfolio .image-overlay a.zoom, .portfolio .image-overlay a.link, ul.products li .product-thumb .product-overlay a { z-index:-1\0/; }
	.portfolio:hover .image-overlay a.zoom, .portfolio:hover .image-overlay a.link, ul.products li .product-thumb:hover .product-overlay a { z-index:1\0/; }
	
/*----*****---- << Layout >> ----*****----*/

	/*----*****---- << Container >> ----*****----*/

	.container { width:1080px; margin:0 auto; position:relative; }
	
	.boxed .wrapper { width:1150px; margin:15px auto ; display:table; box-shadow:0px 0px 30px rgba(0, 0, 0, .35); background:#FFFFFF; border-top-left-radius:5px; border-top-right-radius:5px;  }
	
	.boxed { background:#5b85a2 url(images/eamr_bodybg.png) top repeat; }
	
	/*----*****---- << Header >> ----*****----*/
	
	#header { width:100%; margin:0px; padding:0px; float:left;  background:#f2f2f2 url(images/eamr_bg.jpg) top repeat-x; border-top-left-radius:5px; border-top-right-radius:5px;  }
	
	
	.section_first{padding:70px 0px ; margin:0px; }
	.section_second{  padding:70px 0px ; margin:0px; background:#fcfcfc url(images/prayatna_sectionbg.png) repeat;}
	
	.section_fourth{ background:url(images/section_bg.jpg) center fixed repeat;  height:200px; padding:0px; margin-top:30px;}
	.section_fifth{ background:url(images/section_bg2.jpg) center repeat;}
	.inner-top{padding-top:0px !important;}
	.banner-top{margin-top:-100px;}
	.banner-top h1{color:#FFFFFF; margin:0px 0px 50px 0px; line-height:48px;}
	.page-title{margin-bottom:25px;}
	.page-title h2{margin-bottom:0px; line-height:42px; }
	.inner-left-border{padding-left:20px; border-left:1px solid #cccccc;}
	.inner-right-border{padding-right:25px; border-right:1px solid #cccccc;}
	.column .content-img img{ float:right; margin:0px 0px 10px 15px; width:400px; height:auto;}
	.highlight{color:#176194; font-weight:700;}
	.highlight2{color:#e1e1e1; font-weight:700;} 
	
	.home_journals .jouranls_list li::before{ font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; line-height:32px; color:#176194; content:"\f07b "; padding-right:10px; list-style:none; margin:2px 0px 0px 10px; line-height:1.6}
	.home_journals .jouranls_list li  {font-size:16px; width:21.3%; float:left; display:inline-block; color:#4c4c4c; margin-right:2%; margin-bottom:10px;  padding:1%; background: none repeat scroll 0 0 rgba(55, 124, 168, 0.05);
    border: 1px solid rgba(55, 124, 168, 0.1);
    border-radius: 3px;}
	.home_journals .jouranls_list li:nth-child(4n+4){margin-right:0%; }
	.home_journals .jouranls_list li a{color:#4c4c4c; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
	.home_journals .jouranls_list li:hover a {color:#FFFFFF;  }
	.home_journals .jouranls_list li:hover{ background:#176194}
	.home_journals .jouranls_list li:hover::before{content:"\f07c"; padding-right:8px; color:#FFFFFF;}
	
	
	.sidebar_journals .jouranls_list li::before{ font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; line-height:32px; color:#176194; content:"\f07b "; padding-right:10px; list-style:none; margin:2px 0px 0px 10px; line-height:1.6}
	.sidebar_journals .jouranls_list li  {font-size:16px;  color:#4c4c4c;  margin-bottom:10px;  padding:1%; background: none repeat scroll 0 0 rgba(55, 124, 168, 0.05);
    border: 1px solid rgba(55, 124, 168, 0.1);
    border-radius: 3px;}
	.sidebar_journals .jouranls_list li a{color:#4c4c4c;}
	.sidebar_journals .jouranls_list li:hover a {color:#FFFFFF; }
	.sidebar_journals .jouranls_list li:hover{ background:#176194}
	.sidebar_journals .jouranls_list li:hover::before{content:"\f07c";  padding-right:8px; color:#FFFFFF;}
	
	
	ul.editorial li{min-height:100px;}
	ul.editorial li:nth-child(3n+3){margin-right:0%; }
	
	ul.advisor li{min-height:80px;}
	ul.advisor li:nth-child(3n+3){margin-right:0%; }
	
	ul.index_list li::before{ font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; line-height:32px; color:#176194; content:"\f14a"; padding-right:10px; list-style:none; margin:2px 0px 0px 10px; line-height:1.6}
	
	ul.index_list li{line-height:1.5; padding-left: 24px;  text-indent: -35px;} 
	
	ul.editor_list li::before{ font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; line-height:32px; color:#176194; content:"\f007 "; padding-right:10px; list-style:none; margin:2px 0px 0px 10px; line-height:1.6}
	
	
	
	ul.pdf-list li::before{ content:url(images/pdf.png); padding-right:15px; list-style:none; margin:0px 0px 0px 5px; line-height:1; float:left;}
	
	ul.pdf-list li {padding:15px 0px; border-bottom:#e1e1e1 1px solid; line-height:1.3;}
	ul.pdf-list li div p {font-size:18px; font-weight:400; ;}
	
	
	.checkstyle li::before{ content:url(images/prayatna_checklist.png); padding-right:10px; list-style:none; margin:2px 0px 0px 10px; line-height:1.6}
	.buletstyle li::before{ content:url(images/bulet.png); padding-right:10px; list-style:none; margin-top:2px;}
	.checkstyle li  {font-size:24px;}
	.checkstyle li a:hover {color:#df8198; padding-left:5px; font-weight:700;}
	
	#header .social-icons { float:right; margin:0px; padding:2% 0px; }
	#header .social-icons li { position:relative; overflow:hidden; width:60px; height:60px; border-radius:60px; border:2px solid #df8198;   display:inline-block; *display:inline; zoom:1;  text-align:center; padding-bottom:0px;}
	#header .social-icons li i {color:#df8198; font-size:28px; padding:18px 0px; text-align:center; } 
	#header .social-icons li:hover {background:#df8198; } 
	#header .social-icons li:hover i{color:#FFFFFF;  -moz-transform: scale(1) rotate(45deg) translate(0px); -webkit-transform: scale(1) rotate(45deg) translate(0px); -o-transform: scale(1) rotate(45deg) translate(0px); transform: scale(1) rotate(45deg) translate(0px); } 
	
	.social-icons { float:right; margin:0px; padding:20% 0px; }
	.social-icons li { position:relative; overflow:hidden; width:60px; height:60px; border-radius:60px; border:2px solid #e1e1e1;   display:inline-block; *display:inline; zoom:1;  text-align:center; padding-bottom:0px;}
	.social-icons li i {color:#e1e1e1; font-size:28px; padding:18px 0px; text-align:center; } 
	.social-icons li:hover {background:#e1e1e1; } 
	.social-icons li:hover i{color:#df8198;  -moz-transform: scale(1) rotate(45deg) translate(0px); -webkit-transform: scale(1) rotate(45deg) translate(0px); -o-transform: scale(1) rotate(45deg) translate(0px); transform: scale(1) rotate(45deg) translate(0px); } 
	
	 
	.inner-side{padding-right:20px; border-right:1px solid #E0E0E0;}
	
	
	
	
	
	
	#logo { margin:15px 0px; text-align:left; padding:0px 0px; color:#FFFFFF; float:left; width:45%;}
	#logo img { max-width:100%;  margin:8px 0px 0px;}
	.topinfo h1 a{color:#FFFFFF;}
	.topinfo h5 {color:#FFFFFF;}
	.topinfo{float:right; text-align:right; margin:15px 0px; color:#FFFFFF;}
	
	#main-menu { margin:0 auto; width:100%; padding:0px; position:relative; z-index:100; text-align:center; background:#f0f0f0 url(images/headerbg.png) repeat-x; display:table; }
	
	#main-menu ul {  margin:0 auto;  padding:0px; background:#f0f0f0 url(images/headerbg.png) repeat-x;  width:100%; text-align:center;box-shadow: 0px 10px 4px -4px rgba(0, 0, 0, 0.8);
top: 219px;margin: 0 -1% 0px; width:102%;}
	#main-menu ul li { padding:0px 0px; display:inline-block;  position:relative;  text-align:center;}
	#main-menu ul li a {  display:inline-block;   text-align:center; color:#176194; font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:20px;  text-transform:uppercase; transition: background 1s, color 1s, padding 0.5s, margin 0.5s; -moz-transition: background 1s, color 1s, padding 0.5s, margin 0.5s; -webkit-transition: background 1s, color 1s, padding 0.5s, margin 0.5s; -o-transition: background 1s, color 1s, padding 0.5s, margin 0.5s; 
	
	padding:22px 40.5px; letter-spacing:normal;
	}
	#main-menu ul li span { display:none; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #333334; left:0; *left:48%; right:0; width:0; margin:auto; top:0; position:absolute; }
	#main-menu ul li:first-child{ display:inline-block; }
	
	
	#main-menu > ul > li.current_page_item span { display:block; }	
	#main-menu > ul > li:hover > a, #main-menu > ul > li.current_page_item > a {background:#13598b; position:relative;transition: background 1s, padding 0.5s, margin 0.5s; -moz-transition: background 1s, padding 0.5s, margin 0.5s; -webkit-transition: background 1s, padding 0.5s, margin 0.5s; -o-transition: background 1s, padding 0.5s, margin 0.5s; color:#FFFFFF;}		
	
	#main-menu > ul > li.hasSubmenu:hover {  }
	
	#main-menu ul li ul {background:#f0f0f0;border-top-left-radius:0;   z-index:1; display:none; float:left; position:absolute; width:200px; top:65px; left:0px; box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); }
	#main-menu ul ul li { background:#f0f0f0 url(images/thin-border.png) bottom repeat-x; display:block; float:left; clear:both; padding:0px; border:0px; width:100%; }
	#main-menu ul ul li a {background:#f0f0f0; padding:16px 15px 15px; margin:0px; display:block; text-align:left; }
	#main-menu ul ul li a:hover {background:#13598b; color:#FFFFFF;}
	#main-menu ul ul li:first-child { display:block; width:200px; padding:0px 0px; text-align:left; margin-left:0px;  font-size:26px; font-weight:normal; color:#696969; text-transform:uppercase; }
	#main-menu ul ul li:last-child { background:none; }
	
	#main-menu > ul > li > ul:before { border-left:6px solid transparent; border-right:6px solid transparent; content:""; height:0; left:15px; position:absolute; top:-11px; width:0; }
	
	#main-menu ul ul ul { left:200px; top:0px; }
	#main-menu ul ul li ul:before { border-top:6px solid transparent; border-bottom:6px solid transparent; left:-11px; top:18px; content:""; height:0; position:absolute; width:0; }	
	
	#main-menu ul ul li.current_page_item li { padding:19px 0px 22px 0px; }
	
	/*----*****---- << Responsive Menu >> ----*****----*/
	.mobile-menu { display:none; height:50px; background-color:#f3f3f3; color:#333334; background-image:url(images/responsive-nav-bg.png); background-position:center right; background-repeat: no-repeat; border:1px solid #d9d9d9; border-radius:0px; width:100%; margin:6px 0px 10px; padding:15px 10px 15px 5px; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; }

	/*----*****---- << Main >> ----*****----*/
	
	#main { width:100%; margin:0px; padding:40px 0px 0px; float:left; }
	
	#primary { width:700px; margin:0px 0px 0px; padding:30px 0; float:left; }
	#primary.content-full-width { width:100%; }
	#primary.with-left-sidebar { float:right; }
	
	#secondary { width:340px; margin:30px 0px 0px 20px; float:left; padding:0px; }
	#secondary.left-sidebar { margin:30px 20px 0px 0px; }
	
		/*----*****---- << Home >> ----*****----*/
		
		#slider { width:100%; margin:5px 0px; padding:0px; float:left; position:relative; }
		#slider .page-slider-container img{width:100%; height:auto;}
		.shadow img{width:100%; max-width:933px; height:auto; }
		
		.page-slider-container {float:left; width:100%; /*height:300px;*/ margin: 10px 0px -3px; padding:0px 0px 0px; position:relative;   max-height:436px}
		
		.page-slider { float:left; width:100%; margin:0px; padding:0px; }
		.page-slider li { display:block; width:100%; float:left; margin:0px; padding:0px; }
		.page-slider li img { max-width:100%;  max-height:364px}
		
		.page-slider-container .bx-pager { position:absolute; right:15px; bottom:43px; z-index:100; }
		.page-slider-container .bx-pager .bx-pager-item { float:left; margin:0px 3px; }
		.page-slider-container .bx-pager .bx-pager-item a { background:#ffffff; width:12px; height:12px; border-radius:12px; font-size:0px; float:left; }
		.page-slider-container .bx-pager .bx-pager-item a.active { background:#333334; }
		
		.intro-text { width:100%;   }
		.intro-text.type1 { text-align:left; margin-bottom:50px }
		.intro-text.type1 h3 { text-transform:uppercase; margin:0px; line-height:1.1; }
		
		.intro-text.type1 p { font-size:20px; padding:0px 0px; line-height:1.6;  }
		.intro-text.type1 img{ padding:0px 0px 20px 0px; width:100%; max-width:950px;}
		
		.home_journals{ background:#FEFEFE;  border:1px solid #dfdede;  padding:2%;  border-radius:3px;}
		.home-box{ background:#176194 ;  padding:5px; border-radius:3px;}
		.home-box h2{padding:0px 10px; color:#FFF; }
		
		
		.bg1{background:#f06127 url(images/s10.png) repeat;}
		.bg2{background:#308fd0 url(images/s10.png) repeat;}
		.bg3{background:#275e9d url(images/s10.png) repeat;}
		
		.ico-content { width:100%; margin:0px; padding:0px; }
		.ico-content.type1 { text-align:center; color:#979797; }
		.ico-content.type1 .icon { width:100%; text-align:center;}
		.ico-content.type1 .icon img { display:inline-block; margin: 0px 0px; max-height:152px; max-width:152px; border-radius:152px; border:4px solid #f39c12; font-size:60px; line-height:108px; color:#FFFFFF;   -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 100ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear;  }
		.ico-content.type1:hover .icon span { color:#ffffff; }
		.ico-content.type1 h2 a { text-transform:uppercase; color:#979797; font-weight:700; font-size:30px;}
		.ico-content.type1 p{ color:#4c4c4c; line-height:1.6; margin-bottom:35px; }
		.ico-content.type1 .morebtn a { text-transform:uppercase; color:#FFFFFF; font-weight:700; text-align:center; font-size:24px; background:#f39c12; padding:15px 25px; }
		.ico-content.type1 .morebtn a:hover {  padding:15px 35px; }
		.ico-content.type1:hover .icon img { -moz-transform: scale(1) rotate(45deg) translate(0px); -webkit-transform: scale(1) rotate(45deg) translate(0px); -o-transform: scale(1) rotate(45deg) translate(0px); transform: scale(1) rotate(45deg) translate(0px); }
		
		.ico-content.type1:hover h2 a{ color:#f39c12;}
				
		.bigbtn { clear:both; text-transform:uppercase; color:#FFFFFF; margin-top:35px; font-weight:700; text-align:center; font-size:36px; font-family: 'Roboto Condensed', sans-serif; background:#f39c12; padding:20px 25px; margin-top:44px; display:table;}
		.bigbtn:hover { background:#f39c12; padding:20px 35px; color:#FFFFFF;}
		
		
		.column .lightgallery a img { float:left; margin:15px 0px;  max-width:222px; width:100%; height:222px}
		.owl-pagination{display:none;}
		/*.column .lightgallery a:nth-child(3n+3) img {margin:15px 0px 15px 0px;}
		*/
		/*----*****---- << contact Form >> ----*****----*/		
		
		ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}



ol.phpfmg_form li{
   padding-bottom:0px;
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
    color:red;
    margin-right:8px;
}


.form_submit_block{
    padding-top: 3px;
}



.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 0px;
    margin-bottom: 0px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

		
		/*----*****---- << Footer >> ----*****----*/
		
		#footer { float:left; width:100%; margin:40px 0 0 0; padding:30px 0px 0px 0px; border-top:1px solid #DBDBDB; background:#176194 ; font-weight:300;  font-size:16px; }
		
		#footer h2{color:#f39c12;}
		#footer .address{margin:13px 0 0 10%; color:#FFFFFF; font-size:20px; line-height:1.1}
		#footer .address h4{ color:#e1e1e1;}
		.copyright {  background:#176194 ; width:100%; 	clear:both; padding:30px 0px 40px; margin:0px; color:#FFFFFF;font-size:14px; }
		.copyright .copyrightbody{border-top:1px solid #FFFFFF; padding-top:30px;}
		.copyright p, .copyright div, .copyright a { font-family: 'Roboto Condensed', sans-serif; font-size:14px; color:#FFFFFF; margin-bottom:0px; text-align:center; letter-spacing:4px; text-transform:uppercase; font-weight:700;}
		.copyright a:hover { color:#FF6600; }
		
		.googlemap{width:100%; height:auto; min-height:400px;}
		
		
		
		.view_pdf{ float:right; padding:14px 12px; background:#390 url(images/btn-medium-gradient.png) repeat-x; line-height:1; font-size:16px; text-transform:uppercase; color:#FFFFFF;}
		.view_pdf:hover{ background:#176194 url(images/btn-medium-gradient.png) repeat-x; color:#FFFFFF;}
		
		
		.volume-title h2{color:#176194; text-align:center;}
	
		
