/* CSS reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { 
    margin:0;
    padding:0;
	font-family: 'Roboto', arial, serif;
	font-size: 100%;
	line-height: 22px;
	/* font-family: sans-serif, museo-sans, arial, helvetica; 
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

body {
  background-image: url('../images/bg5.jpg');
  background-repeat: repeat;
  }

fieldset, img { 
    border:0;
}

/* Effects */

/* Links */
a:link {text-decoration:none; color: #ffffff;}    /* unvisited link */
a:visited {text-decoration:none; color: #ffffff;} /* visited link */
a:hover {text-decoration:underline; color: #910a2c;}   /* mouse over link */
a:active {text-decoration:underline; color: #ffffff;}  /* selected link */

/* Category Buttons Bubble Float Top */

.frontCats, .frontCats2, .sectionTitleMain, .psectionULimg {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.frontCats:before, .frontCats:before, .frontCats2:before, .frontCats2:before,
.sectionTitleMain:before, .sectionTitleMain:before, .sectionTitleMain:before, .sectionTitleMain:before,
.psectionULimg:before, .psectionULimg:before, .psectionULimg:before, .psectionULimg:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.frontCats:hover, .categoryLabel:focus, .frontCats:active,
.frontCats2:hover, .categoryLabel2:focus, .frontCats2:active,
.sectionTitleMain:hover, .sectionTitleMain:focus, .sectionTitleMain:active,
.psectionULimg:hover, .psectionULimg:focus, .psectionULimg:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.frontCats:hover:before, .frontCats:focus:before,  .frontCats:active:before,
.frontCats:hover:before, .frontCats2:focus:before,  .frontCats2:active:before,
.sectionTitleMain:hover:before, .sectionTitleMain:focus:before,  .sectionTitleMain:active:before,
.psectionULimg:hover:before, .psectionULimg:focus:before, .psectionULimg:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}


/*  Main */

#topHeaderLG {
width: 100%;
height: auto;
background-image: url('../images/blkgrad-bg.jpg');
background-repeat: repeat-x;
}

#clock {
position: relative;
float: left;
margin: 12px 0 0 0;
z-index: 0;
}

#topHeader {
max-width: 1140px;
width: 100%;
height: 45px;
margin: 1px auto;
}

#topHeader ul {
float: right;
color: #ffffff;
font-size: 90%;
list-style-type: none;
margin: 12px 0 0 0;
}

#topHeader ul li {
display: inline;
padding-left: 20px;
margin: 0 0 0 0;
}

#logoLG {
width: 100%;
height: auto;
background-color: #393939;
background-image: url("../images/slidebg.png");
background-repeat: repeat;
}

#logo {
max-width: 1140px;
width: 100%;
margin: 1px auto;
}

#logo img {
width: 83%;
margin: 20px 0 20px 7%;
}

#menuLG {
width: 100%;
height: auto;
background-image: url('../images/ylw-menu-bg.jpg');
background-repeat: repeat-x;
z-index: 1000;
-webkit-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.6);
   -moz-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.6);
}

#menu {
max-width: 1140px;
width: 100%;
height: auto;
margin: 1px auto;
}

#menuLG.navbar_fixed {
position:fixed;
top:0px;
}

#menuLG.navbar_absolute {
position:relative;
z-index: 100;
}

#slideLG {
position: relative;
width: 100%;
height: auto;
background-color: #c9c9c9;
background-image: url("../images/slidebg.png");
background-repeat: repeat;
-webkit-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.6);
   -moz-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.6);
z-index: 10;
}

#slide {
max-width: 1140px;
width: 100%;
padding: 1% 1% 1% 1%;
margin: 1px auto;
}


#slide2 {
max-width: 1140px;
width: 100%;
padding: 1% 1% 1% 1%;
margin: 1px auto;
}

#slide img, #slide2 img {
width: 100%;
}

#slideBorder {
border: 8px solid #ffffff;
background: #fff;
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}

#mainContent {
position: relative;
max-width: 1140px;
width: 100%;
height: auto;
margin: 0 auto;
margin-top: -0.5%;
background: #fff;
}

#content {
position: relative;
width: 98%;
height: auto;
padding: 1% 1% 1% 1%;
}

.frontCats {
float: left;
width: 24%;
margin: 0.5% 0 0.5% 1.33%;
}

.frontCats2 {
float: left;
width: 24%;
margin: 0.5% 0 0.5% 0;
}

.greySep {
width: 100%;
margin: 0.5% 0 0.5% 0;
}

.whiteSep {
width: 100%;
}

#section1 {
float: left;
width: 100%;
height: auto;
background-color: #c9c9c9;
margin: 0 0 0 0;
}

#section1 img {
float: left;
width: 98%;
padding: 1% 1% 0 1%;
}

.sectionTitleMain {
position: relative;
width: 50%;
margin: 3% 0 3% 25%;
}

#section1 p {
float: left;
width: 96%;
height: auto;
font-size: 104%;
text-align: justify;
padding: 1% 1% 1% 1%;
background-color: #eeeeee;
margin: 1% 0 1% 1%;
}

.pdfForms {
width: 50%;
}

#section2 {
width: 100%;
height: auto;
background-color: #eeeeee;
margin: 0 0 0 0;
}

.item {
padding: 2% 3% 2% 3%;
}

#section3 {
width: 100%;
height: auto;
background-color: #eeeeee;
padding-bottom: 1%;
margin: 0 0 0 0;
}

.desktop {
display: block;
}

.mobile {
display: none;
}

#footerLG {
width: 100%;
height: auto;
background-color: #161815;
}

#footerLG {
position: relative;
float: left;
width: 100%;
height: auto;
background-color: #1f211f;
margin: -1.85% 0 0 0;
z-index: 5;
}

#footer {
max-width: 1140px;
width: 98%;
height: auto;
margin: 1px auto;
}

#footer ul {
list-style: none;
float: left;
width: 21%;
color: #ffffff;
text-align: center;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 1.35%;
border: 1px solid #383838;
}


#footer h2 {
color: #800020;
margin: 0 0 0 0;
}

#copyRight {
float: left;
width: 100%;
height: 50px;
background-color: #7e0e29;
border-top: 1px solid #3f413e;
}

#copyRight p {
max-width: 1140px;
width: 98%;
color: #ffffff;
text-align: center;
margin: 1px auto;
padding: 1% 0;
}

#mobileFooter {
display: none;
}


/* Pages */

.sectionTitleM {
display: none;
}

.pSection1, .pSection2 {
float: left;
width: 100%;
height: auto;
background-color: #eeeeee;
background-image: url("../images/body.gif");
background-repeat: repeat;
-webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
margin: 0 0 0 0;
}

.sectionTitle {
float: left;
width: 98%;
padding: 1% 1% 0 1%;
margin: 0 0 1% 0;
}

.pSection1 h3 {
float: left;
color: #fff;
font-size: 120%;
margin-left: 2%;
}

.pSection1 p {
float: left;
width: 71%;
color: #fff;
height: auto;
font-size: 104%;
text-align: justify;
padding: 1% 1% 1% 1%;
background-color: transparent;
margin: 1% 0 1% 1%;
}

.pSection2 p {
float: left;
width: 61%;
color: #fff;
height: auto;
font-size: 104%;
text-align: justify;
padding: 1% 1% 1% 1%;
background-color: transparent;
margin: 1% 0 1% 1%;
}

.pSection1 h2 {
float: left;
width: 71%;
color: #f5816e;
margin: 1% 0 0.5% 2%;
}

.pSection1 h1 {
color: #f5816e;
text-align: center;
margin: 3% 0 0 0;
}


.pSection2 h2 {
float: left;
width: 61%;
color: #f5816e;
margin: 1% 0 0.5% 2%;
}

.pSection2 ul {
float: left;
width: 50%;
color: #fff;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 4%;
}

.pSection1 ul{
float: left;
width: 75%;
color: #fff;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 3%;
}

.psectionULimg {
width: 60%;
}

.pSection1 ul li{
list-style-type: none;
}

.certificates {
float: left;
width: 20%;
margin: 1%;
}

.paraPic {
float: left;
width: 24%;
margin: 1% 0 1% 1%;
}

.locPic {
float: left;
width: 34%;
margin: 1% 0 1% 1%;
}

#pro1, #pro2, #pro3, #pro4, #pro5, #pro6,
#pro7, #pro8, #pro9, #pro10, #pro11, #pro12,
#pro1, #pro1, #pro1, #pro1, #pro1, #pro1,
#pro13, #pro14, #pro15, #pro16, #pro17, #pro18, #proOne,
#pro19 {
display: none;
}

#pro1 p, #pro2 p, #pro3 p, #pro4 p, #pro5 p, #pro6 p,
#pro7 p, #pro8 p, #pro9 p, #pro10 p, #pro11 p, #pro12 p,
#pro13 p, #pro14 p, #pro15 p, #pro16 p, #pro17 p, #pro18 p, #pro19 p {
width: 96%;
}

.pSection1 iframe, .pSection2 iframe   {
float: left;
width:96%;
margin: 1% 0 1% 2%;
}

.back2Top {
float: right;
margin: 1% 1% 1% 0;
}

.back3Top {
float: right;
margin: 1% 1% 1% 0;
}

.back3Top a:link {
color: #000000;
}

.back3Top a:hover {
color: #73021e;
text-decoration: none;
}

.64Slices {
width: 96%;
margin: 1% auto;
}

#loginAic {
margin: 3% 0 3% 5%;
}

/* NEW DESIGN */


.content {
position: relative;
width: 98%;
height: auto;
padding: 1% 1% 1% 1%;
}

.TitleHeader2021 {
background-color: #7e0e29;
width: 100%;
margin: 0 auto;
}

.TitleHeader2021 h1 {
padding: 15px;
text-align: center;
font-size: 170%;
color: #fff;
letter-spacing: 3px;
font-weight: bold;
}

.serviceGroup2021 {
width: 100%;
}

.serviceBlock2021 {
width: 22.5%;
background-color: #c6c6c6;
margin: 1%;
display: inline-block;
}

.serviceBlock2021 img {
width: 100%;
padding: 5px 0;
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.serviceBlock2021 img:hover {
opacity: .5;
}

.serviceBlock2021 h2 {
width: 100%;
color: #fff;
background-color: #7e0e29;
padding: 10px 0;
margin:0 auto;
text-align: center;
}

.servicebotton2021 {
width: 100%;
padding: 3% 0;
text-align: center;
background-color: #1a1a1a;
margin: 0 auto;
color: #fff;
text-align: center;
}

.servicebotton2021:hover {
background-color: #7e0e29;
color: #000;
text-decoration: none;
}

/* Carousel */

.serviceBlockcarousel2021 {
width: 100%;
}

.serviceBlockcarousel2021 h2 {
width: 100%;
color: #fff;
background-color: #7e0e29;
padding: 10px 0;
margin:0 auto;
text-align: center;
}

.serviceBlockcarousel2021 img {
width: 100%;
padding: 5px 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.serviceBlockcarousel2021 img:hover {
opacity: .5;
}







@media all and (max-width: 1150px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1150px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1150px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1150px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1150px), only screen and (min-resolution: 192dpi) and (max-width: 1150px), only screen and (min-resolution: 2dppx) and (max-width: 1150px) {


#topHeader ul li {
padding: 0 10px 0 10px;
}

#slide, #slide2 {
width: 96%;
}

#mainContent {
width: 96%;
}
	
}




@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {


#topHeader ul {
font-size: 80%;
}

#topHeader ul li {
padding: 0 10px 0 10px;
}

#section1 p {
font-size: 90%;
}

.mobile {
display: block;
}

.desktop {
display: none;
}


/* Pages */

.pSection1, .pSection2 {
float: left;
width: 100%;
height: auto;
background-color: #eeeeee;
margin: 0 0 0 0;
}

.sectionTitle {
float: left;
width: 98%;
padding: 1% 1% 0 1%;
margin: 0 0 1% 0;
}

.pSection1 p {
width: 62%;
margin: 1% 0 1% 1%;
}

.pSection2 p {
width: 52%;
margin: 1% 0 1% 1%;
}

.pSection2 ul {
width: 30%;
font-size: 110%;
margin: 1% 0 1% 1%;
}

.pSection2 ul {
width: 30%;
margin: 1% 0 1% 1%;
}

.pSection2 ul  li {
list-style: none;
}

.pSection2 h2 {
width: 30%;
margin: 1% 0 1% 2%;
}

.paraPic {
float: left;
width: 34%;
margin: 1% 0 1% 1%;
}

.locPic {
float: left;
width: 44%;
margin: 1% 0 1% 1%;
}

#logo img {
width: 93%;
margin: 20px 0 20px 3%;
}


#footer {
display: none;
}

#mobileFooter {
display: block;
}

#mobileFooter h2 {
color: #7d0a0a;
text-align: center;
padding: 5px 0 5px 0;
}

#mobileFooter ul {
text-align: center;
list-style: none;
}

#mobileFooter ul li {
border: 1px solid #3f413e;
}

#mobileFooter ul li:hover {
width: 100%;
color: #7d0a0a;
background: #1d1d1d;
}

#copyRight p {
max-width: 1140px;
width: 98%;
color: #ffffff;
font-size: 90%;
text-align: center;
margin: 10px auto;
padding: 1% 0;
}

.psectionULimg {
width: 80%;
}


.serviceBlock2021 {
width: 46%;
margin: 1%;
}

  
}



@media all and (max-width: 440px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 440px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 440px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 440px), only screen and (min-device-pixel-ratio: 2) and (max-width: 440px), only screen and (min-resolution: 192dpi) and (max-width: 440px), only screen and (min-resolution: 2dppx) and (max-width: 440px) {


#topHeader ul {
font-size: 70%;
margin-right: 5px;
}

#topHeader ul li {
padding: 0 5px 0 5px;
}

.frontCats, .frontCats2 {
width: 50%;
margin: 0.5% 0 0.5% 0;
}

.sectionTitle {
display: none;
}

/* Pages */

.pSection1, .pSection2 {
float: left;
width: 100%;
height: auto;
background-color: #eeeeee;
margin: 0 0 0 0;
}

.pSection1 p, .pSection2 p {
width: 96%;
margin: 1% 0 1% 1%;
}


.pSection2 ul {
float: left;
width: 90%;
color: #fff;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 12%;
}

.paraPic, .locPic {
float: left;
width: 90%;
margin: 5% 0 4% 5%;
}

.sectionTitleM {
display: block;
float: left;
width: 98%;
padding: 1% 1% 0 1%;
margin: 0 0 2% 0;
}

.sectionTitleMain {
position: relative;
width: 80%;
margin: 3% 0 3% 10%;
}

.psectionULimg {
width: 95%;
}

.certificates {
float: left;
width: 40%;
margin: 1%;
}

.certificatesImgs {
margin-left: 14%;
}

}

  







 /* CSS Menu */
 
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0 auto;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #39b1cc;
  background: -moz-linear-gradient(top, #800020 0%, #440516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800020), color-stop(100%, #440516));
  background: -webkit-linear-gradient(top, #800020 0%, #440516 100%);
  background: -o-linear-gradient(top, #800020 0%, #440516 100%);
  background: -ms-linear-gradient(top, #800020 0%, #440516 100%);
  background: linear-gradient(to bottom, #800020 0%, #440516 100%);
  z-index: 50;
}
#cssmenu > ul {
  background: url('../images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 19px 21px 18px 21px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 16px;
  text-shadow: 0px 1px 2px #370d04;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 20px rgba(119, 3, 3, 0.70);
  -webkit-animation: glow 3s ease-in-out infinite;
  animation: glow 3s ease-in-out infinite;
}

@-webkit-keyframes glow 
{
  60% { text-shadow: 0 0 20px #ffffff; }
}

@keyframes glow 
{
  40% { text-shadow: 0 0 20px #ed0505; }
}
  

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover, li.active a  { 
  color: #3a3a3a;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #ffffff;
  background: #262626;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #810927;
  font-weight: 400;
  background: #FFFFFF;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
#DIV1, .homeMobile {
display: none;
}	
	
  #cssmenu {
  background: -moz-linear-gradient(top, #800020 0%, #440516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800020), color-stop(100%, #440516));
  background: -webkit-linear-gradient(top, #800020 0%, #440516 100%);
  background: -o-linear-gradient(top, #800020 0%, #440516 100%);
  background: -ms-linear-gradient(top, #800020 0%, #440516 100%);
  background: linear-gradient(to bottom, #800020 0%, #440516 100%);
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('../images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
    
}


/* Referring Doctors */

.buttonSize, .Referringbutton {
Font-size: 120%;
}

.Referringbutton {
margin: 0 auto;
text-align: center;
}

.referringDoctorsP {
width: 90%;
margin: 0 auto;
}

.referringDoctorsP h3 {
width: 100%;
border: 1px solid #ff0000;
text-align: center;
margin: 30px 0 10px 0;
padding: 10px;
background-color: #3e0412;
}

/* Back to Top */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3e0412;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}











