/**********************************
TENCOM GENERAL STYLE SHEET
***********************************/
*{
	margin: 0;
	padding: 0;
}

body {	
	font-family: 'Open Sans', sans-serif;
  	color: rgba(47, 47, 47, 1.0);
}

body.site {
	border: 0;
  	background: rgba(255, 255, 255, 1.0);
  	padding: 0;
}

.body .container {
	background-color: rgba(255, 255, 255, 1.0);
  	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
  	padding: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.row-fluid {
    width: 99%;
    margin: 0 auto;
}

a {
  	text-decoration: none;
  	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
  	color: #50b6cb;
}

a:hover {
	text-decoration: underline;
}

.clear {
  	clear:both;
}

img {
	width: 100%;
	height: auto;
	border: 0;
}



/**********************************
FONTS
***********************************/
h1, h2, h3, h4 {
  	font-family: 'PT Sans', sans-serif;
  	text-rendering: optimizelegibility;
  	margin: 0;
  	padding: 0;
}

h5, h6 {
  	text-rendering: optimizelegibility;
  	margin: 0;
  	padding: 0;
}

h1 {
	font-size: 2em;
  	font-weight: 400;
}

h2 {
	font-size: 2em;
  	line-height: 1.25em;
  	font-weight: 400;
}

h3 {
	font-size: 1.75em;
  	line-height: 1.25em;
  	font-weight: 400;
}

h4 {
	font-size: 1.5em;
  	line-height: 1.25em;
  	font-weight: 400;
}

p, li {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

br {
	line-height: 1em;
}

ul, ol {
	padding: 0;
	margin: 0;
}



/**********************************
TOP
***********************************/
#top {
    position: relative;
  	padding: 0;
  	margin:0 auto;
}

#top-container {
    padding: 0;
    background: transparent;
  	width: 100%;
}



/**********************************
HEAD
***********************************/
#head-a {
    float: none;
    background: transparent;
    width: 80%;
    margin: 30px auto 10px auto;
    position: relative;
    text-align: center;
}

/* tagline */
#head-b {
    float: none;
    background: transparent;
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
  
#head-b h1{
    text-align: center;
    color: #6a7673;
    font-weight: 300;
    font-size: 1.5em;
}

/* top contact */
#head-c {
    float: none;
    background: transparent;
    width: 90%;
    margin: 20px auto;
    position: relative;
    text-align: center;
    font-size: 1.25em;
}
  
#head-c a {
  color: #333;
}
  
#head-c .address {
    float: none;
    margin: 5px 0;
    background-image: url('/images/location-icon.png');
    background-repeat: no-repeat;
    background-position: center -5000px;
    padding: 0px 0 0 0px;
    line-height: 25px;
    text-align: center;
}
  
#head-c .phone {
    float: none;
    margin: 5px 0;
    background-image: url('/images/phone-icon.png');
    background-repeat: no-repeat;
    background-position: center -5000px;
    padding: 0;
    line-height: 25px;
}
  
#head-c .follow {
    float: none;
    margin: 5px 0 0 15px;
    line-height: 25px;
    border-left: 0px solid #999;
    padding: 0;
  	display:none;
}
  
#head-c .follow img{
	margin: -2px 0 0 5px;
}



/**********************************
NAVIGATION
***********************************/    
#position-9 {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 20px 0 2px 0;
    z-index: 1000;
    position: relative;
    background: #66cccc;
}

#position-9-container {
    padding: 15px;
    text-align: center;
    width: auto;
    margin: 20px 0 0 0;
    float: none;
}

.responsiveMenuTheme1m.isMobile {
    list-style: none;
    zoom: 1;
    background: #66cccc;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
}

.responsiveMenuTheme1m.isMobile > li {
    float: none;
    border-top: 1px solid #fff;
}

.responsiveMenuTheme1m.isMobile li.active > a {
    color: #ffffff;
    background: #66cccc;
}

.responsiveMenuTheme1m.isMobile a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.toggleMenu {
    font-family: 'Open Sans', sans-serif;
  	background: #66cccc url(/images/toggle-icon.png) no-repeat left center;
  	margin: 15px;
}

.toggleMenu span {
    display: none;
    text-transform: uppercase;
    font-size: 1em;
}

a.toggleMenu {
	color: rgba(255, 255, 255, 1.0);
}

a:hover.toggleMenu {
	color: rgba(230, 89, 35, 1.0);
  	text-decoration: none;
}

.responsiveMenuTheme1m.isMobile > li > a {
    padding: 0px;
  	text-transform:uppercase;
}

.responsiveMenuTheme1m.isMobile span.opener {
    background-image: url( );
    background-repeat: no-repeat;
    background-position: 11px center;
}





/**********************************
POSITION 11
***********************************/
.spacer-below-slider {
    border-bottom: 1px dashed #ccc;
    padding: 3px 0;
    width: 100%;
}



/**********************************
POSITION 12
***********************************/
#position-12 {
    display: block;
}

/*****Subpage headers*****/
#position-12 .responsive-subpage-header {
    padding: 50px 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


/**********************************
POSITION 14
***********************************/
#position-14 {
    position: relative;
    text-align: center;
}

#position-14 .homepage-tagline {
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f3fbf9, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f3fbf9, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f3fbf9, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f3fbf9, #fff); /* Standard syntax */ 
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 30px 0;
    font-size: 1.75em;
    color: #666;
    line-height: 1em;
}

#position-14 .homepage-tagline p {
    width: 90%;
    position: relative;
    margin: 0 auto 30px auto;
}

#position-14 .homepage-tagline a {
    background: #66cccc;
    border: 3px solid #efefef;
    color: #fff;
    text-decoration: none;
    width: auto;
    padding: 18px 18px;
    font-size: 18px;
} 


/**********************************
POSITION-15
***********************************/ 
#position-15 {
	position: relative; 
  	text-align: center;
}
      
#position-15-container {
	position: relative; 
  	margin: 0 auto;
  	width: 100%;
}

#position-15-container .map-footer .custom {
    border-top: 1px solid #fff;
    margin: 0 auto;
    width: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0;
}
  
#position-15-container .map-footer img{
    width: 100%;
    height: 100%;
}


/**********************************
POSITION-19
***********************************/
#position-19 {
    text-align: center;
    padding: 10px 0 0 0;
}
      
#position-19 .custom a {
    color: #999;
    font-size: .65em;
    display: block;
    margin: 0 0 10px 0;
    text-decoration: none;
    font-weight: 600;
}

#position-19 .custom img {
    width: auto;
}



/**********************************
COPYRIGHTS
***********************************/
.credits p {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0 20px 0;
    font-weight: 600;
    color: #999;
}


/**********************************
CONTENTS
***********************************/
.item {
    padding: 30px 0px 0 0;
}

.item p{
    padding: 10px 0px;
}

/**************************/
.item-page {
	margin: 30px 0;
    clear: both;
  	padding: 0 10px;
}

.item-page p{
	padding: 3%;
}

.item-page ul{
	margin-left: 30px;
  	padding:0 0 10px 0;
  	list-style-position: inside;
}

.item-page li{
	line-height: 1.5em;
}

.item-page h2 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 3em;
    color: #50b6cb;
}

.item-page h2 a:hover {
	text-decoration: none;
}
    
.item-page h3{
	margin: 20px 0 10px 0;
  	color: #50b6cb;
}

.item-page h4 {
    padding: 0 0 20px 0;
    margin: 0;
}

.item-page img{

}

.item-page iframe{
	float: none;
  	margin: 0 0 20px 0px;
}

/**************************/
blockquote p {
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25;
    color: #999;
}

.item-page blockquote{
	margin: 30px 0;
}

/**************************/
.page-header {
	padding: 5px 0;
  	border: 0;
  	margin: 0;
}

.page-header h2 a{
	color: rgba(47, 47, 47, 1.0);
}

.page-header h1 {
	margin: 0 0 30px 0;
    font-weight: 700;
    color: #50b6cb;
  	font-size: 2.75em;
	line-height:1em;
}

.page-header h1 a:hover{
  	text-decoration: none;
}

/**************************/
.leading-0 h2 a{
	color: rgba(47, 47, 47, 1.0);
}

.leading-0 p {
    padding: 10px 0px;
}

.items-leading {
	margin: 30px 0 15px 0;
    clear: both;
  	padding: 0;
}

.items-row {
	margin: 30px 0;
    clear: both;
  	padding: 0;
}

/**************************/
.pull-left {
    margin: 0px 0 20px 0;
  	float: none;
  	width: 100%;
}

.pull-right {
    margin: 0px auto 30px auto;
    float: none;
    padding: 0px;
    border: none;
    width: 100%;
}

/**************************/
.blog {
    padding: 0px 10px;
}

.blog h2 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 2.5em;
}

.blog h4 {
    padding: 0 0 20px 0;
    margin: 0;
}


/**********************************
CONTACT RIGHT COLUMN
***********************************/
.well {
	margin: 20px 0;
  	text-align: center;
}

.well p{
	padding: 0 0 10px 0;
}

.well h2{
  	margin-bottom: 15px;
}



/**********************************
GALLERY SETTINGS
***********************************/ 
ul.sigProClassic {
    text-align: center;
}
  	
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
  
ul.sigProClassic li.sigProThumb {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none!important;
    background: #fff!important;
    float: none;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0px 0 20px 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
    background: #fff;
}

.fancybox-title p {
  	font-size: 1.25em;
    margin: 10px 0 0 0;
}



/**********************************
CONTACT FORM
***********************************/
form, input, textarea {
	margin: 10px 0px 30px 15px;
  	padding: 0; 
  	border: 0; 
  	outline: none;
}

fieldset{
	margin: 0; 
  	padding: 0; 
  	border: 0; 
  	outline: none;
}

textarea { 
  	width: 75%; 
  	height: 200px; 
}

label { 
  	margin: 20px 0 5px 0px;
	font-size: 1em;
  	color: #666666;
}

legend {
    display: block;
    width: 90%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 36px;
    color: rgba(47, 47, 47, 1.0);
    border-bottom: 1px dashed rgba(47, 47, 47, 0.5);
}

input[type="text"], input[type="tel"], input[type="email"] { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 10px 0;
  	width: 75%;
}

textarea, .uneditable-input { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 0 0 15px 0px; 
}

input[type="radio"], input[type="checkbox"] { 
  	margin: 0 5px 0 0;
}

input[type="submit"] {
    cursor: pointer;
    color: #fff;
    background-color: #66cccc;
    padding: 18px 18px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
  	border: 3px solid #efefef;
  	font-size: 18px;
}

input[type="submit"]:hover { 
  	background-color: #333;
  	color: #fff;
}

input[type="submit"]:active { 
  	top: 1px; 
}

.item-page fieldset img {
  	width: 80%;
}

.item-page fieldset p {
  	padding: 0;
}

p.contact {
   color: #333;
}



/**********************************
SEARCH BUTTON CUSTOMIZATION
***********************************/
input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
}

.btn {
  	border-radius: 0px;
    padding: 8px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: normal;
}

.btn-primary {
    color: #fff;
    text-shadow: none;
    background-color: #ee3c24;
    background-image: none;
    background-repeat: no-repeat;
    filter: no-progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
    border-color: #ee3c24;
  	border: 0px solid #ee3c24;
    filter: no-progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover {
    background-color: #333;
}

input[type="search"] {
  	box-shadow: none;
  	height: 18px;
    padding: 4px 6px;
  	border: 1px solid #eceaea;
}

input.search-query {
	padding-right: 14px;
    padding-left: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}



/**********************************
RESPONSIVE STYLE SHEET
***********************************/

/**********************************************************************************************************
800X600
**********************************************************************************************************/

@media (min-width: 650px){

body.site {
	background-size: auto;
}
  
.row-fluid {
	width: 100%;
	margin: 0;
}
  
  
  
/**********************************
TOP
***********************************/
#top {
	position: relative;
	padding: 0;
	margin:0 auto;
}

#top-container {
	padding: 0;
	background: transparent;
	width: 80%;
  	margin: 0 auto;
  	position: relative;
}

#top-a {
	float:left;
  	width: auto;
  	text-align: left;
}

#top-b {
	float:right;
  	text-align: left;
  	width: 80%;
}

  
  
/**********************************
HEAD
***********************************/
#head {
	position: relative;
    padding: 0;
    margin: 0 auto 30px auto;
    background: rgba(255, 255, 255, 1.0);
    z-index: 1000;
    width: 100%;
}

#head-container {
    padding: 0;
    background: transparent; 
    width: 98%;
    margin: 0 auto;
    position: relative;
}  
  
#head-a {
    float: none;
    background: transparent;
    width: 300px;
    margin: 30px auto 20px auto;
    position: relative;
    text-align: center;
}
  
  
/**********************************
NAVIGATION
***********************************/
#position-9 {
    padding: 2px 0;
    text-align: left;
    width: 100%;
    margin: 20px 0 2px 0;
    z-index: 1000;
    position: relative;
    background: #66cccc;
}
  
#position-9-container {
    padding: 15px;
    text-align: left;
    width: auto;
    margin: 20px 1%;
    float: none;
}
  
.responsiveMenuTheme1d.isDesktop {
  	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
  	text-shadow: none;
}
 
.responsiveMenuTheme1d.isDesktop > li {
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 0 3px;
    text-align: left;
}
  
.responsiveMenuTheme1d.isDesktop > li:hover {
	background: transparent;
  	text-decoration: underline;
}
  
.responsiveMenuTheme1d.isDesktop > li.active {
	background: transparent;
}
  
.responsiveMenuTheme1d.isDesktop li a {
    border-left: none;
    border-bottom: none;
    padding: 10px;
    color: #fff;
}
  
.responsiveMenuTheme1d.isDesktop li > a:hover {
  	text-decoration: underline;
  	border-bottom: 1px solid #fff;
}
  
.responsiveMenuTheme1d.isDesktop li.active > a{
	border: 1px solid #fff;
  	background: rgba(0, 0, 0, 0.4);
  	color: #fff;
}
  
.responsiveMenuTheme1d.isDesktop > li.active a:hover {
	background: rgba(255, 255, 255, 0.0);
}
  
.responsiveMenuTheme1d.isDesktop > li.parent > a {
	padding: 0px 25px 0px 5px;
}
  
li.parent > a {
	padding: 0px 35px 0px 35px;
}
  
.responsiveMenuTheme1d.isDesktop span.opener {
	background-image: url(/images/down-bg.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 1px center;
	width: 30px;
	text-indent: 100px;
	overflow: hidden;
	display: inline-block;
	padding: 18px 0;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	top: 0;
}
  
.responsiveMenuTheme1d.isDesktop span.linker {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
  
#responsiveMenu93.responsiveMenuTheme1d.isDesktop > li.first {
      width: auto;
}
  
.responsiveMenuTheme1d.isDesktop li ul{
	margin: 10px 0;
}
      
.responsiveMenuTheme1d.isDesktop li ul li{
	font-weight: 700;
  	font-size: 1em;
  	border-top:1px solid #fff;
  	background: rgba(255, 255, 255, 0.5);
  	padding: 10px 5px;
}
  
.responsiveMenuTheme1d.isDesktop li ul li:hover{
	color: #cc0000;
  	background: rgba(255, 255, 255, 0.8);
}
  
.responsiveMenuTheme1d.isDesktop li li > a {
	display: block;
	background: #3f8dc9;
	position: relative;
	z-index: 100;
	border-top: none;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
 }
	
.responsiveMenuTheme1d.isDesktop li li.active{
	border-bottom: none;
  	background: #fff;
  	color: #333;
}
  
.responsiveMenuTheme1d.isDesktop li li.active > a{
	border-bottom: none;
  	background: #fff;
  	color: #333;
}

  
.toggleMenu {
    font-family: 'Open Sans', sans-serif;
    background: #66cccc url(/images/toggle-icon.png) no-repeat left center;
    margin: 0px;
}
  
  
/**********************************
POSITION-10
***********************************/ 
/* #position-10 {
	display: block;
} */
  
.ls-wp-container .tagline-a {
    color: rgb(255, 255, 255);
    font-family: "PT Sans", sans-serif;
    font-size: 6em;
    line-height: 1.15em;
    text-shadow: rgba(0, 0, 0, 0.498039) 2px 2px 2px;
}

.ls-wpcontainer .slider-action {
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 15px;
    background: rgb(102, 204, 204);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}
  
.slide-learn span{
	font-weight: 700;
}


/**********************************
POSITION-11
***********************************/  
.spacer-below-slider {
    border-bottom: 1px dashed #ccc;
    padding: 3px 0;
    width: 100%;
} 



/**********************************
POSITION-12
***********************************/    
#position-12 {
	display: none;
}
  
  

/**********************************
POSITION-14
***********************************/    
#position-14 {
	position: relative; 
  	text-align: center;
}
      
#position-14-container {

}

#position-12 .homepage-tagline {
    background-image: url(/images/tagline-home-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 30px 0;
    font-size: 1.75em;
    color: #666;
    line-height: 1em;
}
  
#position-14 .homepage-tagline p{
    width: 75%;
  	position: relative;
  	margin: 0 auto 50px auto;
}
 
#position-14 .homepage-tagline a{
	background: #66cccc;
    border: 3px solid #efefef;
    color: #fff;
    text-decoration: none;
    width: auto;
    padding: 18px 18px;
    font-size: 18px;
}
  
  
  
/**********************************
SHOWCASE-1
***********************************/

  
  
  
/**********************************
DISPLAY-2
***********************************/  
#display-2 {

}
    
.display-2-b-module {
	width: 100%;
	margin: 0;
  	text-align: center;
}

  
  
/**********************************
DISPLAY-3
***********************************/  
#display-3 {

}
  
#display-3-a {
	width: 100%;
	float: left;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}
  
  
  
/**********************************
GALLERY SETTINGS
***********************************/ 
ul.sigProClassic {
	text-align: center;
}
  
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, 
ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
  	background-size: cover;
}
  
ul.sigProClassic li.sigProThumb {
	display: inline-block;
	margin: 10px;
	padding: 0;
	list-style: none!important;
	background: #fff!important;
  	float: none;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: -5px 0 0 -5px;
    padding: 8px;
    border: 1px solid #ccc;
    box-shadow: none;
    background: #fff;
}

  
  
/**********************************
POSITION-15
***********************************/ 
#position-15 {
	position: relative; 
  	text-align: center;
}
  
#position-15-container .map-footer img{
    width: 100%;
    height: 100%;
}
  
  
  
/**********************************
SHOWCASE-2
***********************************/  
#showcase-2 {
	width: 100%;
	clear: both;
}
  
#showcase-2-container {
	width: 95%;
	position:relative;
	margin: 0 auto;
}
  
#showcase-2-a {
    display: inline-block;
    width: 28%;
    text-align: left;
    color: #333;
    vertical-align: top;
    margin: 0 2.5%;
}
  
#showcase-2-b {
    display: inline-block;
    width: 28%;
    text-align: center;
    color: #333;
    vertical-align: top;
    margin: 0 2.5%;
  	border-top: none;
  	border-bottom: none;
}
  
#showcase-2-c {
    display: inline-block;
    width: 28%;
    text-align: right;
    color: #333;
    vertical-align: top;
    margin: 0 2.5%;
}
  
/*Office Hours*/
  #showcase-2-a {
	padding: 30px 0;
}

#showcase-2-a h4 {
    font-size: 2em;
    color: #666666;
    margin: 20px 0 5px 0;
}

#showcase-2-a p {
    margin: 0 0 20px 0;
}
  
/*Follow Us*/
#showcase-2-b {
	padding: 30px 0;
}
  
#showcase-2-b h3 {
    font-size: 2.5em;
    color: #50b6cb;
  	margin: 0 0 15px 0;
}
  
#showcase-2-b .fb-page {
    background: #c7c7c7;
    padding: 0px;
    border: solid 0px #c7c7c7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; */
} 
  
/*Testimonials*/
#showcase-2-c {
	padding: 30px 0;
}
  
#showcase-2-c h3 {
    font-size: 2.5em;
    color: #50b6cb;
  	margin: 0 0 15px 0;
}

#showcase-2-c h4 {
    font-size: 1.5em;
    color: #666666;
    margin: 20px 0 5px 0;
    font-weight: 600;
}

#showcase-2-c p {
    margin: 0 0 20px 0;
  	color: #999;
}
  
#showcase-2-c a.readmore {
    color: #50b6cb;
    font-size: 1.5em;
} 
 
  
/**********************************
ARTICLES
***********************************/
.pull-right {
    margin: 0px 0 20px 20px;
    float: right;
    padding: 8px;
    border: 1px solid #e2e2e2;
  	width: 40%;
}

  
  
/**********************************
FORMS
**********************************
input[type="text"], input[type="tel"], input[type="email"] { 
  	border: 1px solid rgba(211, 211, 211, 1.0); 
  	padding: 10px; 
  	color: #4b4b4b; 
  	margin: 10px 0;
  	width: 75%;
}
  
#_fm_captcha_div input[type="text"] {
    width:300px
}
*/
  
.item-page fieldset img {
    width: 30%;
}
	
}



/**********************************************************************************************************
MEDIUM SIZE SCREEN 1024
**********************************************************************************************************/

@media (min-width: 799px){

body.site {
	background-size: auto;
}

.site .container {
	width: 95%;
}
  
.row-fluid {
	width: 100%;
	margin: 0;
}
  

  
/**********************************
GENERAL STYLES
***********************************/
.item-page p{
	padding: 0 0 15px 15px;
}  

  
  
/**********************************
TOP
***********************************/
#top {
	position: relative;
	padding: 0;
	margin:0 auto;
}

#top-container {
	padding: 0;
	background: transparent;
	width: 80%;
  	margin: 0 auto;
  	position: relative;
}

#top-a {
	float:left;
  	width: auto;
  	text-align: left;
}

#top-b {
	float:right;
  	text-align: left;
  	width: 80%;
}


  
/**********************************
HEAD
***********************************/
#head {
	position: relative;
    padding: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1.0);
    z-index: 1000;
    width: 100%;
}

#head-container {
    padding: 0;
    background: transparent; 
    width: 98%;
    margin: 0 auto;
    position: relative;
} 
  
/* top logo */
#head-a {
    float: left;
    background: transparent;
    width: 200px;
    margin: 30px auto 20px 0;
    position: relative;
    text-align: left;
}
  
#head-b {
    float: left;
    background: transparent;
    width: auto;
    margin: 55px auto 0 15px;
    position: relative;
    text-align: left;
}
  
#head-b h1 {
    text-align: center;
    color: #6a7673;
    font-weight: 300;
    font-size: 1.25em;
}
 

/* top contact */
#head-c {
    float: right;
    background: transparent;
    width: auto;
    margin: 50px 0 0 0px;
    position: relative;
    text-align: left;
    font-size: 1em;
}
  
#head-c a {
  color: #333;
}
  
#head-c .address {
	float:left;
  	margin: 5px 0 0 10px;
    background-image: url('/images/location-icon.png');
    background-repeat: no-repeat;
    background-position: left; 
	padding: 0 0 0 20px;
	line-height: 25px;
} 
  
#head-c .phone {
	float:left;
    margin: 5px 0 0 15px;
	background-image: url('/images/phone-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 25px;
	line-height: 25px;
}
  
#head-c .follow {
	float:left; 
  	margin: 5px 0 0 15px;
  	line-height: 25px;
  	border-left: 1px solid #999;
  	padding: 0 0 0 15px;
} 
  
#head-c .follow img{
	margin: -2px 0 0 5px;
}
  
  
  
/**********************************
NAVIGATION
***********************************/
/*#position-9 {
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 0;
    z-index: 1000;
    position: absolute;
  	background: rgba(0, 0, 0, 0.3); /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* Standard syntax */
  	
}*/
  
#position-9 {
    padding: 2px 0;
    text-align: left;
    width: 100%;
    margin: 20px 0 2px 0;
    z-index: 1000;
    position: relative;
    background: #66cccc;
}

  
#position-9-container {
    padding: 0;
    text-align: left;
    width: auto;
    margin: 20px 1%;
    float: none;
}
  
.responsiveMenuTheme1d.isDesktop {
  	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
  	/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);*/
}
 
.responsiveMenuTheme1d.isDesktop > li {
    margin: 0 5px;
}
  
.responsiveMenuTheme1d.isDesktop > li:hover {
	background: rgba(0, 0, 0, 0.4);
}
  
.responsiveMenuTheme1d.isDesktop > li.active {
	background: rgba(0, 0, 0, 0.4);
}
  
.responsiveMenuTheme1d.isDesktop li a{
	border-left: none;
	border-bottom: none;
  	padding: 10px;
}
  
.responsiveMenuTheme1d.isDesktop li.active > a{
	border: 1px solid #fff;
  	background: rgba(0, 0, 0, 0.4);
  	color: #fff;
}
  
.responsiveMenuTheme1d.isDesktop li a:hover {
  	background: rgba(255, 255, 255, 0.5);  	
  	border-bottom: 0px solid #fff;
}
    
.responsiveMenuTheme1d.isDesktop > li.active a:hover {
	background: rgba(255, 255, 255, 0.0);
}
  
.responsiveMenuTheme1d.isDesktop > li > a {
	padding: 10px 10px;
}
  
.responsiveMenuTheme1d.isDesktop > li.parent > a {
	padding: 0px 25px 0px 5px;
}
  
li.parent > a {
	padding: 0px 35px 0px 35px;
}
  
.responsiveMenuTheme1d.isDesktop span.opener {
	background-image: url(/images/down-bg.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 1px center;
	width: 30px;
	text-indent: 100px;
	overflow: hidden;
	display: inline-block;
	padding: 18px 0;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	top: 0;
}
  
.responsiveMenuTheme1d.isDesktop span.linker {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
  
#responsiveMenu93.responsiveMenuTheme1d.isDesktop > li.first {
      width: auto;
}
  
.responsiveMenuTheme1d.isDesktop li ul{
	margin: 10px 0;
}
      
.responsiveMenuTheme1d.isDesktop li ul li{
	font-weight: 700;
  	font-size: 1em;
  	border-top:1px solid #fff;
  	background: rgba(255, 255, 255, 0.5);
  	padding: 10px 5px;
}
  
.responsiveMenuTheme1d.isDesktop li ul li:hover{
	color: #cc0000;
  	background: rgba(255, 255, 255, 0.8);
}
  
.responsiveMenuTheme1d.isDesktop li li > a {
	display: block;
	background: #3f8dc9;
	position: relative;
	z-index: 100;
	border-top: none;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
 }
	
.responsiveMenuTheme1d.isDesktop li li.active{
	border-bottom: none;
  	background: #fff;
  	color: #333;
}
  
.responsiveMenuTheme1d.isDesktop li li.active > a{
	border-bottom: none;
  	background: #fff;
  	color: #333;
}

  
  
/**********************************
HOMEPAGE SLIDER
***********************************/    
.ls-wp-container .slider-action {
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 15px;
    background: rgb(102, 204, 204);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}
  
.slide-learn span{
	font-weight: 700;
}
  
.ls-wp-container {
	display: block;
}

/**********************************
POSITION-11
***********************************/  
.spacer-below-slider {
    border-bottom: 1px dashed #ccc;
    padding: 3px 0;
    width: 100%;
} 



/**********************************
POSITION-14
***********************************/    
#position-14 {
	position: relative; 
  	text-align: center;
}
      
#position-14-container {

}

#position-14 .homepage-tagline {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 30px 0;
    font-size: 1.75em;
    color: #666;
    line-height: 1em;
}
  
#position-14 .homepage-tagline p{
    width: 75%;
  	position: relative;
  	margin: 0 auto 50px auto;
}
 
#position-14 .homepage-tagline a{
	background: #66cccc;
    border: 3px solid #efefef;
    color: #fff;
    text-decoration: none;
    width: auto;
    padding: 18px 18px;
    font-size: 18px;
}
  
  
  
/**********************************
DISPLAY-2
***********************************/  
#display-2 {

}
    
.display-2-b-module {
	width: 100%;
	margin: 0;
  	text-align: center;
}

  
  
/**********************************
DISPLAY-3
***********************************/  
#display-3 {

}
  
#display-3-a {
	width: 100%;
	float: left;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}
  
  
  
/**********************************
GALLERY SETTINGS
***********************************/ 
ul.sigProClassic {
	text-align: center;
}
  
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, 
ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
  	background-size: cover;
}
  
ul.sigProClassic li.sigProThumb {
	display: inline-block;
	margin: 10px;
	padding: 0;
	list-style: none!important;
	background: #fff!important;
  	float: none;
}

  
  
/**********************************
POSITION-15
***********************************/ 
#position-15 {
	position: relative; 
  	text-align: center;
}
  
#position-15-container .map-footer img{
    width: 100%;
    height: 100%;
}
  
 
/**********************************
POSITION-16
***********************************/  
#position-16 {
	width: 100%;
	background: #fff;
    border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
  
#position-16-container {
	width: 99%;
  	position:relative;
  	margin: 0 auto;
  	text-align: center;
}
  
#position-16 .nav {
	padding: 20px 0;
  	margin: 0;
}
  
#position-16 .nav ul {
	padding: 20px 0;
  	margin: 0;
}
  
#position-16 .nav li {
	display: inline-block;
  	margin: 0 18px;
}
  
#position-16 .nav li a{
  	color: #333;
  	text-transform: uppercase;
  	font-weight: 700;
  	font-size: 0.75em;
}
  
#position-16 .nav li a:hover {
  	text-decoration: underline;
  	background: transparent;
}


	
}

/**********************************************************************************************************
MEDIUM SIZE SCREENS
**********************************************************************************************************/

@media (min-width: 1050px) {  
  
body.site {
	background-size: auto;
}

.site .container {
	width: 80%;
}
  
.row-fluid {
	width: 100%;
	margin: 0;
}  
  
/**********************************
TOP
***********************************/
#top {
	position: relative;
	padding: 0;
	margin:0 auto;
}

#top-container {
	padding: 0;
	background: transparent;
	width: 80%;
  	margin: 0 auto;
  	position: relative;
}

#top-a {
	float:left;
  	width: auto;
  	text-align: left;
}

#top-b {
	float:right;
  	text-align: left;
  	width: 80%;
}

  
  
/**********************************
HEAD
***********************************/
#head {
	position: relative;
    padding: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1.0);
    z-index: 1000;
    width: 100%;
}

#head-container {
    padding: 0;
    background: transparent; 
    width: 95%;
    margin: 0 auto;
    position: relative;
}  
  
#head-a {
    float: left;
    background: transparent;
    width: 200px;
    margin: 25px auto 20px auto;
    position: relative;
    text-align: center;
}
  
/* tagline */
#head-b {
    float: left;
    background: transparent;
    width: auto;
    margin: 50px 0 0 20px;
    position: relative;
    text-align: left;
}
  
#head-b h1{
    text-align: left;
    color: #6a7673;
    font-weight: 300;
    font-size: 1.5em;
}

/* top contact */
#head-c {
    float: right;
    background: transparent;
    width: auto;
    margin: 50px 0 0 20px;
    position: relative;
    text-align: left;
}
  
#head-c a {
  color: #333;
}
  
#head-c .address {
	float:left;
  	margin: 5px 0 0 10px;
    background-image: url('/images/location-icon.png');
    background-repeat: no-repeat;
    background-position: left; 
	padding: 0 0 0 20px;
	line-height: 25px;
} 
  
#head-c .phone {
	float:left;
    margin: 5px 0 0 15px;
	background-image: url('/images/phone-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 25px;
	line-height: 25px;
}
  
#head-c .follow {
	float:left; 
  	margin: 5px 0 0 15px;
  	line-height: 25px;
  	border-left: 1px solid #999;
  	padding: 0 0 0 15px;
} 
  
#head-c .follow img{
	margin: -2px 0 0 5px;
}
  
/**********************************
NAVIGATION
***********************************/
#position-9 {
    padding: 0;
    text-align: right;
    width: 100%;
    margin: auto;
    z-index: 1000;
    position: absolute;
  	background: rgba(0, 0, 0, 0.3); /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.0)); /* Standard syntax */
  	float: right;
}

  
#position-9-container {
    padding: 0;
    text-align: left;
    width: auto;
    margin: 20px 1%;
    float: right;
}
  
.responsiveMenuTheme1d.isDesktop {
  	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
 
.responsiveMenuTheme1d.isDesktop > li {
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px;
    text-align: left;
}
  
.responsiveMenuTheme1d.isDesktop > li:hover {
	background: rgba(0, 0, 0, 0.4);
}
  
.responsiveMenuTheme1d.isDesktop > li.active {
	background: rgba(0, 0, 0, 0.4);
}
  
.responsiveMenuTheme1d.isDesktop li a{
	border-left: none;
	border-bottom: none;
  	padding: 10px;
}
  
.responsiveMenuTheme1d.isDesktop li.active > a{
	border: 1px solid #fff;
  	background: rgba(0, 0, 0, 0.4);
  	color: #fff;
}
  
.responsiveMenuTheme1d.isDesktop li a:hover {
  	background: rgba(255, 255, 255, 0.5);
}
    
.responsiveMenuTheme1d.isDesktop > li.active a:hover {
	background: rgba(255, 255, 255, 0.0);
}
  
.responsiveMenuTheme1d.isDesktop > li > a {
	padding: 10px 10px;
}
  
.responsiveMenuTheme1d.isDesktop > li.parent > a {
	padding: 0px 25px 0px 5px;
}
  
li.parent > a {
	padding: 0px 35px 0px 35px;
}
  
.responsiveMenuTheme1d.isDesktop span.opener {
	background-image: url(/~millerdental2023/images/down-bg.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 1px center;
	width: 30px;
	text-indent: 100px;
	overflow: hidden;
	display: inline-block;
	padding: 18px 0;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	top: 0;
}
  
.responsiveMenuTheme1d.isDesktop span.linker {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
  
#responsiveMenu93.responsiveMenuTheme1d.isDesktop > li.first {
      width: auto;
}
  
.responsiveMenuTheme1d.isDesktop li ul{
	margin: 10px 0;
}
      
.responsiveMenuTheme1d.isDesktop li ul li{
	font-weight: 700;
  	font-size: 1em;
  	border-top:1px solid #fff;
  	background: rgba(255, 255, 255, 0.5);
  	padding: 10px 5px;
}
  
.responsiveMenuTheme1d.isDesktop li ul li:hover{
	color: #cc0000;
  	background: rgba(255, 255, 255, 0.8);
}
  
.responsiveMenuTheme1d.isDesktop li li > a {
	display: block;
	background: #3f8dc9;
	position: relative;
	z-index: 100;
	border-top: none;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
 }
	
.responsiveMenuTheme1d.isDesktop li li.active{
	border-bottom: none;
  	background: #fff;
  	color: #333;
}
  
.responsiveMenuTheme1d.isDesktop li li.active > a{
	border-bottom: none;
  	background: #fff;
  	color: #333;
}

  
  
/**********************************
HOMEPAGE SLIDER
***********************************/    
.ls-wp-container .slider-action {
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 15px;
    background: rgb(102, 204, 204);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
}
  
.slide-learn span{
	font-weight: 700;
}
  
.ls-wp-container {
	display: block;
}

  
  
/**********************************
POSITION-10
***********************************/  
#position-10-container .generic-subpage-header {
    padding: 15% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/**********************************
POSITION-13
***********************************/  
.spacer-below-slider {
    border-bottom: 1px dashed #ccc;
    padding: 3px 0;
    width: 100%;
} 



/**********************************
POSITION-14
***********************************/    
#position-14 {
	position: relative; 
  	text-align: center;
}
      
#position-14-container {

}

#position-14 .homepage-tagline {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 30px 0;
    font-size: 2em;
    color: #666;
    line-height: 1em;
}
  
#position-14 .homepage-tagline p{
    width: 75%;
  	position: relative;
  	margin: 0 auto 25px auto;
}
 
#position-14 .homepage-tagline a{
	background: #66cccc;
    border: 3px solid #efefef;
    color: #fff;
    text-decoration: none;
    width: auto;
    padding: 18px 18px;
    font-size: 18px;
}
  
  
  
/**********************************
SHOWCASE-1
***********************************/
#showcase-1 {
}
  
#showcase-1-a {
	width: 100%;
	position: relative;
	margin: 0;
	text-align: left;
}

#showcase-1-a .left{
	width: 50%;
	float: left;
	margin: 0;
	text-align: left;
  	background-image: url(/images/our-services.jpg);
  	background-size: cover;
  	background-position: center;
  	padding: 240px 0;
}
  
#showcase-1-a .right{
    width: 44%;
    float: right;
    margin: 0;
    text-align: left;
    padding: 2% 3% 0 3%;
}
  
#showcase-1-a .right p {
    font-size: 1.5em;
    color: #666666;
    margin: 0 25% 15px 0;
    line-height: 1.5em;
}
  
#showcase-1-a .right h2 {
    font-size: 4em;
    color: #50b6cb;
    margin: 0 0 25px 0;
}
  
#showcase-1-a .right a {
    background: #66cccc;
    border: 3px solid #efefef;
    color: #fff;
    text-decoration: none;
    width: 200px;
    padding: 18px 18px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 24px;
  	margin: 30px 0;
}
  
#showcase-1-b {
	width: 100%;
	position: relative;
	margin: 0;
	text-align: left;
} 
 
#showcase-1-b .left {
    width: 44%;
    float: left;
    margin: 0;
    text-align: left;
    padding: 2% 3%;
}
  
#showcase-1-b .left p {
    font-size: 1.5em;
    color: #666666;
    margin: 0 0 15px 25%;
    line-height: 1.5em;
}
  
#showcase-1-b .left h2 {
    font-size: 4em;
    color: #50b6cb;
    margin: 0 0 25px 25%;
}
  
#showcase-1-b .left a {
    background: #66cccc;
    border: 3px solid #efefef;
    color: #fff;
    text-decoration: none;
    width: 200px;
    padding: 18px 18px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 24px;
  	margin: 30px 0 0 25%;
}
  
#showcase-1-b .right{
	width: 50%;
	float: right;
	margin: 0;
	text-align: right;
  	background-image: url(/images/visits.jpg);
  	background-size: cover;
  	background-position: center;
  	padding: 220px 0;
}
  
  
  
/**********************************
DISPLAY-2
***********************************/  
#display-2 {

}
    
.display-2-b-module {
	width: 100%;
	margin: 0;
  	text-align: center;
}

  
  
/**********************************
DISPLAY-3
***********************************/  
#display-3 {

}
  
#display-3-a {
	width: 100%;
	float: left;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}
  
  
  
/**********************************
GALLERY SETTINGS
***********************************/ 
ul.sigProClassic {
	text-align: center;
}
  
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, 
ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
  	background-size: cover;
}
  
ul.sigProClassic li.sigProThumb {
	display: inline-block;
	margin: 10px;
	padding: 0;
	list-style: none!important;
	background: #fff!important;
  	float: none;
}

  
  
/**********************************
POSITION-15
***********************************/ 
#position-15 {
	position: relative; 
  	text-align: center;
}
      
#position-15-container {
	position: relative; 
  	margin: 0 auto;
  	width: 100%;
}
  
#position-15-container .map-footer {
    border-top: 1px solid #fff;
    margin: 20px auto 0 auto;
    width: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0;
}
  
#position-15-container .map-footer img{
    width: 100%;
    height: 100%;
}
  
  
  
/**********************************
SHOWCASE-2
***********************************/  
#showcase-2 {
	width: 100%;
	clear: both;
}
  
#showcase-2-container {
	width: 85%;
	position:relative;
	margin: 0 auto;
}
  
#showcase-2-a{
    display: inline-block;
    width: 30%;
    text-align: left;
    color: #333;
    vertical-align: top;
    margin: 0 1%;
}
  
#showcase-2-b {
    display: inline-block;
    width: 30%;
    text-align: center;
    color: #333;
    vertical-align: top;
    margin: 0 1%;
}
  
#showcase-2-c {
    display: inline-block;
    width: 30%;
    text-align: right;
    color: #333;
    vertical-align: top;
    margin: 0 1%;
}
  
/*Office Hours*/
  #showcase-2-a {
	padding: 30px 0;
}

#showcase-2-a h4 {
    font-size: 2.5em;
    color: #666666;
    margin: 20px 0 5px 0;
}

#showcase-2-a p {
    margin: 0 0 20px 0;
}
  
/*Follow Us*/
#showcase-2-b {
	padding: 30px 0;
}
  
#showcase-2-b h3 {
    font-size: 3em;
    color: #50b6cb;
  	margin: 0 0 10px 0;
}
  
#showcase-2-b .fb-page {
    background: #c7c7c7;
    padding: 0px;
    border: solid 0px #c7c7c7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; */
} 
  
/*Testimonials*/
#showcase-2-c {
	padding: 30px 0;
}
  
#showcase-2-c h3 {
    font-size: 3em;
    color: #50b6cb;
  	margin: 0 0 10px 0;
}

#showcase-2-c h4 {
    font-size: 1.5em;
    color: #666666;
    margin: 20px 0 5px 0;
    font-weight: 600;
}

#showcase-2-c p {
    margin: 0 0 20px 10%;
  	color: #999;
}
  
#showcase-2-c a.readmore {
    color: #50b6cb;
    font-size: 1.5em;
} 
 
  
  
/**********************************
POSITION-16
***********************************/  
#position-16 {
	width: 100%;
	background: #fff;
    border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
  
#position-16-container {
	width: 85%;
  	position:relative;
  	margin: 0 auto;
  	text-align: center;
}
  
#position-16 .nav {
	padding: 20px 0;
  	margin: 0;
}
  
#position-16 .nav ul {
	padding: 20px 0;
  	margin: 0;
}
  
#position-16 .nav li {
	display: inline-block;
  	margin: 0 18px;
}
  
#position-16 .nav li a{
  	color: #333;
  	text-transform: uppercase;
  	font-weight: 700;
  	font-size: 0.75em;
}
  
#position-16 .nav li a:hover{
  	text-decoration: underline;
  	background: transparent;
}
}
div.page-header .label-warning{ display:none;}

/**************************************************************************
DJ MEGA MENU
**************************************************************************/
span .name {
    font-weight: 700!important;
    text-transform: uppercase!important;
}

.dj-megamenu-clean li a.dj-up_a {
    height: 40px !important;
}

.dj-megamenu-clean li a.dj-up_a > span {
    height: 40px !important;
}

.dj-up .active{
    border: 1px solid white !important;
}

@media (max-width: 1010px) {
    #position-9-container {
      background-color: #66cccc;
      padding:20px 1%;
      margin:0 0 0 10px;
}
}

/**************************************************************************
HIDE PAGE NAV
**************************************************************************/
.pagenavigation {
    display: none;
}

/******************************************  GENERAL AND SMALL DEVICES PORTRAITS **/ 
@media (min-width: 1px) {

      /** Contact page **/
    .contact-quote {
       margin: 0 40px 40px 40px;
    }

    .contact-quote p {
        margin: 0px 0 15px 0;
        font-style: italic;
    }
  
    /**********************************
    POSITION-10
    ***********************************/
  
  	#position-10-container .generic-subpage-header .custom {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 150px;
	}
  
  	/**********************************
    SHOWCASE-1
    ***********************************/
    #showcase-1 {
    }

    #showcase-1-a {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
    }

    #showcase-1-a .left {
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        background-image: url(/images/our-services.jpg);
        background-size: cover;
        background-position: center;
        padding: 100px 0;
    }

    #showcase-1-a .right {
        width: 90%;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    #showcase-1-a .right p {
        font-size: 1.5em;
        color: #666666;
        margin: 0 5%;
        line-height: 1.5em;
    }

    #showcase-1-a .right h2 {
        font-size: 3em;
        color: #50b6cb;
        margin: 0 0 5px 0;
    }

    #showcase-1-a .right a {
        background: #66cccc;
        border: 3px solid #efefef;
        color: #fff;
        text-decoration: none;
        width: 200px;
        padding: 18px 18px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 30px auto;
    }

    #showcase-1-b {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
    } 

    #showcase-1-b .left {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0px 0;
    }

    #showcase-1-b .left p {
        font-size: 1.5em;
        color: #666666;
        margin: 0 5%;
        line-height: 1.5em;
    }

    #showcase-1-b .left h2 {
        font-size: 3em;
        color: #50b6cb;
        margin: 20px 0 5px 0;
    }

    #showcase-1-b .left a {
        background: #66cccc;
        border: 3px solid #efefef;
        color: #fff;
        text-decoration: none;
        width: 200px;
        padding: 18px 18px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 30px auto;
    }

    #showcase-1-b .right{
        display: none;
    }

    #showcase-1-b .right-responsive {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
        background-image: url(/images/visits.jpg);
        background-size: 100% auto;
        background-position: center;
        padding: 100px 0;
        background-repeat: no-repeat;
    }
  
    /**********************************
    SHOWCASE-2
    ***********************************/  
    #showcase-2 {
        width: 100%;
        clear: both;
    }

    #showcase-2-container {
        width: 95%;
        position:relative;
        margin: 0 auto;
    }

    #showcase-2-a {
        display: block;
        width: 95%;
        text-align: center;
        color: #333;
        vertical-align: top;
        margin: 0 auto;
    }

    #showcase-2-b {
        display: block;
        width: 95%;
        text-align: center;
        color: #333;
        vertical-align: top;
        margin: 0 auto;
    }

    #showcase-2-c {
        display: block;
        width: 95%;
        text-align: center;
        color: #333;
        vertical-align: top;
        margin: 0 auto;
    }

    /*Office Hours*/
      #showcase-2-a {
        padding: 30px 0 10px 0;
    }

    #showcase-2-a h3 {
        font-size: 2.5em;
        color: #50b6cb;
        margin: 0 0 15px 0;
    }

    #showcase-2-a h4 {
        font-size: 2em;
        color: #666666;
        margin: 20px 0 5px 0;
    }

    #showcase-2-a p {
        margin: 0 0 20px 0;
    }

    /*Follow Us*/
    #showcase-2-b {
        padding: 20px 0 30px 0;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }

    #showcase-2-b h3 {
        font-size: 2.5em;
        color: #50b6cb;
        margin: 0 0 15px 0;
    }

    #showcase-2-b .fb-page {
        background: #c7c7c7;
        padding: 0px;
        border: solid 0px #c7c7c7;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; */
    } 

    /*Testimonials*/
    #showcase-2-c {
        padding: 0 0 30px 0;
    }

    #showcase-2-c h3 {
        font-size: 2.5em;
        color: #50b6cb;
        margin: 20px 0 15px 0;
    }

    #showcase-2-c h4 {
        font-size: 1.5em;
        color: #666666;
        margin: 20px 0 5px 0;
        font-weight: 600;
    }

    #showcase-2-c p {
        margin: 0 0 20px 0;
        color: #999;
    }

    #showcase-2-c a.readmore {
        color: #50b6cb;
        font-size: 1.5em;
    } 
  
    /**********************************
    POSITION-16
    ***********************************/  
    #position-16 {
        width: 100%;
        background-image: url(/images/tagline-home-bg.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }

    #position-16-container {
        width: 95%;
        position:relative;
        margin: 0 auto;
        text-align: center;
    }

    #position-16 .nav {
        padding: 20px 0;
        margin: 0;
    }

    #position-16 .nav ul {
        padding: 20px 0;
        margin: 0;
    }

    #position-16 .nav li {
        display: block;
        margin: 12px 0;
    }

    #position-16 .nav li a{
        color: #333;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.9em;
    }

    #position-16 .nav li a:hover{
        text-decoration: underline;
        background: transparent;
  }
  
}

/****************************************** PHONE LANDSCAPE **/
@media (min-width: 650px) {
  
  
/**********************************
POSITION-10
***********************************/ 
  	#position-10-container .generic-subpage-header .custom {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 200px;
	}
  
/**********************************
HOMEPAGE HORIZONTAL BLOCKS
***********************************/ 
    #showcase-1-a {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
    }

    #showcase-1-a .left{
        width: 50%;
        float: left;
        margin: 0;
        text-align: left;
        background-image: url(/images/our-services.jpg);
        background-size: cover;
        background-position: center;
        padding: 240px 0;
    }

    #showcase-1-a .right{
        width: 44%;
        float: right;
        margin: 0;
        text-align: left;
        padding: 2% 3% 0 3%;
    }

    #showcase-1-a .right p {
        font-size: 1.5em;
        color: #666666;
        margin: 0 5% 15px 0;
        line-height: 1.5em;
    }

    #showcase-1-a .right h2 {
        font-size: 3em;
        color: #50b6cb;
        margin: 0 0 25px 0;
    }

    #showcase-1-a .right a {
        background: #66cccc;
        border: 3px solid #efefef;
        color: #fff;
        text-decoration: none;
        width: 200px;
        padding: 18px 18px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 30px 0;
    }

    #showcase-1-b {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
    } 

    #showcase-1-b .left {
        width: 44%;
        float: left;
        margin: 0;
        text-align: left;
        padding: 2% 3%;
        clear: left;
    }

    #showcase-1-b .left p {
        font-size: 1.5em;
        color: #666666;
        margin: 0 0 15px 5%;
        line-height: 1.5em;
    }

    #showcase-1-b .left h2 {
        font-size: 3em;
        color: #50b6cb;
        margin: 0 0 25px 5%;
    }

    #showcase-1-b .left a {
        background: #66cccc;
        border: 3px solid #efefef;
        color: #fff;
        text-decoration: none;
        width: 200px;
        padding: 18px 18px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 30px 0 0 5%;
    }

    #showcase-1-b .right{
        width: 50%;
        float: right;
        margin: 0;
        text-align: right;
        background-image: url(/images/visits.jpg);
        background-size: cover;
        background-position: center;
        padding: 220px 0;
        display: block; 
    }

    #showcase-1-b .right-responsive{
        display: none;
    }
 
}

/****************************************** PHONE LANDSCAPE **/
@media (min-width: 750px) {

    /** Contact page **/
    .contact-quote {
        margin: 40px 0;
    }
  
}

/****************************************** LAPTOP AND DESKTOP**/
@media (min-width: 1200px) {
  
    /**********************************
    SHOWCASE-1
    ***********************************/
    #showcase-1 {
    }

    #showcase-1-a {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
    }

    #showcase-1-a .left{
        width: 50%;
        float: left;
        margin: 0;
        text-align: left;
        padding: 240px 0;
    }


    #showcase-1-a .right{
        width: 44%;
        float: right;
        margin: 0;
        text-align: left;
        padding: 2% 3% 0 3%;
    }

    #showcase-1-a .right p {
        font-size: 1.5em;
        color: #666666;
        margin: 0 15% 15px 0;
        line-height: 1.5em;
    }

    #showcase-1-a .right h2 {
        font-size: 4em;
        color: #50b6cb;
        margin: 0 0 25px 0;
    }

    #showcase-1-a .right a {
        background: #66cccc;
        border: 3px solid #efefef;
        color: #fff;
        text-decoration: none;
        width: 200px;
        padding: 18px 18px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 30px 0;
    }

    #showcase-1-b {
        width: 100%;
        position: relative;
        margin: 0;
        text-align: left;
    } 

    #showcase-1-b .left {
        width: 44%;
        float: left;
        margin: 0;
        text-align: left;
        padding: 2% 3%;
    }

    #showcase-1-b .left p {
        font-size: 1.5em;
        color: #666666;
        margin: 0 0 15px 15%;
        line-height: 1.5em;
    }

    #showcase-1-b .left h2 {
        font-size: 4em;
        color: #50b6cb;
        margin: 0 0 25px 15%;
    }

    #showcase-1-b .left a {
        background: #66cccc;
        border: 3px solid #efefef;
        color: #fff;
        text-decoration: none;
        width: 200px;
        padding: 18px 18px;
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        text-align: center;
        line-height: 24px;
        margin: 30px 0 0 15%;
    }

    #showcase-1-b .right{
        width: 50%;
        float: right;
        margin: 0;
        text-align: right;
        background-image: url(/images/visits.jpg);
        background-size: cover;
        background-position: center;
        padding: 220px 0;
    }
  	
  	/**********************************
	SHOWCASE-2
	***********************************/  
    #showcase-2 {
        width: 100%;
        clear: both;
    }

    #showcase-2-container {
        width: 95%;
        position:relative;
        margin: 0 auto;
    }

    #showcase-2-a {
        display: inline-block;
        width: 28%;
        text-align: left;
        color: #333;
        vertical-align: top;
        margin: 0 2.5%;
    }

    #showcase-2-b {
        display: inline-block;
        width: 28%;
        text-align: center;
        color: #333;
        vertical-align: top;
        margin: 0 2.5%;
    }

    #showcase-2-c {
        display: inline-block;
        width: 28%;
        text-align: right;
        color: #333;
        vertical-align: top;
        margin: 0 2.5%;
    }

    /*Office Hours*/
      #showcase-2-a {
        padding: 30px 0;
    }

    #showcase-2-a h4 {
        font-size: 2em;
        color: #666666;
        margin: 20px 0 5px 0;
    }

    #showcase-2-a p {
        margin: 0 0 20px 0;
    }

    /*Follow Us*/
    #showcase-2-b {
        padding: 30px 0;
    }

    #showcase-2-b h3 {
        font-size: 2.5em;
        color: #50b6cb;
        margin: 0 0 15px 0;
    }

    #showcase-2-b .fb-page {
        background: #c7c7c7;
        padding: 0px;
        border: solid 0px #c7c7c7;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; */
    } 

    /*Testimonials*/
    #showcase-2-c {
        padding: 30px 0;
    }

    #showcase-2-c h3 {
        font-size: 2.5em;
        color: #50b6cb;
        margin: 0 0 15px 0;
    }

    #showcase-2-c h4 {
        font-size: 1.5em;
        color: #666666;
        margin: 20px 0 5px 0;
        font-weight: 600;
    }

    #showcase-2-c p {
        margin: 0 0 20px 0;
        color: #999;
    }

    #showcase-2-c a.readmore {
        color: #50b6cb;
        font-size: 1.5em;
    } 	
  
    /**********************************
    POSITION-16
    ***********************************/  
    #position-16 {
        width: 100%;
        background: #fff;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }

    #position-16-container {
        width: 95%;
        position:relative;
        margin: 0 auto;
        text-align: center;
    }

    #position-16 .nav {
        padding: 20px 0;
        margin: 0;
    }

    #position-16 .nav ul {
        padding: 20px 0;
        margin: 0;
    }

    #position-16 .nav li {
        display: inline-block;
        margin: 0 12px;
    }

    #position-16 .nav li a{
        color: #333;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.75em;
    }

    #position-16 .nav li a:hover{
        text-decoration: underline;
        background: transparent;
    }
}