/* cmsms stylesheet: Top Menu modified: 22/01/17 18:45:22 */
#primary-nav li {
  display: inline-block;
  position: static;
  background: black;
  padding-top: 7px;
  padding-bottom: 14px;
}

#primary-nav li:focus {
  outline: none;
}

#primary-nav {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

#menuwrapper {
  display: inline-block;
  position: relative;
  background: black;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "Jura";
  padding-top: 3px;
  color: yellow;
}

#menuwrapper #stickyTel {
  display: none;
}

#menuwrapper #stickyMail {
  display: none;
}


#menuwrapper.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 37px;
  height: auto;
  z-index: 10000;
  text-align: center;
}

#menuwrapper.sticky #primary-nav {
  margin: 0 auto;
}

#menuwrapper.sticky #stickyTel, #menuwrapper.sticky #stickyMail {
  background-image: url(/uploads/images/Phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 5%;
  height: 30px;
  z-index: 10001;
}

#menuwrapper.sticky #stickyMail {
  background-image: url(/uploads/images/Mail.png);
  backrgound-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  left: initial;
}

#menuwrapper p {
  margin: 0px;
}

#menuwrapper li.first_child a {
  border-left: none;
}

#menuwrapper li.last_child a {
  border-right: none;
}

#menuwrapper li a :hover {
  color: white;
}

a.menuactive {
  color: white !important;
}

.menu_popup_container {
  display: block;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  background: none;
  padding-right: 20px;
  padding-left: 20px;
  pointer-events: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  -moz-transition: all .15s ease 0s;
  -webkit-transition: all .15s ease 0s;
  transition: all .15s ease 0s;
}

.menu_popup {
  display: none;
  color: yellow;
  transition: all 0.4s ease-in-out;
}

.popup_inner p {
  margin-bottom: 5px;
  color: yellow;
}

.popup_inner a {
  display: block !important;
  margin-top: 8px !important;
  border: none !important;
  margin-bottom: 8px;
  background-color: yellow;
  border-radius: 5px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  color: black !important;
  font-weight: 900;
}

.popup_inner a:hover {
  color: black;
  background-color: white;
}

.popup_inner.popup_title {
  font-weight: bold;
  padding-bottom: 0px;
  color: white !important;
}

#primary-nav a {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  border-right: 2px solid white;
}

#primary-nav li {
  cursor: pointer;
}

#primary-nav li:active > .menu_popup_container, .menu_popup_container:hover, #primary-nav li:focus > .menu_popup_container {
  opacity: 0.9;
  visibility: visible;
}

#primary-nav li:focus {
  pointer-events: none;
  background: url(/uploads/images/Active_Menu.png) center 85% no-repeat;
  background-size: 20px 10px;
}

#menuwrapper li.first_child:focus {
  pointer-events: auto;
}

.popup_inner_container {
  position: relative;
  display: inline-block;
  background: black;
  opacity: 90%;
  padding: 10px;
  border-radius: 5px;
  float: left;
  text-align: center;
  max-width: 200px;
  min-height: 100px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-left: none;
}

.popup_inner_container.first {

}

.popup_inner_container.last{

}

.menu_popup_outer {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
/* cmsms stylesheet: JSImageSlider modified: 28/04/16 19:50:35 */
#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    display: inline-block;
    position:relative;
    width:100%;
}

#slider {
	background: #fff;
        background-size: cover !important;
        background-position: 50% 50% !important;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

.mcSlc {
  background-size: cover !important;
  background-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
        display: none;
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:155px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(/uploads/images/JSImageSlider/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(/uploads/images/JSImageSlider/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
