
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  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;
  z-index:9999;
  
}
#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;
  float:left;
  height:56px;
  margin-top:37px;
  padding-left:45px;
  margin-left:45px;
  background-color:#072851;
  transform-origin: bottom left;
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
	transform-origin: top right;
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
}

#cssmenu > ul {
  text-align:left;
}
#cssmenu.align-right > ul > li {
  float: right;
  
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
  padding:0 40px 0 0;
}
.pad-rt{
	padding-right:0px !important;
	background:none !important;
}
.pad-lt{
	padding-left:20px !important;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float:left;
  
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 21px 0 21px 0;
  /*background:url(images/bg-green.jpg) right no-repeat;*/
  text-decoration: none;
  font-size: 14px;
  text-transform:none;
  color: #FFF;
  font-family: 'Roboto-Regular';
  font-weight:normal;
  text-align:right;
  letter-spacing: 0px;
  -ms-transform: skew(40deg, 0deg);
    -webkit-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
  
  -webkit-transition: all 700ms ease;
  			-moz-transition: all 700ms ease;
			-ms-transition: all 700ms ease;
	 		transition: all 700ms ease; 
}
#cssmenu > ul > li > span{
	width:100%;
	float:right;
	color:#73a2f0;
	text-align:right;
	margin-top:-40px;
	font-weight:normal;
	position:relative;
	padding-top:5px;
	font-family: 'Roboto-Bold';
	font-size:12px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #f09c32;
}
#cssmenu > ul > li.has-sub > a {
  padding-right:;
}
#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: 20px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #0071a9;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  z-index:9999;
  opacity: 0;
  background:#FFF; 
  -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: 18px;
  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: 15px 25px;
  text-align:left;
  width: 250px;
  color: #666;
  background:#FFF;
  
  -webkit-transition: all 700ms ease;
  			-moz-transition: all 700ms ease;
			-ms-transition: all 700ms ease;
	 		transition: all 700ms ease;  
  
  border-bottom:1px solid #ec008b;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #f09c32;
  background:none;
}
#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;
  background-color:#FFF;
}
#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: 1040px), 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) {
	
	.button-main{
		width:100%;
		z-index:9999;
		left:0;
	}
	.pad-rt{
		background:#FFF !important;
	}
  #cssmenu {
	  width:100%;
	  margin-top:0px;
	  float:none;
	  position:absolute;
	  margin-left:0px;
	  padding-left:0 !important;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
	  width:100%;
    display: block;
	top:70px;
	text-align:left !important;
	background-color:#f5f6f5;
    border-top: 0px 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;
	padding:15px 15px;
	text-align:left !important;
	background-color:#f5f6f5;
	background-image:none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	
  }
  #cssmenu > ul > li > a {
    padding: 5px 0 5px 0;
    border-right: 0;
	text-align:right;
	color:#000;
	background-image:none;
	transform:none;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background-color:#f5f6f5;
  }
  #cssmenu #menu-button {
	  width:120px;
    display: block;
    text-decoration: none;
    font-size: 0px;
    font-weight: 700;
	position:absolute;
	top:15px;
	right:0;
	float:none;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
    color: #789edc;
    padding: 18px 25px 13px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #cssmenu > ul > li > ul::after {
  position: absolute;
  display: none;
}
.sub_arw:after{
	 background:url(../images/mob_arw.png)  no-repeat right top;
	width:12px;
	height:8px;
	position:absolute;
	content:" ";
	top:24px;
	right:23px; 
}
.sub_arw:hover:after{
	 background:url(../images/mob_arw.png)  no-repeat right bottom;
	width:12px;
	height:8px;
	position:absolute;
	content:" ";
	top:24px;
	right:23px;
}
/*  #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 > li > ul{
	   display:none;
   }
   #cssmenu > ul > li:hover ul{
	   display:block;
	   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;
	padding-bottom:3px;
    border-top: 2px solid #789edc;
    border-bottom: 2px solid #789edc;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #789edc;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  
  #cssmenu > ul > li > span{
	  margin-top:0;
	  float:none;
  }
  .pad-rt{
	  padding-right:15px !important;
	  background:none !important;
  }
  .pad-lt{
	  padding-left:15px !important;
	  text-align-last:left !important;
  }
}


.respohed{
	width:100%;
	background:url(../images/bg-left.jpg) repeat-x;
	display:none;
	padding:15px
}

.respo_logo img{
	width:176px;
	height:112px;
	float:left;
}

.inner_banner img{
	width:100%;

	height:auto;
}


.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }


/* Callback example */


.callbacks_container {
  position: relative;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: none;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 10px 20px;
  margin: 0;
  max-width: none;font:bold 31px/30px "Times New Roman", Times, serif; text-transform:uppercase
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

ul.callbacks_tabs     { position:absolute; right:40px; bottom:20px; z-index:5;}
ul.callbacks_tabs li  { list-style:none; display:inline-block; text-indent:-99em; overflow:hidden; width:13px; height:13px; padding:0 2px }
ul.callbacks_tabs li a  {display:inline-block; text-indent:-99em; overflow:hidden; width:13px; height:13px; border-radius:20px; background:#ffffff; float:left;}
ul.callbacks_tabs li.callbacks_here a    { background:#f21a27;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

	  
