#custommenu {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 15px 0 0 0;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 12px;
    font-family: "AktivGrotesk-Regular";
    position: relative;
    font-weight: normal;
    color: black;
    font-size: 13px;
}
div.menu.act span {
    font-family: "AktivGrotesk-Bold";
}
div.menu.act span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    will-change: opacity;
    background-color: #181818;
    opacity: 1;
}

div.menu a span:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    will-change: opacity;
    background-color: #181818;
    opacity: 0;
}
div.menu a:hover span::after{
    opacity: 1;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: 1px;
    padding: 25px 0 0;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    display: inline-block;
    width: 330px;
    vertical-align: top;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: none;
    width: 183px;
    padding: 0 10px 0 0;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.block1 {
    display: inline-block;
    vertical-align: top;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background-color: #fff;
    border: 0;
    text-align: center;
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 0;
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    margin-left: 20px;
}
/*COLOR*/
#custommenu {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.menu a:link, div.menu a:visited {
    background-color: #fff;
    color: #636363;
    text-transform: initial;
}
a.level1:link, a.level1:visited {
    color: #636363;
}
a.level2:link, a.level2:visited {
    color: #636363;
}
div.menu a:hover,
div.menu.act a,
div.menu.active a {
    color: #000;
}
div.menu.act a{
   font-family: "AktivGrotesk-Bold";
font-weight: normal; 
}
a.level1:hover, a.level1.act, a.level1.actParent {
    color: #3399cc;
}
a.level2:hover, a.level2.act, a.level2.actParent {
    color: #3399cc;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: none;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 0px solid #dadada;
}
.menu-mobile .parentMenu a:link,
.menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #636363;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
    font-family: "AktivGrotesk-Regular";
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
.menu-mobile a:hover {
    text-decoration: none;
}
.menu-mobile.level0 .parentMenu a:link,
.menu-mobile.level0 .parentMenu a:visited {
    text-transform: uppercase;
}
.menu-mobile .parentMenu a.level1:link,
.menu-mobile .parentMenu a.level1:visited,
.menu-mobile .parentMenu a.level2:link,
.menu-mobile .parentMenu a.level2:visited {
    text-transform: none;
}
.menu-mobile .parentMenu a.level1:link,
.menu-mobile .parentMenu a.level1:visited {
    margin-left: 20px;
}
.menu-mobile .parentMenu a.level2:link,
.menu-mobile .parentMenu a.level2:visited {
    margin-left: 40px;
}
.menu-mobile .parentMenu a:hover,
.menu-mobile .parentMenu a.act,
.menu-mobile .parentMenu a.actParent {
    color: #3399cc;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(../images/large-pl.png);  /*   +   */
    
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);*/
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(../images/large-mi.png);  /*   -   */
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);*/
}
#custommenu-mobile .level1 .button {
    background-image: url(../images/large-pl.png);
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);*/
}
#custommenu-mobile .level1 .button.open {
    background-image: url(../images/large-mi.png);
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);*/
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #ededed;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}

/*********style start [i]**************/
div.wp-custom-menu-popup .column {
    text-align: left;
}
div.wp-custom-menu-popup .column .itemMenu a {
    margin: 0;
    padding: 5px 0;
    display: block;
    font-size: 13px;
    color: #181818;
    line-height: 1.4;
    font-family: "AktivGrotesk-Regular";
    letter-spacing: .014em;
}
div.block2 img {
    width: 100%;
}
div.wp-custom-menu-popup .column .itemMenu a .itemMenuNameTitle {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
div.wp-custom-menu-popup .column .itemMenu a .itemMenuNameTitle:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    will-change: opacity;
    background-color: #181818;
    opacity: 0;
}
div.wp-custom-menu-popup .column .itemMenu a .itemMenuNameTitle:hover::after{
    opacity: 1;
}
.police_mobileaccordion .button {
    display: none;
}
.police_mainslider .slick-arrow{
    z-index: 20;
}
.police_mainslider .slick-prev {
    left: 0px;
}
.police_mainslider .slick-next {
    right: 0px;
}

/*droppdwon menu bottom level2 start*/
a:focus{
    outline: none;
}
.darkheader-overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 60;
    -webkit-transition: opacity .6s ease,-webkit-transform 0s .6s;
    transition: opacity .6s ease,-webkit-transform 0s .6s;
    transition: opacity .6s ease,transform 0s .6s;
    transition: opacity .6s ease,transform 0s .6s,-webkit-transform 0s .6s;
    opacity: .001;
    will-change: opacity;
    background-color: #181818;
}
.darkheader-overlay.police_load_overlay {
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    opacity: .6;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.wp-custom-menu-popup div{
    opacity: 0;
    transition: all ease 1s;
}
.wp-custom-menu-popup.police_slide_open div {
    opacity: 1;
}
/*droppdwon menu bottom level2 end*/
/*********style end [i]**************/
a:focus{
    outline: none;
    -webkit-outline: none;
}
#custommenu .menu .parentMenu a {
    padding: 0 3rem;
    position: relative;
}
#custommenu .police_m_p a:after{
    position: absolute;
    content: '';
    background-image: url('../../../images/arrow-down-dark.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    right: 7px;
    top: 2px;
    bottom: 0;
    margin: auto;   
    background-size: 10px 6px;
    opacity: 0;
}
#custommenu .police_m_p a:hover:after,#custommenu .menu .parentMenu a.act:after{
    opacity: 1;
}
#custommenu .police_m_p.active a.act:after,#custommenu .police_m_p.active a:after{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 1;
}
.police_button-hide {
    width: 100%;
    max-width: none;
    padding: 1.3rem 0;
    text-transform: uppercase;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "AktivGrotesk-Regular";
    border: 0px;
    margin-top: 10px;
    text-align: center;
}
.police_button-hide .text {
    font-size: 13px;
    letter-spacing: .014em;
    color: #181818;
    font-family: "AktivGrotesk-Regular";
    display: inline-block;
    vertical-align: middle;
}
.police_button-hide .icon{
clip: auto;
    clip: rect(auto auto auto auto);
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
    background-image: url('../../../images/arrow-down-dark.svg');
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
}
.police_slide_open .act span {
    font-family: "AktivGrotesk-Bold";
}
.police_slide_open .act span:after{
    opacity: 1 !important;
}

/*********media start [i]*******/
@media only screen and (max-width: 768px){
    .menu-mobile .parentMenu {
        border-top: 1px solid #e2e2e2;
    }
    .menu-mobile .parentMenu a {
        padding: 20px 0 !important;
    }
    #custommenu-mobile .button,#custommenu-mobile .button.open,#custommenu-mobile .level1 .button,#custommenu-mobile .level1 .button.open{
        background-image: none;
    }
    #custommenu-mobile .button::before,.police_mobileaccordion .button:before {
        background-color: #000000;
        transition: transform 0.25s ease-in-out 0s;
        content: " ";
        display: block;
        float: right;
        height: 1px;
        position: relative;
        right: auto;
        top:19px;
        width: 18px;
    }
    #custommenu-mobile .button::before,.police_mobileaccordion .button:before {
        transform: rotate(90deg);
    }
    #custommenu-mobile .button.open::before,.police_mobileaccordion.police_active .button:before {
        transform: rotate(0deg);
    }
    #custommenu-mobile .button::after,.police_mobileaccordion .button:after {
        background-color: #000000;
        transition: transform 0.25s ease-in-out 0s;
        content: " ";
        display: block;
        float: right;
        height: 1px;
        position: relative;
        right: -18px;
        top: 19px;
        width: 18px;
    }
    #custommenu-mobile .button.open::after {
        content: "";
        right: -18px;
        transform: rotate(0deg);
    }
    .police_mobileaccordion{
        position: relative;
        width: 100%;
        float: left;
        padding: 0 15px;
    }
    .police_mobileaccordion h6{
       display: block;
       text-transform: uppercase;
       font-size: 11px;
       letter-spacing: 2px;
       color: #181818;
       font-weight: normal;
       padding: 20px 0;
       font-family: "AktivGrotesk-Bold";
       border-top: 1px solid #f6f6f6;
       margin: 0 !important;
   }
   .police_header_footer_accordian {
    background-color: #fff;
}
.police_mobileaccordion .button {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
}
.police_mobileaccordion .button:focus,.police_mobileaccordion .button:hover{
    background: transparent;
}
.clear-55 {
    display: none;
}
.police_panel li {
    padding: 0 20px;
}
.police_nav-left-menu {
    padding: 13px 0 13px 10px;
}
.police_nav-right-02 .police_nav-right_common {
    margin-bottom: 7px;
}
.police_nav-right-02 .police_nav-right_common.police_store {
    margin-bottom: 0;
}
.police_mobilesidebar_belowertext {
    background-color: #000;
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
    display: inline-block;
}
.police_f2-social img {
    margin: 0 15px;
}
.police_nav-left .police_menu-icon{
    height: 15px;
    width: 15px;
    background-image: none;
    display: block;
    margin: 0 auto;
    position: relative;
}
.police_nav-left .police_menu-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    background-color: #181818;
}
.police_nav-left .police_menu-icon span:nth-child(1) {
    top: 2px;
}
.police_nav-left .police_menu-icon span:nth-child(2), .police_nav-left .police_menu-icon span:nth-child(3){
  top: 49%;  
}
.police_nav-left .police_menu-icon span:nth-child(4) {
    top: calc(100% - 3px);
}
.skip-active .police_menu-icon span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.skip-active .police_menu-icon span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.skip-active .police_menu-icon span:nth-child(4),.skip-active .police_menu-icon span:nth-child(1){
  top: 50%;
  width: 0;
  left: 50%;  
}
/*header responsive in mobile start*/
.police_mobileheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 0px;
}
.police_header_has_offer .police_mobileheader{
	top:30px;
}
.police_offer_hide .police_topoffer {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#header-nav {
    width: 95%;
    position: fixed;
    z-index: 1;
    min-height: calc(100vh - 0px);
    height: calc(100vh - 0px);
    padding-bottom: 64px;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    will-change: transform;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 3px;
}
.police_offer_hide #header-nav{
    min-height: 100vh;
    height: 100vh;
}
div#header-nav {
    padding-bottom: 30px !important;
}
#header-nav.skip-content.skip-active{
	-webkit-transform: translate3d(0%,0,0);
	-moz-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
body.police_mobilemenuopen {
    overflow: hidden;
}
.police_mobileheader .skip-content {
    display: block;
}
.police_mobileheader #header-cart.skip-content{
    display: none;
}
/*header responsive in mobile start*/
}

@media only screen and (max-width: 640px){
    /*home page slider text responsive*/
    .main-container .police_mainslider .slick-slide .text {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
        padding: 10px 30px;
        background: rgba(255,255,255,0.4);
    }
    .main-container .police_mainslider .slick-initialized .slick-slide .heading2 {
        font-size: 20px;
        margin: 10px 8px 10px 8px;
        text-align: right;
    }
    .main-container .police_mainslider .slick-slide .text .cta {
        min-width: 100px;
        float: none;
        margin: 2px;
    }
    .main-container .police_mainslider .slick-slide .text p {
        text-align: center;
    }
    .main-container .police_mainslider .slick-next:before,.main-container .police_mainslider .slick-prev:before {
        background-size: 13px;
    }
    body .main-container .police_mainslider .slick-slide .text p .cta:last-child {
        margin-bottom: 0;
    }
    /*home page slider text responsive*/
}
/*********media end [i]*******/
