/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body {
	color: #000000;
	background-image: url(https://drfruin.com/uploads/images/Fruin-Back.jpg);
        background-color: #656565;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
a {
	text-decoration: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTZS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSpS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}


h1 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.07em;
}
h2 {
	color: #5c5a5a;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1em;
}
h3 {
	color: #5c5a5a;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
h4 {
	color: #990000;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
h5 {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	letter-spacing: 0.07em;
	font-weight: normal;
}

#footer {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	color: #000;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	clear: none;
	float: none;
}

#VisionsContainer {
	width: 100%;
        margin-left: 0%;
        margin-right: 0%;
	margin-top: 0px;
	padding-bottom: 10px;
        border: 0px solid #000;
	height: auto;
}
#header{
	height: auto;
	width: 100%;
	padding-left:0%;
	padding-top: 0%;
	padding-bottom: 2%;
	background-color:rgba(0, 0, 0, 0.25);
}
#Logo {
	height: auto;
	width: 80%;
	padding-top: 3%;
	padding-left: 2%;
	margin-bottom: 1%;
	float: left;
	color: #fff;
        font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
        letter-spacing: .05em;
}
#Logo a{
	color: #fff;
}
#Dentist {
	padding-left: 1%;
        font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
        font-style: italic;
        letter-spacing: .05em;
}
#Content{
	height: auto;
	width: 100%;
	padding-left: 0%;
	margin-bottom: 0%;
	background-color:rgba(255, 255, 255, 0.0);
}
#SliderBox {
	width: 100%;
	height: auto;
	margin-left: .5%;
	margin-top: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
#phone-number {
	height: auto;
	width: 80%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
        font-family: 'Josefin Sans', sans-serif;
	color: #ffffff;
	font-size: 1em;
	padding-right: 3%;
	text-align: right;
        position:  relative;
	display: inline;
}
#phone-number a {
	color: #ffffff;
}
#Nav {
	height: auto;
	width: 98%;
	float: left;
	margin-top: 0px;
        font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
        letter-spacing: .1em;
	margin-left: 0%;
        z-index:  120;
        position:  relative;
}
#BottomBox {
	height: auto;
	width: 95%;
	float: left;
	margin-top: 8%;
	padding-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
        letter-spacing: .09em;
	color: #FFF;
        position:  relative;
	background-color:rgba(0, 0, 0, 0.0);
}
#BottomBox a {
	font-size: 12px;
	color: #fff;
}
#BottomBox a:hover {
	font-size: 12px;
	color: #fff;
}
.Bottom-Photo {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
        position:  relative;
}
#Left-box {
	height: auto;
	width: 98%;
	margin-top: 0%;
	margin-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
        letter-spacing: .07em;
	float: left;
        position: relative;
}
#Left-Portfolio {
	height: 440px;
	width: 200px;
	margin-left: 35px;
	float: left;
	margin-top: 5px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
}
#ImageBoxRight {
	height: 360px;
	width: 470px;
	float: right;
	margin-top: 10px;
	margin-right: 35px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
#main-detail {
	height: auto;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 15px;
	padding-top: 1%;
	padding-left: 3%;
	padding-right: 2%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	background-color:rgba(255, 255, 255, 0.7);
}
#Seal {
	height: auto;
	width: 100%;
}
.bullets {
	font-size: .90em;
	line-height: 1.5em;
}
#WebInsert-Container {
	min-height: 700px;
	width: 1000px;
	background-image: url(https://drfruin.com/images/Panel2.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
        border: 0px solid #000;
	background-repeat: no-repeat;
}
#Web-Insert {
	min-height: 600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 998px;
        z-index:  12;
	float: left;
}
#Left {
	height: 375px;
	width: 300px;
	float: left;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}
.big-headline {
	font-size: 1.4em;
}
#Top-Headline {
	height: 35px;
	width: 90%;
	float: right;
	margin-top: 4%;
	margin-bottom: 2%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	margin-right: 5%;
	margin-left: 2%;
	text-align: left;
	color: #000000;
	line-height: 1.7em;
        letter-spacing: .08em;
	display: inline;
}
#NAP {
	height: auto;
	width: 25%;
	float: right;
	margin-top: 25px;
        font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
        font-style: italic;
        color: #fff;
	margin-right: 50px;
	text-align: right;
	line-height: 1.1em;
        letter-spacing: .1em;
	display: none;
}
#NAP a {
	color: #ffffff;
}
#TitleBox {
	height: auto;
	width: 100%;
	float: right;
	margin-top: 0%;
        letter-spacing: .1em;
	text-align: right;
        color: #fff;
	padding-right: 5%;
        position:  relative;
	background-image: url(//visionsunltd.com/uploads/images/GeyBar.png);
        background-position: right, top;
        background-repeat: no-repeat;
}
#TitleGallery {
	height: 50px;
	width: 400px;
	float: right;
	margin-top: 25px;
	font-family: "Gill Sans", Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	margin-right: 100px;
	text-align: left;
	color: #000000;
	line-height: 24px;
}
#top-left {
	height: 430px;
	width: 200px;
	float: left;
	margin-top: 25px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
}
#bottom-left a {
	font-size: 14px;
	color: #FFF;
}
#bottom-left a:hover {
	font-size: 14px;
	color: #000;
}
#bottom-left {
	height: 100px;
	width: 200px;
	float: left;
	margin-top: 25px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	color: #FFF;
        letter-spacing: .1em;
}
#Left-Home {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}
#bottom-main {
	height: auto;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	background-color:rgba(255, 255, 255, 0.7);
	float: left;
}
#Left-Scroll {
	height: 420px;
	width: 270px;
	float: left;
	margin-top: 5px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
        position:  relative;
	overflow: hidden;
}
#scroll-text {
	width: 225px;
	font-size: 14px;
	line-height: 18px;
}
#LeftText {
	height: 540px;
	width: 210px;
	margin-top: 15px;
	float: left;
	margin-left: 35px;
}
#Left-Gallery {
	height: auto;
	margin-top: 0%;
	margin-left: 5%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
        letter-spacing: .07em;
        position:  relative;
	float: left;
	display: inline;
}
#gallery-text {
	width: 190px;
}
#LeftBox {
	height: 440px;
	width: 200px;
	margin-left: 35px;
	float: left;
	margin-top: 25px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
}
#TextBoxRight {
	width: 620px;
	height: 420px;
	margin-top: 11px;
	margin-right: 50px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	float: right;
}
#SliderWeb {
	width: 100%;
	height: auto;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	float: left;
}
#SliderPhoto {
	width: 100%;
	height: auto;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	float: left;
}
#SliderClient {
	width: 100%;
	height: auto;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	float: left;
}
#GalleryBox {
	width: 100%;
	height: auto;
	margin-top: .5%;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	float: left;
}
#PhotoBoxRight2 {
	height: 410px;
	width: 520px;
	margin-top: 20px;
	margin-right: 55px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	float: right;
}
#Product-Over {
	height: 90px;
	width: 129px;
	left: 53px;
	background-image: url(http://www.visionsunltd.com/CMS/Images/Product-Galry1.jpg);
	float: left;
}
#Product-Over2 {
	height: 90px;
	width: 129px;
	left: 53px;
	float: left;
	background-image: url(http://www.visionsunltd.com/CMS/Images/Product-Galry2.jpg);
	visibility: hidden;
}
#People1 {
	height: 90px;
	width: 136px;
	left: 53px;
	float: left;
	background-image: url(http://www.visionsunltd.com/CMS/Images/People-Galry1.jpg);
}
#People2 {
	height: 90px;
	width: 136px;
	left: 53px;
	float: left;
	background-image: url(http://www.visionsunltd.com/CMS/Images/People-Galry2.jpg);
	visibility: hidden;
}
#Lifestyle1 {
	height: 90px;
	width: 136px;
	left: 53px;
	float: left;
	background-image: url(http://www.visionsunltd.com/CMS/Images/Lifestyle-Galry1.jpg);
}
#Lifestyle2 {
	height: 90px;
	width: 136px;
	left: 53px;
	float: left;
	background-image: url(http://www.visionsunltd.com/CMS/Images/Lifestyle-Galry2.jpg);
	visibility: hidden;
}
a:visited {
	color: #7a2016;
	font-weight: 400;
	text-decoration: none;
}
a:link {
	color: #7a2016;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #7a2016;
	font-weight: bold;
	text-decoration: none;
}
.slide {
	width: 600px;
	height: 410px;
	margin-top: 1px;
	margin-left: 1px;
	position: absolute;
}
.slide-text {
	width: 30%;
	height: 275px;
	margin-top: 17%;
	margin-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
        letter-spacing: .1em;
	line-height: 1.4em;
	position: absolute;
}
.slide-text a {
	color: #a4000f;
	font-size: 1.3em;
        letter-spacing: 0em;
	text-decoration: none;
}
.slide-text a:hover {
	color: #000;
	font-size: 1.3em;
        letter-spacing: 0em;
	text-decoration: none;
}
.back-image {
	width: 1000px;
	height: auto;
	position: absolute;
}
#Contact {
	height: auto;
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 3%;
	margin-top: 0%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	background-color:rgba(255, 255, 255, 0.7);
	float: left;
}
#Main-Contact {
	width: 90%;
	height: auto;
	margin-top: 1%;
	margin-right: 0%;
	margin-left: 1%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
#map-right {
	width: 100%;
	height: auto;
	margin-top: 3%;
	padding-right: 0%;
	padding-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
}
.services {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	float: left;
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	width: 45%;
	height: 35%;
	padding-bottom: 4%;
}
.gallery-icon {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	float: left;
	text-align: center;
	padding-left: 2.5%;
	padding-right: 2.5%;
	width: 45%;
	height: 35%;
	padding-bottom: 4%;
}
.photo  {
	width: 96%;
	height: auto;
	margin-left: 2%;
        margin-top: 1%;
        margin-bottom: 1%;
	margin-right: 2%;
	float: right;
        border: 0px;
}

@media only screen and (min-width : 641px)   {

.gridContainer {
	width: 100%;
	max-width: 768px;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#VisionsContainer {
	margin-top: 0px;
	padding-bottom: 0px;
        border: 0px solid #000;
	height: auto;
}
#Logo {
	height: auto;
	width: 50%;
	padding-top: 1%;
	padding-left: 2%;
	margin-bottom: 1%;
	float: left;
	color: #fff;
        font-family: 'Oswald', sans-serif;
	font-size: 1.9em;
	font-weight: 400;
        letter-spacing: .05em;
}
#Dentist {
	padding-left: 1%;
        font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
        font-style: italic;
        letter-spacing: .05em;
}
#SliderBox {
	width: 97%;
	height: auto;
	margin-top: 0%;
	margin-right: auto;
	margin-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
#Content{
	height: auto;
	width: 100%;
	padding-left: 0%;
	margin-bottom: 0%;
	background-color:rgba(255, 255, 255, 0.0);
}
#SliderWeb {
	width: 100%;
	height: auto;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
#SliderPhoto {
	width: 100%;
	height: auto;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
#SliderClient {
	width: 100%;
	height: auto;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
#TitleBox {
	height: auto;
	width: 100%;
	float: right;
	margin-top: 0%;
        letter-spacing: .1em;
	text-align: right;
	padding-right: 5%;
        position:  relative;
}
#GalleryPhoto {
	width: 90%;
	height: auto;
	margin-top: 8px;
	margin-right: 5%;
	margin-left: 5%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
#Nav {
	margin-top: 15px;
	font-size: 1.4em;
	font-weight: bold;
        letter-spacing: .1em;

        position:  relative;
}
#NAP {
	height: auto;
	width: 40%;
	float: right;
	margin-top: 1%;
        font-family: 'Josefin Sans', sans-serif;
	font-size: .9em;
	font-weight: 400;
        font-style: italic;
	margin-right: 3%;
	text-align: right;
	line-height: 1.5em;
        letter-spacing: .05em;
	display: inline;
}
#phone-number {
	display: none;
}
#Left-Gallery {
	width: 95%;
	height: auto;
	margin-top: 0%;
	margin-left: 5%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
        letter-spacing: .07em;
	float: left;
        position:  relative;
	display: inline;
}
#Left-box {
	width: 95%;
	height: auto;
	margin-top: 0%;
	margin-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
        letter-spacing: .07em;
	float: left;
        position:  relative;
}
#Left-Home {
	height: auto;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}
#main-detail {
	height: auto;
	width: 90%;
	margin-left: 3%;
	margin-bottom: 15px;
	margin-top: 1%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}
.bullets {
	font-size: .95em;
	line-height: 1.8em;
}
#BottomBox {
	height: auto;
	width: 97%;
	float: left;
	margin-top: 3%;
	margin-left: .5%;
	padding-left: 1%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
        letter-spacing: .09em;
	color: #FFF;
	margin-right: 0px;
        position:  relative;
}
#bottom-main {
	height: auto;
	width: 90%;
	margin-left: 3%;
        margin-right: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 2%;
	padding-right: 2%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
}
#Contact {
	height: auto;
	width: 95%;
	margin-left: 3%;
	margin-bottom: 3%;
	margin-top: 0px;
	margin-right: 3%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	background-color:rgba(255, 255, 255, 0.7);
	float: left;
}
#Main-Contact {
	width: 45%;
	height: auto;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 5%;
	padding-right: 0%;
	padding-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	float: left;
}
#map-right {
	width: 47%;
	height: auto;
	margin-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	float: right;
}
.services {
	padding-left: 1%;
	padding-right: 1%;
	font-size: 14px;
	width: 23%;
	height: 20%;
}
.gallery-icon {
	padding-left: 1%;
	padding-right: 1%;
	width: 23%;
	height: 20%;
}
.Bottom-Photo {
	margin-bottom: 10px;
}
.slide-text {
	width: 30%;
	height: 275px;
	margin-top: 17%;
	margin-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
        letter-spacing: .1em;
	line-height: 1.4em;
	position: absolute;
}
.slide-text a {
	color: #a4000f;
	font-size: 1.3em;
        letter-spacing: .1em;
	text-decoration: none;
}
.slide-text a:hover {
	color: #000;
	font-size: 1.3em;
        letter-spacing: .1em;
	text-decoration: none;
}
#Top-Headline {
	width: 70%;
	font-size: 1em;
	display: inline;
}
.photo  {
	width: 70%;
	height: auto;
	margin-left: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
	margin-right: 0%;
	float: right;
        border: 0px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1950px;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#VisionsContainer {
	margin-top: 0px;
}
#header{
	height: 140px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
}
#NAP {
	width: 40%;
        font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	font-weight: 400;
        font-style: italic;
	margin-right: 50px;
	text-align: right;
	line-height: 1.5em;
        letter-spacing: .05em;
	display: inline;
}
#Logo {
	height: 90px;
	width: 40%;
	padding-left: 3%;
	padding-top: 0%;
	margin-bottom: 4%;
	float: left;
	color: #fff;
	font-size: 3em;
	font-weight: 300;
}
#Dentist {
	padding-left: 3%;
        font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
        font-style: italic;
        letter-spacing: .05em;
	color: #fff;
}
#Nav {
	height: 25px;
	width: 95%;
	float: left;
	margin-top: 1%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
        letter-spacing: .1em;
	margin-left: 2%;
        z-index:  120;
        position:  relative;
}
#Content{
	height: auto;
        min-height: 900px;
	width: 90.5%;
        max-width: 1560px;
        margin-left: 5%; 
        margin-right: 7%;
	padding-left: 0%;
	margin-bottom: 0%;
	background-color:rgba(255, 255, 255, 0.0);
}
#SliderBox {
	width: 93%;
	height: auto;
	padding-top: 0%;
        margin-left: auto; 
        margin-right: auto;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}

#bottom-main {
	width: 87.5%;
	margin-left: 3.5%;
        margin-right: auto;
	font-size: 1em;
}
#GalleryBox {
	width: 80%;
	height: auto;
        min-height: 400px;
	margin-top: .4%;
	margin-bottom: 0%;
	margin-right: 2%;
	margin-left: 12%;
	float: left;
}
#Left-Home {
	height: 420px;
	width: 270px;
	margin-left: 50px;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	overflow: hidden;
}
#SliderWeb {
	width: 85%;
	height: auto;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-right: 5%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#SliderPhoto {
	width: 60%;
	height: auto;
	margin-right: 10%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	float: right;
}
#SliderClient {
	width: 60%;
	height: auto;
	margin-right: 5%;
	margin-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	float: right;
}
#Left-Gallery {
	width: 200px;
	height: auto;
	margin-top: 3%;
	margin-left: 5%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
        letter-spacing: .07em;
        position:  relative;
	display: inline;
	float: left;
}
#Left-box {
	width: 15%;
	height: auto;
	min-height: 500px;
	margin-top: 0%;
	margin-left: 5%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
        letter-spacing: .07em;
        position:  relative;
	float: left;
}
#main-detail {
	width: 87.5%;
	margin-left: 3.5%;
        margin-right: auto;
	font-size: 1em;
	height: auto;
	margin-bottom: 15px;
	margin-top: 1%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
#Top-Headline {
	height: auto;
	width: 40%;
	float: right;
	margin-top: 4%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin-right: 45px;
	text-align: left;
	color: #000000;
	line-height: 1.7em;
        letter-spacing: .1em;
	display: inline;
}
#TitleBox {
	height: auto;
	width: 100%;
	float: right;
	margin-top: 20px;
        letter-spacing: .1em;
	text-align: right;
	padding-right: 40px;
        position:  relative;
}
#BottomBox {
	height: auto;
        max-height: 200px;
	width: 97%;
        max-width: 1560px;
	float: left;
	margin-top: 3%;
	margin-left: 0%;
	padding-left: 3%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
        letter-spacing: .09em;
	color: #FFF;
	margin-right: 0px;
        position:  relative;
}
#Contact {
	height: auto;
	width: 95%;
	margin-left: 3%;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 3%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	background-color:rgba(255, 255, 255, 0.7);
	float: left;
}
#Main-Contact {
	width: 50%;
	height: auto;
	margin-top: 3%;
	margin-right: 3%;
	margin-left: 2%;
	padding-right: 0%;
	padding-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	float: left;
}
#map-right {
	width: 40%;
	height: auto;
	margin-top: 3%;
	padding-right: 3%;
	padding-left: 0%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	float: right;
}
.services {
        height: auto;
	width: 10.9%;
	padding-left: .5%;
	padding-right: .5%;
	padding-bottom: 1%;
}
.gallery-icon {
	width: 150px;
	padding-left: 10px;
	padding-right: 5px;
}
.slide-text {
	width: 30%;
	height: 275px;
	margin-top: 17%;
	margin-left: 2%;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
        letter-spacing: .1em;
	line-height: 2em;
	position: absolute;
}
.slide-text a {
	color: #a4000f;
	font-size: 1.1em;
        letter-spacing: .1em;
	text-decoration: none;
}
.slide-text a:hover {
	color: #000;
	font-size: 1.1em;
        letter-spacing: .1em;
	text-decoration: none;
}
.photo  {
	width: 40%;
	height: auto;
	margin-left: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
	margin-right: 0%;
	float: right;
        border: 0px;
}
}
/* Stylesheet: Fruin-fluid Modified On 2018-08-28 15:51:26 */
/* by Alexander Endresen and mark */
#menu_vert {
/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */

/* IE6 Hack */
	height: 1%;
	width: auto;
/* one border at the top */
	margin: 0;
	padding: 0;
background-color: #243135;
}
ul#primary-nav {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
/* sets width of second level ul to background image */
	width: 300px;
	margin: 0px;
	padding: 0px;

font-size: 1em;
text-align: left;

/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* room at top for li so image top shows correct */
	padding-top: 12px;
/* set your image here, tall enough for the ul */
	background: url(https://drfruin.com/uploads/images/ShadeBack.png) no-repeat left top;
}
/* IE6 hacks on the above code */
* html #primary-nav ul {
	padding-top: 0px;
	background: url(https://drfruin.com/uploads/ngrey/ultopup.gif) no-repeat left top;
}
#primary-nav ul ul {
/* insures no top margins */
	margin-top: 0px;
/* pulls the last ul back over the preceding ul */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the preceding ul */
	left: 100%;
/* negative margin pulls the left centered in li next to it */
	top: -10px;
/* set your image here, tall enough for the ul, this is the left arrow for third level ul */
	background: url(https://drfruin.com/uploads/images/ShadeBack.png) no-repeat left top;
list-style-type: none;
}
/* IE6 hacks on the above code */
* html #primary-nav ul ul {
	margin-top: 0px;
	padding-left: 0px;
	left: 100%;
	top: -10px;
/* IE6 gets gif as it can't handle transparent png */
	background: url(https://drfruin.com/uploads/ngrey/ultoprt.gif) no-repeat right top;
}
#primary-nav li {
/* a little space to the left of each top level menu item */
	margin-left: 5px;
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
list-style-type: none;
}
#primary-nav li li {
/* a little more space to the left of each menu item */
	margin-left: 8px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -2px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
list-style-type: none;
}
/* IE6 hacks on the above code */
* html #primary-nav li li {
	margin-left: 6px;
/* helps hold it inside the ul */
	width: 300px;
}
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
	font-style: normal;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #fff;
/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */
	padding: 0px 5px 0px 0px;
/* makes it hold a shape */
	display: block;
/* remove default "a" underline */
	text-decoration: none;
        list-style-type: none;
}
ul#primary-nav li a span {
/* takes normal "a" padding minus some for right image */
	padding: 2px 4px 12px 10px;
/* makes it hold a shape */
	display: block;
        list-style-type: none;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
        list-style-type: none;
	color: #fff;
}
ul#primary-nav li {
/* set your image here */
/*	background:  url(https://drfruin.com/uploads/ngrey/navrttest.gif) no-repeat right -51px;*/
        list-style-type: none;
}
ul#primary-nav li span {
/* set your image here */
/*	background:  url(https://drfruin.com/uploads/ngrey/navlefttest.gif) repeat-x left -51px;*/
/* set text color here also to insure color */
	color: #fff;
/* just to be sure */
	font-weight: normal;
        list-style-type: none;
}
ul#primary-nav li li {
/* remove any image set in first level li */
	background:  none;
}
ul#primary-nav li li span {
/* remove any image set in first level li span */
	background:  none;
/* set text color here also to insure color */
	color: #fff;
/* just to be sure */
	font-weight: normal;
}
ul#primary-nav li:hover,
ul#primary-nav li.menuh,
ul#primary-nav li.menuparenth {
/* set hover image, right side */
/*	background:  url(https://drfruin.com/uploads/ngrey/navrttest.gif) no-repeat right 0px;*/
        list-style-type: none;
}
ul#primary-nav li:hover span,
ul#primary-nav li.menuh span,
ul#primary-nav li.menuparenth span {
/* set hover image, left side */
/*	background:  url(https://drfruin.com/uploads/ngrey/navlefttest.gif) repeat-x left 0px;*/
/* change text color on hover */
	color: #fff;
	font-weight: normal;
}
/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an "h" as seen above and below */
ul#primary-nav li li.menuh {
	background:  none;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li span {
	background:  none;
	color: #fff;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparent span {
/* gif for IE6, as it can't handle transparent png */
/*	background:  url(https://drfruin.com/uploads/ngrey/parent.gif) no-repeat right center;
	color: #fff*/
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuh span {
	background:  none;
	color: #fff;
	font-weight: normal;
}
/* IE6 hacks */
ul#primary-nav li.menuparenth li.menuparenth {
	background:  none;
	color: #fff;
	font-weight: normal;
}
ul#primary-nav li.menuactive a {
/* set your image here for active tab right */
/* 	background:  url(https://drfruin.com/uploads/ngrey/navrttest.gif) no-repeat right 0px;*/
}
ul#primary-nav li a.menuactive span {
/* set your image here for active tab left */
/*	background:  url(https://drfruin.com/uploads/ngrey/navlefttest.gif) repeat-x left 0px;*/
/* non active is #FFF/white, we need #000/black to contrast with light background */
color: #fff;
/* bold to set it off from non active */
/* 	font-weight: bold;*/
}
#primary-nav li li a {
/* second level padding, no image and not as big */
	padding: 5px 5px;
/* to keep it within li */
	width: 300px;
/* space between them */
	margin: 5px;
	background: none;
        list-style-type: none;
}
/* IE6 hacks to above code */
* html #primary-nav li li a {
	padding: 5px 5px;
	width: 300px;
	margin: 0px;
	color: #fff;
}
#primary-nav li li:hover {
/* remove image set in first level */
	background: none;
}
#primary-nav li li a:hover {
/* set different image than first level */
/*	background:  url(https://drfruin.com/uploads/ngrey/darknav.png) repeat-x left center;*/
/* we need #FFF/white to contrast with dark background */

color: #fff;
}
#primary-nav li.menuparent li a:hover span {
/* insures text color */
color: #fff;

}
ul#primary-nav li:hover li a span {
/* first level is #FFF/white, we need #000/black to contrast with light background */
line-height: .85em;
color: #fff;
/* just to insure normal */
	font-weight: normal;
}
#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {
/* set your image here, lighter than hover */
/*	background:  url(https://drfruin.com/uploads/ngrey/nav.png) repeat-x left 0px;*/
/* non active is #FFF/white, we need #000/black to contrast with light background */
	color: #fff;
}
#primary-nav li li.menuactive a.menuactive span {
/* insures text color */
	color: #fff;

}
#primary-nav li li.menuactive a.menuactive:hover span {
/* insures text color */
	color: #fff;
}
/* IE6 hacks to above code */
#primary-nav li li.menuparenth a.menuparent span {
/* right arrow for menu parent, IE6 gif */
	background:  url(https://drfruin.com/uploads/ngrey/parent.gif) no-repeat right center;
	color: #fff;
}
/* IE6 hacks to above code */
#primary-nav li li.menuparenth a.menuparent:hover span {
	color: #fff;
}
#primary-nav li li.menuparent a.menuparent span {
/* right arrow for parent item */
/*	background:  url(https://drfruin.com/uploads/ngrey/parent.gif) no-repeat right center; */
}
#primary-nav li.menuactive li a:hover span {
/* black text */
color: #fff;
}
ul#primary-nav li li a.menuactive  span {
/* remove image set in first level */
	background:  none;
	font-weight: normal;
}
#primary-nav li.menuactive li a {
/* second level active link color */
	color: #0587A9;
	text-decoration: none;
	background: none;
}
#primary-nav li.menuactive li a:hover {
/* dark image for hover */
/*	background:  url(https://drfruin.com/uploads/ngrey/darknav.png) repeat-x left center;/*
}
#primary-nav li.menuactive li a:hover span {
/* white text to contrast with dark background image on hover */
color: #fff;
}
ul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {
	padding: 0px;
	background:  none;
}
/* this is a special li type from the menu template, used to hold the bottom image for ul set above */
#primary-nav ul li.separator, #primary-nav .separator:hover {
/* set same as ul */
	width: 300px;
/* height of image */
	height: 9px;
/* negative margin pulls it down to cover ul image */
	margin: 0px 0px -12px;
/* set your image here */
/*	background: url(https://drfruin.com/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;*/
}
/* same as above for next level to insure it shows correct */
#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {
	height: 9px;
	margin: 0px 0px -12px;
/*	background: url(https://drfruin.com/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;*/
}
/* IE6 hacks */
* html #primary-nav ul li.separator {
	height: 2px;
	background: url(https://drfruin.com/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;
}
/* IE6 hacks */
* html #primary-nav ul li.separatorh {
	margin: 0px 0px -8px;
	height: 2px;
	background: url(https://drfruin.com/uploads/ngrey/ultop.gif) no-repeat left top;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

/* Responsive styles ========================= */

#pull {
	display: none;
	color: #fff;
	z-index: 110;
	height: 35px;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 30px;
	cursor: pointer;
	font-size: 1em;
}
#pull .btn {
    display:block;
}


@media only screen and (max-width: 1025px) { 

    nav #top-menu { 
        display: none; 
        width: 95%;
        height: auto; 
        text-align:left;
	margin-left: 0px;
        margin-top:5px;
	margin-bottom:5px;
    }  
    nav ul li {
	display: block;
        width: 80%;
	float: none;
	padding-left: 15px;
    }
    nav ul li li {
	padding-left:10px;
    }
    #primary-nav ul ul {
	top: 0;
	left: 15px;
    }
    #primary-nav ul ul li:hover ul {display:none;}

    nav ul li:hover {
    }
    nav ul li a {
        padding:0px;
        line-height:25px;
        border:none;
    }
    nav ul li.active a, 
    nav ul li a:hover, nav ul li.menuparenth a {
        border:none;
        
    }
    #pull { 
        display: block;
    } 

#primary-nav ul li.separator {display:none;}

#primary-nav li ul,
#primary-nav ul li ul,
#primary-nav ul ul li ul {
        line-height:30px;
	width:80%;
	background-image:none;
	position:relative;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}
#primary-nav li li {
	float:none;	
}
nav ul li a {line-height:22px;}

}
/* Stylesheet: fluid-menu Modified On 2016-05-10 19:17:09 */
