/**
 * Theme Name: THEME-R PRODUCTION THEME
 * Theme URI: http://mednet-tech.com
 * Author: MedNet Technologies
 * Author URI: http://mednet-tech.com
 * Description: Custom HTML5 Pruduction Wordpress Theme Using thmpltfrmwrk
 * Template: thmpltfrmwrk 
 * Version: 1 
 */



/* = Formatting
-------------------------------------------------------------------------------------------------------------------- 
Global Styling For All Elements throughout the site */

html {background:#ffffff;}

body {color:#555555; font-size:16px; line-height:26px;}

h1, h2, h3, h4, h5, h6 { margin:60px 0 30px; padding:0; color:#abc229; font-weight:600; text-transform:uppercase; letter-spacing:2px;}

	H1{font-size:32px;line-height:32px}
	H2{font-size:26px;line-height:26px; color:#0b904d}
	H2 span {font-size:20px;line-height:20px; color:#4b4848; text-transform:none;}
	H3{font-size:20px;line-height:20px;}
	H3 span{font-size:18px;line-height:18px; color:#4b4848; text-transform:none;}
	H4{font-size:26px;line-height:26px}
	H5{font-size:24px;line-height:24px}
	H6{font-size:22px;line-height:22px}
	
	footer h2 {font-size:32px;}
	
	.topheader {margin:0 0 60px; text-transform: uppercase;}
	.sb-map{margin:0 0 10px;}
	
	@media screen and (max-width: 768px) {
		
		H1,H2,H3,H4,H5,H6{margin:40px 0 10px;}
		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}
		
		footer h2 {font-size:26px;}
		
		.topheader {margin:0px 0 30px 0;}		
		
	}
strong{color:#abc229}	

ul, ol{ padding:0 0 0 30px; margin:0 0 40px; list-style:outside;}
.privacy{ padding:0 0 0 60px; margin:0 0 40px; list-style:outside;}
.privacy-two{ padding:0 0 0 115px; margin:0 0 40px; list-style:outside;}


a {color:#abc229; text-decoration:none}
	a:hover {color:#0b904d; text-decoration:none}

	/* take off the dotted outline on this elements */
	a:hover, a:active, a:focus, object, embed {
	  outline: 0; text-decoration:none;
	}

hr {border:0; border-top:1px solid #d2d2d2;}
	hr.clear { border: 0 none;height: 1px;margin: 0; clear:both}
	hr.spacer {border: 0 none;height: 40px;margin: 0;}

p, .rowlikep {margin:0 0 40px}

blockquote {border-left:7px solid #abc229;padding:20px 32px; background:#4b4848;}
	blockquote p {text-align:justify; font-style:normal; color:#fff}


/* -- Formatting classes -- */
.row.flushcolumns > * { padding:0}	

.img-thumbnail { background-color: #f7f7f7; border: 2px solid #333; border-radius:1px}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.hid {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.btn, .gform_button {background:#0b904c;color:#FFF;padding:20px; text-decoration:none; border:0; cursor:pointer; text-transform:uppercase; border-radius: 5px;-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
	.btn:hover , .gform_button:hover{background:#aac129;color:#FFF;text-decoration:none}


.button-link{background-color:#0b904c;padding:15px;color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;display:inline-block;margin-top:15px;}
.button-link:hover{background-color:#abc229;text-decoration: none;color:#fff;}

.pagewrapper{background: url(images/structure/home-bg.png) no-repeat;}








main_section mngallery-archive H1, H2{margin:30px 0 30px 0;}	
 



/* = Header
-------------------------------------------------------------------------------------------------------------------- 
Elements in the structure/header.php file  */

#header { background:#fff; padding:20px 0; -webkit-transition: padding 1s; transition: padding 1s;}

#header #logo img {max-width:100%}
#header address{margin:0; font-size:18px; color:#646262; -webkit-transition: font-size 1s; transition: font-size 1s; margin-bottom:0;}
#header > .container{padding: 20px 25px;}

#header .topright {text-align:right}

.header-contact, .header-contact i {color:#abc229;font-size:30px;}
.header-contact {font-weight:bold; margin-bottom:10px; -webkit-transition: font-size 1s; transition: font-size 1s; margin-bottom:0;}
.header-contact i {margin-right:15px;}

.top-bg{top: 150px;background: url(images/structure/home-bg.png) no-repeat;position:absolute;width:100%;min-height:1241px;}

@media screen and (max-width: 768px) {
	#header #logo{text-align: center;margin-bottom: 10px;}
	#header .topright{text-align: center !important;}
	.header-contact, .header-contact i {font-size:26px;}
}





/* = Main Navigation 
-------------------------------------------------------------------------------------------------------------------- */
#navigation {position:relative;z-index: 9999; overflow: visible }

	/* Dropdown Style */
	#mainmenu{margin:0; float:left;  }
	#mainmenu>li>a{font-size:15px;line-height:15px;padding:33px 28px;
				color:#646262;text-transform: capitalize; font-weight:bold;
				-webkit-transition: padding-top 1s; transition: padding-top 1s;
				-webkit-transition: padding-bottom 1s; transition: padding-bottom 1s;
			/*	 background:url(images/structure/nav_divider.jpg) center right no-repeat; */}
	
	#mainmenu>li.first>a{padding-left:0}
	#mainmenu>li.last>a{background:0; padding-right:0}
	#mainmenu>li:hover>a{color:#abc229; text-decoration:none}
	
	/* #mainmenu>li:hover {background:url(images/structure/nav_underscore.png) center top}*/	
	/* #mainmenu>li.has-submenu {background:url(images/structure/nav_sub_menu_arrow.jpg) center 45px no-repeat;} */
	
		/* Sub-Menu*/
		#mainmenu ul{width:230px;margin-top:0}
		#mainmenu li li a{color:#fff;font-size:13px;padding:8px 16px;margin:0;background:#4b4848}
		#mainmenu li ul a:hover{color:#abc229;background:#4b4848}
	
/* Accordion Style */
	#mainmenu_accordion, #mainmenu_accordion ul {list-style:none outside;  margin: 0;  padding: 0;   overflow:hidden;}
	#mainmenu_accordion>li>a {
	 margin:0; cursor: pointer; height:60px; line-height:60px;
	 font-size:12px; color:#646262; display:block;  padding:0;
	 background:0;border:0;}

	#mainmenu_accordion>li>ul {padding: 0; margin:0 0 40px; /*border-top:1px solid #54583A;*/}
	
	#mainmenu_accordion ul li a{display:block; text-decoration:none; font-weight:normal; height:auto; 
									line-height:40px; border-bottom:1px solid #ababab;}
	#mainmenu_accordion ul li a:hover {text-decoration:none; }	
	
		/* Mobile Submenu */
		#mainmenu_accordion>li>ul>li a {background:0; color:#646262; padding-left:20px}		
		#mainmenu_accordion>li>ul>li a:hover {color:#abc229;}
		
		#mainmenu_accordion>li>ul>li li a { background:0; padding:0 0 0 40px;}		
		#mainmenu_accordion>li>ul>li li li a {background:0; padding:0 0 0 50px;}
		#mainmenu_accordion>li>ul>li li li li a {background:0; padding:0 0 0 60px;}		

		/* If a menu item has an dropdown */
		#mainmenu_accordion .menu-item-has-children>a:after{
		  content:"\e252";  font-family:"Glyphicons Halflings";
		  margin:0 10px 0 0; display:inline-block; float:right; font-size:10px;}

@media screen and (max-width: 1280px) {
	#mainmenu>li>a{padding:33px 23px;}
}
@media screen and (max-width: 1200px) {
	#mainmenu>li>a{padding:33px 8px; font-size:14px;}
}






/* = Sticky Nav Styling 
-------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 990px) {							
	.sticky {
		position: fixed !important;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9999; 
		border-top: 0;
		border-bottom:1px solid #abc229;
	}
	.sticky #header {padding:5px 0 0 0; -webkit-transition: padding 1s; transition: padding 1s;}
	
	.sticky #header .header-contact {font-size:22px; -webkit-transition: font-size 1s; transition: font-size 1s; margin-bottom:0;}
	.sticky #header address {font-size:16px; -webkit-transition: font-size 1s; transition: font-size 1s;}
	
	.sticky #logo img {width:50%;}
	
	.sticky #navigation {background:#fff; -webkit-transition: background 1s; transition: background 1s;}
	
	.sticky #mainmenu>li>a {
						padding-top:0; -webkit-transition: padding-top 1s; transition: padding-top 1s;
						padding-bottom:20px; -webkit-transition: padding-bottom 1s; transition: padding-bottom 1s;
	}
}
		







/* = Banner/Graphic - Carousel
-------------------------------------------------------------------------------------------------------------------- */

#graphic .container {padding:0;}
.carousel-inner {width:100%; max-width:1280px; margin:0 auto;}

.carousel-inner > .item > img.fullwidthimg {width:100%; height:auto}
.carousel-inner > .item > .constrained { height:420px; background-size:cover!important;}
.carousel-inner > .item {background:#000}

@media screen and (max-width: 768px) {
	.carousel-inner>.item>img {max-width:135%;}
}

/*Img was floating left causing issues with caption box*/
#graphic .wp-post-image {float:none;}


/* -- CAPTION -- */
.carousel-caption {display:none;width:100%; top:0; left:0; bottom:0; text-align:left; padding:120px 0 0 0;}
.carousel-caption > * {color:#fff; text-shadow: 1px 1px 8px rgba(0, 0, 0, 1);}
.carousel-caption h1 {color:#fff; font-size:50px; line-height:50px; margin:0 0 20px 0;}
.carousel-caption p {font-size:18px; line-height:28px; margin:0;}
@media screen and (max-width: 1200px) {
	.carousel-caption {padding:90px 0 0 0;}
}
@media screen and (max-width: 992px) {
	.carousel-caption {padding:70px 0 0 0;}
	.carousel-caption h1 {font-size:40px; line-height:40px;}
	.carousel-caption p {font-size:16px; line-height:24px;}
}
@media screen and (max-width: 768px) {
	.carousel-caption {position:relative; text-align:center; padding:20px 20px 40px; background:#000;}
	.carousel-caption h1 {font-size:30px; line-height:30px;}
}


/* -- INDICATORS -- */
.carousel-indicators li {background:#adadad;border:none;}
.carousel-indicators li.active {background:transparent;border:2px solid #0b904d;}
ol.carousel-indicators {margin-bottom:0;}


/* -- LEFT/RIGHT FADE -- */
/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x) */
.carousel-fade .carousel-inner .item {
  opacity: 0;  transition-property: opacity;  transition-duration: .75s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;  opacity: 0;  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators{bottom:-40px;}
.carousel-indicators li,
.carousel-indicators li.active{margin: 0 3px;}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
}










/* = Highlights
-------------------------------------------------------------------------------------------------------------------- */

#highlights { margin-top: 115px; }

#highlights h4{margin:10px 0 0;font-size:18px;color:#646262; text-transform:uppercase;}
#highlights h3{font-weight:bold;margin:0;color:#0b904c;font-size:24px; text-transform:uppercase;}
/*#highlights h3:hover{font-weight:bold;margin:0;color:#abc229;font-size:24px; text-transform:uppercase;}*/

@media screen and (max-width: 1280px) {
	#highlights h4{font-size:16px;}
	#highlights h3{font-size:20px;}
}
@media screen and (max-width: 992px) {
	#highlights img {display:block; margin:0 auto;}
}
@media screen and (max-width: 768px) {
	#highlights h4{font-size:14px;}
	#highlights h3{font-size:18px;}
}






/* = Main Section 
-------------------------------------------------------------------------------------------------------------------- */

#main { background: #fff; padding:60px 0 }
.home #main{background-color:#f5f6f5;margin-top:40px;}
.home #main h2{margin-top:0;text-align: center;font-size:32px;color:#abc229;font-weight:bold;}
.home #main p{text-align: center;}

.nosidebar #main .main_section {width:100%;}

.main_aside .first {margin-top:0}
.main_aside .first .htag {margin:0 0 60px}



	 /* ============ List Splitting ============= */
	.split2 li {width:50%; float:left; font-size:16px;}
	.split3 li {width:33%; float:left; font-size:16px;}	



/* = Bottom Section|s 
-------------------------------------------------------------------------------------------------------------------- */


#bottom_app {padding: 90px 0;background:url(images/structure/home-phone-bg.png) no-repeat; overflow: hidden; /*max-height: 539px; */
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

#bottom_app h2{color:#fff;margin:10px 0;font-weight:bold;}
#bottom_app h2.header-1{font-size:24px; text-transform:none;}
#bottom_app h2.header-2{font-size:32px; margin-bottom:20px;}
#bottom_app p{color:#fff;margin-bottom:0;}

#bottom_app .download-wrap{display: inline-block; margin-top:30px; padding:20px; background-color:rgba(0,0,0,0.7); }
	#bottom_app .download-wrap p{margin:0 0 0 10px;}
	#bottom_app .download-wrap p a{margin:0 10px;}
	#bottom_app .download-wrap p,
	#bottom_app .download-wrap .inline-div,
	#bottom_app .download-wrap a{display:inline-block;}
	#bottom_app .download-wrap > img{width: 10%;}
	#bottom_app .download-wrap > .inline-div{ width: 40%;}
	#bottom_app .download-wrap >p {width:45%;}
	#bottom_app .download-wrap a img{width:100%; max-width:148px;}
	#bottom_app .download-wrap a{width:42%;}

#bottom_app .col-right{position: relative;}
#bottom_app .col-right img{left:0;position:absolute;}

#bottom_app .inline-div{position: relative;top: 10px;margin-left: 10px;}
#bottom_app .inline-div h5{margin:0;color:#e02335;font-size:20px;}
#bottom_app .inline-div h4{margin:0;color:#fff;font-size:16px;}

@media only screen and (min-width:992px) and (max-width:1200px) {
	#bottom_app .container {width:100%; padding:0;}
}
@media screen and (max-width: 992px) {
	#bottom_app{padding: 50px 0 0 0;}
	#bottom_app .container {padding:0;}
	#bottom_app .col-right{/*display:none;*/}
	#bottom_app .col-right img{position:relative; display:block; margin:20px auto 0;}
	
}
@media screen and (max-width: 768px) {
	#bottom_app .download-wrap p a{margin:10px 0 0 0;}
	#bottom_app h2.header-1{font-size:18px; text-transform:none;}
	#bottom_app h2.header-2{font-size:24px; margin-bottom:20px;}
	#bottom_app .download-wrap{text-align: center; width:100%;}
	#bottom_app .download-wrap > .inline-div {width: auto; text-align: left;}
	#bottom_app .download-wrap >p {width: auto; display: block; margin-top: 10px;}
	#bottom_app .download-wrap > img { width: auto; display: inline-block;}
	#bottom_app .download-wrap >p {width:100%;}
	#bottom_app .download-wrap a{width:100%;}
	#bottom_app .download-wrap a img{margin-bottom:10px;}
}
@media screen and (max-width: 450px) {
	#bottom_app .appBox{display:block; margin:0 auto}
}





#bottom_contact {background:#282627; padding:60px 0; color:#fff;}
#bottom_contact h2.topheader{color:#fff; margin:0 0 10px;}

/* Quick Contact Gravity Forms */
#bottom_contact .gform_wrapper .gform_heading, #bottom_contact .gform_wrapper .top_label .gfield_label {display:none!important}

#bottom_contact .gform_wrapper .ginput_container input, #bottom_contact .gform_wrapper .ginput_container textarea {
	background:#e5e7e4!important; width:100%!important;  text-indent: 0 !important; border-radius:0; border:0; color:#000000; padding:25px 15px!important}
	
#bottom_contact .gform_wrapper .ginput_container input {height:50px!important; width:48%!important; padding:6px 12px!important;}
#bottom_contact .gform_wrapper .ginput_container textarea {float:right; width:50% !important; margin:-179px 0 0 0!important; padding: 6px 12px !important; height:169px !important; }

#bottom_contact .gfield.disclaimer {font-size:14px; font-weight:600; font-style:normal;}
#bottom_contact .gform_wrapper .gform_footer {padding:0!important; text-align:center;}
#bottom_contact #gform_submit_button_1 {padding:20px;}

#bottom_contact .gform_wrapper .ginput_container input:focus {background:#ced3cc!important;}
#bottom_contact .gform_wrapper .ginput_container textarea:focus {background:#ced3cc!important;}

#bottom_contact .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 */
#bottom_contact .gform_wrapper .ginput_container input::-webkit-input-placeholder, #bottom_contact .gform_wrapper .ginput_container textarea::-webkit-input-placeholder
 {
   color: #000000;
}
#bottom_contact .gform_wrapper .ginput_container input:-moz-placeholder, #bottom_contact .gform_wrapper .ginput_container textarea:-moz-placeholder { 
   color: #000000;  
}
#bottom_contact .gform_wrapper .ginput_container input::-moz-placeholder, #bottom_contact .gform_wrapper .ginput_container textarea::-moz-placeholder {
   color: #000000;  
}
#bottom_contact .gform_wrapper .ginput_container input:-ms-input-placeholder, #bottom_contact .gform_wrapper .ginput_container textarea:-ms-input-placeholder {  
   color: #000000;  
}
@media screen and (max-width: 768px) {
	#bottom_contact .gform_wrapper .ginput_container input, 
	#bottom_contact .gform_wrapper .ginput_container textarea {float:none; width:100% !important; margin:0!important;}
}


#gform_wrapper_2 li.gfield.gfield_error.gfield_contains_required div.gfield_description{display:inline-block;}
#gform_wrapper_2 li.gfield_error input{width:100%;}
#gform_wrapper_2 .top_label input.medium{width:100%;}
#gform_wrapper_2 div.validation_error{background-color: #fff; padding-left:40px;}

#gform_wrapper_2 .gform_body{width:80%; display: inline-block;}
#gform_wrapper_2 .gform_footer{margin-top: 10px;margin-left:10px; width: 18%;float: right;}

@media screen and (max-width: 992px) {
	#gform_wrapper_2 .gform_body {width: 100% !important;}
	#gform_wrapper_2 .gform_footer {width: 100% !important;}
}











#bottom_links {padding:60px 0; color:#fff; font-size:20px; 
			background:url(images/structure/quick-links-bg.jpg) center center no-repeat;  
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  

#bottom_links h2.topheader {color:#fff; margin-bottom:20px; font-size:20px; font-weight:600;}
#bottom_links .more-link{display:inline-block;color:#aac129; margin-top:10px;}












#bottom1 {background:#fff; padding:60px 0 0;color:#8b8888; text-transform:uppercase; line-height:32px;}
#bottom1 p {margin:0;}

#bottom1 a {color:#8b8888}
	#bottom1 a:hover {color:#0b904c}

#bottom1 a.directions {color:#0b904c;}
#bottom1 address {line-height:32px;}
#bottom1 address .header {font-weight:600;}
	
#bottom1 ul {list-style:none outside; margin:0; padding:0}
#bottom1 ul  li a {text-transform:uppercase;}

#bottom1 .divider {border-right:2px solid #c9c7c7;}

@media (max-width: 768px) {
	#bottom1 .divider {border-right:0;}
}








/* = Footer Section 
-------------------------------------------------------------------------------------------------------------------- */

#footer {background:#fff; padding:60px 0; color:#8b8888}
#footer a {color:#8b8888}
#footer a:hover {color:#0b904c;}



#footer .footer-copyright{display: inline-block;
    position: relative;
    top: 12px;}
#footer .plate {    display: inline-block;
    position: relative;
    top: 0;}

	#footer .last a{margin:0 15px;}
@media (max-width: 992px) {

	#footer .last {text-align:left}	
	
}














/* = Back to top 
-------------------------------------------------------------------------------------------------------------------- */

.backtotop.styled {	
	position:fixed;bottom:20px;right:20px;width:55px;height:55px; 
	color:#FFF;font-weight:bold; font-size:30px;line-height:50px;
	display:none; text-align:center;background-color:#14484e; border:1px solid #14484e;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
	/* text-indent:-9999px;background: url('icon_top.png') no-repeat;*/		
}







/* = Forms 
-------------------------------------------------------------------------------------------------------------------- */

/* Gravity Forms */

.gform_wrapper .gform_heading,
.gform_wrapper .top_label .gfield_label, .gform_wrapper label {display:none!important}

.gform_wrapper .ginput_container input.form-control, 
.gform_wrapper .ginput_complex .ginput_full input.form-control,
.gform_wrapper .ginput_container textarea.form-control,
.gform_wrapper .ginput_container select.form-control {
	background:#e5e7e8;
	width:100%!important;padding: 6px 12px!important;text-indent: 0!important;
	border-radius:0 !important; border-width:0 !important;	
}

.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}








/* = Blog Section 
-------------------------------------------------------------------------------------------------------------------- */

.blog.home #main article,
.category #main article,
.archive  #main article {
	background:#FFF; border-radius:3px; border:1px solid #ccc; padding:30px
}

.topheader.resultheader  {margin:0 0 10px; font-size:18px;}
.result_data { display:block; list-style: none outside; padding:0}
.result_data li { display: inline; padding:0 10px 0 0; color:#888}
.wp-post-image {float:left; margin:0 25px 0 0}



.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}



/* = Maps Google Map API & InfoWindow Styles
-------------------------------------------------------------------------------------------------------------------- */
.mapcanvas {float:left; width:99%; height:500px; margin: 0 0 20px; border:0 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} 




	@media (max-width: 760px) {
		.directions_form .saddr, .directions_form .dbtn {width: 100%; float: none; display: block; margin: 0 0 10px;}
	}



/* = Bootstrap overwrites
-------------------------------------------------------------------------------------------------------------------- */

/* change the gutter widths to 25px. Essentially making them 50px in between columns  */ 
.row {
    margin-left: -25px;
    margin-right: -25px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
}

.container { padding-left:25px; padding-right:25px}

/* Change the width of the container for med screens*/
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

/*@media (min-width: 992px) and (max-width:1279px){
.container {
    width: 100%;
}
}*/




	
