/*
	Theme Name: PRODUCTION THEME
	Theme URI: http://mednet-tech.com
	Author: MedNet Technologies
	Author URI: http://mednet-tech.com
	Version: V5 
	Description: Custom HTML5 Pruduction Wordpress Theme 
*/
	
	body{font-family:Arial, Tahoma, Helvetica, sans-serif;color:#000;font-size:16px;line-height:26px;
		background:#364E6A}
	body, .holder, .wrapper{min-width:1024px}
	.container{width:990px}

	#mainwrapper{background:url(images/structure/header-rx.png) top center repeat-x;position:relative;z-index:1}
	
	/* Large Background Graphic/Slider -- */
	#bggraphic {width:100%; position:absolute; top:177px; left:0; overflow:hidden;z-index:-1; height:652px}
	#graphic {width:2560px;height:652px;position:relative; top:0px; left:50%; margin:0 0 0 -1280px;}
	#graphic-links {display:block; margin:0;padding:0; width:990px;height:369px}

/* ==== HEADER ===================================================================================================== */
/* All elements belonging to the <header></header> Tags */

	header .content>* {float:left;display:block}
	header .wrapper{background: url(images/structure/header.png) top center no-repeat;min-height:829px}
	.page-inside header .wrapper{background: url(images/structure/inside-header.png) top center no-repeat;
		min-height:241px}	


	/* Logo --- */
	#logo{width:504px;height:177px;margin:0 0 0 -17px}

	#login{float:right;text-align:right;font-size:16px;color:#fff;text-transform:uppercase;margin:4px 46px 0 0}

	/*-- =ADDRESS/CONTACT/INFO -- */	
	#topinfo{width:503px;height:177px}
	/*#topinfo address {float:right; text-align:right; width:100%}*/	
	#topinfo .tel, #topinfo .adr{font-style:normal;display:block;float:right;clear:right}
	#topinfo .tel{margin:23px 0 0 0;background:url(images/structure/tel-icon.png) 215px center no-repeat; 
		padding:1px 0}
	#topinfo .tel, #topinfo .tel a{font-size:33px;height:33px;line-height:33px;color:#E3CA87;width:100%; 
		text-align:right;letter-spacing:3px}
	#topinfo .adr{margin:12px 25px 0 0;font-size:16px;height:42px;line-height:23px;color:#fff;width:auto;text-align:right;
		clear:none;border-right:1px solid #5c83b1;padding:0 25px 0 0}
	#topinfo .adr.last{border:0;padding:0;margin:12px 0 0 0}	
		#topinfo .adr .directions{float:left;text-align:left;color:#E3CA87;font-size:15px;
			background:url(images/structure/yellow-arrow.png) left center no-repeat;padding:0 0 0 10px}


	/* Main Navigation ---*/
	nav{width:990px;height:64px; position:relative}
	#ddm{margin:0}
	#ddm>li>a{font-size:16px;line-height:16px;height:16px;padding:24px 31px;
			  color:#041118;text-transform: uppercase;font-weight:normal;
			  background:url(images/structure/top-nav-divider.png) center right no-repeat;}
	
	#ddm>li.first>a{padding-left:0}
	#ddm>li.last>a{background:0; padding-right:0}
	#ddm>li:hover>a{color:#6B8FB9; text-decoration:none}
	
	/* #ddm>li:hover {background:url(images/structure/nav_underscore.png) center top}*/	
	/* #ddm>li.has-submenu {background:url(images/structure/nav_sub_menu_arrow.jpg) center 45px no-repeat;} */
	
		/* Sub-Menu*/
		#ddm ul{width:200px;margin-top:0}
		#ddm li li a{color:#e8cf92;font-size:13px;padding:8px 16px;margin:0;background:#233e52}
		#ddm li ul a:hover{color:#5a86a9;background:#233e52}
		
 			/* Megaddm Reset - Inline Menu */
		#ddm .megaddm{position:static!important;}
		#ddm .megaddm>ul{width:100%!important;}
		#ddm .megaddm>ul>li{clear:none!important;}
		#ddm .megaddm>ul>li>ul{overflow:hidden!important;position:relative!important;
		margin:0px!important;display:block;width: 100%;left:0!important}

		#ddm li.megaddm li{border-bottom:0px;}

		/* Megaddm sub menu */
		#ddm li.megaddm>ul {padding:10px;margin:0px -10px 0;background:#233e52;}
		/* Megaddm rows/headers */
		#ddm li.megaddm>ul>li {background:0}
		#ddm li.megaddm>ul>li>a {font-weight:bold;border-bottom:solid 1px #5a86a9; width:200px; font-size: 17px;}
		#ddm li.megaddm>ul>li>a:hover {color:#5a86a9;background:#233e52;}
		/* Megaddm Subrows*/
		#ddm li.megaddm>ul>li>ul{background:#233e52;padding:10px 0}
		#ddm li.megaddm>ul>li>ul>li {width:auto;display:inline}
		#ddm li.megaddm>ul>li>ul>li>a {width:auto;display:inline;background:0}
		#ddm li.megaddm>ul>li>ul>li>a:hover {color:#5a86a9;background:#233e52}


	/* Highlights/Thumbnails -- */
	#highlights {width:990px;height:198px;margin:20px 0 0 0; /*position:relative; z-index:50*/}
	#highlights img {float:left;margin:0 33px 0 0}	
	#highlights .last img {margin:0}	


/* ==== GLOBAL ================================================================================================= */
	H1,H2,H3,H4,H5,H6{margin:40px 0 20px;padding:0 0 20px 0;font-weight:normal;color:#405E82;text-transform:capitalize;}
	H1{font-size:36px;line-height:36px; border-bottom:1px solid #cfbc8a;}
	H2{font-size:32px;line-height:32px; border-bottom:1px dotted #cfbc8a; padding-bottom:5px; margin-bottom:20px;}
	H2 span{font-size:26px;line-height:28px;}
	H3{font-size:28px;line-height:30px;padding-bottom:5px; margin-bottom:10px;}
	H4{font-size:26px;line-height:28px;padding-bottom:5px; margin-bottom:10px;}
	H5{font-size:22px;line-height:26px;padding-bottom:5px; margin-bottom:10px;}
	H6{font-size:18px;line-height:24px;padding-bottom:5px; margin-bottom:10px;}
	.heading {margin:0 0 40px}

	
	ul, ol{margin:0;padding:0 0 0 15px; margin:0 0 20px; list-style-position:outside; /*color:#075CA2*/}
	ul a, ol a {font-size:16px; line-height:28px}
	ul  {list-style:square;}
	ul.arrow {list-style-image:url(images/icons/arrow_01.gif);}
	ul.animations {list-style-image:url(images/animations.jpg);margin:20px}
    ul.common_conditions{margin:-20px 0px 0px 0px;}
	
	a {/*color:#DCBB78;*/ color:#93693E; text-decoration:none;}
	a:hover{color:#D3961B; text-decoration:none}


	p {margin:0 0 20px; text-align:justify}
	blockquote {border-left:6px solid #233e52;font-style:normal;padding:0 32px}
	blockquote p {text-align:justify}	
	.row-fluid {margin:0 0 20px; text-align:left}
	
	blockquote ol {margin-left:0; padding-left:0; font-style:normal; text-align:justify;}
	blockquote ol li {padding:10px 0;}


	.btn {background:#DCBB78;color:#041118;padding:10px 20px; text-decoration:none; border:0; cursor:pointer}
	.btn:hover {background:#D3961B;color:#041118;text-decoration:none}

	
	hr{display:block;float:none;clear:both;width:100%;border:0;text-align:center;margin:20px auto;border-top:1px solid #AAA; }
	hr.clear{height:1px;margin:0;border:0}
	hr.spacer{height:40px;margin:0;border:0}	
	
		/* ============ List Splitting ============= */
	.split2 li {width:50%; float:left; font-size:16px;}
	.split3 li {width:33%; float:left; font-size:16px;}
	
/* ==== MAIN ===================================================================================================== */
/* All elements belonging to the main section */

	#main{background:#fff; padding:60px 0 }
	
	#main article{width:630px;padding:0 40px 0 0}
	#main aside{width:280px;padding:0 0 0 40px}

	
	.nosidebar #main article {width:990px; padding:0}
	
	.page-home #main article .btn{float:left;padding:5px 20px}
	
	/* -- Quick Contact Form --*/
	#qc {float:left;margin:0;width:100%;height:auto;padding:0}
	#qc H2 {color:#405E82;font-size:36px;padding:0 0 21px 0;margin:0 0 20px;text-transform:capitalize;
		border-bottom:1px solid #cfbc8a}
	#qc #qform {width:100%;	padding: 0;	margin: 0 0 10px 0;	overflow:hidden;}
	#qc #qform .qc_input, #qc #qform .qc_comment {
		width:254px; margin: 6px 0 0 0;padding:15px 4px 15px 22px;display: block;clear: left;
		background-position:5px 18px;background-color: #CAB27C;border: 1px solid #CAB27C;
		color: #000;font-size: 14px; font-family: Arial,Tahoma,Helvetica,sans-serif;}
	#qc #qform .col { /*float:left; margin-right:5px; width:225px;*/}
	#qc #qform .col.two {margin:0; /*width:280px*/}
	#qc #qform .qc_comment {overflow: auto; /*width:252px; height:99px*/}	
	#qc #qform .qc_submit {margin: 6px 0 0 0;float: right;font-size:16px;text-transform:uppercase}
	#qc #qform p {float:left; font-size:11px;}
	
	
/* ==== ASIDE ==================================================================================================== */
/* All elements belonging to the side bar section */	

	aside hr.spacer{height:20px;margin:0;border:0}	

	aside H2 {margin-top:20px; margin-bottom:10px; padding-bottom:5px; border-bottom:1px solid #cfbc8a}


	/* ---- Sidebar Highlights Accordion Menu ----- */
	.services, .services ul { list-style:none outside; margin:0; padding:0; overflow:hidden;}
	
	.services .sb-conditions { background-image:url(images/highlights/sb-conditions.jpg);background-repeat:no-repeat;min-height:154px; min-width:280px; display:block;}
	.services .sb-conditions:hover { background-image:url(images/highlights/sb-conditions_hover.jpg);}	
	.services .sb-conditions.active { background-image:url(images/highlights/sb-conditions_hover.jpg);}
		
	.services .sb-treatments { background-image:url(images/highlights/sb-treatments.jpg);background-repeat:no-repeat;min-height:154px; min-width:280px; display:block;}
	.services .sb-treatments:hover { background-image:url(images/highlights/sb-treatments_hover.jpg);}	
	.services .sb-treatments.active { background-image:url(images/highlights/sb-treatments_hover.jpg);}	
	
	.services .sb-videos { background-image:url(images/highlights/sb-videos.jpg);background-repeat:no-repeat;min-height:154px; min-width:280px; display:block;}	
	.services .sb-videos:hover { background-image:url(images/highlights/sb-videos_hover.jpg);}	
	
	.services>li>a {padding:0; color:transparent!important; line-height:0; font-size:0;min-height:154px; min-width:280px; display:block; margin-bottom:20px;}
	.services ul {padding: 5px 0 40px 30px; list-style:square;}
	.services ul li {font-size:16px; padding-top:2px; padding-bottom:2px;}



/* ==== BOTTOM ================================================================================================= */
/* All elements belonging to the bottom section */

	#bottom {background:#EAEAEA; padding:60px 0 }
	
	#bottom section{float:left;padding:0 48px;}
	#bottom section.first{padding-left:0}		
	#bottom section.last{padding-right:0; float:right}
	
	#bottom H3{color:#405E82;font-size:25px;padding:0 0 10px 0;margin:0 0 20px;text-transform:uppercase;
		border-bottom:1px solid #8FADCF}
	
	#bottom ul{margin:0;padding:0;list-style:outside none;width:100%;}
	
	#bottom a{color:#6F6F6F;}
	#bottom a:hover{color:#8EA7C6}
	
	#bottom section.first a{font-size:16px;line-height:33px}
	
	#bottom .adr{font-size:17px;line-height:35px;float:left;text-align:left;color:#364E6A;
		font-weight:bold;clear:left}
		#bottom .directions{font-size:15px;float:left;text-align:left;color:#6C8FB9;font-weight:normal;
			background:url(images/structure/blue-arrow.png) left center no-repeat;padding:0 0 0 10px; margin-top:-10px; margin-bottom:10px;}
	
	/* -- Quick Contact Form --*/
	#qc2 {float:left;margin:0;width:100%;height:auto;padding:0}
	#qc2 H3 {color:#405E82;font-size:25px;padding:0 0 10px 0;margin:0 0 20px;text-transform:uppercase;
		border-bottom:1px solid #8FADCF}
	#qc2 #qform {width:100%;	padding: 0;	margin: 0 0 10px 0;	overflow:hidden;}
	#qc2 #qform .qc_input, #qc2 #qform .qc_comment {
		margin: 6px 0 0 0;padding:15px 4px 15px 22px;display: block;clear: left;
		background-position:5px 18px;background-color: #fff;border: 1px solid #fff;
		color: #415f82;font-size: 14px; font-family: Arial,Tahoma,Helvetica,sans-serif;}
	#qc2 #qform .col {float:left; margin-right:6px; width:213px;}
	#qc2 #qform .qc_input{width:187px}
	#qc2 #qform .col.two {margin:0; width:236px}
	#qc2 #qform .qc_comment {overflow: auto; width:210px; height:127px}	
	#qc2 #qform .qc_submit {margin: 6px 0 0 0;float: right;font-size:16px;text-transform:uppercase}
	#qc2 #qform p {float:left; font-size:11px;}


/* ==== FOOTER ================================================================================================= */
/* All elements belonging to the footer section */

	footer {background:url(images/structure/footer-rx.jpg) repeat-x top center #364E6A; padding:60px 0; color:#DCDBD7}
	footer section.one{float:left;width:990px}
	footer p{width:100%;line-height:20px;font-size:13px;float:left;}
	footer a{color:#DCDBD7}
	footer a:hover{color:#C6AB74}
	footer .mnplate{float:left;margin:0 40px 0 0}
	footer #footerlegal{float:left;width:549px}
	footer #footerlinks{float:right;width:auto;text-align:right!important}
	footer #footerseo{float:left;clear:left;margin-top:15px; width:100%}
	footer #footerseo p { width:100%}

	footer .footernav {margin-bottom:10px;float:left;margin-left:-9px; width:100%}
	footer .footernav li a {padding:0 27px 13px; background: url(images/structure/footer_nav_divider.jpg)right center no-repeat;font-size:13px; }
	footer .footernav li.last a { background: none;  }



/* ==== CONTENT ELEMENTS ======================================================================================= */
	.columnset {float:left; width:100%; clear:both}
	.columnset .column {position:relative; float:left; min-height:1px; height:auto!important; height:1px;}
	.columnset.half .column, .columnset.halfcolumns .column{width:45%;margin-right:10%}
	.columnset.third .column, .columnset.thirdcolumns .column{width:30%;margin-right:5%}	
	.columnset.fourth .column, .columnset.fourthcolumns .column{width:22%;margin-right:4%}
	.columnset.fifth .column, .columnset.fifthcolumns .column{width:18.5%;margin-right:1.8%}
	.columnset .column.last {margin:0!important}
	.ismobile .columnset .column {width:100%;clear:both!important;margin:0!important}


	img.alignleft, img.alignright, img.aligncenter, .picLeft, .picRight{border:0px solid #CCC;margin:6px 0; padding:2px;}
	.alignleft,.picLeft{float:left;margin-right:20px!important}
	.alignright,.picRight{float:right;margin-left:20px!important}
	.aligncenter{margin:0 auto 10px!important;display:block;clear:both}
	.noborder{border:0!important}
	
	
	.backtotop.styled {
		position:fixed;bottom:20px;right:20px;width:55px;height:55px; 
		color:#FFF;font-weight:bold; font-size:30px;line-height:55px;
		display:none; text-align:center;background-color:#AEAEAE; border:1px solid #ccc;
		-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
		/* text-indent:-9999px;background: url('icon_top.png') no-repeat; */
	}


/* ==== WORDPRESS COMMON ======================================================================================== */

	/*-- Search form --*/
	.searchform{margin:0 0 20px; padding:10px;border:1px solid #ccc; display:block; overflow:hidden}
	.searchform .s{ float:left; width:69%; padding:5px 2px}
	.searchform .searchsubmit{ float:right; border: 1px solid #ccc; padding:5px; width:24%; cursor:pointer}
	aside .widget{float:left;clear:left;width:100%;margin-bottom:20px}


	/*-- WORDPRESS CAPTIONS -- */
	.wp-caption{border:1px solid #ddd;text-align:center;background-color:#f3f3f3;padding-top:4px;margin:10px}
	.wp-caption img{margin:0 auto;padding:0;border:0 none}
	.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;padding:2px 4px 5px;margin:0 auto;text-align:center}
	.wp-caption.alignnone {margin: 5px 20px 20px 0;}
	.wp-caption.alignleft {margin: 5px 20px 20px 0;}
	.wp-caption.alignright {margin: 5px 0 20px 20px;}


	/*--  WORDPRESS BLOG POSTS -- */
	.post {float:left; display:block; width:100%; clear:both}
	.post_extra_info {display:none;}
	.post_image {float:left; overflow: hidden; margin:0 20px 0 0}

	.blog .first h2, .archive .first h2  {margin-top:0}
	.blog .heading+.post  h2, .archive .heading+.post h2  {margin-top:0}
	
	.post+hr { float:left;width:100%;border:0;margin:20px 0; background:0; border-top:1px solid #ddd }
	.post.last+hr {display:none!important}
	
	.pagination {display:block; float:left; width:100%; padding:10px 0;  margin-top:10px;text-align:left; line-height:45px}
	.pagination>*{ padding:8px; border:1px solid #ccc;  }
	.pagination .current {background:#dfdfdf}
	.pagination a[rel=prev] {float:left}	
	.pagination a[rel=next] {float:right}


	/*-- Blog posts info --*/	
/*	.pt-post .post_extra_info {display:block; width:100%; clear:both}	
	.pt-post .post .date{display:inline}
	.pt-post .post .author{display:inline}
	.pt-post .author_image{float:right; margin:0  0 0 40px}	
	
	.pt-post.single .post_extra_info {float:left; width:96%;clear:both;padding:5px 2%;
	 margin:0 0 20px;display:block; background:#F6F6F6; border:1px solid #C4C4C4}
	.pt-post.single .post .date{display:block}
	.pt-post.single .post .author{display:block}	 
	.pt-post.single .author_image{float:left; margin:0  10px 0 0}	
	.pt-post.single .author_image img{max-width:90px; max-height:60px; border:1px solid #fff}	 */

/* ===== Contact Form  ========================================================================================== */

	
/*	
	#contact_form .row-fluid {width:92%;padding:25px 4%; background: #C8C8C8}
	#contact_form .row-fluid .span6 {width:100%; margin:0; padding:0; clear:both}
	#contact_form .row-fluid .span6 .field {clear:none; width:50%; }
	#contact_form .inputSelect, #contact_form .inputComment { 
	background-color:#F1F1F1; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#444}
	#contact_form .row-fluid .addressinfo {margin:25px 0 0}	
*/
	
	#contact_form .row-fluid {width:100%;padding:0; background: 0}
	#contact_form .row-fluid .span6 .field .inputSelect {border:1px solid #777; margin:0 0 20px}
	#contact_form .row-fluid .span6 .field .inputSelect.error {border:1px solid #C00; background-color:#FFE5E7;}

	#contact_form .personalinfo .inputSelect {padding:8px 8px 8px 22px!important; background-position: 5px 12px}
	#contact_form .personalinfo select.inputSelect {padding:8px 6px!important; width:90%}
		
	#contact_form .row-fluid .addressinfo {margin:0}	
	#contact_form .row-fluid .addressinfo .inputSelect {width:86%; padding:8px!important}
	#contact_form .inputComment { width:95% }  
	
/* ===== LOCATIONS API ========================================================================================== */

	/* -- Google Map API & InfoWindow Styles -- */
	.mapcanvas {float:left; width:99%; height:520px; margin: 0 0 20px; border:4px double #ccc}
	.iwindow {line-height:18px;width:250px}
	.iwindow hr { border:0;margin:10px 0; background:0; border-top:1px solid #ddd; width:100%; clear:both }
	.iwindow a {font-size:12px}
	.iwindow.hasimg {width:350px}
	.iwindow.hasimg hr {float:left;}
	.hasimg.hasimg .infoimg {float:left;max-width:100px;margin:0 10px 0 0}

	.mapimg {display:block; height:100px; width:auto;}

	/* -- Directions form - active only on single locations -- */
	.directions_form {float:left;display:block;border:1px solid #ddd; width:100%}
	.directions_form>div {display:block;padding:10px; overflow:hidden}
	.directions_form .saddr{float:left; width:75%; padding:10px}
	.directions_form strong {display:block}
	.directions_form .dbtn {float:right; width:18%; border:0; padding:10px;}


	/* -- map_info styles/ Bubble -- */
	.map_info {clear:none!important;overflow:hidden; line-height:18px; float:left; cursor:pointer}
	.map_info {width:32%;margin:0 1% 10px 0}
	.map_info .org, .map_info .line1, .map_info .line2, .map_info .csz, .map_info .tel, .map_info .fax, .map_info .extra {display:block;}
	.map_info .full_address {display:block;padding-bottom:10px} 
	
	 .map_info .tel {margin-top:15px;}
	 .map_info .fax {margin-bottom:15px;}
	 .map_info .extra {display:none;}


	/* -- Fall back & Mobile Styles --- */
	.fallback.map_info {clear:left!important;width:100%; margin:0; height:auto!important}
	.fallback .mapimg {float:left; width:45%; height:175px; margin-right:10px}
	.ismobile .mapimg {width:100%;height:100px; margin-bottom:10px}
	.ismobile .full_address {clear:both; width:100%}


	/* -- Non visible elements -- */	
	script {display:none!important}		
	
	  /*-------- CALL-TO-ACTION ------*/
      #main article .calltoaction{margin-top: 25px; clear:both;}
      p.calltoaction {font-size: 15px;height: auto; background-color:#fff; padding:15px 15px 15px 5px; text-align:left; color:#444; }
      .calltoaction img.alignleft{margin:0px 8px 0px 0px!important;}


	/*------------- FAQ HIDE SHOW MORE ----------------*/
	#main article p.actitle {padding:0 0 0 25px; margin:0;cursor:pointer; background:url(images/bullet_arrow.png) left center no-repeat; /*margin:15px 0 0 0;*/ color:#fd931a; font-size:14px; font-weight:bold;}
	#main article p.actitle.active { background:url(images/bullet_arrow_down.png) left center no-repeat; color:#1076a9; }
	#main article .acpane p, #main article .acpane ul {margin:10px 0 10px 25px;}
	#main article .acpane .columnset{margin-left:23px; width:97%} 
	#main article p.faq{font-size:17px;margin-bottom: 5px;}
