body{
 	font-family: 'Poppins', Helvetica, sans-serif;
    color: #222;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    padding-top: 0;
 }
 button:focus{
    outline: none !important;
 }
 :focus {
    outline: none;
}
svg{
    vertical-align: middle;
}
dl, ol, ul{
    margin: 0;
}
@media(min-width: 1410px){
	.container{
		max-width: 1380px !important;
	}
}
@media(min-width: 1200px) and (max-width: 1409px){
    .container{
        max-width: 1170px !important;
    }
}
@media(max-width: 1199px){
    .container {
        max-width: 100%;
    }
}
a:hover{
    text-decoration: none;
}
@media(min-width: 801px){
    .wb-desktop-hide {
        display: none;
    }
}

 .navPages-item .navPage-subMenu{
        display: inline !important;
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #f0f0f0;
        display: none;
        left: 100%;
        margin-top: -46px;
        width: 360px;
        z-index: 8;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform-origin: left center 0;
    }
    .navPages-item:hover .navPage-subMenu{
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }