@import url('https://fonts.googleapis.com/css?family=Montserrat');


/* 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: 'Montserrat', '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: none;
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:none; color: #ffd800;}   /* 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: 5px;
background-color: #141414;
background-repeat: repeat-x;
}

#clock {
position: relative;
float: left;
margin: 12px 0 0 0;
z-index: 0;
}

#logoLG {
width: 100%;
height: auto;
background-color: #ffffff;
background-repeat: repeat;
}

#logo {
max-width: 1280px;
width: 100%;
margin: 1px auto;
}

#logo img {
width: 63%;
margin: 5px 0 5px 0%;
}

.mobileTopButton {
	display: none;
}

.contactButton {
width: 250px;
text-align: center;
line-height: 25px;
float: right;
margin-top: 20px;
padding: 5px;
background-color: #eeeeee;
}

#menuLG {
width: 100%;
height: auto;
background-image: url('../images/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: 1280px;
width: 100%;
height: auto;
margin: 1px auto;
}

#menuLG.navbar_fixed {
position:fixed;
top:0px;
}

#menuLG.navbar_absolute {
position:relative;
z-index: 100;
}

.menuTextMob {
margin: 10px 0 0 10px;
}

#slideLG {
position: relative;
width: 100%;
height: auto;
-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 {
width: 98%;
padding: 0;
margin: 1px auto;
}

#slide2 {
max-width: 1280px;
width: 100%;
padding: 1% 1% 1% 1%;
margin: 1px auto;
}

#slide img, #slide2 img {
width: 100%;
}

.mainContent {
position: relative;
width: 100%;
height: auto;
margin-top: -0.5%;
background-image: url("../images/bg90.png");
background-repeat: repeat;
}

.mainContent ul {
text-align: center;
margin: 0 auto;
}

.content {
position: relative;
max-width: 1280px;
width: 98%;
height: auto;
margin: 0 auto;
padding: 1% 1% 1% 1%;
}

.content p, .content h2 {
width: 98%;
text-align: center;
margin: 1.5% 1% 1.5% 1%;
}

.content ul {
width: 98%;
text-align: center;
margin: 1.5% auto;
}

.frontCats {
float: left;
width: 31%;
border: 3px solid #86827b;
margin: 0.5% 0 0.5% 1.33%;
}

.frontCats2 {
float: left;
width: 32%;
margin: 0.5% 0 0.5% 0;
}

.greySep {
width: 100%;
margin: 0.5% 0 0.5% 0;
}

.dent {
margin-top: 20px;
}

.section1 {
width: 100%;
height: auto;
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 h1 {
width: 97%;
height: auto;
font-size: 114%;
color: #fff;
text-align: center;
background-color: #303030;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 2%;
}

.section1 p {
float: left;
width: 98%;
height: auto;
font-size: 104%;
text-align: justify;
padding: 0 1% 2% 0;
margin: 1% 0 1% 1.5%;
}

.section1 h2 {
margin: 2% 0 0 1.5%;
}

.sectionHalf {
width: 47%;
float: left;
margin: 0 0 0 2%; 
}

.sectionHalf h2 {
text-align: left;
color: #4b2b1f !important;
}

.titleMain h1 {
width: 100%;
height: auto;
font-size: 114%;
color: #fff;
text-align: center;
background-color: #303030;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 1% 0 1% 0;
margin: 0 0 1% 0;
}


/* Form */

#frontForm {
margin: 1.5% 0 0 0;
}

.frontFormText, .frontFormTextarea, .frontFormButton, .frontFormSelect { 
border: 1px solid #3b3a37;
background: transparent;
outline:0;
color: #bebbb4;
font-family: 'Roboto', arial, serif;
font-size: 105%;
padding: 0.15% 1% 0.15% 1%;
margin: 0.25% 0 0.25% 1%;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 2px; 
}

.frontFormText:focus, .frontFormTextarea:focus,
.frontFormButton:focus, .frontFormSelect:focus {
border-color: #BBB;
outline: none;
}

.frontFormText { 
height:30px;
width: 96%;
}

.frontFormSelect { 
height:40px;
width: 98.25%;
background-color: #000;
padding: 6px 0 6px 0;
}

.frontFormTextarea { 
height:90px; 
width: 96%;
}

.frontFormButton{ 
height:40px; 
width: 98.25%;
color: #000;
font-weight: bold;
background: #d4d4d4;
}

.frontFormButton:hover{
color: #FFF;
background: #000;
}

.gallery {
float: left;
width: 48%;
margin: 1%;
}

.menuImg {
width: 98%;
border: 3px solid #fff;
}

.menuTextMob {
display: none;
}

/* Flashing */
.gallery:hover, .menuImg:hover, .frontCats:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 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;
padding-bottom: 1%;
margin: 0 0 0 0;
}

.coupon {
margin:30px;
width:94%;	
}

.desktop {
display: block;
}

.mobile {
display: none;
}

.wideImg {
width: 97.5%;
border: 2px solid #eeeeee;
margin: 3% 0 0 2%;
}

/* ADDITIONS */

.parallax {
width: 100%;
height: 200px;
background-image: url('../images/slides/slide-11.jpg');
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border: 1px solid 
margin: 20px 0 20px 0;
}

.parallax h1 {
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 400%;
line-height: 200px;
margin-left: 25px;
}

.paraButton {
width: 250px;
height: 50px;
text-align: center;
margin: 0 auto;
}

.paraButton p {
position: relative;
line-height: 48px;
color: #000;
background-color: #fff;
text-align: center;
top: 80px;
margin: 0 auto;
opacity: 0.6;
}

.paraButton p a:hover, .paraButton p:hover {
color: #fff;
background-color: #000;
}

#footerLG {
width: 100%;
height: auto;
background-color: #161815;
}

#footerLG {
position: relative;
float: left;
width: 100%;
height: auto;
background-color: #0d0d0d;
margin: -1.85% 0 0 0;
background-color: #1a1a1a;
-webkit-box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.7);
   -moz-box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.7);
        box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.7);
z-index: 5;
}

.mobileFooter {
float: left;
width: 30%;
}

.mobileFooter h2 {
color: #7d0a0a;
text-align: center;
padding: 5px 0 5px 0;
}

.mobileFooter ul {
text-align: center;
list-style: none;
}

ul.listMobile {
list-style: none;
color: #fff;
}

.sideFooter {
width: 15%;
font-size: 80%;
}

.sideFooter2 {
width: 45%;
}

.sideFooter2 iframe {
width:100%;
height:215;
}

.sideFooter, .sideFooter2 {
float: left;
margin: 0 15px 0 30px;
}

.footerBorder {
border-bottom: 1px solid #3f413e;
}

.mobileFooter ul li {
padding: 5px 0 5px 0;
}

.mobileFooter ul li:hover {
width: 100%;
color: #7d0a0a;
background: #1d1d1d;
}

#copyRight {
float: left;
width: 100%;
height: 50px;
background: #1f211f;
background-image: url('../images/menu-bg.jpg');
background-repeat: repeat-x;
border-top: 1px solid #3f413e;
}

#copyRight p {
max-width: 1140px;
width: 98%;
font-size: 80%;
color: #eeeeee;
text-align: center;
margin: 1px auto;
padding: 1% 0;
}



/* Pages */

.sectionTitleM {
display: none;
}

.pSection1, .pSection2 {
float: left;
width: 100%;
height: auto;
background-color: #f3f3f3;
margin: 0 0 0 0;
}

.pSection1 {
border: 1px solid #eeeeee;
}

.sectionTitle {
float: left;
width: 98%;
padding: 1% 1% 0 1%;
margin: 0 0 1% 0;
}

.pSection1 p {
float: left;
width: 94%;
color: #000;
height: auto;
font-size: 104%;
text-align: justify;
padding: 1% 1% 1% 1%;
background-color: transparent;
margin: 0 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;
color: #4b2b1f;
margin: 1% 0 0 2%;
}

.pSection1 h1 {
color: #4b2b1f !important;
text-align: center;
font-weight: bold;
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: #000;
padding: 1% 1% 1% 1%;
margin: 1% 0 1% 3%;
}

.psectionULimg {
width: 60%;
}

.pSection1 ul li{
list-style-type: none;
}


.pSection1 iframe, .pSection2 iframe   {
width:96%;
margin: 1.5% 0 1% 2%;
}

/* Back 2 Top Button */
#return-to-top {
font-family: 'Open Sans', sans-serif;
position: fixed;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 100;
}
#return-to-top i {
font-family: 'Open Sans', sans-serif;
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}


#error {
position: relative;
width: 100%;
}

.alert, .success {
position: relative;
width: 0100%;
height: auto;
border: 1px solid #fff;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 2px; 
margin: 0.5% 0 0 0%;
}

.alert {
background: #930700;
}

.success {
background: #c9f308;
}

.alert p {
color: #fff;
padding: 0.5%;
}

.success p {
color: #000;
font-weight: bold;
padding: 0.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) {

#slide2 {
width: 96%;
}

.mainContent {
width: 96%;
}
	
}


@media all and (max-width: 925px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 925px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 925px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 925px), only screen and (min-device-pixel-ratio: 2) and (max-width: 925px), only screen and (min-resolution: 192dpi) and (max-width: 925px), only screen and (min-resolution: 2dppx) and (max-width: 925px) {

.sideFooter, .sideFooter2 {
margin: 0 15px 0 10px;
}

}

@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) {

.section1 p {
font-size: 90%;
}

.mobile {
display: block;
}

.desktop {
display: none;
}

.coupon {
width:90%;	
}

.gallery {
width: 98%;
}

.sectionHalf {
width: 98%;
margin: 15px 0 15px 0; 
}

.wideImg {
margin: 2% 0 1% 0;
}

.frontCats {
float: left;
width: 31%;
border: 1px solid #86827b;
margin: 0.5% 0 0.5% 1.33%;
}

/* 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 {
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%;
}

#copyRight p {
max-width: 1140px;
width: 98%;
color: #ffffff;
font-size: 70%;
text-align: center;
margin: 10px auto;
padding: 1% 0;
}

.psectionULimg {
width: 80%;
}
.mobileFooter {
width: 65%;
}
.sideFooter {
width: 30%;
margin-left: 15px;
}

.sideFooter2 {
display: none;
}

}


@media all and (max-width: 615px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 615px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 615px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 615px), only screen and (min-device-pixel-ratio: 2) and (max-width: 615px), only screen and (min-resolution: 192dpi) and (max-width: 615px), only screen and (min-resolution: 2dppx) and (max-width: 615px) {
	
.mobileFooter {
width: 98%;
}
.sideFooter {
display: none;
}

#copyRight p {
font-size: 50%;
}

}


@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) {

.frontCats, .frontCats2 {
width: 100%;
margin: 0.5% 0 0.5% 0;
}

.sectionTitle {
display: none;
}

.coupon {
width:85%;	
}


/* 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%;
}

#copyRight p {
font-size: 50%;
margin: 4px auto;
}

}

  

 /* 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;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092e82+0,0a2864+50,0d204a+100 */
	background: #191919; /* Old browsers */
}
#cssmenu > ul {
  background: url('../images/menu-bg.jpg');
  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;
}

#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: 0;
  width: 300px;
  color: #ffffff;
  line-height: 25px;
  background: #262626;
  border-top: 1px solid #eeeeee;
  padding: 0 0 10px 0;
  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: 1024px), 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) {

.menuTextMob {
display: block;
}
	
  #DIV1, .homeMobile {
  display: none;
  }	
  .contactButton, .menuImg {
  display: none;
  }

  .mobileTopButton {
  text-align: center;
  padding: 4px 0 4px 0;
  background-color: #000;
  color: #fff;
  display: block;
  width: 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;
  }
    
}





















