/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2025 | 18:29:24 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 



body {
  margin: 0 !important;
}

body:not(.home) #cms-masthead #cms-header {
  margin: 0 !important;
}

body #cms-masthead #cms-header {
  background-color: #fff !important;
}

body #cms-header {
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body #cms-header.header-fixed {
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#cms-header-logo a img, #cms-headerlogo a img {
  height: auto !important;
  width: 160px !important;
}

body #cms-header #cms-header-logo a img {
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#quadmenu.js .quadmenu-navbar-header, #quadmenu.js .quadmenu-navbar-nav {
  display: block;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}


/* Start Content */
#cms-main {
	margin-top: 80px;
	overflow: hidden;
	z-index: 999;
}













