@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans_500-webfont.woff2') format('woff2'),
         url('../fonts/museosans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans_700-webfont.woff2') format('woff2'),
         url('../fonts/museosans_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.modal-dialog {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
  }
  
  .modal-content {
	margin: 0 auto;
  }

  .modal-dialog .btn{
	background-color: #8cc63f;
	color: #fff;
  }

.navbar a.appopintmentButton{
  background-color: #8cc63f;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

.navbar a.appopintmentButton:hover{
  color: #fff !important;
  text-decoration: none;
}

/* CSS used here will be applied after bootstrap.css */
html,
body {
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: museo_sans300;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'News Cycle';
	text-transform: uppercase;
	color:#999999;
}
h1{
	font-size: 34px;
	margin: 0 0 15px 0;
    letter-spacing:4px;
}

h2{
	font-size: 24px;
	margin: 0 0 15px 0;
	letter-spacing:4px;
}
.HomePage h1, .HomePage h2{
	text-align:center;
}
.HomePage h1{
	font-size: 48px;
	margin-bottom: 20px;
}
.HomePage h2{
	font-size: 32px;
	margin-bottom:24px;
}

.navbar-toggle{
  margin-top: 30px !important;
}

h3{
	text-transform: uppercase;
	font-size: 16px;
	font-family: museo_sans300;
	letter-spacing: 2px;
}

.drImageArea{
  text-align: right;
}

.drImageArea img{}

.options{
	border: 1px solid #cecece;
	position: absolute;
	left: 40px;
	top: 0px;
	padding: 5px 10px;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	z-index:99;
}
ul.resizer{
	margin-left: 0;
	padding-left: 0;
}
.resizer li { float: left; line-height: 26px; margin-right: 5px; list-style: none; }
.resizer .small { font-size: 12px; line-height: 26px; }
.resizer .large { margin-right: 0; }
.resizer .small a, .medium .resizer .medium a, .large .resizer .large a { color: #EBEBEB; text-decoration: none; }
.resizer .small a.basic, .medium .resizer .medium a.basic, .large .resizer .large a.basic { color: #000; text-decoration: none; }
.medium .resizer .small a, .large .resizer .small a { color: #8BC53E; text-decoration: underline; }
.medium, .medium.basic { font-size: 16px; line-height: 22px; }
.large, .large.basic{ font-size: 20px; line-height: 26px; }


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
/*h1 { font-size: 24px; line-height: 28px; margin-bottom: 14px;}*/
.medium h1 { font-size: 38px; line-height: 42px; }
.large h1 { font-size: 42px; line-height: 46px; }
/*h2 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }*/
.medium h2 { font-size: 26px; line-height: 30px; }
.large h2 { font-size: 30px; line-height: 34px; }
/*h3 { font-size: 20px; line-height: 24px; margin-bottom: 8px; }*/
.medium h3 { font-size: 20px; line-height: 24px; }
.large h3 { font-size: 24px; line-height: 28px; }
/*h4 { font-size: 18px; line-height: 22px; margin-bottom: 4px; }*/
.medium h4 { font-size: 20px; line-height: 24px; }
.large h4 { font-size: 24px; line-height: 28px; }
.subheader { color: #FF881F; }

.medium p, .medium footer a{
	font-size: 16px !important;
}

.large p, .large footer a{
	font-size: 18px !important;
}



a, a:visited{
	color: #8cc63f;
}
a:active, a:focus {outline:none;}
.transoverlay{
	position:absolute;
	top: 0;
	left:0;
	background: rgba(0,0,0,.20);
	width:100%;
	height:100%;
}
.content-block-one ul, .subpage ul{
  list-style-type: none;
  padding-left: 20px;
}

.content-block-one li, .subpage li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

.content-block-one li:before, .subpage li:before{
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f054";
  color: #8cc63f;
}

.mt20{
	margin-top:20px;
}
.staff{
	margin-bottom:20px;
	padding-bottom:20px;
}

.staff.noborder.last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.slick-slider li{
	margin-bottom:0;
}

.slick-slider img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.slick-slider a{
	color: #8cc63f;
}

p, li{
	font-size: 14px;
	color: #333333;
	font-family: museo_sans300;
}

.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}
.item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-caption{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	bottom: auto;

}
.carousel-caption h1{
	color:#FFFFFF;
	font-size: 48px;
	padding:20px;
	border: 4px solid #fff;
	line-height: 110%;
}

.carousel-caption a:hover,.carousel-caption h1:hover{
	text-decoration:none;
	color:#8cc63f;
}

.icons a{
	margin: 10px 0;
}

.icons a .fa{
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}

.carousel-indicators{
	bottom: 40px;
}

#seemore{
	width: 60px;
	height: 60px;
	/*
	background: #ffffff url(../images/dincus.png) center no-repeat;
	border: 4px solid #fff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	*/
	color: #FFFFFF;
	margin: -70px auto 0;
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	display: block;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#seemore a, #seemore a:visited{
	color: #FFFFFF;
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: .5;
}
#seemore a:hover{
	filter: alpha(opacity=100);
	opacity:1;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#logo{
	width: 200px;
	height: 84px;
	background: url(../images/logo-white.png) no-repeat;
}
/* navbar */
.navbar-nav{
	margin-top:45px;
}

.navbar-brand{
	padding: 0;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0px;
	position: fixed;
	width: 100%;
	border-radius: 0px;
	z-index: 998;
	min-height: 120px;
	height:auto;
	padding-top: 20px;
	-webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;

}
.nav > li > a{
	padding: 10px;
}

.navbar-nav{
	text-align: right;
	width: 70%;
	margin-bottom: 10px;
	margin-right: 0;
}

.navbar-nav > li{
	display: inline-block;
	float: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.content-block-one {
	padding: 30px;
	margin-bottom: 0px;
	color: inherit;
}


.content-block-one > hr {
	border-top-color: #d5d5d5;
}

.container .content-block-one {
	border-radius: 6px;
}

.content-block-one .container {
	max-width: 100%;
}

.content-space{
	padding: 0px;
	margin-bottom: 0px;
	color: inherit;
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: rgba(255, 255, 255, .75);
}

.page-break {
	width: 50%;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
}

.services{
	background-color: #8cc63f;
	width: 100%;
}
.services h2 {
	color:#FFFFFF;
}



.dincus-lrg{
	width: 200px;
	height: 200px;
	background: #ffffff url(../images/dincus-lrg-rotated.png) center no-repeat;
	color: #666;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #d3d4d6;
	text-align: center;
	display: block;
}



.dincus-lrg {
	margin: 0 auto;
}

.idk{
	font-size:18px;
	margin:80px 50px 0;
}
.icons .fa{
	color: #199ad6;
	font-size: 72px;
}

.equal.row {
    display: table;
}

/*.equal.row [class*="col-"] {
    display: table-cell;
    vertical-align: top;
    float: none;
}*/

.contact{
	width: 100%;
	background-color: #8cc63f;
	color: #fff;
}

.contact h3, .contact h2{
	color: #fff;
}
.contact p{
	color:#000000;
}

.black-background {
	background-color:#000000;
	border:0 !important;
	padding:10px 20px;
}
.white {color:#ffffff;}

#map{
	width: 100%;
	height: 500px;
}

footer{
	background-color: #4c4d4f;
	width: 100%;
	padding: 20px 0 10px;

}

footer p, footer a, footer a:link, footer a:visited{
	color: #fff;
	font-size:12px;
	line-height: 18px;
}

footer a:hover, footer a:active{
	color: #8cc63f;
}

footer ul{
	list-style:none;
	padding-left:0;
}
footer .right{
	text-align: right;
}
footer h3 {
	color:#FFFFFF;
	text-align:left;
	text-transform:uppercase;
	font-size:12px;
	font-weight: 400 !important;
	letter-spacing:3px;
}
footer .footerbottom{
	border-top:1px solid #999;
	text-transform:uppercase;
	padding-top:10px;
	margin-top:20px;
	font-family: 'News Cycle'
}
#footerbtm{
	margin-top:20px;
}

.cols a{
	color: #333;
}

.cols ul{
	-webkit-column-count: 3;
    -moz-column-count: 3;
     column-count: 3;

}

.cols ul li{
-webkit-margin-before: 0;
 -webkit-margin-after: 0;
}

#UserForm_Form input, #UserForm_Form textarea{
	width: 100%;
	border: none;
	padding: 3px;
	color: #333;
}

#UserForm_Form .action{
	width: 120px;
	background-color: #333;
	padding: 10px;
	color: #fff;
}

#UserForm_Form legend {
	font-size: 14px;
	border: none;
}

#UserForm_Form .radio input{
	width: auto !important;
}

.Location #UserForm_Form input, .Location #UserForm_Form textarea, .UserDefinedForm #UserForm_Form input, .UserDefinedForm #UserForm_Form textarea, .DrContactFormPage #UserForm_Form input, .DrContactFormPage #UserForm_Form textarea
{
	background-color: #4c4d4f !important;
	width: 300px;
	color: #fff;
}

.DrContactFormPage #UserForm_Form input, .DrContactFormPage #UserForm_Form textarea{
  width: 100%;
}

.field{
	margin-bottom: 5px;
}

.subpage{
	padding-top: 140px;
	padding-bottom: 20px;
}

.subpage li{
	margin-bottom: 0;
}

.img-responsive {
	width: 100%;
}

.navbar{
	padding-left: 40px;
	padding-right: 40px;
}

.SubPage .navbar{
	background-color: #4c4d4f !important;
	position: relative;
}

.navbar a:hover{
	color: #8cc63f !important;
}


.slick-prev::before, .slick-next::before{
	color: #333 !important;
}

.location h6{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	text-transform: none;
	font-family: museo_sans300;
	letter-spacing: normal;
	line-height: 110%;
}

.locationitem{
	margin-bottom: 20px;
}

.subpage{
	padding-top: 40px;
}

.slick-next{
	right: -15px !important;
}

.slick-prev{
	left: -15px !important;
}

.rightcol{
	margin-bottom: 10px;
}

.rightcol p{
	margin: 0;
}

.wrapper{
	background-color: #fff;
}

.staffimage{
	margin-bottom: 20px;
}

.phonecontact{
	position: absolute;
	right: 50px;
	top: 30px;
	color: #ffffff;
	font-size: 18px;
}
.phonecontact span{
	color: #8cc63f;
}
.phonecontact a{
    color: #ffffff;
}
.foot.location .mappable{
	height: 200px !important;
	margin-bottom: 10px;
}

.footerlogo img{
	float: right;
}


.btm20 {
    margin-bottom: 20px;
}

/* Gallery Animation
-------------------------------------------------- */
.mag i {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 10px);
}

.fadein{opacity:0;}
/*
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
*/
.come-in {
	transform: translateY(150px);
	animation: come-in 0.8s ease forwards;
}
.already-visible {
	transform: translateY(0);
	animation: none;
}

@keyframes come-in {
	to { transform: translateY(0); }
}
.gallery-item{
	position:relative;
	overflow: hidden;
}
/*
	when .item:hover, show overlay.
	overwrite .item-overlay."position"
*/
.gallery-item:hover .item-overlay.top {
	top: 0;
}
.gallery-item:hover .item-overlay.right {
	right: 0;
	left: 0;
}
.gallery-item:hover .item-overlay.bottom {
	bottom: 0;
}
.gallery-item:hover .item-overlay.left {
	left: 0;
}
/*
	by default, overlay is visible
*/
.item-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;

	background: rgba(0,0,0,0.5);
	color: #fff;
	overflow: hidden;
	text-align: center;
	/* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
	width: auto;

	-moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
/*
	hide overlay
*/
.item-overlay.top {
	top: 100%;
}
.item-overlay.right {
	right: 200%;
	left: -100%;
}
.item-overlay.bottom {
	bottom: 100%;
}
.item-overlay.left {
	left: 100%;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: none;
}

.clear{
	clear: both;
}

#footerbtm{
	margin-top:20px;
}

.footerbtm {
	padding: 20px;
	width: 200px;
	height: auto;
}

#dinkus {
	position: absolute;
	left: 50px;
	bottom: 50px;
}

#mc_embed_signup .mc-field-group {
	margin-bottom: 10px;
}

.mc-field-group  label {
	width: 100px;
}

.mc-field-group.input-group label{
	width: 150px;
	margin-left: 10px;
}


.field.dropdown select{
  background-color: #4c4d4f;
  width: 300px;
  color: #fff;
}

.phoneMobile{
  display: none;
}

.cLocations p{
  padding: 0;
  margin: 0;
}



@media screen and (max-width: 480px) {




	.conditioniframe{
		width: 100%;
	}

	#dinkus {
		left: 15px;
		bottom: 0;
		width: 100%;
	}

	#dinkus img {
		width: 25%;
	}


}

@media screen and (max-width: 1199px) {
  .navbar{
    background-color: #4c4d4f !important;
  }

  #logo{
    width: 150px;
    height: 63px;
    background: url(../images/logo-white-sml.png) no-repeat !important;
    margin-top: 25px;
  }
    .phonecontact.phoneMobile{
      display: block;
      font-size: 14px;
      padding-top: 10px;
    }

    .phonecontact{
      display: none;
    }

    .phonecontact{
      top: 0;
      right: auto;
      position: absolute;

      font-size: 12px;
      width: 100%;
      left: 10px;
    }
    .options{
      display: none;
    }

    .nav > li > a{
      padding: 10px;
    }

    .navbar-nav{
      text-align: left;
      width: 100%;
    }

    .navbar-nav > li{
      display: block;
      float: left;
      width: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
      border: none !important;
    }

    .navbar-collapse{
      border: none !important;
      box-shadow: none !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
      color: #fff;
    }

    .navbar-collapse{
      /* padding-top: 40px; */
    }


}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /* margin: 7.5px -15px; */
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media screen and (max-width: 767px) {



	.carousel-caption h1{
		font-size:24px;
	}


	footer .right { text-align:left;}



	.cols ul{
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}

	.content-space{
		display: none;
	}





#logo {

}


}

@media screen and (min-width: 768px) {



	.content-block-one {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .content-block-one {
		padding-right: 60px;
		padding-left: 60px;
	}

	.content-block-one h1,
	.content-block-one .h1 {
		font-size: 63px;
	}



}

@media screen and (max-width: 768px) {

  .drImageArea{
    text-align: left;
    margin-bottom: 40px;
  }


}




@media screen and (min-width: 992px) {

	.staff.noborder {
		margin-bottom:0;
		padding-bottom:0;
		border-bottom:none;
	}



}
@media screen and (min-width: 1200px) {

	.navbar-nav{
		width:80%;
	}


}




@media screen and (max-width: 1200px) {

	.navbar-nav{
		width:80%;
	}


	}
}
