/*===custommenu==============*/ 
.nav-container { background:#f6f6f6; }
.pt_custommenu {
	position:relative;
	z-index:1000;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
	background:#f6f6f6;
}
.pt_custommenu div.pt_menu {
    float: left;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
	padding:13px 18px 13px;
	text-decoration: none;
	display:block;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'LatoBold';
	color: #555555;
}
.pt_custommenu div.pt_menu.act a,
.pt_custommenu div.pt_menu.active .parentMenu a,
.pt_custommenu #pt_menu_pt_item_menu_custom_menu.active span
{
	color:#fff;
	background-color: #f68236;
}
#pt_menu_pt_item_menu_custom_menu.active .parentMenu span,
#pt_menu_pt_item_menu_featured_custom.active .parentMenu span
	{cursor: pointer;
	color:#f68236;
}
.pt_custommenu div.pt_menu.active {}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName{ border: 0; color: #555555 ; background: none}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName:hover{ color: #f68236;  background:none; }
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName{
	color: #666666;
	background: url("../images/bkg_li_menu.png") no-repeat scroll left center;
}
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName:hover{
    color: #f68236;
    background: url("../images/bkg_li_menu.png") no-repeat scroll left center;
}
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName:hover{color:#f68236}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName
#pt_menu_home a{padding-left: 0}
.pt_custommenu div.pt_menu.active {
}
#block2_pt_item_menu_featured_custom{margin: 0}
#popup_pt_item_menu_featured_custom{width: 1140px !important ;left: 0 !important }
.pt_custommenu div.popup {
	position:absolute;
	z-index:3000;
	text-align:left;
	width: 904px;
	padding: 0;
	margin: 0;
	background: #fff;
	border:1px solid #f6f6f6;
	border-top: 0;
}
.cms-index-index .pt_custommenu div.popup { border:0;}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act {color:#fff;}
.pt_custommenu div.popup a {
    text-decoration: none;
    display:block;
    line-height:28px;

}
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1{
    font-size: 14px;
    font-weight: normal;
    color: #555555 !important;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 20px;
}
.pt_custommenu .itemMenu h4.level1 span,
.pt_custommenu .itemMenu a.level1 span{
    background:none; padding-right: 20px; font-family:'LatoBold';
}
.pt_custommenu .itemMenu h4.level1:hover,
.pt_custommenu .itemMenu a.level1:hover {
    color:#f68236 !important;
/*    text-decoration: underline;*/
}
.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu a.level1.nochild{
    text-transform:capitalize;
    font-weight: normal;
    font-size: 13px;
    color:#666666;
    background: url(../images/bkg_li_menu.png) no-repeat left center;
    padding-left: 12px;
/*background: url(../images/black-dot.png) no-repeat 0 10px;
padding-left: 15px;*/
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu a.level1.nochild:hover{
color: #f68236;
/*background-position: 0 -12px;*/
/*text-decoration: underline;*/
}
.pt_custommenu div.popup a.actParent {
    color: #f68236;
}
.pt_custommenu div.popup a.act {
    color:#f68236 !important;
}
.pt_custommenu div.column {
    float:left;
    width:190px; /* column width */
    margin-right:5px;
}
.pt_custommenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.pt_custommenu div.itemSubMenu {
padding:10px 0 0
}

.pt_custommenu .block2{
    margin-top: 10px;
    float: left;
}
.pt_custommenu div.popup .block1{
    overflow: hidden;
    float: left;
    padding:30px;
}
.pt_custommenu div.popup .block1 .column{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.pt_custommenu div.popup .blockright img{
    max-width: 100%;
} 

.pt_custommenu div.pt_menu .parentMenu p{
    margin: 0;
    padding: 0;
}
.pt_custommenu #pt_menu_link{
    padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li{
    float: left;
    list-style: none;
}
.pt_custommenu #pt_menu_link .parentMenu ul li a{
}
.pt_custommenu .clearBoth {
    clear:both;
}
/*===end-custommenu==============*/ 