html
{
	min-height: 100%;
	min-width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}

del,ins
{
	text-decoration: none;
}

li
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}

a
{
	color: inherit;
	text-decoration: inherit;
}

a:link
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #4A789E;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.normal_text
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.MenuBar .MenuItemContainer
{
	position: relative;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.widget_invisible,.js .invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}


/******************************* Dixit Code *************************/





#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;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	float: right;
	width:100%;
	margin: -11px 0 -9px;
}
#cssmenu > ul > li {
	float: left;
	position: relative;
}
#cssmenu > ul > li:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 0;
	color: #fff;
	font-weight: bold;
}
#cssmenu > ul > li:last-child:after {
	display: none;
}
#cssmenu.align-center > ul {
	font-size: 0;
}
#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 > ul > li > a {
	padding: 17px 10px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-family:Arial;
}
#cssmenu > ul > li > a:hover{
	font-style:normal !important;
}
#cssmenu > ul > li:hover > a {
	color: #fff;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 24px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 21px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: auto;
}
#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 a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 8px 15px;
	width: 200px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	background: #FFF;
	text-transform:uppercase;
	line-height:19px;
}
#cssmenu ul ul li a:hover {
	background: #e9e9e9;
	color:#000;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	/*color: #ffffff;*/
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
.custMbr .has-sub ul{
	border-radius:10px;
}
#cssmenu ul ul li:last-child a{
	border-radius:0 0 10px 10px;
}
@media all and (max-width: 991px), 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) {
.searchIcon {
    margin: 0;
    float: right;
    position: absolute;
    right: 70px;
    top: -55px;

}
#cssmenu ul{
	display:inline-block;
	overflow-y:scroll;
	max-height:254px;
}
#cssmenu > ul > li > a{
	padding: 11px 0 !important;
	font-size:14px;
}
.custMbr .has-sub ul{
	border-radius:0px;
}
#cssmenu ul ul li:last-child a{
	border-radius:0px;
}
#cssmenu > ul > li.has-sub > a{
	padding-right:0px;
	color:#000;
}
#cssmenu #menu-button {
	right: 0px;
	width:100%;
	margin:0 0 17px 0;
}
.hdrtopRt {
	display:none;
}
.custremovescroll {
 overflow:hidden;
}
header .custHdrLft {
 z-index:999999999;
}
.custopenmenu #cssmenu > ul > li:last-child {
 margin-bottom:45px;
}
.custopenmenu {
 position:fixed;
 width:100%;
 z-index:99999;
 top:0;
 height:100%;
 background:#fff !important;
}
 .custopenmenu #cssmenu > ul {
 width: 100%;
 padding: 0 20px !important;
 float: left;
 position: fixed;
 z-index: 9999999;
 height: 100%;
 overflow:scroll;
 left:0;
}

 #cssmenu {
 width: 100%;
}
 #cssmenu ul {
 width: 100%;
 display: none;
 position:absolute;
}
.custMbr{
	margin-top:-7px !important;
}
 #cssmenu.align-center > ul {
 text-align: left;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .9);
}
 #cssmenu ul ul li, #cssmenu li:hover > ul > li {
 height: auto;
}
 #cssmenu ul li a, #cssmenu ul ul li a {
 width: 100%;
 border-bottom: 0;
}
 #cssmenu > ul > li {
 float: none;
}
 #cssmenu > ul > li > a{
	background:#fff;
	color:#000;
	text-align:center;
 }
 #cssmenu > ul > li > a:hover{
	background:#e9e9e9;
	color:#000;
	font-style:none !important;
 }
 #cssmenu ul ul li a {
 padding-left: 25px;
}
 #cssmenu ul ul ul li a {
 padding-left: 35px;
}
 #cssmenu ul ul li a {
 color: #000;
 background: none;
 background:#fff;
 text-align:center;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
 color: #000;
}
 #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
 position: relative;
 left: 0;
 width: 100%;
 margin: 0;
 text-align: left;
}
 #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
 display: none;
}
 #cssmenu #menu-button {
 display: inline-block;
 padding: 17px;
 color: #fff;
 cursor: pointer;
 font-size: 0px;
 text-transform: uppercase;
 font-weight: bold;
font-family: "Muli";
}
 #cssmenu #menu-button:after {
 position: absolute;
 top: 25px;
 right: 17px;
 display: block;
 height: 7px;
 width: 30px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
 content: '';
}
 #cssmenu #menu-button:before {
 position: absolute;
 top: 16px;
 right: 17px;
 display: block;
 height: 2px;
 width: 30px;
 background: #fff;
 content: '';
}
 #cssmenu #menu-button.menu-opened:after {
 top: 23px;
 border: 0;
 height: 2px;
 width: 25px;
 background: #fff;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
 #cssmenu #menu-button.menu-opened:before {
 top: 23px;
 background: #fff;
 width: 25px;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 99;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.2);
 height: 35px;
 width: 46px;
 cursor: pointer;
}
 #cssmenu .submenu-button.submenu-opened {
 background: #fff;
}
 #cssmenu ul ul .submenu-button {
 height: 34px;
 width: 34px;
}
 #cssmenu .submenu-button:after {
 position: absolute;
 top: 19px;
 right: 19px;
 width: 8px;
 height: 2px;
 display: block;
 background: #000;
 content: '';
}
 #cssmenu ul ul .submenu-button:after {
 top: 15px;
 right: 13px;
}
 #cssmenu .submenu-button.submenu-opened:after {
 background: #000;
}
 #cssmenu .submenu-button:before {
 position: absolute;
 top: 16px;
 right: 22px;
 display: block;
 width: 2px;
 height: 8px;
 background: #000;
 content: '';
}
 #cssmenu ul ul .submenu-button:before {
 top: 12px;
 right: 16px;
}
 #cssmenu .submenu-button.submenu-opened:before {
 display: none;
}
 #cssmenu > ul > li::after {
 display:none;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@media only screen and (min-width :992px) and (max-width : 1024px) {
#menu-main-menu {
	display:none !important;
}
#menu-main-menu.open {
	display:inline-block !important;
}
.sub-menu {
	display:none !important;
}
.sub-menu.open {
	display:inline-block !important;
}
#cssmenu ul ul li a {
	color: #000;
}
.submenu-opened #cssmenu ul ul li a {
	color: #005fa6;
}
#cssmenu .submenu-button {
	height:43px;
	width:46px;
}
.menu-opened .custMbr{
	display:block !important;
}
.searchIcon{
	top:10px !important;
	display:block !important;
}
.logo {
    margin: 18px 0 20px !important;
}
#cssmenu #menu-button{
	top:0 !important;
}
#cssmenu ul{
	display:none !important;
}
#cssmenu .open{
	display:block !important;
}

#cssmenu > ul > li > a{
	font-size:13px !important;
	padding: 15px 10px !important;
}
#cssmenu ul ul li a{
	font-size: 13px !important;
    padding: 9px 15px !important;
}

/*********************** / Categories ***********************/
.custopenmenu {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0;
	height:100%;
	background:#fff !important;
}
.home .custHeader {
	background:#fff !important;
}
.custopenmenu .col-md-3 {
	width:100%;
}
.custopenmenu .col-md-9 {
	width:100%;
}
.custopenmenu #cssmenu #menu-button {
	margin: 0 !important;
	position: absolute;
	right: 0;
	top: -50px;
}
.custopenmenu #cssmenu > ul {
	width: 100%;
	padding: 0 20px !important;
	float: left;
	position: fixed;
	z-index: 9999999;
	height: 100%;
	left:0;
	overflow:scroll;
}
.custopenmenu #cssmenu > ul > li:last-child {
	margin-bottom:45px;
}
.custremovescroll {
	overflow:hidden;
}
}
}



#cssmenu{
	float:left;
	width:100%;
	padding:0 0 0 102px !important;
}
