.pt_custommenu {
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.pt_custommenu div.pt_menu {
    float: left;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
	padding:30px 9px 30px 12px; font-size:17px;float:left; cursor: pointer;font-family: 'fjallaoneregular'; text-transform: uppercase;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName { color: #fff;}
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName { color: #AAAAAA;}

#pt_menu_home a {font-family: 'fjallaoneregular'; text-transform: uppercase; padding:30px 9px 30px 14px;}
#pt_menu_home a:hover { }
#pt_menu_home.act { } 
.pt_custommenu div.popup a {
    text-decoration: none;
    display:block;
    line-height: 40px;
    border-bottom: 1px solid #484848;
}
.pt_custommenu div.popup a:last-child {
    border-bottom:0;
}
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1{
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'fjallaoneregular';
    border-bottom:0;
    padding: 7px 20px 7px 30px;
    background: #282828;
}
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    color: #897725;
}
/*.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{*/
/*    color: #7a7a7a;*/
/*    padding-left: 15px;*/
/*    text-transform: none;*/
/*    font-weight: normal;*/
/*    font-size: 14px;*/
/*    background: url("../images/icon-title.png") no-repeat 0 13px;*/
/*}*/
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu a.level1.nochild:hover{
    background: url("../images/icon-title.png") no-repeat 0 -17px;
}
.pt_custommenu div.popup a.actParent {
    color: #4D4D4D;
}

.pt_custommenu div.column {
    float:left;
    width:232px; /* column width */
    margin-right: 0;
    padding-right: 0;
}
/*=======================================*/

/*=================================================*/
.pt_custommenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.pt_custommenu div.itemSubMenu {
	
}

.pt_custommenu .block2{
    margin-top: 10px;
    float: left;
    color:#666;
}
.pt_custommenu div.popup .block1{
    overflow: hidden;
    float: left;
}
.pt_custommenu div.popup .block1 .column{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.pt_custommenu div.popup .blockright img{
    max-width: 100%;
} 
div.pt_menu {
    background: url("../images/bg-right-menu.png") no-repeat scroll left center ;
}
#pt_menu_home {
    background: none;
}
.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{
    float: left;
    padding: 0 10px;
    display: block;
}
.pt_custommenu .clearBoth {
    clear:both;
}
@media (max-width: 1060px) {
    .pt_custommenu div.pt_menu .parentMenu a,
    .pt_custommenu div.pt_menu .parentMenu span.block-title{
	font-size: 16px;
    }
}