.off-canvas > .cstm-shade {
  width: 0;
  height: 0;
  position: fixed;
  top: 145px;
  left: 0;
  transition: background 0.5s ease, width 0s ease 0.5s, height 0s ease 0.5s;
  z-index: 100000;
}

.off-canvas > input[type="checkbox"] {
  display: none;
}

.off-canvas > input[type="checkbox"]:checked ~ .cstm-shade {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  transition: background 0.5s ease;
}

.off-canvas > .cstm-shade > .cstm-navi {
  background: white;
  width: 300px;
  height: 100%;
  position: fixed;
  right: -300px;
  transition: right 0.5s ease;
}

.off-canvas > input[type="checkbox"]:checked ~ .cstm-shade > .cstm-navi {
  right: 0;
}

.cstm-navi-content {
  padding: 15px;
  padding-top: 15px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
}
/*  pupup */

.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; 
  }

.reveal-modal {
  visibility: hidden;
  top: 100px; 
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
  }
  
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}
#myModal p{font-size: 12px;}
#myModal input {font-size: 12px;}
#thank_register{display: none;}

.desktop_menu{position: relative;}

.off-canvas > .cstm-shade {
  width: 0;
  height: 0;
  position: fixed;
  top: 145px;
  left: 0;
  transition: background 0.5s ease, width 0s ease 0.5s, height 0s ease 0.5s;
  z-index: 100000;
}

.off-canvas > input[type="checkbox"] {
  display: none;
}

.off-canvas > input[type="checkbox"]:checked ~ .cstm-shade {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  transition: background 0.5s ease;
}

.off-canvas > .cstm-shade > .cstm-navi {
  background: white;
  width: 300px;
  height: 100%;
  position: fixed;
  right: -300px;
  transition: right 0.5s ease;
}

.off-canvas > input[type="checkbox"]:checked ~ .cstm-shade > .cstm-navi {
  right: 0;
}

.cstm-navi-content {
  padding: 15px;
  padding-top: 15px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
}
/*  pupup */

.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; 
  }

.reveal-modal {
  visibility: hidden;
  top: 100px; 
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
  }
  
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
}
#myModal p{font-size: 12px;}
#myModal input {font-size: 12px;}
#thank_register{display: none;}
.desktop_menu_right{
  width: 100%;
  display: flex;
}
  
#nav li a,#nav li {
  float:left;
}
  
#nav li {
  list-style:none;
  position:relative;
}
  
#nav li a {
  line-height: 30px;
  padding:5px 15px;
  text-decoration:none;
  margin:0;
  font-size: 14px;
  font-weight: 400;
  text-transform:uppercase;
  color: #fff;
}
#nav li .have-child:after {
  content: url(../images/down-chevron.png);
  font-family: 'simple-line-icons';
  margin-left: 5px;
  line-height: 2;
}
#nav li:first-child a{
  padding-left: 20px;
}
#nav li ul li:first-child a{
  padding-left: 20px !important;
}
#nav li ul {
  z-index: 1000;
    display:none;
    position:absolute;
    left:0;
    top:100%;
    padding:0;
    margin:0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16)
} /* hide submenu */
  
#nav li:hover > ul {
  display:block;
} /* show submenu on hover */
#navigation, #nav li ul li, #nav li ul li a{
  background: #fff;
}
#nav li a:hover, #nav li ul li,#nav li ul li a,#nav li ul li a:hover  {
  color: #5ea201; 
}

.icon-bar {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  padding-top: 2px;
}
.icon-bar span {
  width: 20px;
  display: block;
  background: #fff;
  height: 2px;
  margin-bottom: 5px;
}
.icon-bar span:nth-child(2) {
  width: 16px;
}
#nav li ul li,#nav li ul li a {
    float:none;
    min-width: 220px; /* submenu item minimal width */
    line-height: 30px;
    border-right: 0;
    text-shadow: none;
    display:block;
    font-size: 13px;
    font-weight:400;
    text-transform:inherit;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
} /* Submenu item */
  
#nav li ul li {
  display:inline; /* for IE */
}
  
  /* == 12. Sub-Sub Menu == */
#nav li ul li ul {
  display:none;
}
  
#nav li ul li:hover ul {
  left:100%;
  top:0;
}
#nav li a:hover,.searchfield:focus,.searchfield:not(:focus){
  -webkit-transition-property:width; 
  -webkit-transition-duration: 0.5s, 0.5s; 
  -webkit-transition-timing-function: linear, ease-out;
}

#menu_div:hover,#navigation:hover,#nav li ul a, #menu_div,#navigation, #nav li a, #menu_div:not(:hover), #navigation:not(:hover)
{
  -webkit-transition-property:opacity; 
  -webkit-transition-duration: 0.5s, 0.5s; /* duration in seconds */
  -webkit-transition-timing-function: linear, ease-out;
} /* Menu transparency animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

/* Tab */
.r-tabs-nav{
  position: relative;
  text-align: center;
}
.r-tabs-nav li a{
  margin: 0 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  padding-bottom: 15px;
  color: #222;
  font-family: 'Roboto';
}
.r-tabs-nav li.active a::before,.r-tabs-nav li a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.r-tabs-nav li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scale(0);
	border-bottom: 2px solid;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.r-tabs-nav .r-tabs-state-active a {
  color: #c09578;
}
.r-tabs-nav .r-tabs-state-active a::before,.r-tabs-nav .r-tabs-state-activei a:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.owl-nav{
  position: absolute;
  top: -55px;
  right: 0px;
  background: #fff;
  margin-left: 5px;
  padding-left: 5px;
  display: flex;
}
.owl-prev,
.owl-next{
  height: 32px;
  width: 32px;
  border-radius: 3px;
  background-color: #ebebeb !important;
  margin-left: 5px;
}
.owl-prev:hover,
.owl-next:hover{
  background-color: #5ea201 !important;
}
.am-prev:hover:before,
.am-next:hover:before{
  color: #fff !important;
}
.owl-dots{
  position: absolute;
  top: 7px;
  right: 0px;
}
.owl-next{

}
.am-prev::before{
  font-family: "FontAwesome";
  content: "\f105" !important;
  color: #999 !important;
}
.am-next::before{
  font-family: "FontAwesome";
  content: "\f104" !important;
  color: #999 !important;
}



.hal { position:fixed;
  right:0px;
  bottom:20px;
  width:90px;
  z-index:9999;}
.halitem {position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;display: block;}
.halbg {
  width: 60px;
  height: 60px;
  top: 15px;
  left: 15px;
  position: absolute;
  box-shadow: 0 0 0 0 #dd3333;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: zigzag 2.3s infinite ease-in-out;
  animation: zigzag 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;}
  .halimg {
  width: 40px;height: 40px;
  line-height: 40px;top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: zigzag 2s infinite ease-in-out;
  animation: zigzag 2s infinite ease-in-out;}
.halimg a {display:block;}
.halcontent {
  color: #fff;
  padding: 10px 15px;
  border-radius:99px;
  position:absolute;
  z-index:0;
  top:22px;
  transition-duration:2s;
  display:none;
  margin-left:-120px;
  font-size:100%;
  width:180px;
  transition-duration:2s;}
.halitem:hover 
.halcontent {display:block;}
.halmobile {
  position:fixed!important;
  right:0px;
  bottom:0px;
  width:100%;
  z-index:99999!important;}
.mobileicon {
  float:left;
  text-align:center;
  padding: 5px 0;position:relative;
  z-index:99999!important;
  border-right:1px solid #fff;}
.mobileicon img {width: 30px;}
.mobileicon p {
  margin-bottom:0;}
.mobileicon a {color: #fff;}
.mobileicon img {
  justify-content: center;
  -webkit-animation: zigzag 2s infinite ease-in-out;
  animation: zigzag 2s infinite ease-in-out;}
@-webkit-keyframes zigzag {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  }
@keyframes zigzag {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  }
@-webkit-keyframes zoom{
  0%{transform:scale(.9)}
  70%{transform:scale(1);
  box-shadow:0 0 0 15px transparent}
  100%{transform:scale(.9);
  box-shadow:0 0 0 0 transparent}
  }
@keyframes zoom{
  0%{transform:scale(.9)}
  70%{transform:scale(1);
  box-shadow:0 0 0 15px transparent}
  100%{transform:scale(.9);
  box-shadow:0 0 0 0 transparent}
  }
img {
      max-width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: middle;
  }
  .hotline-footer{
      display: none;
  }