/*################# mobile CSS ################################################################*/
@media only screen and (min-width: 250px) and (max-width: 999px) {
	
	#n2-ss-3item1{
		font-size: 30px !important;
		text-align:center !important;
	}
	#n2-ss-3item2{
		font-size: 16px !important;
		text-align:center !important;
	}
	div#n2-ss-3 .n-uc-1a6f5f875ed0b-inner{
		padding: 30px !important;
	}
	
	/* mobile menu*/
#mob_h {
  margin: 10px;
}
#mob_logo {
  width: 80%;
  float: left;
  z-index: 999;
	margin-bottom:0  !important;
	text-align: left;
}
#mob_menu_btn_top {
  width: 20%;
  float: right;
  text-align: right;
}
#mob_menutop {
  clear: both;
}
#mobnav {
  background: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0;
  transition-timing-function: cubic-bezier(10, 2, 3, 1);
  transform: translateX(50rem);
  top: 0;
  z-index: 0;
  transition: 1s;
}
#lhmobmenu {
  display: none;
}
#lhmobmenu:checked ~ #mobnav {
  transform: translateX(0rem);
}
#burgerbtn {
  position: absolute;
  cursor: pointer;
  width: 2rem;
  height: 1.5rem;
  right: 1rem;
  top: 17px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#burgerbtn > div {
  height: 2px;
  background-color: #000;
  transition: 0.5s;
  z-index: 999;
}
#lhmobmenu:checked ~ #burgerbtn {
  height: 2rem;
}
#lhmobmenu:checked ~ #burgerbtn > div {
  background-color: #000;
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(2) {
  opacity: 0;
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}
#mobnav {
  padding: 5vh 0;
  margin-top: 10vh;
  overflow-y: scroll;
  height: 80vh;
}
#mobnav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
#mobnav ul li {
  margin-bottom: 15px;
}
#mobnav ul li a {
  color: #000;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.7;
}
#mobnav ul li a:hover {
  font-style: italic;
  font-weight: normal;
}
#mobnav .menu-item-has-children:hover .sub-menu {
  height: 170px;
  /* 		height: 100%; */
}
#mobnav .menu-item-3240:hover .sub-menu {
	height: 670px;
	/* 		height: 100%; */
}
#mobnav .sub-menu {
  height: 0;
  transition: height 0.5s ease-in;
  overflow: hidden;
}
#mobnav .sub-menu li {
  margin: 15px 0;
}
#mobnav .sub-menu li a {
  font-size: 1rem;
}
#mobnav #menu-main-menu-1 {
  transition: all 2.5s ease-in-out;
}
#mobnav.closed #menu-main-menu-1 {
  opacity: 0;
  margin-top: 20vh;
  visibility: hidden;
}
#mobnav.opened #menu-main-menu-1 {
  opacity: 1;
  margin: 0;
  visibility: visible;
}
#mobnav hr {
  max-width: 20%;
  color: #ccc;
  margin: 3vh auto;
}
.mobmenu_extra {
  display: block;
  width: 100%;
  text-align: center;
  color: #343839;
  margin-bottom: 3vh;
}
.mobmenu_extra:hover {
  color: #fea501 !important;
}
.mobmenu_extra i {
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-family: fontawesome;
}
.mobmenu_extra strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.mobmenu_extra span {
  font-size: 12px;
  display: block;
}
.menu-item-117, .menu-item-118 {
  display: none;
}
/* END mobile menu*/
}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

}

/* Medium devices (desktops, 1024px and up to 1199px) */
@media (min-width: 1025px) and (max-width: 1199px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/*################# END mobile CSS ################################################################*/

 