@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

/*
	Prologue by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	
	body
	{
		background: #fff;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 19pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #436060;
	}
	p2
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.2em;
		color: #fff;
	}


	h1,h2,h3,h4,h5,h6,
	{
		font-weight: 300;
		color: #666;
		line-height: 1.5em;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
		{
			color: #333;
		}
		
		h2
		{
			font-size: 2em;
			letter-spacing: 0px;
			color:#00703C;
		}
		
			h2.alt
			{
				color: #888;
			}
			
			h2.alt strong
			{
				color: #666;
			}

		h3
		{
			font-size: 1.2em;
		}
	h7
	{
		font-size: 2em;
		letter-spacing: 3px;
		margin-bottom:10px;
		font-weight:100;
	}
	h8
	{
		font-size: 1em;
		letter-spacing: 1px;
		font-color:#436060
			
	}
	h9
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #666;
		line-height: 1.5em;
		text-align:right; 
		margin:1em 2em;
		font-size: 2em; 
		background-image:url('css/images/overlay.png');
	}

	header
	{
		margin: 0 0 2em 0;
	}
	headershow
	{
		margin: 0 0 0 0;
	}

		header > p
		{
			margin: 1em 0 0 0;
		}
	docheader
	{
		margin: 0 0 2em 0;
	}

		docheader > p
		{
			margin: 1em 0 0 0;
		}
	headerplace
	{
		margin: 0 0 2em 0;
		}
	footer
	{
		margin: 2em 0 0 0;
	}

	strong, b
	{
		font-weight: 300;
		color: #666;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		text-decoration: none;
		color: inherit;
		border-bottom: dotted 1px rgba(128,128,128,0.5);
		-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		outline: 0;
	}

		a:hover
		{
			color: #E27689;
			border-bottom-color: rgba(255,255,255,0);
		}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table, p2
	{
		margin-bottom: 2em;
	}
	
	p3
	{
		margin-bottom:.5em;
		font-weight:600;
	}
	p9
	{
		margin-bottom:.5em;
		font-weight:600;
	}

	br.clear
	{
		clear: both;
	}
	

	/* Sections/Article */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child,
			section > .container > :last-child,
			article > .container > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

			.row > section,
			.row > article
			{
				margin-bottom: 0;
			}

	/* Image */

		.image
		{
			display: inline-block;
			border: 0;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}
			
			.image.avatar48
			{
				width: 48px;
				height: 48px;
				
			}
			
				.image.avatar48 img
				{
					width: 48px;
					height: 48px;
				}

			.image.fit
			{
				display: block;
				width: 100%;
			}
			
			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}
		.local
		{
			opacity: .65;
			-moz-transition: opacity 0.35s ease-in-out;
			-webkit-transition: opacity 0.35s ease-in-out;
			-o-transition: opacity 0.35s ease-in-out;
			-ms-transition: opacity 0.35s ease-in-out;
			transition: opacity 0.35s ease-in-out;
		}
			.local:hover
			{
				opacity: .9;
				-moz-transition: opacity 0.35s ease-in-out;
				-webkit-transition: opacity 0.35s ease-in-out;
				-o-transition: opacity 0.35s ease-in-out;
				-ms-transition: opacity 0.35s ease-in-out;
				transition: opacity 0.35s ease-in-out;
			}

	/* List */

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}
			
				ul.default li
				{
					padding-left: 0.5em;
				}		

			ul.icons
			{
				cursor: default;
			}	
			
				ul.icons li
				{
					display: inline-block;
				}
				
					ul.icons a
					{
						display: inline-block;
						width: 2em;
						height: 2em;
						line-height: 2em;
						text-align: center;
						border: 0;
					}

		ol
		{
		}
		
			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

	/* Form */

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				outline: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.35em;
				padding: 0.75em 1em 0.75em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
			}

				form input[type="text"],
				form input[type="email"],
				form input[type="password"],
				form select
				{
					line-height: 1.25em;
				}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #8ebebc;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 14em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}
			
	/* Table */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
				text-align: left;
			}
			
				table.default tbody tr:nth-child(2n+2)
				{
					background: #f4f4f4;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					color: #fff;
					background: #222729 url('images/overlay.png');
				}
			
				table.default thead
				{
					background: #444;
					color: #fff;
				}
				
				table.default tfoot
				{
					background: #eee;
				}
				
				table.default tbody
				{
				}

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			position: relative;
			display: inline-block;
			border-radius: 0.35em;
			color: #fff !important;
			text-decoration: none;
			padding: 0.75em 2.5em 0.75em 2.5em;
			background-color: #00703C;
			border: 0;
			cursor: pointer;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('images/overlay.png');
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('images/overlay.png');
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('images/overlay.png');
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('images/overlay.png');
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('images/overlay.png');			
			-moz-transition: background-color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background-color: #888;
			}
			
			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background-color: #7eaeac;
			}
		
	/* Item */
	
		.item
		{
			box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.05);
			margin-bottom: 40px;
		}
		
			.item header
			{
				background: #fff;
				margin: 0;
				padding: 0 0 .5em 0;
				font-size: 0.8em;
			}
			.item headerplace
			{
				background: #fff;
				margin: 0;
				padding: .5em 0 .2em 0;
				font-size: 1em;
				display:block;
				font-weight: 500;
			}
			.item headershow
			{
				background: #fff;
				margin: 0;
				padding: .5em 0 .5em 0;
				font-size: 0.8em;
			}

				.item header h3
				{
					font-size: 1em;
				}
				
	/* Item2 */
	
		.item2
		{
			box-shadow: 0 0.05em 0.15em 0 rgba(0,0,0,0.05);
			margin-bottom: 40px;
		}
		
			.item2 header
			{
				margin: 0;
				padding: 1em 0 1em 0;
				font-size: 0.8em;
			}

				.item2 header h3
				{
					font-size: 1em;
				}
			
	.practice_text {
		text-align:left;
	}
	.picleft {
		float: left;
		margin: 1em;
	}
	.picright {
		float: right;
		margin: 1em;
	}
	#cto .row {
		text-align:left;
	}
	.btn {
		border: 1px solid #00703c;
		padding:1em;
		width:100%;
		display:block;
		text-align:center;
		transition:all .3s ease-in-out;
	}
	.btn:hover {
		color:blue;
		border:1px solid blue;
	}
	strong {
		font-weight:500;
	}
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	#header
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 375px;
		height: 100%;
		color: #436060;
		background: #f1f1f1;
		box-shadow: inset -0.1em 0 0.25em 0 rgba(0,0,0,0.1);
	}
	
		#header .top
		{
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
		}
	
		#header .bottom
		{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
		}

		#header .icons
		{
			font-size: 0.8em;
			margin: 0 0 1em 0;
			text-align: center;
		}
		
			#header .icons a
			{
				color: #41484c;
				-moz-transition: color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out;
			}
			
				#header .icons a:hover
				{
					color: #fff;
				}

	#logo
	{
		position: relative;
		margin: 1em .3em 1em .3em;
		min-height: 48px;
		cursor: default;
		text-align:center;
	}
	
		#logo h1
		{
			position: relative;
			color: #000;
			font-weight: 600;
			font-size: 1em;
			line-height: 1em;
		}
	
		#logo p
		{
			position: relative;
			display: block;
			font-size: 0.5em;
			color:#436060;
			line-height: 1.25em;
			margin: 0.5em 0 0 0;
		}
		
		#logo .image
		{
			position: absolute;
			left: 0;
			top: 0;
		}
	
	#nav
	{
	}
	
		#nav ul
		{
		}
		
			#nav ul li
			{
			}
			
				#nav ul li a
				{
					display: block;
					padding: 0.5em .5em 0.5em .5em;
					color:#436060;
					text-decoration: none;
					outline: 0;
					border: 0;
					-moz-transition: none;
					-webkit-transition: none;
					-o-transition: none;
					-ms-transition: none;
					transition: none;
					line-height:1em;
					font-size:.7em;
				}
				
					#nav ul li a span
					{
						position: relative;
						display: block;
						font-size: 0.8em;
					}
					
						#nav ul li a span:before
						{
							position: absolute;
							left: 0;
							color: #41484c;
							text-align: center;
							width: 1.25em;
							line-height: 1.75em;
						}

					#nav ul li a.active
					{
						background: rgba(26, 0, 255, 0.17);
						box-shadow: inset 0 0 0.25em 0 rgba(0,0,0,0.125);
						color: #fff;
					}

						#nav ul li a.active span
						{
						}

							#nav ul li a.active span:before
							{
								color: #e27689;
							}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		margin-left: 375px;
		text-align: center;
		background-color: #dce3e2;
		padding: 3em 0 4em 0;
		box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05), inset 0 0.1em 0.1em 0 rgba(0,0,0,0.025);
		font-size: 0.8em;
	}

		#footer .copyright
		{
			cursor: default;
			margin: 0;
		}
			
			#footer .copyright li
			{
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px rgba(128,128,128,0.35);
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			#footer .copyright li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		margin-left: 375px;
	}
	
		#main > section
		{
			margin: 0;
			overflow: hidden;
			padding: 4em 0;
			box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05), inset 0 0.1em 0.1em 0 rgba(0,0,0,0.025);
			text-align: center;
			background-image: url('images/overlay.png');
		}

			#main > section.dark
			{
				color: #ddd;
				color: rgba(255,255,255,0.75);
			}

				#main > section.dark h2,
				#main > section.dark h3,
				#main > section.dark h4,
				#main > section.dark h5,
				#main > section.dark h6,
				#main > section.dark h8
				{
					color: inherit;
				}

				#main > section.dark strong,
				#main > section.dark a
				{
					color: #fff;
					border-color: inherit;
				}

					#main > section.dark a:hover
					{
						border-bottom-color: rgba(255,255,255,0);
					}

			#main > section.cover
			{
				padding: 6em 0;
				background-size: cover;
				background-position: center center;
			}
		
			#main > section.one
			{
				background-color: #81918E;
			
			}

			#main > section.two
			{
				background-color: #f5fafa;
			}
		
			#main > section.three
			{
				background-color: #ecf1f1;
			}
		
			#main > section.four
			{
				background-color: #e8edec;
			}
			#main > section.five
			{
				background-color: #ffffff;
			}
#main > section.physical
			{
				background-color: #ffffff;
				background-image:none;
			}

/*********************************************************************************/
/* Toggle Show                                                                        */
/*********************************************************************************/			
			
	.toggleshow,.toggleshow2,.toggleshow3,.toggleshow4,.toggleshow5,.toggleshow6
	{
    	display:block;
		background-position-x: 50%;
		background-position-y: 10%;
		background-repeat: no-repeat;
		background-color:#FFF;
		cursor:pointer;
	}
	

	.toggleshow.expanded:after,.toggleshow2.expanded:after,.toggleshow3.expanded:after,.toggleshow4.expanded:after,.toggleshow5.expanded:after,.toggleshow6.expanded:after
	{
     	content:"";
	}
	.toggleshow.expanded,.toggleshow2.expanded,.toggleshow3.expanded,.toggleshow4.expanded,.toggleshow5.expanded,.toggleshow6.expanded
	 {
		background-repeat:no-repeat;
		background-position-x: 50%;
		background-position-y: 10%;
		background-repeat: no-repeat;
		background-color:#FFF;
	}
	
	.round {
                border-radius: 50%;
                overflow: hidden;
                width: 150px;
                height: 150px;
            }
            .round img {
                display: block;
            /* Stretch 
                  height: 100%;
                  width: 100%; */
            min-width: 100%;
            min-height: 100%;
            }
.nodesk {
	display:none;
}
.circle {
	width:20%;
	float:left;
	padding:0 10px 0 10px;
}
	.circle img {
		width:40px;
	}
.plus {
	width:20%;
	float:right;
	padding:0 10px 0 10px;
	color:#E27689;
}
	.plus img {
		width:40px;
	}
.locname {
	width:60%;
	float:left;
	margin-bottom:10px;
}
.topwords {
	text-align:right; 
	padding:.5em 4em 0em 2em; 
	background-image:url('css/images/overlay.png'); 
	background-color:#f5fafa; 
	font-size:1em;
}
.callnow {
	text-align:right; 
	padding:0em 2em .5em 2em; 
	background-image:url('css/images/overlay.png'); 
	background-color:#f5fafa;
}
.standardfull, .standardfullavatar, .standardfulltitle  {
	width:100%; 
	height: auto;
	display: block;
}
.standardfullicon {
	width:100%; 
	height: auto;
	display: inline-block;
	text-align:center;
	font-size: 1.5em;
	opacity:.7;
	padding-bottom:.2em;
}
.standardfullitem {
	width:100%; 
	height: auto;
	display: block;
	text-align:center;
	font-size: .8em;
}
.spacer {
	width: 100%;
  margin-top: .5em;
  border-top: rgb(246, 246, 246);
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: .5em;
}
.mobile_text {
		text-align:left;
	}
.mobile_text2 {
		text-align:left;
		font-size:.8em;
		line-height:1.2em;
	}
.btmfeature h3 {
	font-size:1em;
	line-height:1.2em;
	font-weight:600;
}
.togicon {
	width:25px;
  	margin-left: auto;
  	margin-right: auto;
	
}
.togicon_small {
  width: 20%;
  float: right;
  display:flex;
  padding:5px 10px 0 10px;
}
.headtop {
	max-width:50%;
}
.loclink {
	display: block;
  border-bottom: none;
}
.videomove {
	width: 640px;
  	height: 358px;
}


/*********************************************************************************/
/* MEDIA STYLES                                                                      */
/*********************************************************************************/			

@media only screen and (max-width : 1050px) {
.standardfull {
	width: 50%; 
	height: auto;
	display: inline-block;
	float: left;
}
.standardfullavatar  {
	width:30%; 
	height: auto;
	display: block;
	float:left;
}
.standardfulltitle  {
	width:70%; 
	height: auto;
	display: block;
	float:left;
	text-align:right;
}
.standardfullicon {
	width: 30%; 
	height: auto;
	display: inline-block;
	text-align:center;
	font-size: 1.5em;
	opacity:.7;
	padding-bottom:.2em;
}
.standardfullitem {
	width: 70%; 
	height: auto;
	float:right;
	display: inline-block;
	text-align: right;
	font-size: 1.2em;
	margin-top:.3em;
}
.spacer {
	width: 100%;
  margin-top: .5em;
  
	border-top: rgb(236, 234, 234);
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: .5em;
}	

}
@media only screen and (max-width : 900px) {
	.mobile_text {
		font-size: .9em;
		line-height:1.2em;
		text-align:left;
	}
	.practice_text {
		font-size: .9em;
		line-height:1.2em;
		text-align:left;
	}

}
@media only screen and (max-width : 736px) {
	.image img {
		display: block;
		width: 0%;
	}
	
	p9 {
		font-size:0px;
		margin-bottom:-.5em;
	}
	.item header {
		background-image: url('http://mygbmcdoctor.com/images/right_arrow.png');
		background-size: 3%;
		background-position-x: 95%;
		background-position-y: 30%;
		background-repeat: no-repeat;
		padding: 0 0 1em 0;
		
	}
	.item headerplace {
		background:none;
	}
	.toggleshow,.toggleshow2,.toggleshow3,.toggleshow4,.toggleshow5,.toggleshow6 {
		background-size: 3.5%;
		background-position-x: 50%;
		background-position-y: 30%;
		background-repeat: no-repeat;
		background:none;
		cursor:pointer;
	}
	.toggleshow.expanded {
		background-size: 3.5%;
		background-position-x: 50%;
		background-position-y: 30%;
		background-repeat: no-repeat;
		background:none;
	}
	.doc
	{
		margin: 0 0 2em 0;
		width: 35%;
		float: left;
		height:120px;
		font-size: 1em;
		border-bottom: solid 1px rgba(128, 128, 128, 0.5);
	}
	.doctitle
	{
		margin: 0 0 2em 0;
		width: 60%;
		float: left;
		height:120px;
		font-size: 1em;
		border-bottom: solid 1px rgba(128, 128, 128, 0.5);
	}
	.docsolo
	{
		margin: 0 0 2em 0;
		width: 35%;
		float: left;
		height:120px;
		font-size: 1em;
		
	}
	.doctitlesolo
	{
		margin: 0 0 2em 0;
		width: 60%;
		float: left;
		height:120px;
		font-size: 1em;
		
	}
	.stats
	{
		text-align:left;
		}
	.picleft, .picright {
		float: center;
		padding: 1em;
		width: 100%;
		margin: 0;
	}
	.row:after {
		content: '';
		display: block;
		clear: none;
		height: 0;
}
.place {
  	width: 100%;
  	border-bottom: rgb(213, 213, 213);
  	border-bottom-style: solid;
  	border-bottom-width: 1px;
  	margin-top: 0px;
	display:inline-block;
	
}
.pracname {
  width: 75%;
  text-align: left;
  float: left;
  margin-bottom: 10px;
  padding-left:1em;
  padding-top:5px;

}
.nodesk {
	float:left;
	display:block;
	width:100%;
}

.nomobile {
	display:none;
}
.topwords {
	text-align:right; 
	padding:.5em 1em 0em 1em; 
	background-image:url('css/images/overlay.png'); 
	background-color:#f5fafa; 
	font-size:.8em;
}
.callnow {
	  text-align: right;
  padding: 0em 3em .5em 2em;
  background-image: url('css/images/overlay.png');
  background-color: #f5fafa;
}
.content, .content2, .content3, .content4,.content5, .content6 {
  display: block;
  border-bottom: #E0DEDE;
  border-bottom-style: dashed;
  border-bottom-width: thin;
  float: inherit;
  margin-bottom: 15px;
  width: 100%;
}
.content h3, .content2 h3, .content3 h3, .content3 h3, .content4 h3, .content5 h3, .content6 h3 {
	font-size:1em
}
.local {
  opacity: 1;
}
#main > section.two {
  background-color: #FFFFFF;
}
.videomove {
	width: 100%;
  	height: auto;
}
}
@media only screen and (max-width : 430px) {

.locname {
	width:60%;
	float:left;
	margin-top:2px;
	margin-bottom:10px;
	font-size:.8em;
}
.headtop {
	max-width:80%;
}
}