/*
	Theme Name: PRODUCTION RESPONSIVE 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:#54574c; font-size:14px;line-height:24px}
	body, .holder, .wrapper{min-width:320px}
	.container{/* width:1240px; */ max-width:1240px; min-width:320px; }
	.content {float:none; display:block; padding:0 20px; width:auto}
	
	
	






/* ==== HEADER ===================================================================================================== */
/* All elements belonging to the <header></header> Tags */


	header{ background: url(images/structure/header_ry.png) top center repeat-y; padding:30px 0; position:relative; z-index:10;}


	header .content>* {float:left;display:block}

	/* Logo --- */
	#logo{width:50%; /*max-width:460px*/}
	#logo img {width:100%; height:auto; display:block; max-width:456px; margin:15px 0 0 0;}	


	/*-- =ADDRESS/CONTACT/INFO -- */	
	#topinfo {width:50%; text-align:right;}
	
	#topinfo .tel, #topinfo .adr{ font-style:normal; display:block; line-height:40px;}
	#topinfo .tel {color:#202020; font-size:30px; }	
	#topinfo .tel a {color:#202020; font-size:30px; }	
	#topinfo .tel a:hover {color:#26a5e0; font-size:30px; }			
	#topinfo .adr {color:#202020; font-size:14px; font-weight:600}
	#topinfo .adr:hover {color:#26a5e0; font-size:14px; font-weight:600}
	#topinfo .adr span{color:#fff;}
	#topinfo .btn {font-size: 18px; padding: 0px 12px; margin: 0 10px 0 0; background: #fff; text-transform: lowercase;}


	
	
	/* Changes when screen reaches 750px */
	/*@media screen and (max-width: 768px) { 
	   	#logo, #topinfo  {width:100%; max-width:100%; text-align:center; }
		#logo img {margin:0 auto}	
		#logo {padding:0 0 20px}		
	}*/








/* ==== NAVIGATION ================================================================================================ */

	/* Main Navigation ---*/
	nav {height:auto; position:relative; background: url(images/structure/nav_ry.png) top center repeat-y #181818; }
	

	/* Desktop */
	#ddm{margin:0; float:left;  }
	#ddm>li>a{font-size:14px;line-height:14px;height:14px;padding:30px 27px;
				color:#d5d5d5;text-transform: uppercase;font-weight:normal;
				 background:url(images/structure/nav_divider.jpg) cen;ter right no-repeat;}
	
	#ddm>li.first>a, #ddm>li:first-child>a {padding-left:30px}
	#ddm>li.last>a, #ddm>li:last-child>a{background:0; padding-right:30px}
	#ddm>li:hover>a{color:#fff; text-decoration:none; background:#29a2da;}
	
	/* #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:#fff;font-size:13px;padding:8px 16px;margin:0;background:#29a2da}
		#ddm li ul a:hover{color:#d5d5d5;background:#2b2b2b}



	/* Mobile */
	#ddm_mobile {display:none}
	#ddm_mobile, #ddm_mobile ul {  list-style:none outside;  margin: 0;  padding: 0;   overflow:hidden;}
	#ddm_mobile>li>a {
	 margin:0; cursor: pointer; height:60px; line-height:60px;
	 font-size:18px; color:#516f02; display:block;  padding: 0 0 0 10px;
	 background: url(../images/menu_icon.png) left center no-repeat #cedabf;
	 border:0;}

	#ddm_mobile ul {padding: 0;}
	#ddm_mobile ul li a{display:block; text-decoration:none; color: #000;
	font-weight:normal; height:40px; line-height:40px; 
	border-bottom:1px solid #999; }
	#ddm_mobile ul li a:hover { color: #b4bccc;text-decoration:none; }	
	
	/* Mobile Submenu */
	#ddm_mobile>li>ul>li>a {background:#e3efd4; color:#516f02; padding-left:10px}
	#ddm_mobile>li>ul>li>a:hover {color:#293800;}
	#ddm_mobile>li>ul>li>ul>li>a {background:#edfade; color:#516f02; padding-left:10px}
	#ddm_mobile>li>ul>li>ul>li>a:hover {color:#293800;}	


	/* Changes when screen reaches 990px */
	/*@media screen and (max-width: 990px) {	   	
		#ddm {display:none}
		#ddm_mobile {display:block}		
	}
*/






@media (min-width: 990px) {		
#top_sections {
	position: relative;
	z-index: 9999; 
	top:0; 
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto; }
	
	.top_sections_fixed {position:fixed !important;}
	
}
@media (min-width: 990px) {							
	.sticky #ddm>li>a {padding-bottom:17px; padding-top:17px; -webkit-transition: padding-top .5s; transition: padding-top .5s;}	
	.sticky header {padding-bottom:0; padding-top:0; -webkit-transition: padding-top .5s; transition: padding-top .5s;}	
	
}











/* ==== Graphic ================================================================================================= */


	/* Graphic/Slider -- */
		
	#graphic_holder {background:#181818; /*margin-top:-140px;*/}
	#graphic {width:2568px;height:615px;position:relative; top:0px; left:50%; margin:0 0 0 -1281px; z-index:5;}
	
	/*#graphic_holder {width:100%; float:left;}
	#graphic{width:100%; height:auto; max-width:2560px; min-width:320px; text-align:center; float:none; display:block; margin:0 auto}
	#graphic img { width:100%; display:block; max-width:2560px; min-width:320px;}*/
	/*#graphic_holder #graphic { margin: 0 0 0 -1%; width: 101% !important;}*/	

	/* Changes when screen reaches 990px */
	/*@media screen and (max-width: 990px) {		
		#graphic_holder #graphic { margin: 0 0 0 -45%; width: 200% !important;}	
		#graphic_holder img, #graphic_holder #graphic {width:100%; }
	}*/







/* ==== Blue Box Title ================================================================================================= */
	/* Blue Box Title -- */
	#title_holder {background:none; margin-top:-47px; position:relative; z-index:10; background:url(images/structure/main_ry.jpg) repeat-y top center #181818;}
	#title_holder .row {background:#29b6eb; padding:25px 0;}
	#title_holder h1 {margin:0; color:#fff; font-weight:300;}







/* ==== Highlights ============================================================================================= */

	/* Highlights/Thumbnails -- */
	#highlight_holder {background:#8c8888;}
	#highlights {height:auto;padding:40px 0;}
	#highlights img {display:block; width:100%; height:auto;}	








/* ==== GLOBAL ================================================================================================= */

	H1,H2,H3,H4,H5,H6{margin:40px 0; padding:0;font-weight:300;color:#209ed9;text-transform:capitalize}
	H1{font-size:38px;line-height:50px}
	H2{font-size:30px;line-height:42px; color:#191919; text-transform: uppercase}
	H3{font-size:28px;line-height:40px}
	H4{font-size:24px;line-height:38px; text-transform: uppercase}
	H5{font-size:24px;line-height:36px}
	H6{font-size:22px;line-height:34px; color:#191919; text-transform: uppercase}
	
	.heading {margin:0 0 60px 0; text-transform:uppercase;}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h5 strong  {font-weight:700;}
	H1 strong{font-size:38px;line-height:50px;}
	H2 strong{font-size:30px;line-height:42px}
	H3 strong{font-size:28px;line-height:40px}
	H4 strong{font-size:26px;line-height:38px}
	H5 strong{font-size:24px;line-height:36px}
	H6 strong{font-size:22px;line-height:34px}
	
	.home-h3 {font-size:18px; text-transform:uppercase; margin:0 0 0 0; font-weight:600;}
	.home-h2 {margin:20px 0;}
	
	/*@media screen and (max-width: 768px) {
		
		H1,H2,H3,H4,H5,H6{margin:0px 0 40px;}
		H1{font-size:26px;line-height:34px}
		H2{font-size:24px;line-height:30px}
		H3{font-size:22px;line-height:28px}
		H4{font-size:20px;line-height:26px}
		H5{font-size:18px;line-height:24px}
		H6{font-size:16px;line-height:22px}
		.heading {margin:0px 0 30px 0;}		
		
	}*/
	
	
	ul, ol{margin:0;padding:0 0 20px 30px; margin:0 0 40px; list-style-position:outside; /*color:#209ed9*/}
	/* ul a, ol a {font-size:16px; line-height:28px} */
	
	ul.pdf {margin:0;padding:0 0 20px 30px;list-style-position:outside; list-style-image: url(images/structure/disk_pdf.gif)}
	ul.check {margin:0;padding:0 0 20px 30px;list-style-position:outside; list-style-image: url(images/structure/check.png)}
	li {padding-bottom: 20px;}

	
	a {color: #26a5e0; text-decoration:none;}
	a:hover{color: #202020; text-decoration:none}


	p {margin:0 0 40px;}
	blockquote {border-left:10px solid #CCC;font-style: italic;padding:0 32px}
	blockquote p {text-align:justify}	


	.btn {background:#26a5e0;color:#FFF;padding:20px; text-decoration:none; border:0; cursor:pointer; text-transform:uppercase;}
	.btn:hover {background:#b7b7b7;color:#000;text-decoration:none}
	
	.btn-plus {background:#b7b7b7;color:#000;padding:7px 15px; text-decoration:none; border:0; cursor:pointer; text-transform:uppercase; font-size:30px; font-weight:300;}
	.btn-plus:hover {background:#2babe6;color:#FFF;text-decoration:none}

	
	hr{display:block;float:none;clear:both;width:auto;border:0;text-align:center;margin:20px 0;border-top:1px solid #757575; }
	hr.clear{height:1px;margin:0;border:0}
	hr.spacer{height:40px;margin:0;border:0}	
	
	.img-content{float:left;}
	
	.above{margin-top: 0;}


	





/* ==== MAIN ===================================================================================================== */
/* All elements belonging to the main section */

	#main{background:url(images/structure/main_ry.jpg) repeat-y top center #181818; padding:60px 0; text-align:left }
	
	#main {margin-top:140px;}
	.home #main {margin-top:0;}
	
	.nosidebar #main .main_section {width:100%;}

	aside .first {margin-top:0}
	aside .first .htag {margin:0 0 60px}


	article .row {margin-bottom:40px}


	.center-block {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

	.home-list {list-style-type: none;}
	.home-list li {margin-left:-30px; font-size:16px; line-height:30px;}
	.home-list li a {color:#4e4e4e;}
	.home-list li a:hover {color:#000;}
	







/* ==== QC ===================================================================================================== */

/* -- Quick Contact Form --*/


/*
	#qc {float:left;margin:0;width:100%;height:auto;padding:0}
	#qc #qform {width:100%;	padding: 0;	margin: 0 0 10px 0;	overflow:hidden;}
	#qc #qform .qc_input, #qc #qform .qc_comment {
		margin: 6px 0 0 0; padding:8px 4px 8px 22px;display: block;clear: left;
		background-position:5px 11px; height:39px;background-color: #26a5e0; border:0;
		color: #fff; font-size: 14px; font-family: Arial,Tahoma,Helvetica,sans-serif;}
	
	#qc #qform .col { float:left; margin-right:2%; width:38%;}
	#qc #qform .col.two {width:50%; margin-right:0;}
	#qc #qform .col.three {margin:0; width:10%}	
	
	#qc #qform .qc_comment {overflow: auto; height:130px}	
	#qc #qform .qc_submit {margin:6px 0 0;float:right; }
	#qc #qform p {float:left; font-size:14px; color:#FFF; margin:0 0 10px}*/

	/*#qc #qform .qc_input, #qc #qform .qc_comment { 
	width:100%;
	display:block;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;         
	}*/









/* ==== BOTTOM ================================================================================================= */
/* All elements belonging to the bottom section */


	#bottom_practice {background:url(images/structure/practice_ry.jpg) repeat-y top center #181818; padding:60px 0 }	
	#bottom_practice .headingBack {background:url(images/structure/heading-back.jpg) top center repeat-x; margin:25px 0;}
	
 

	#bottom_contact {background:url(images/structure/contact_ry.jpg) repeat-y top center #181818; padding:60px 0;}	
	#bottom_contact h2 { border-bottom:1px solid #757575; padding:0 0 20px 0; margin:0 0 40px 0;}
	#bottom_contact h2, #bottom_contact a {color:#b6b6b6;}
	#bottom_contact .btn-plus {font-size:18px; padding:7px 12px; margin:0 10px 0 0; background:#2babe6;color:#FFF;}
	#bottom_contact .btn-plus:hover {background:#b7b7b7;color:#000;}

	


	#bottom {background:url(images/structure/bottom.jpg) repeat-y top center ; padding:60px 0 }
	
	#bottom .col-sm-6 {padding-bottom:40px; overflow: hidden;}
	
	#bottom H3{color:#bfb2a8;font-size:19px;padding:0;margin:0 0 10px}
	#bottom ul{margin:0;padding:0;list-style:outside none;width:100%;}
	
	#bottom a{color:#555;}
	#bottom a:hover{color:#6d2378}


	/*@media screen and (max-width: 992px) {
	
		#bottom .col-sm-6 ul li {float:left; width:50%}	
	
		
	}*/






/* Quick Contact Gravity Forms */

#qc li {padding-bottom:0;}

#qc .gform_wrapper .gform_heading, #qc .gform_wrapper .top_label .gfield_label {display:none!important}

#qc .gform_wrapper .ginput_container input, #qc .gform_wrapper .ginput_container textarea {
	background:#26a5e0!important; color:#fff!important; width:100%!important;  text-indent: 0!important; border-radius:0; border:0; }

#qc .gform_wrapper .ginput_container input {height:50px!important; width:48%!important; padding:6px 12px!important;}
#qc .gform_wrapper .ginput_container textarea {float:right; width:50% !important; margin:-179px 0 0 0!important; padding: 6px 12px !important; height:169px !important; }

#qc .gfield.disclaimer {font-size:12px; font-style:italic; color:#fff;}
#qc .gform_wrapper .gform_footer {padding:0!important; text-align:right;}
#qc #gform_submit_button_1 {padding:20px;}

#qc .form-control:focus {    
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  
}

/* changes color of placeholder */
#qc .gform_wrapper .ginput_container input::-webkit-input-placeholder, #qc .gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
   color: #fff;
}
#qc .gform_wrapper .ginput_container input:-moz-placeholder, #qc .gform_wrapper .ginput_container textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
#qc .gform_wrapper .ginput_container input::-moz-placeholder, #qc .gform_wrapper .ginput_container textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
#qc .gform_wrapper .ginput_container input:-ms-input-placeholder, #qc .gform_wrapper .ginput_container textarea:-ms-input-placeholder {  
   color: #fff;  
}

@media screen and (max-width: 600px) {
	#qc .gform_wrapper .ginput_container input, 
	#qc .gform_wrapper .ginput_container textarea {float:none; width:100% !important; margin:0!important;}
}












/* ==== FOOTER ================================================================================================= */
/* All elements belonging to the footer section */

	footer {background:url(images/structure/footer_ry.jpg) repeat-y top center #181818; padding:60px 0; color:#b6b6b6; line-height:25px; font-size:12px;}

	footer ul{margin:0;padding:0;list-style:outside none;width:100%; text-transform:uppercase;}

	footer a{color:#b3b3b3; font-size:12px;}
	footer a:hover{color:#767676}

	footer #footerseo{float:left;clear:left;margin-top:15px; width:100%}
	footer #footerseo p { width:100%}
	
	footer .adr, footer .tel, footer .fax {color:#45b8ee;}
	footer .fax span, footer .tel span {color:#b6b6b6;}
	
	footer .btn-plus {font-size:18px; padding:7px 12px; margin:0 10px 0 0; background:#2babe6;color:#FFF; text-transform: lowercase;}
	footer .btn-plus:hover {background:#b7b7b7;color:#000;}
	
	footer li {padding-bottom: 5px;}
	
/*
	footer .footernav {margin-bottom:10px;float:left;margin-left:-9px; width:100%}
	footer .footernav li a {padding:0 9px; background: url(images/structure/footer_nav_divider.jpg)right center no-repeat;font-size:13px; }
	footer .footernav li.last a { background: none;  }
*/












/* = Forms 
-------------------------------------------------------------------------------------------------------------------- */

/* Gravity Forms */

.gform_wrapper .gform_heading,
.gform_wrapper .top_label .gfield_label, .gform_wrapper label {display:none!important}

.gform_wrapper .ginput_container input, 
.gform_wrapper .ginput_complex .ginput_full input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select{
	background:#F3F3F3;
	width:100%!important;padding: 10px 12px!important;text-indent: 0!important;
	border-radius:0 !important; border-width:0 !important;	
}

.gform_button {color:#fff;background:#26a5e0; padding:10px 20px; border:0; font-weight:500; text-transform:uppercase;}

.gfield.disclaimer {font-size:12px; font-style:italic}
.gform_wrapper .gform_footer { padding:0!important; text-align:right}
.gform_footer input[type=submit] {/*width:100%;*/}

/* Long contact form address */
.gform_wrapper .ginput_complex .ginput_left, 
.gform_wrapper .ginput_complex .ginput_right {
	width:49%!important; min-height:1px!important;
}

.gform_wrapper div.ginput_container,
.gform_wrapper .address_line_2, 
.gform_wrapper .ginput_complex > span {margin-top:10px!important;}

.gform_wrapper .address_line_2 {display:block}












/* ==== 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:0 0 12px}
	.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}
	


	.wp-caption {
		border: 1px solid #ccc;
		border-radius: 4px;
		margin-bottom: 10px;
		max-width: 100%;
		padding: 0 10px;
	}
	
	.wp-caption.aligncenter {
		margin-bottom: 10px;
	}
	
	.wp-caption img[class*="wp-image-"] {
		display: block;
	}
	
	.wp-caption .wp-caption-text {
		margin-top: 10px;
		text-align: center;
	}

	
	.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 .inputSelect {border:1px solid #777; margin:0 0 20px; padding:8px}
	#contact_form .personalinfo .inputSelect {padding:8px 8px 8px 22px!important; background-position: 5px 12px}
	#contact_form .personalinfo select.inputSelect {padding:8px 6px!important;}


	#contact_form .inputSelect, #contact_form .inputComment  { 
		width:100%;
		display:block;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}


	
/* ===== LOCATIONS API ========================================================================================== */

	/* -- Google Map API & InfoWindow Styles -- */
	.mapcanvas {float:left; width:99%; height:500px; 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} 


	/* -- 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}		
	
	
	
		/* Changes when screen reaches 1809px */
	/*@media screen and (max-width: 750px) { 
	   	
		
		
	}*/
	
	
	
.ismobile .col-xs-12 {
    width: 100%;
  }
	

.ismobile .visible-xs {
    display: block !important;
  }
  
  .ismobile .visible-sm {
    display: block !important;
  }
