/*=========
general css start
==========*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/RobotoCondensed-Light.eot');
    src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Light.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Light.woff') format('woff'),
         url('../fonts/RobotoCondensed-Light.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Light.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
         url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


*+html {
	margin:0px;
	padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
	outline:none;
}
p {
	margin:0px;
	padding:0px 0px 15px 0px;
   text-align: justify;
}
ul li, ol li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.flclear {
	float:none;
	clear:both;
}
.aligncenter {
	text-align:center;
}
.alignjustify {
	text-align:justify;
}
.alignright {
	text-align:right;
}
.po-absolute {
	position:absolute;
}
.po-relative {
	position:relative;
}
.po-inherit {
	position:inherit;
}
.po-static {
	position:static;
}
.pad10 {
	padding:10px;
}
.spacer2 {
	height:2px;
}
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}
.spacer20 {
	height:20px;
}
.spacer30 {
	height:30px;
}
.spacer40 {
	height:40px;
}
input[type="text"]:focus, textarea:focus {}
input[type="text"]
{
	font-family: 'open_sansregular';
	font-size:14px;
	color:#42535a;
	width:40%;
	background:#ffffff;
	border: medium none;    
	height:30px;
	text-indent:5px;	
}
textarea
{
	font-family: 'open_sansregular';
	font-size:14px;
	color:#42535a;
	width:40%;
	background:#ffffff;
	border: medium none;   
	height:80px;
	text-indent:5px;	
}
input[type="button"]
{
	font-family: 'roboto_condensedregular';	
	font-size:18px;
	color:#fff;	
	background:#313131;
	border: medium none;    
	padding:10px 30px;
	cursor: pointer;
	border-radius:3px;  
	
}
input:hover[type="button"]
{
	color:#ffffff;	
	background:#ed3237;
}
.linkbutton a
{
	font-family: 'roboto_condensedregular';	
	font-size:18px;
	color:#fff;	
	background:#313131;
	border: medium none;    
	padding:10px 30px;
	cursor: pointer;
	border-radius:3px;
	display:inline-block;	
}
.linkbutton a:hover
{
	color:#ffffff;	
	background:#ed3237;	
}


/*=============
general css END
============*/
body {
	background:#ffffff;
	width:100%;
	margin:0 auto;
	padding:0px;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#3b3b3b;
	text-decoration:none;
}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#ed3237;}
.socialicon a i
{
	font-size:16px;
	border: 2px solid #8ab9c4;
    margin:0px;
	border-radius: 50%;  
    color: #8ab9c4;
	line-height: 28px;
	text-align: center;
	width:28px;
}
.socialicon a:hover i
{
	border:2px solid #4ad9d7;
	color:#4ad9d7;
}
.headerbg
{
	background:url("../images/header-bg.jpg") repeat-x top left;
	padding:10px 0px 30px;
}
.logo{text-align:left;}
.menucolor{background:#ed3237; border-radius:5px 5px 0px 0px; border-bottom:solid 3px #000000; margin-top:10px; margin-bottom:1px;}
.headerright
{
	float:right;
}
.callnow ul
{
	float:right;
	margin-top:20px;
	clear:both;
}
.callnow ul li
{
	float:right;
	text-align:right;
	font-family: 'roboto_condensedlight';
	font-size:26px;
	line-height:30px;
	margin-left:10px;
}
.callnow ul li .bold26
{
	font-family: 'roboto_condensedbold';
}
.callnow ul li i
{
	font-size:26px;
	border:solid 2px #000;
	border-radius:100%;
	width:48px;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#000;
	margin-top:7px;
}
.manufacturers
{
	float:left;
	margin-top: 25px;
}
.manufacturers .kishantext
{
	font-family: 'roboto_condensedbold';
	font-size:37px;
	color:#ed3237;
	line-height:36px;
}
.manufacturers .slogan
{
	font-family: 'roboto_condensedregular';	
	font-size:14px;
	color:#000;	
	text-align:center;
}
.manufacturers .sloganiso
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:16px;
	color:#8C7E35;	
	font-weight:bold;
	text-align:center;
}
.shadow img
{
	text-align:center;
	width:100%;
}
.contentdiv
{
	padding:0px 0px 40px 0px;
}
h2
{
	font-family: 'roboto_condensedlight';
	font-size:55px;
	color:#000;
	line-height:55px;
	margin-bottom:30px;
}
h3
{
	font-family: 'roboto_condensedlight';
	font-size:36px;
	color:#ed3237;
	line-height:36px;
	border-bottom:solid 1px #c1c1c1;
	padding-bottom:15px;
	margin-bottom:30px;
}
.font16{font-size:16px;}
.pattern01{ background:#fff212; padding:30px 0px; margin:40px 0px;}
.hrline{background:#000; height:1px; margin:30px 0px;}

.pattern01 h2, .pattern01 p{color:#000;}
.graybox
{
	background:#f3f3f3;
	border:solid 1px #cfcfcf;
	padding:4px;
	text-align:center;
	margin-top:30px;
}
.graybox a span
{
	font-size:20px;
	font-family: 'roboto_condensedlight';
	color:#000;
	line-height:50px;
}
.graybox a:hover span
{
	color:#ed3237;
}
.graybox img
{
	width:100%;
	background:#fff;	
}

.roundbox
{
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	width:100%
}
.roundbox a span
{
	font-size:36px;
	font-family: 'roboto_condensedlight';
	color:#ed3237;
	line-height:50px;
}
.roundbox a:hover span
{
	color:#ed3237;
}
.roundbox a img
{
	background: #fff none repeat scroll 0 0;
    border: 8px solid #000;
    border-radius: 100%;
    line-height: 100%;
    margin:0% 18% 0;   
    width: 60%;
}
.roundbox a:hover img{border:solid 8px #ed3237;background: #f3f3f3 none repeat scroll 0 0;}
.grouplogo{margin-top:15px; margin-bottom:10px;}
.grouplogo a img
{
	/*background: #93853C none repeat scroll 0 0;*/
	background: #fff212 none repeat scroll 0 0;
    border: 1px solid #000;
    width:95%;
	padding:4px;
}
.grouplogo a:hover img{background:#ed3237 none repeat scroll 0 0;border: 1px solid #ed3237;}
.footer{background:#373435; color:#fff; border-top:solid 1px #ffffff;}
.footertop{ padding:30px 0px;}
.footerbot{background:#2f2c2d; padding:20px 0px;}
.footer h6
{
	font-family: 'roboto_condensedregular';
	font-size:26px;
	color:#fff212;
	margin-bottom:20px;
	line-height:26px;	
}
.footerlink ul li
{
	font-size:14px;
	margin-bottom:7px;
}
.footerlink ul li a
{
	color:#cacaca;
}
.footerlink ul li a:hover
{	
	color:#fff212;
}
.footer a
{
	color:#cacaca;
}
.footer a:hover
{	
	color:#fff212;
}
.footerlink ul li a i
{
	font-size:18px;
	margin-right:3px;
}
.socialicon
{
	margin-top:15px;
	text-align:left;
}
.socialicon a i
{
	font-size:16px;
	border: 2px solid #cacaca;
    margin:0px;
	border-radius: 50%;  
    color: #cacaca;
	line-height: 28px;
	text-align: center;
	width:31px;
}
.socialicon a:hover i
{
	border:2px solid #fff212;
	color:#fff212;
}
.address{background:url("../images/address-icon.png") no-repeat 0px 2px; padding-left:30px; line-height:20px; font-size:15px; color:#fff; font-weight:bold;}
.padleft30{padding-left:30px;}
.phonesicon{background:url("../images/phone-icon.png") no-repeat 0px 2px; padding-left:30px; line-height:20px; font-size:16px;}
.faxicon{background:url("../images/fax-icon.png") no-repeat 0px 2px; padding-left:30px; line-height:20px; font-size:16px;}
.mail{background:url("../images/message-icon.png") no-repeat 0px 2px; padding-left:30px; line-height:20px; font-size:16px;}
.marbot40
{
	margin-bottom:-40px;
}
.martop30
{
	margin-top:30px;
	clear:both;
}
.martop30:first-child
{
	margin-top:0px;
}
.listingimg
{
	background:#f3f3f3;
	border:solid 1px #cfcfcf;
	padding:4px;
	text-align:center;
}
.listingimg img
{
	width:100%;
	background:#fff;	
}
.productname a{font-size:26px; font-family: 'roboto_condensedlight'; margin-bottom:20px; line-height:24px; display:inline-block}
.h3notline h3{
	border-bottom: medium none;
    margin: 0;
    padding:30px 0px 10px 0px;
}
.martopnone{margin-top:0px;}
.boxheding
{
	background:#fff212;
	font-family: 'roboto_condensedregular';
	font-size:22px;
	color:#373435;
	padding:8px 15px;	
	border-radius:5px 5px 0px 0px;
}
.borderbox
{
	border:solid 1px #fff212;
	padding:15px;
}
.porducts li{border-bottom:solid 1px #c1c1c1; padding:3px 0px;}
.porducts li a
{
	font-family: 'roboto_condensedregular';
	font-size:18px;
	color:#000;
	line-height:30px;
}
.porducts li a i{padding-right:5px;}
.rowdiv
{
	margin:0px;
	padding:0px;
	clear:both;
}
.leftdiv
{
	float:left;
	width:20%;
	margin:5px 0px;
}
.rightdiv
{
	float:right;
	width:77%;
	margin:5px 0px;
}
.formdiv input[type="text"], .formdiv textarea {
    border: 1px solid #cccccc;
}
.formdiv .btn
{
	width:20%;
	margin-right:2%;
}
.murqueediv
{
	background-color: #e5e5e5;
    border-radius: 6px;
    clear: both;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
}
.img100
{
	width:100%;
	padding:4px;
	border:solid 1px #000;
}


@media (max-width: 1024px) {
.graybox a span{font-size:20px;}
.roundbox a img{
	margin:0 15%;
    width: 70%;
}

}


@media (max-width: 991px) {
.murqueediv
{
	padding-top:0px;
	margin-bottom:5px;	
}
.logo{text-align:center;}
.headerright{float:none;}
.callnow ul{float:none; margin-top:15px; margin-bottom:15px;}
.callnow ul li
{
	float: none;  
    text-align: center;
}

.footer h6{margin-top:30px;}
.socialicon{margin-bottom:20px;}
.manufacturers
{
	float:none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.manufacturers .kishantext
{
	text-align:center;
}
.manufacturers .slogan
{
	text-align:center;
}
.formdiv input[type="text"], .formdiv textarea
{
width:100%;
}
.formdiv .btn
{
	width:40%;
}


}


@media (max-width: 800px) {
.roundbox a span{font-size:18px;}
.listingimg {margin-bottom:30px;}
.martopnone{margin-bottom:30px;}

}

@media (max-width: 480px) {
.leftdiv
{
	float:none;
	width:100%;
	margin:0px 0px;
}
.rightdiv
{
	float:none;
	width:100%;
	margin:0px 0px 10px;
}
}

/*Menu*/

#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:1;
}
#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;
  line-height: 1;
  background:none;
 /* margin-top:25px;*/
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background:transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  border-left:solid 1px #da2429;
}
#cssmenu > ul > li:first-child
{
	border-left:none;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:12px 34px;
  font-size:20px;
  text-decoration: none;
  text-transform: capitalize;
  line-height:21px;
  font-family: 'roboto_condensedlight';
  color: #fff; 
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  /*border-bottom:solid 3px transparent;*/
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background:#da2429;
  /*border-bottom:solid 3px #fff;*/
  
}
#cssmenu > ul > li > a.redtext
{
	color:#ff0000;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 59px;
  
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top:19px;
  right: 40px;
  width: 7px;
  height: 7px;
  border-bottom:2px solid #ffffff;
  border-right:2px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
  
}
#cssmenu ul ul li a {
  padding: 0px 0px 0px 20px;
  width:230px;
  font-size: 12px;
  background: #da2429;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top:solid 1px #f1f1f1; 
  height: 32px;
  line-height: 32px;
 
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#ed3237;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 800px) {
  #cssmenu {
    width: 100%;
	color:#ffffff;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);	
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	color:#fff;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    /* padding: 20px 20px 20px 30px; */
    font-size: 12px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 16px 20px 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffffff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    width: 15px;
    height:7px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 44px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 22px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

}



@media (max-width: 1024px) {
#cssmenu > ul > li > a{padding:12px 37px;}  
}

@media (max-width: 991px) {
#cssmenu > ul > li > a{
	font-size: 17px;
    padding: 12px 20px;
}  
}



/*Top Menu*/

#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a,
#cssmenu1 #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;
}
#cssmenu1:after,
#cssmenu1 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu1 #menu-button {
  display: none;
}
#cssmenu1 {
  width: auto;
  line-height: 1;
  background:none;
 /* margin-top:25px;*/
 float:right;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background:transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu1 > ul > li {
  float: left;
  border-left:solid 1px #065a06;
  margin:7px 0px;
}
#cssmenu1 > ul > li:first-child
{
	border-left:none;
}

#cssmenu1.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu1.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu1.align-center ul ul {
  text-align: right;
}
#cssmenu1.align-right > ul > li {
  float: right;
}
#cssmenu1.align-right ul ul {
  text-align: right;
}
#cssmenu1 > ul > li > a {
  padding:0px 9px;
  font-size:18px;
  text-decoration: none;
  text-transform: capitalize;
  line-height:18px;
  font-family: 'roboto_condensedregular';
  color: #000000; 
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  /*border-bottom:solid 3px transparent;*/
}
#cssmenu1 > ul > li:hover > a,
#cssmenu1 > ul > li.active > a {
  color: #ed3237; 
}
#cssmenu1 > ul > li > a.redtext
{
	color:#ff0000;
}

#cssmenu1 > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu1 > ul > li.has-sub > a::after {
  position: absolute;
  top:21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom:2px solid #ffffff;
  border-right:2px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu1 > ul > li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenu1 ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu1 li:hover > ul {
  left: auto;
}
#cssmenu1.align-right li:hover > ul {
  right: 0;
}
#cssmenu1 ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu1.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu1 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu1 ul li:hover > ul > li {
  height: 32px;
}
#cssmenu1 ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu1 ul ul li:hover > a,
#cssmenu1 ul ul li a:hover {
  color: #ffffff;
}
#cssmenu1 ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu1.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu1 ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 800px) {
  #cssmenu1 {
    width: 100%;
	color:#fff;
	background:#ed3237;	
  }
  #cssmenu1 ul {
    width: 100%;
    display: none;
  }
  #cssmenu1 > ul > li > a
  #cssmenu1.align-center > ul,
  #cssmenu1.align-right ul ul {
    text-align: left;
  }
  #cssmenu1 ul li,
  #cssmenu1 ul ul li,
  #cssmenu1 ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);	
  }
  
  #cssmenu1 ul li a,
  #cssmenu1 ul ul li a {
    width: 100%;
	color:#fff;
	padding:6px 20px !important;
	line-height:24px;
	font-size:15px;
	margin:0px;	
  }
  
  #cssmenu1 ul li a:hover,
  #cssmenu1 ul ul li a:hover {
   background:#da2429; 
   color:#fff;
  }
  
  #cssmenu1 > ul > li,
  #cssmenu1.align-center > ul > li,
  #cssmenu1.align-right > ul > li {
    float: none;
    display: block;
  }
  
  #cssmenu1 ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu1 ul ul li:hover > a,
  #cssmenu1 ul ul li a:hover {
    color: #000000;
}
  #cssmenu1 ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu1 ul ul,
  #cssmenu1 ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu1 > ul > li.has-sub > a::after,
  #cssmenu1 ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu1 #menu-button {
    display: block;
    padding: 16px 20px 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu1 #menu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffffff;
  }
  #cssmenu1 #menu-button::before {
    content: '';
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    width: 15px;
    height:7px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #cssmenu1 .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 44px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu1 .submenu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu1 .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 22px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu1 .submenu-button.submenu-opened:after {
    display: none;
  }

}



@media (max-width: 1024px) {
#cssmenu1 > ul > li > a{padding:0px 6px; font-size:15px;}  
}

@media (max-width: 980px) {
#cssmenu1 > ul > li > a{padding:0px 12px;}
#cssmenu1
{
	margin-right:29%;
}
}
@media (max-width: 800px) {
#cssmenu1
{
	margin-right:0%;
}
}

/* slider css */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
   /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
	z-index:-1;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	margin-top: -44px;
    padding:0px;
    position: relative;
    text-align: center;
    z-index: 6;
	background:url(../images/cantrol-bg.png) no-repeat bottom center;
	height:34px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 10px 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* Add css accroding menu */

#cssmenumenu,
#cssmenumenu ul,
#cssmenumenu li,
#cssmenumenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1; 
  font-size: 14px;
  position: relative;
}
#cssmenumenu a {
  line-height: 1.3;
  padding: 6px 15px;
}
#cssmenumenu {
  width: 100%;
}
#cssmenumenu > ul > li {
  cursor: pointer;  
  border-bottom: 1px solid #c1c1c1;
}
#cssmenumenu > ul > li:last-child {
  border-bottom: 1px solid #c1c1c1;
}
#cssmenumenu > ul > li > a {

  	display: block;  
  	color: #000;
    font-family: "roboto_condensedregular";
    font-size: 18px;
    line-height: 30px;    
}

#cssmenumenu > ul > li > a:hover {
  text-decoration: none;
  color:#ed3237;
}
#cssmenumenu > ul > li.active {
  border-bottom: none;
}
#cssmenumenu > ul > li.active > a {
  background: #ed3237; 
  color: #fff;  
}
#cssmenumenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
#cssmenumenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 20px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
/* Sub menu */
#cssmenumenu ul ul {
  padding: 0;
  display: none;
}
#cssmenumenu ul ul a {
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 13px;
}
#cssmenumenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
#cssmenumenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenumenu ul ul li:last-child {
  border: none;
}
.error
{
    font-family: tahoma;
    font-size: 11px;
    color: Red;
    text-decoration: none;
}
