/*
Theme Name: Urban Fortress
Theme URI: https://www.urbanfortress.com
Description: 
Author: Influx Digital Ltd
Author URI: https://www.influxdigital.com/
Version: 1.0
Tags: urban, fortress
Text Domain: urbanfortress
*/

/* FULLPAGE */
html { min-height: 100%;  } 

html {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  }
body {
   font-family: 'Barlow', sans-serif; font-weight:400;
   color:#1e1e1e; font-size: 15px; line-height: 1.35;  
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family: 'Barlow', sans-serif; font-weight:600;
    margin-top:0; -webkit-font-smoothing: subpixel-antialiased; margin-bottom: 20px;  
}
.h1 { font-size: 50px;   }
.h2 { font-size: 35px;   }
.h3 { font-size: 30px;   }
.h4 { font-size: 1px;   }
.h5 { font-size: 1px;   }
 
strong { font-weight: 700; }

strong.bolder,
b.bolder { font-weight: 900; }
a { color:#ff0000; text-decoration:none; }
a:hover, a:focus, a:active  { color:#ff0000; text-decoration:underline; }

button[type="submit"] { cursor: pointer;}
button, input, optgroup, select, textarea  { 
    font-family: 'Barlow', sans-serif; font-weight:400;
    font-size: initial; 
} /* Disables the Safari's autozoom function on focus */
iframe { width:100%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

input[type=number] { -moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

input, textarea { font-size: initial; } /* Disables the Safari's autozoom function on focus */
iframe { width:100%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

*[role="button"]:hover,
*[role="button"]:focus,
*[role="button"]:active { text-decoration: none; color: inherit; }

a[role="email"] { text-decoration: none; }

.btn { letter-spacing: 1px; border-radius: 0; padding: .6rem 1rem; }
.btn-default { color: #1d1b1c; border-color: #1d1b1c; }
.btn-default:hover,
.btn-default:focus { color: #1d1b1c; }


/* https://github.com/woocommerce/woocommerce/issues/15793  */
.woocommerce .col-1,
.woocommerce .col-2 { max-width:none; }

.woocommerce-billing-fields .form-row, 
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row { display: block; }

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 { max-width: unset; }

.woocommerce .col2-set, 
.woocommerce-page .col2-set { margin-left: -15px; margin-right: -15px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea { border: 1px solid #DDDDDD; border-radius: 3px; display: block; width: 100%; padding: 8px 10px; font-size: 14px; color: #5a5b5b; }

.woocommerce-account .woocommerce-MyAccount-navigation {}
.woocommerce-account .woocommerce-MyAccount-navigation > ul { display: block; border: 1px solid #DDDDDD; margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li { white-space: nowrap; border-bottom: 1px solid #DDDDDD; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:last-child { border-bottom: none; }
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {  
    display: block; padding: 6px 12px; color: #5a5b5b; 
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:hover { display: block; background-color: #EEEEEE; color: #5a5b5b; text-decoration: none; }
/* END | Conflict with Bootstrap 4.x */


/* MOBILE MENU */
.offmenu-trigger { 
    display: block; width: 38px; height: 38px; 
    background-image: url('images/mobile-menu-trigger-black.svg'); 
    background-repeat: no-repeat; background-position:  center center; 
    background-size:24px 24px; 
}
 
/* Bouncing arrow */
.bounce { 
    -webkit-animation-duration: 0.6s; animation-duration: 0.6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite;
    -webkit-animation-name: bounce; animation-name: bounce;
}
@-webkit-keyframes bounce { 0%, 50%, 100% {-webkit-transform: translateY(0); transform: translateY(0);} 50% {-webkit-transform: translateY(-6px); transform: translateY(-6px);} }
@keyframes bounce { 0%, 50%, 100% {transform: translateY(0);} 50% {transform: translateY(-6px);} }

/* ASPECT RATIOS */
.ratiobox { display: flex; flex-wrap: wrap; width: 100%; position: relative; }
/* .ratiobox::after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; z-index: -1; } */
.ratiobox .content { 
    display: flex; width: 100%; 
    height: 100%;  /* object-fit: cover; FIX */
    align-items: center; justify-content: center; /* center children */ 
}

/* https://www.w3schools.com/howto/howto_css_aspect_ratio.asp */
.ratiobox .content::after { content:"";  }
.ratiobox .content[data-ratio="1:1"]::after { padding-top: 100%; } /* 1:1 (Square) */
.ratiobox .content[data-ratio="1:2"]::after { padding-top: 200%; }  
.ratiobox .content[data-ratio="1:3"]::after { padding-top: 300%; }  
.ratiobox .content[data-ratio="2:1"]::after { padding-top: 50%; }
.ratiobox .content[data-ratio="3:1"]::after { padding-top: 33.33%; }
.ratiobox .content[data-ratio="3:2"]::after { padding-top: 66.66%;   }
.ratiobox .content[data-ratio="3:4"]::after { padding-top: 133%;   }
.ratiobox .content[data-ratio="4:1"]::after { padding-top: 25%;   }
.ratiobox .content[data-ratio="4:3"]::after { padding-top: 75%; } /* also known as 1.78:1 or widescreen. */
.ratiobox .content[data-ratio="5:3"]::after { padding-top: 60%; }
.ratiobox .content[data-ratio="5:4"]::after { padding-top: 80%;  } /* not sure, to check */	
.ratiobox .content[data-ratio="8:5"]::after { padding-top: 62.5%;  }
.ratiobox .content[data-ratio="9:16"]::after { padding-top: 177%;  }
.ratiobox .content[data-ratio="16:9"]::after { padding-top: 56.25%; } /*  also known as 1.33:1 or fullscreen */
.ratiobox .content[data-ratio="16:5"]::after { padding-top: 31.25%; }
.ratiobox .content[data-ratio="16:7"]::after { padding-top: 43.75%; }
.ratiobox .content[data-ratio="16:9"]::after { padding-top: 56.25%; }
.ratiobox .content[data-ratio="16:10"]::after { padding-top: 62.5%;  }
	
.ratiobox .content[data-custom="10"]::after { padding-top: 10%;  }
.ratiobox .content[data-custom="35"]::after { padding-top: 35%;  }
.ratiobox .content[data-custom="40"]::after { padding-top: 40%;  }
.ratiobox .content[data-custom="55"]::after { padding-top: 55%;  }
 
.aspectratio-spacer { height: 30px; }
	
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }
/* END |  ASPECT RATIOS */
 

.fx { 
    position: relative;  visibility: hidden;  opacity:0;
    -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; 
}
.fx.active {  visibility: visible; opacity: 1; }

.fx.fx-downup { top: 50px; }
.fx.fx-downup.active { top: 0; }

.fx.fx-updown { top: -50px; }
.fx.fx-updown.active { top: 0; }

.fx.fx-rtl { right:-100px; }
.fx.fx-rtl.active { right:0; }

.fx.fx-ltr { right:100px; }
.fx.fx-ltr.active { right:0; }

.fx[data-delay="0"] {}
.fx[data-delay="1"]{-webkit-transition-delay:.3s;-moz-transition-delay:.3s;transition-delay:.3s}
.fx[data-delay="2"]{-webkit-transition-delay:.6s;-moz-transition-delay:.6s;transition-delay:.6s}
.fx[data-delay="3"]{-webkit-transition-delay:.9s;-moz-transition-delay:.9s;transition-delay:.9s}
.fx[data-delay="4"]{-webkit-transition-delay:1.2s;-moz-transition-delay:1.2s;transition-delay:1.2s}
.fx[data-delay="5"]{-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;transition-delay:1.5s}
.fx[data-delay="6"]{-webkit-transition-delay:1.8s;-moz-transition-delay:1.8s;transition-delay:1.8s}
.fx[data-delay="7"]{-webkit-transition-delay:2.1s;-moz-transition-delay:2.1s;transition-delay:2.1s}
.fx[data-delay="8"]{-webkit-transition-delay:2.4s;-moz-transition-delay:2.4s;transition-delay:2.4s}
.fx[data-delay="9"]{-webkit-transition-delay:2.7s;-moz-transition-delay:2.7s;transition-delay:2.7s}
.fx[data-delay="10"]{-webkit-transition-delay:3s;-moz-transition-delay:3s;transition-delay:3s}
.fx[data-delay="11"]{-webkit-transition-delay:3.3s;-moz-transition-delay:3.3s;transition-delay:3.3s}
.fx[data-delay="12"]{-webkit-transition-delay:3.6s;-moz-transition-delay:3.6s;transition-delay:3.6s}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fx.fx-opacity { opacity:0;  }
.fx.fx-opacity.active { 
  -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards;
  -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s;
}
.fx.fx-opacity[data-delay="0"] {}
.fx.fx-opacity[data-delay="1"]{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.fx.fx-opacity[data-delay="2"]{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.fx.fx-opacity[data-delay="3"]{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;animation-delay:.9s}
.fx.fx-opacity[data-delay="4"]{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;animation-delay:1.2s}
.fx.fx-opacity[data-delay="5"]{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;animation-delay:1.5s}
.fx.fx-opacity[data-delay="6"]{-webkit-animation-delay:1.8s;-moz-animation-delay:1.8s;animation-delay:1.8s}
.fx.fx-opacity[data-delay="7"]{-webkit-animation-delay:2.1s;-moz-animation-delay:2.1s;animation-delay:2.1s}
.fx.fx-opacity[data-delay="8"]{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;animation-delay:2.4s}
.fx.fx-opacity[data-delay="9"]{-webkit-animation-delay:2.7s;-moz-animation-delay:2.7s;animation-delay:2.7s}
.fx.fx-opacity[data-delay="10"]{-webkit-animation-delay:3s;-moz-animation-delay:3s;animation-delay:3s}
.fx.fx-opacity[data-delay="11"]{-webkit-animation-delay:3.3s;-moz-animation-delay:3.3s;animation-delay:3.3s}
.fx.fx-opacity[data-delay="12"]{-webkit-animation-delay:3.6s;-moz-animation-delay:3.6s;animation-delay:3.6s}

/* THEME */
.influx { position: relative; padding-right: 52px;   }
.influx::after {
    content: ""; position: absolute; bottom: 4px; right: 0;
    display: block; width: 46px; height: 16px;
    background-image: url('images/influx-digital.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size:contain;
    
}

.header { text-align: center; padding: 50px 0;  }
.logo-wrapper { display: inline-block; position: relative; z-index: 100; }
.logo { display: block; width: 388px;  }
.logo-image { width: 100%; }
.header-social { display: inline-block; position: absolute; top: 244px; left: 43px; z-index: 10;  }
.header-social ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.header-social ul li { margin-bottom: 40px; }
.header-social ul li:last-child { margin-bottom: 0; }
.header-social ul li a { color: #828282; text-decoration: none !important; }
.header-social ul li a:hover { color: #ed1b2f; }
.header-social ul li .fa { font-size: 24px; }

.header-spacer { height: 60px; }

.menu-desktop { display: inline-block; position: absolute; top: 0; left: 0; }
.menu-desktop ul { 
    margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
    display: table;  max-width:100%; border-spacing:0; border-collapse:collapse;
}
.menu-desktop ul li { display:table-cell; vertical-align: middle; padding: 0 30px; }
.menu-desktop ul li a { font-size: 17px; font-weight: 600; color: #1e1e1e; letter-spacing: 0.2em;   }
.menu-desktop ul li.hamburger-menu { padding-left: 0; padding-right: 5px; padding-top: 4px; }

.block-header { 
    width: 620px; height: 720px; position: absolute; top: 0; right: 0; 
    background-color: #E7E7E7;
    background-image: url('images/background-header-default.jpg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}

.footer-spacer { height: 80px; }
.footer { background-color: #ffffff; position: relative; font-size: 20px; }
.footer-copyright-spacer { height: 150px; }
.footer-copyright { padding-bottom: 30px; }
.footer-logo {}
.footer-logo .spacer { max-width: 390px; }
.friends-wrapper { text-align: right; margin-bottom: 16px;  }
.friends { display: inline-block; width: 240px; }
.friends img { width: 100%; }
.copyright { text-align: right; color: #646464; font-size: 18px;  }
.copyright a { color: #646464; }

.fnav { margin-bottom: 30px;   }
.fnav dt { color: #ff0000; font-weight: 600; margin-bottom: 3px;  }
.fnav dt a { color: #ff0000; }
.fnav dd { color: #1b1b1b; }
.fnav dd a { color: #1b1b1b; }
.fnav ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.fnav ul li { padding: 1px 0; }

.footer-company-logo { margin-bottom: 20px; }
.footer-company-logo img { max-width: 36px; }
.footer-company-name { margin-bottom: 30px; }
.emailtel { }
.emailtel a { color: #1b1b1b; }

.hero-wrapper .hero {}
.hero-image { width: 100%; }
.hero-spacer { height: 100px; }

.headsearch-wrapper { display: inline-block; position: absolute; top: 5px; right: 19px; text-align: right; }
.headsearch-icon {
    display: inline-block; width: 24px; height: 24px; 
    background-image: url('images/icon-search.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
}
.headsearch {  background-color: #fff; padding: 10px; position: relative; z-index: 10; }
.headsearch.collapsed {  display: none; }
.headsearch.expanded {  display: block; }
.headsearch button[type="submit"] { 
    padding: 4px 10px; background-color: #E12037; font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 500; 

}

.headbasket-wrapper { display: inline-block; position: absolute; top: 5px; right: 72px; text-align: right; }
.headbasket { display: block; }
.basket-href {
    position: relative; 
    display: inline-block; width: 24px; height: 24px; 
    background-image: url('images/icon-basket.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
}
.basket-count {
    display: inline-block; width: 16px; height: 16px;
    background-color: #F10B1D; border-radius: 50%;
    font-size: 0; color: transparent; 
    position: absolute; bottom: -5px; right: -3px; 
    mix-blend-mode: multiply;
}
.minib-wrapper.woocommerce {
    display: none; 
    position: absolute; top: 100%; right: 0; width: 300px;
    padding-top: 10px;
    text-align: left; 
}
.minib { background-color: #fff; padding: 10px; border-top: 3px solid #E12037; }
.woocommerce-mini-cart__empty-message { margin-bottom: 0; text-align: center; }


.map-crime {
    padding: 300px 0 150px 0;
    background-color: #333433; color: #fff; 
    background-image: url('images/map-crime.jpg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;

}
.crime { max-width: 570px; }
.crime .title { margin-bottom: 50px; }
.crime .description { margin-bottom: 50px; font-size: 20px; }
.crime .actions { margin-bottom: 50px; }

.rich-grey { background-color: #EFEFEF; padding: 60px; font-size: 20px;   }
.rich-grey p { margin-bottom: 40px; }
.rich-grey p:last-of-type {  }
.rich-grey h2 { font-size: 50px; margin-bottom: 60px; max-width: 700px; font-weight: 700; } 
.rich-grey h3,
.rich-grey h4,
.rich-grey h5,
.rich-grey h6 { font-size: 18px; letter-spacing: 0.2em; margin-bottom: 20px;  }  

.content-calc { width: calc(100% - 400px); }
.page-title { margin-bottom: 60px; }
.page-title .title { margin-bottom: 0; font-weight: 800; }
.rich-grey hr { border-color: #1e1e1e; }

.backtop-line { padding: 30px 0; }
.backtop-line hr { margin: 0; }
.backtop {}
.backtop a { color: #828282; display: inline-block; padding-left: 36px; position: relative; }
.backtop a::before { 
    content: ''; width: 26px; height: 26px;  
    position: absolute; bottom: 0; left: 0; 
    background-image: url('images/icon-arrow-top.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
}

.btnew { font-size: 18px; display: inline-block; padding: 10px 25px; border: 3px solid #1e1e1e; border-radius: 30px; color: #1e1e1e; letter-spacing: 0.2em; font-weight: 600;   }
.btnew:hover { text-decoration: none; color: inherit; }
.btnew-red { background-color: #ff0000; border-color: #ff0000; color: #fff; }
.btnew-red:hover { color: #fff; }


.backtop-spacer { height: 50px; }

.support-go-back { margin-bottom: 60px; }
.support-go-back .btnew { font-size: 18px; }
.arrow-prev { 
    padding-left: 50px; 
    background-image: url('images/arrow-grey-left.svg');
    background-repeat: no-repeat;
    background-position: center left; /* fixed*/ 
    background-size: 26px 26px;
}
.arrow-next { 
    padding-right: 50px; 
    background-image: url('images/arrow-grey-right.svg');
    background-repeat: no-repeat;
    background-position: center right; /* fixed*/ 
    background-size: 26px 26px;
}

.woocommerce-breadcrumb {  }


.progrid { display: flex; flex-wrap: wrap; margin: 0 -40px;  }
.procell { width: 33%; position: relative; padding: 0 40px; margin-bottom: 80px;   }
.procell-featured { width: 66% }
.procell-photo { 
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center right; /* fixed*/ 
    background-size: cover;
    position: relative; 
}
.procell-photo .spacer { width: 100%; height: 440px;  }
.procell-title { margin-bottom: 20px; font-weight: 300; }
.procell-title strong { font-weight: 600; }
.procell-description { font-size: 20px; margin-bottom: 30px; }

.procell-photo:hover .procell-mask { opacity: 1; }

.procell-mask {
    opacity: 0;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
    
    display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; /* center items vertically, in this case */
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* center items horizontally, in this case */
    
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
    height: 100%; width: 100%;
    background-color: rgba(0,0,0,0.85);
    
    pointer-events: none; 
}
.procell-mask .btnew { color: #fff;  border-color: #fff; }
.procell-actions {}
.procell-actions .btnew { border-color: #ff0000; background-color: #ff0000; color: #fff; padding: 12px 32px; }

.procell-features {}
.procell-features .title { margin-bottom: 15px; letter-spacing: 0.2em; font-size: 18px;  }
.procell-features ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.procell-features ul li { font-size: 20px; padding: 16px 0;  }
.procell-feature-icon {  
    position: relative;  padding-left: 60px;
}
.procell-feature-icon .icon-image {
    position: absolute; top: -8px; left: 0; 
    display: block; width: 44px; height: 44px; 
    background-repeat: no-repeat;
    background-position: center left; /* fixed*/ 
    background-size: contain;
}

.product-filters { display: inline-block; float: right; margin-bottom: 50px; margin-top: -86px;  }
.product-filters ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.product-filters ul li { display: inline-block; float: left; margin-right: 40px; font-size: 20px; font-weight: 600;   }
.product-filters ul li:last-child { margin-right: 0; }
.product-filters ul li a { color: #969696;  }
.product-filters ul li.active a { color: #1e1e1e;  }

.support-subtitle {}
.support-subtitle .title { margin-bottom: 0; }

.support-search-wrapper { text-align: right; }
.support-search { display: inline-block; position: relative; }
.support-search-input { 
    width: 400px;
    border: none; border-bottom: 1px solid #141414;
    background-color: transparent; padding: 8px 0; 
    font-size: 15px; letter-spacing:0.2em; 
    font-weight: 600;
}
.support-search-submit { 
    cursor: pointer; 
    border: none; 
    position: absolute; top: 0; right: 0; 
    display: inline-block; width: 40px; height: 40px;
    background-color: transparent; 
    background-image: url('images/icon-search-support.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 22px 22px;

}

.support-subtitle-wrapper { margin-bottom: 80px; }


.support-content-grid { display: flex; flex-wrap: wrap;  }
.support-nav { position: relative; width: 320px; border-right: 1px solid #DCDCDC;   }
.support-content { position: relative; width: calc(100% - 320px); padding-left: 40px;  }

.snav { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.snav > li { font-size: 20px; margin-bottom: 20px; }
.snav > li a { color: #1e1e1e; }
.snav > li.active a { color: #ff0000; font-weight: 500; }

.slist { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.slist > li {  margin-bottom: 70px; position: relative; padding-right: 240px;  }
.slist-title { line-height: 1;  font-weight: 700; margin-bottom: 10px;  }
.slist-title a { color: inherit; }
.slist-categories { margin-bottom: 15px; }
.slist-categories strong { font-weight: 700; }
.slist-actions { display: inline-block; position: absolute; top: 0; right: 0; }

.help-pagination { margin-top: 200px; }
.help-pagination ol { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.help-pagination ol li { display: inline; margin-right: 40px; }
.help-pagination ol li:last-child {  margin-right: 0; }
.help-pagination ol li a { color: #1e1e1e; }
.help-pagination ol li.current a { color: #ff0000; font-weight: 500; }

.blogbar { margin-bottom: 80px; font-size: 18px; }
.blogbar-label-wrapper { display: inline-block; float: left; margin-top: -9px;  }
.blogbar-label { 
    display: block; background-color: #ff0000; color: #ffffff; padding: 14px 40px;   
    letter-spacing: 0.1em; font-weight: 500;
}
.blogbar-filter { display: inline-block; float: right; }
.blogbar-filter ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside;  }
.blogbar-filter ul li { display: inline-block; padding: 0 50px;  }
.blogbar-filter ul li a { display: block; border-bottom: 2px solid transparent; padding: 8px 15px; color: #1e1e1e; text-decoration: none !important;    }
.blogbar-filter ul li a:hover { color:#ff0000; }
.blogbar-filter ul li.active a { font-weight: 600; border-color:#ff0000; }
.blogbar-filter ul li.active a:hover { color:#1e1e1e; }


.why-wrapper {
    position: relative; 
    color: #fff; padding: 100px 0; 
    background-color: #1e1e1e; 
    background-image: url('images/why-hollow.png');
    background-repeat: no-repeat;
    background-position: center right; /* fixed*/ 
    background-size: 440px auto;
}
.why-title { margin-bottom: 30px; }
.why-title .title { font-weight: normal; }
.why-accreditations { margin-bottom: 40px; }
.why-accreditations img { max-width: 700px; }
.why-description { font-size: 17px; color: #646464; }

.about-subtitle { margin-bottom: 60px; }
.about-subtitle .subtitle.h1 {  font-weight: normal; }
.about-subtitle .subtitle { letter-spacing: 1px; line-height: 1;  }

.about-video { margin-bottom: 60px; }
.about-video-placeholder { width: 100%; }
.about-leading.h3 { font-weight: normal; }

.about-team { margin-bottom: 60px; }
.about-team-placeholder { width: 100%; }

.embedmap {  }
.embedmap iframe {
    width: 100%; height: 400px; border: none; 
    -webkit-filter: grayscale(100%); filter: grayscale(100%);
    mix-blend-mode: difference;
    opacity: 0.85;
}

.rich-grey-spacer-bottom { height: 100px; }

.winfo { max-width: 560px; }
.winfo-title { margin-bottom: 50px; }
.winfo-description { margin-bottom: 50px; font-size: 20px;  }
.winfo-actions {}


.btnew-white { border-color: #fff; color: #fff; }

.testimonials-wrapper {}
.testimonials { background-color: #f0f0f0; padding: 80px; position: relative;  }
.testimonials-title { margin-bottom: 60px; }
.testimonials-title .title { margin-bottom: 0; }
.testimonials-slider {}

.testimonials-arrows { display: inline-block; position: absolute; bottom: 0; right: 0; z-index: 100; }
.testimonials-arrow { 
    display: block; width: 100px; height: 100px; float: left; 
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 32px 32px;
}
.testimonials-prev { background-image: url('images/arrow-white-left.svg'); }
.testimonials-next { background-color: #ff0000; background-image: url('images/arrow-white-right.svg'); }


.opinion { max-width: 700px; margin-bottom: 0;  }
.opinion dt { font-size: 32px; font-weight: 600; margin-bottom: 20px; line-height: 1.1;  }
.opinion dd { font-size: 18px;  letter-spacing: 1px; margin-bottom: 0;  }


.features-spacer-bottom { }


.tabs-menu { text-align: center; margin-bottom: 80px; font-size: 18px; }
.tabs-menu ul {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
    display: inline-block; 
}
.tabs-menu ul li { display: inline-block; float: left; padding: 0 50px; }
.tabs-menu ul li span { display: block; border-bottom: 2px solid transparent; padding: 8px 15px; color: #1e1e1e; text-decoration: none !important;    }
.tabs-menu ul li span:hover { color:#ff0000; }
.tabs-menu ul li.active span { font-weight: 600; border-color:#ff0000; }
.tabs-menu ul li.active span:hover { color:#1e1e1e; }

.tab-content { display: none; }
.tab-content.active { display: block; }

.tab-title { margin-bottom: 60px; }
.tab-title .title {  }

.tab-box { position: relative; }
.tab-box-background { 
    width: calc(100% - 550px);
    position: absolute; top: 0; right: 0; height: 100%;
    background-image: url('images/placeholders/tab-background.jpg');
    background-repeat: no-repeat;
    background-position: top right; /* fixed*/ 
    background-size: contain;
}
.tab-box-content { width: 570px; }


.fbox { margin-bottom: 60px; }
.fbox dt { margin-bottom: 30px; }
.fbox dd { margin-bottom: 0px; font-size: 20px;  }
.fbox-icon { margin-bottom: 20px; }
.fbox-icon img { max-width: 44px; }
.fbox-title { margin-bottom: 20px; }
.fbox-title.h2 { font-weight: normal; }
.fbox-subtitle { letter-spacing: 0.2em; font-size: 18px; font-weight: normal; }
.fbox-actions { padding-top: 20px; }

.hero-link { display: block; position: relative; }
.hero-more { display: inline-block; position: absolute; bottom: 0; left: 0; background-color: #1e1e1e;  }
.hero-more table { display: table; max-width:100%; border-spacing:0; border-collapse:collapse;  }
.hero-more table td { height: 90px; vertical-align: middle; text-align: center; }
.hero-more table td.cell-1 { font-size: 18px; padding-left: 60px; padding-right: 60px; color: #fff;   }
.hero-more table td.cell-2 { 
    width: 90px; 
    background-color: #ff0000;
    background-image: url('images/arrow-white-down.svg');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 32px 32px;

}

.hero { position: relative; }
.hero-dots {  display: inline-block; position: absolute; bottom: 50px; right: -170px;  }
.hero-dots ul.slick-dots { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.hero-dots ul.slick-dots > li {  margin-bottom: 25px;  }
.hero-dots ul.slick-dots > li button {
    display: block; width: 90px; text-align: left; 
    position: relative; color: #828282; cursor: pointer; padding: 0; font-size: 18px; background-color: transparent;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
}
.hero-dots ul.slick-dots > li button::after { 
    content: ''; display: block; width: 55px; height: 2px;
    position: absolute; top: 11px; left: 35px; 
    background-color: transparent; 
}
.hero-dots ul.slick-dots > li.slick-active button  { color: #1e1e1e; font-weight: 500; }
.hero-dots ul.slick-dots > li.slick-active button::after { background-color: #1e1e1e; }

.compare-spacer { height: 80px; }  

.product-main-description { font-size: 20px; margin-bottom: 80px;  }
.product-subdescription { font-size: 20px; }

.product-photo-wrapper { position: relative; }
.product-photo-zoom { display: inline-block; position: absolute; bottom: 30px; left: 30px; }
.product-photo-zoom .fa { font-size: 34px; }
.product-photo { width: 100%; }

.additionaldata {  }
.tab-content {  padding-bottom: 140px;}

.related-title { margin-bottom: 60px; }
.related-title .title { font-size: 42px; }

.related-all { margin-bottom: 60px; }
.related-box { margin-bottom: 60px; }
.related-photo { margin-bottom: 30px; }
.related-photo img { width: 100%; }
.related-data {}
.related-data .subtitle.h2 { font-weight: normal; }
.related-data .subtitle { margin-bottom: 20px; }
.related-data .subtitle a { color: inherit; }
.related-short { font-size: 18px; letter-spacing: 1px; }

.productslider-wrapper { margin-bottom: 80px; position: relative; }
.productslider {}
.productslider .slick-slide { border-right: 1px solid #fff; }
.productslider .slick-slide img { height: 700px; }

.productslider-arrow { 
    position: absolute; bottom: 30px; 
    display: inline-block; width: 64px; height: 64px; 
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: 32px 32px;
}
.productslider-prev { background-image: url('images/arrow-white-left.svg'); left: 30px;  }
.productslider-next { background-image: url('images/arrow-white-right.svg'); right: 30px;  }

.logingrey { background-color: #f0f0f0; padding: 50px 100px; min-height: 800px; }
.login-photo { 
    position: absolute; top: 0; right: 0; 
    display: block; width: 880px; height: 700px; 
    background-image: url('images/placeholders/placeholder-login.png');
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;

}

.loginav { margin-bottom: 30px; }
.loginav ul {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside;
    display: table;  max-width:100%; border-spacing:0; border-collapse:collapse; 
}
.loginav ul li { 
    display: table-cell; vertical-align: middle; text-align: center; 
    border-bottom: 1px solid transparent;
}
.loginav ul li a { padding: 10px 30px; display: block; text-transform: uppercase; font-size: 18px; color: inherit; text-decoration:inherit;  } 
.loginav ul li.active { border-color: #FF0000; }
.loginav ul li.active a { font-weight: 500; }

.login-title { margin-bottom: 30px; margin-bottom: 60px;  }
.login-title .title { font-weight: 800; }

/* Login */
.page-id-144 {}
.page-id-144 form .form-row-last,
.page-id-144 form .form-row-first { float: none; width: 100%; margin-bottom: 30px;  }

.page-id-144 form .input-text { font-size: 30px;  background-color: transparent; border-bottom: 1px solid #C2C2C2; }
.page-id-144 form .input-text::-webkit-input-placeholder,
.page-id-144 form .input-text::-moz-placeholder,
.page-id-144 form .input-text:-ms-input-placeholder,
.page-id-144 form .input-text:-moz-placeholder {    }

.form-row-submit .btnew { padding-left: 60px; padding-right: 60px; }
.form-row-remember { text-align: right; margin-bottom: 20px;  }
.form-row-remember .woocommerce-form-login__rememberme { display: inline-block; }
.form-row-lost { padding: 60px 0 20px 0; }
.form-row-lost  a { color: inherit; }
 
/* My Account  */
.page-id-70 .block-header  { display: none; }




/* PRODUCT SLIDER */
.proslider-for {  }
.proslider-wrapper .proslider.proslider-for { max-width:calc(100% - 340px); }
.proslider-wrapper .proslider.proslider-nav { max-width:340px; }
.proslider-wrapper .proslider.proslider-for,
.proslider-wrapper .proslider.proslider-nav { width:100%;float:left; background-color: #282828; }
.proslider-wrapper .proslider.proslider-nav {padding:0px 0 0 0 }
.proslider-wrapper .proslider.proslider-nav{height:700px;overflow:hidden}
.proslider-for .proslider-image {height:700px; display: block !important; }

.proslider-nav .slick-slide { border-width: 0; }
.proslider-nav .slick-slide .thumbnail-image .thumbImg { 
    cursor: pointer;
    -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
   /*  max-width:178px;height:110px;margin:0 auto; */
   /* border:1px solid #EBEBEB */
}
.proslider-nav .slick-slide .thumbnail-image .thumbImg:hover { opacity: 0.666; }
.proslider-nav .slick-slide .thumbnail-image .thumbImg > img { width: 100%; }
.proslider-image,
.proslider-nav .slick-slide.thumbnail-image .thumbImg { height: 100%;  width: 100%; }
    
.proslider-image img,
.proslider-nav .slick-slide.thumbnail-image .thumbImg img { height:100%; width:101%; max-width: 101% !important; object-fit:cover; }
.proslider-nav .slick-vertical .slick-slide:active,
.proslider-nav .slick-vertical .slick-slide:focus,
.proslider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {border-color:transparent; }
.proslider-nav .slick-slide { text-align:center; }
.proslider-nav .slick-slide > div { display: block; }
.proslider-nav .slick-slide > div> div.thumbnail-image  { display: block !important; }


.proslider-prev-next { 
    position: relative;  padding: 0 40px;
    width: calc(100% - 340px); top: -62px;
}
.proslider-prev,
.proslider-next { 
    display: block; 
    width: 36px; height: 36px;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    background-size: contain;
    font-size: 0; color: transparent; 
}
.proslider-prev { float: left; background-image: url('images/arrow-white-left.svg'); }
.proslider-next { float: right; background-image: url('images/arrow-white-right.svg'); }
/* // PRODUCT SLIDER */


.proprice {}
.proprice .price { font-size: 46px; margin-bottom: 30px;  }

.proadd {}
.proadd .cart .quantity { display: none; }
.proadd .cart .woocommerce button.button.alt {}


.woocommerce-cart .block-header { display: none; }
.woocommerce-cart-page { background-color: #F0F0F0; padding: 60px; margin-bottom: 30px;    }
.woocommerce table.shop_table .order-total { font-size: 28px; }
.woocommerce table.shop_table .order-total small.includes_tax { font-size: 14px; }

.basket-cards { text-align: right; }
.basket-cards img { height: 26px; }
.basket-links { color: #1e1e1e; }
.basket-links a { color: inherit; text-decoration: underline; }

.basket-count-all { margin-bottom: 40px; font-size: 18px;  }
.update-basket-button { text-align: right; }

.product-thumbnail .attachment-woocommerce_thumbnail { width: 100%; }

.woocommerce-cart-form__cart-item .product-name { font-size: 50px; }
.woocommerce-cart-form__cart-item .product-name a { color: inherit; font-weight: bold; }
.woocommerce-cart-form__cart-item .product-price {  font-size: 44px; }

.woocommerce-cart-form__cart-item .product-remove .remove {
    display: block; width: 100%; border: 2px solid #b1b1b1; 
    border-radius: 20px;
    color: #b1b1b1;
    position: relative; 
    font-size: 16px;
    padding: 9px 17px;
    margin-bottom: 15px; 
    text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
}
.woocommerce-cart-form__cart-item .product-remove .remove .icon-remove { 
    display: inline-block; position: absolute; top: -8px; right: 13px; font-size: 49px; line-height: 1;
}

.woocommerce-cart-form__cart-item .product-quantity {
    display: block; width: 100%; border: 2px solid #b1b1b1; 
    border-radius: 20px;
    color: #b1b1b1;
    font-size: 16px;
    padding: 7px 17px;
    margin-bottom: 15px; 
    text-transform: uppercase; letter-spacing: 1px; font-weight: 600;
    position: relative; 
}
.woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
   position: absolute; top: 6px; right: 7px;
    background-color: transparent; 
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 600;
    width: 35px;
}

.woocommerce-checkout-page { background-color: #f0f0f0; padding: 40px;  }
.woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 30px; font-weight: 700; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 18px; }

.page-id-71 .why-wrapper { display: none; }

.cart-item-additional-data { padding-top: 10px; margin-bottom: 15px;  }
.cart-item-additional-data table {
    margin: 0; padding: 0; list-style: none none; list-style-position: outside; 
    display: table; max-width:100%; border-spacing:0; border-collapse:collapse; 
}
.cart-item-additional-data table td { font-size: 15px; padding: 2px 0; vertical-align: top; }
.cart-item-additional-data table td.cell-1 { padding-right: 10px; }

.tabpro-title-wrapper { margin-bottom: 50px; }
.tabpro-title {}
.tabpro-viewall { text-align: right; padding-right: 15px;  }

.stotab-title { margin-bottom: 60px; }
.stogrid { 
    margin: 0; padding: 0; list-style: none none; list-style-position: outside;
    
}
.row.storow {  position: relative; margin-top: -130px;}
.row.storow .stocell {
    font-size: 20px; 
    display: flex; width: 50%;  
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; /* center items horizontally, in this case */
}

.stogrid li.row.storow:first-child { margin-top: 0px; }

.spacer-story-wrapper {}
.spacer-story { width: 100%; }
.story-photo { 
    position: relative; 
    display: inline-block; background-color: #E5E5E5;
    background-repeat: no-repeat;
    background-position: center center; /* fixed*/ 
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.story-year {
    display: block; position: absolute; top: calc(50% - 25px); left: 0; width: 100%; text-align: center; font-size: 50px; line-height: 1;  
    color: white; 
}

.row.storow .stocell-photo {  padding: 300px 0; }

.stogrid li.row.storow:nth-child(odd) .stocell-photo { order: 1;  }
.stogrid li.row.storow:nth-child(odd) .stocell-text { order: 2; }
.stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 120px;  }
.stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 220px;  }

.stogrid li.row.storow:nth-child(even) .stocell-photo { order: 2;   }
.stogrid li.row.storow:nth-child(even) .stocell-text {order: 1;  }
.stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 120px; }
.stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 220px;  }


.story-action { padding-top: 60px; }

.storyicon { margin-bottom: 25px; }
.storyicon img { width: 60px; } 
.storysubtitle { margin-bottom: 45px; }
.storysubtitle .title { margin-bottom: 0; font-weight: normal; }

.footersocials { padding: 30px 0; }
.footersocials ul { margin: 0; padding: 0; list-style: none none; list-style-position: outside; }
.footersocials ul li { display: inline-block; margin-right: 15px;  }
.footersocials ul li:last-child { margin-right: 0; }
.footersocials ul li .fa { font-size: 26px; }
.footersocials ul li a { color: #828282; text-decoration: none !important; }
.footersocials ul li a:hover { color: #ED1B2F; }


/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */
/*                         B R E A K P O I N T S */
/* ########################################################################### */
/* ########################################################################### */
/* ########################################################################### */


@media (max-width:767px) {
    /* WordPress Core | http://codex.wordpress.org/CSS */ .alignnone { margin: 5px 0px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { display:block; width:100%; height:auto; float:none; margin: 5px 0 20px 0px; } .alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; } a img.alignright { display:block; width:100%; height:auto; float: none; margin: 5px 0 20px 0px; } a img.alignnone { display:block; width:100%; height:auto; margin: 5px 0px 20px 0; } a img.alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; } .wp-caption { padding: 0; max-width: 100%; /* Image does not overflow the content area */ } .wp-caption.alignnone { margin: 5px 0px 20px 0; } .wp-caption.alignleft { display:block; width:100%; height:auto; float: none; margin: 5px 0px 20px 0; } .wp-caption.alignright { display:block; width:100%; height:auto; float: none; margin: 5px 0 20px 0px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
    
    body { font-size: 14px; }

	.container-fluid.custom-width { width: 100%; }
    .container-fluid.container-extra { width: 100%; }
    
    .h1 { font-size: 20px; }
    .h2 { font-size: 19px; }
    .h3 { font-size: 18px; }
    .opinion dt { font-size: 15px; }
    .fbox dd  { font-size: 15px; }
    .footer { font-size: 15px; }
    .fbox-subtitle,
    .btnew { font-size: 15px; }
    
    .content-calc { width: 100%; }
    .hero-spacer { height: 10px; }
    .tabs-menu { margin-bottom: 14px; }
    .tab-title { margin-bottom: 20px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 20px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 10px 0; }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; display: none; }
    .block-header { width: 200px; height: 200px; }
    .tab-content { padding-bottom: 20px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 20px; margin-right: 0; margin-bottom: 0px; }
    .testimonials-arrow { width: 40px; height: 40px; background-size: 18px 18px; }
    .crime .title { margin-bottom: 20px; }
    .opinion dd { font-size: 14px; }
    
    .map-crime { padding: 40px 0 40px 0; }
    .crime .actions { margin-bottom: 0; }
    .why-wrapper { padding: 40px 0; }
    .winfo-actions { margin-bottom: 40px; }
    .footer-copyright-spacer { height: 30px; }
    .footer-logo .spacer { max-width: 200px; }
    .hero-dots { bottom: 16px; right: -79px; display: none; }
    .hero-more table td.cell-1 { font-size: 12px; padding-left: 10px; padding-right: 10px; }
    .hero-more table td { height: 38px; }
    .hero-more table td.cell-2 { width: 38px;  background-size: 16px 16px; }
    .copyright { font-size: 13px; }
    .influx {  padding-right: 38px; }
    .influx::after { bottom: 2px; width: 33px; height: 11px;}
    .logo-wrapper { position: relative; bottom: -5px; right: auto; left: 37px;  }
    body.overnav .logo-wrapper { float: right; margin-right: 15px; opacity: 0;  }
    .logo { width: 167px; }
    .header { text-align: left; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 13px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 30px; font-size: 16px; }
    .winfo-title { margin-bottom: 30px; }
    .footer-spacer { height: 30px; }
    .fnav { margin-bottom: 15px; }
    .footer-logo { margin-bottom: 15px; }
    .tabs-menu { font-size: 14px; }
    .why-description { font-size: 14px; }
    .menu-desktop ul li { padding: 0 12px;  }
    .hero-dots ul.slick-dots > li button::after { width: 30px; left: 20px; }
    .hero-dots ul.slick-dots > li button { width: 50px; }
    .tabs-menu ul li { padding: 0 0px; } 
    .tab-box-content { width: 100%; }
    .tab-box-background { width: 100%; position: static; height: 280px; background-position: center center; margin-bottom: 20px;  }
    .crime .description { margin-bottom: 33px; font-size: 16px; }
    .menu-desktop {  left: -6px; }
    .tabs-menu ul li span { padding: 4px 10px; }
    .friends-wrapper { text-align: left; }
    .copyright { text-align: center; }
    .headsearch-wrapper { right: -3px; }
    .headbasket-wrapper { right: 33px; }
    
    .blogbar-filter ul li { padding: 0 0px; }
    .blogbar-filter ul li a { padding-left: 15px; padding-right: 15px; }
    .blogbar-label { padding: 6px 15px; }
    .blogbar { font-size: 15px; margin-bottom: 13px; }
    .page-title { margin-bottom: 15px; }
    .rich-grey { font-size: 15px; padding: 15px; }
    .slist > li { margin-bottom: 30px; padding-right: 0;  }
    .blogbar-filter { margin-top: -6px; }
    .arrow-next {  padding-right: 32px; background-size: 22px 22px; }
    .blogbar-label-wrapper { float: none; margin-bottom: 20px;  }
    .blogbar-filter { float: none; display: block; }
    .slist-actions { position: static; display: block; }
    
    .backtop-spacer { height: 30px; }
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 22px; margin-bottom: 35px; } 
    .support-go-back .btnew { font-size: 15px; }
    .arrow-prev {  padding-left: 32px; background-size: 22px 22px; }
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 20px; }
    .rich-grey p { margin-bottom: 15px; }
    .rich-grey-spacer-bottom { height: 20px; }
    .embedmap { padding-top: 20px; }
    .embedmap iframe { height: 250px; }
    
    .rich-grey h3, 
    .rich-grey h4, 
    .rich-grey h5, 
    .rich-grey h6 { font-size: 17px; margin-bottom: 15px; }
    
    .support-subtitle-wrapper { margin-bottom: 20px; }
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 50px; }
    .support-nav { width: 100%; padding-right: 0px; margin-bottom: 30px;   }
    .support-content { width: 100%; padding-left: 0px; }
    .snav > li { font-size: 16px; margin-bottom: 6px; }
    .support-search-wrapper { text-align: left; }
    .support-search { display: block; }
    .support-search-input { width: 100%; }
    
    .procell-photo .spacer { height: 154px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 16px; margin-bottom: 20px; }
    .procell-features ul li { font-size: 16px; padding: 10px 0; }
    .progrid { margin: 0 -15px; }
    .procell { padding: 0 15px; margin-bottom: 40px; }
    .page-id-67 .header-spacer { height: 15px; }
    .product-filters { margin-top: 0; margin-bottom: 18px; float: none;  }
    .product-filters ul li {  margin-right: 18px; font-size: 14px; }
    .procell-actions .btnew { padding: 8px 26px; font-size: 16px; }
    .procell { width: 50%; margin-bottom: 30px; }
    .procell-featured {  width: 100%; margin-bottom: 30px; }
    .procell-features { padding-top: 0px; margin-bottom: 10px;  }
    .procell-description { margin-bottom: 0; }
    .procell-actions { padding-top: 15px; }
    .procell-mask .btnew { font-size: 11px; padding: 6px 19px; border-width: 1px; }
    
    .page-id-144 form .input-text { font-size: 16px; }
    .login-title { margin-bottom: 34px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 15px; min-height: inherit; }
    .loginav ul li a { font-size: 15px; padding: 6px 26px; }
    .login-photo { display: none; }
    .form-row-lost { padding: 28px 0 20px 0; }
    
    /* PRODUCT SLIDER */
    /*
    .proslider-image {height:320px}
    .proslider.proslider-nav.thumb-image{padding:0 20px;margin:10px 0 0}
    .proslider-nav .slick-slide.thumbnail-image .thumbImg {max-width:140px;height:80px}
    */
 
    
    .proslider-for .proslider-image { height: 220px; }
    .proslider-wrapper .proslider.proslider-nav { height: auto; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 100%; }
    .proslider-wrapper .proslider.proslider-for { max-width: 100%; }
    
    .proslider-prev, 
    .proslider-next { width: 16px; height: 16px; position: static; bottom: 0px; }
    .proslider-prev { left: 0; } 
    .proslider-next { right: 0; }
    .proslider-prev-next { position: absolute; top: 0; left: 0;  background-color: #1E1E1E;  padding: 6px 12px; width: 100%; top: 0; }
    
    /* // PRODUCT SLIDER */
    
    .productslider-wrapper { margin-bottom: 15px; }
    .related-title .title { font-size: 20px; }
    .proprice .price { font-size: 22px }
    .related-title { margin-bottom: 15px; padding-top: 15px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer { height: 5px; }
    .product-main-description { font-size: 15px; margin-bottom: 15px; }
    .product-subdescription { font-size: 15px; } 
    .product-photo-wrapper { padding-top: 20px; }
    
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 17px; }
    .woocommerce table.shop_table .order-total { font-size: 18px; }
    .basket-count-all { margin-bottom: 12px; font-size: 15px; }
    .woocommerce-cart-page { padding: 15px; margin-bottom: 15px; }
    .basket-cards img { height: 19px; }
    .basket-links { margin-bottom: 15px; }
    .product-thumbnail { margin-bottom: 15px; }
    
    .woocommerce-cart-form__cart-item .product-remove .remove {
        display: inline-block; width: auto;font-size: 13px; padding: 5px 14px; margin-bottom: 10px;
        float: left; 
    }
    .woocommerce-cart-form__cart-item .product-remove .remove .icon-remove { display: none; }
    
    .woocommerce-cart-form__cart-item .product-quantity {
        display: inline-block; width: auto; font-size: 13px; padding: 5px 38px 5px 14px; margin-bottom: 10px;
        float: right; 
    }
    .woocommerce-cart-form__cart-item .product-quantity .quantity .qty { top: 2px; right: 4px; }
    
    .woocommerce-checkout-page { background-color: #f0f0f0; padding: 15px;  }
    .woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 20px;  }
    .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 15px; }
    
    .cart-item-additional-data table { display: block; }
    .cart-item-additional-data table td { display: block; }
    .cart-item-additional-data table td.cell-1 { padding-right: 0; }
    
    .tabpro-title {}
    .tabpro-title .title { margin-bottom: 5px; }
    
    .btnew { font-size: 13px; padding:5px 13px; }
    
    .storyicon img { width: 40px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 15px; }
    .stotab-title { margin-bottom: 20px; }
    .row.storow { margin-top: 0px; }
    .row.storow .stocell { font-size: 16px; }
    .row.storow .stocell-photo { padding: 0px 0; }
    .stogrid li.row.storow {  }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 0px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { order: 2;  padding-right: 15px; padding-left: 15px; margin-bottom: 15px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-text { order: 1; margin-bottom: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 0px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { order: 2;  padding-left: 15px; padding-right: 15px; margin-bottom: 15px;  }
    .stogrid li.row.storow:nth-child(even) .stocell-text { order: 1; margin-bottom: 15px; }
    .stogrid li.row.storow .stocell-photo {  }
    .story-year { font-size: 40px; }
    .row.storow .stocell { width: 100%; }
    .story-action { padding-top: 25px; }
    
} /* End of @media 767px ----------------------------------------------------------------------------- */

/* https://css-tricks.com/snippets/css/orientation-lock/ */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) { 
   
} /* End of @media 767px LANDSCAPE ----------------------------------------------------------------------------- */


/* SM - SECONDARY */
/* Old small -screen devices (tablets, 575px and up) : KEEP IT AFTER :  @media (max-width:767px) */
@media (max-width:575px) {}
/* @media ==================================================================================== */
@media (max-width:575px) and (orientation:landscape) {}
/* @media ==================================================================================== */
/* --------------------------------------------------------------------------------------------- */


/* MD */
/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) {
	body { font-size: 14px; }

	.container-fluid.custom-width { width: 100%; }
    .container-fluid.container-extra { width: 100%; }
    
    .h1 { font-size: 26px; }
    .h2 { font-size: 22px; }
    .h3 { font-size: 20px; }
    .opinion dt { font-size: 18px; }
    .fbox dd  { font-size: 16px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 15px; }
    
    .content-calc { width: calc(100% - 90px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 20px 0; }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; display: none; }
    .block-header { width: 300px; height: 300px; }
    .tab-content { padding-bottom: 60px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 40px; margin-right: 0; margin-bottom: -60px; }
    .testimonials-arrow { width: 60px; height: 60px; background-size: 26px 26px; }
    .crime .title { margin-bottom: 20px; }
    
    .map-crime { padding: 110px 0 15px 0; }
    .why-wrapper { padding: 60px 0; }
    .footer-copyright-spacer { height: 30px; }
    .footer-logo .spacer { max-width: 200px; }
    .hero-dots { bottom: 16px; right: -79px; }
    .hero-more table td.cell-1 { font-size: 15px; padding-left: 20px; padding-right: 20px; }
    .hero-more table td { height: 48px; }
    .hero-more table td.cell-2 { width: 48px;  background-size: 20px 20px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: -3px; right: -122px; }
    .logo { width: 210px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 13px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 30px; font-size: 16px; }
    .winfo-title { margin-bottom: 30px; }
    .footer-spacer { height: 60px; }
    .tabs-menu { font-size: 17px; }
    .why-description { font-size: 15px; }
    .menu-desktop ul li { padding: 0 12px;  }
    .hero-dots ul.slick-dots > li button::after { width: 30px; left: 20px; }
    .hero-dots ul.slick-dots > li button { width: 50px; }
    .tabs-menu ul li { padding: 0 30px; }
    .tab-box-content { width: 400px; }
    .tab-box-background { width: calc(100% - 400px); }
    .crime .description { margin-bottom: 33px; font-size: 16px; }
    
    .blogbar-filter ul li { padding: 0 0px; }
    .blogbar-filter ul li a { padding-left: 15px; padding-right: 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 15px; margin-bottom: 30px; }
    .page-title { margin-bottom: 30px; }
    .rich-grey { font-size: 16px; padding: 30px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    .arrow-next {  padding-right: 32px; background-size: 22px 22px; }
    .blogbar-label-wrapper { float: none; margin-bottom: 20px;  }
    .blogbar-filter { float: none; display: block; }
    
    .backtop-spacer { height: 30px; }
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 30px; margin-bottom: 35px; } 
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 30px; }
    .rich-grey p { margin-bottom: 25px; }
    .rich-grey-spacer-bottom { height: 50px; }
    
    .support-subtitle-wrapper { margin-bottom: 40px; }
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 50px; }
    .support-nav { width: 250px; padding-right: 15px;  }
    .support-content { width: calc(100% - 250px); padding-left: 35px; }
    .snav > li { font-size: 17px; margin-bottom: 16px; }
    
    .procell-photo .spacer { height: 274px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 16px; margin-bottom: 20px; }
    .procell-features ul li { font-size: 16px; padding: 10px 0; }
    .progrid { margin: 0 -15px; }
    .procell { padding: 0 15px; margin-bottom: 40px; }
    .page-id-67 .header-spacer { height: 15px; }
    .product-filters { margin-top: 0; margin-bottom: 30px; }
    .product-filters ul li {  margin-right: 30px; font-size: 16px; }
    .procell-actions .btnew { padding: 8px 26px; font-size: 16px; }
    .procell { width: 50%; margin-bottom: 30px; }
    .procell-featured {  width: 100%; margin-bottom: 45px; }
    
    .page-id-144 form .input-text { font-size: 18px; }
    .login-title { margin-bottom: 34px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 600px; }
    .loginav ul li a { font-size: 16px; }
    .login-photo { display: none; }
    .form-row-lost { padding: 28px 0 20px 0; }
    
    .proslider-for .proslider-image,
    .proslider-wrapper .proslider.proslider-nav { height: 340px; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 200px; }
    .proslider-wrapper .proslider.proslider-for { max-width: calc(100% - 200px); }
    .proslider-prev, 
    .proslider-next { width: 22px; height: 22px; }
    .proslider-prev-next { padding: 0 20px; width: calc(100% - 200px); top: -39px; }
    .productslider-wrapper { margin-bottom: 20px; }
    .related-title .title { font-size: 26px; }
    .proprice .price { font-size: 28px }
    .related-title { margin-bottom: 20px; padding-top: 20px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer { height: 30px; }
    .product-main-description { font-size: 16px; margin-bottom: 20px; }
    .product-subdescription { font-size: 16px; } 
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 26px; }
    .woocommerce table.shop_table .order-total { font-size: 22px; }
    .basket-count-all { margin-bottom: 20px; font-size: 16px; }
    .woocommerce-cart-page { padding: 30px; margin-bottom: 20px; }
    .basket-cards img { height: 19px; }
    
    .woocommerce-checkout-page { background-color: #f0f0f0; padding: 20px;  }
    .woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 22px;  }
    .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 16px; }
    
    .storyicon img { width: 40px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow { margin-top: -60px; }
    .row.storow .stocell { font-size: 16px; }
    .row.storow .stocell-photo { padding: 120px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
    .story-year { font-size: 40px; }
    
} /* End of @media 768:991px----------------------------------------------------------------------------- */


/* The following codes are specifically for iPad (portrait and landscape): */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {} /* @media iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
/* @media iPad Portrait  ==================================================================================== */

/* LG */
/* Large devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1247px) {
    
	.container-fluid.custom-width { width: 100%; }
    .container-fluid.container-extra { width: 100%; }
    
    .h1 { font-size: 30px; }
    .h2 { font-size: 24px; }
    .h3 { font-size: 22px; }
    .opinion dt { font-size: 20px; }
    .fbox dd  { font-size: 18px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .content-calc { width: calc(100% - 90px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 20px 0; }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; display: none; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 60px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 60px; margin-right: 0; margin-bottom: -60px; }
    .testimonials-arrow { width: 60px; height: 60px; background-size: 26px 26px; }
    
    .map-crime { padding: 140px 0 50px 0; }
    .why-wrapper { padding: 60px 0; }
    .footer-copyright-spacer { height: 30px; }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px; right: -79px; }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 1px; right: -138px; }
    .logo { width: 260px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 15px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 40px; font-size: 18px; }
    .winfo-title { margin-bottom: 30px; }
    .footer-spacer { height: 40px; }
    .why-description { font-size: 15px; }
    .menu-desktop ul li { padding: 0 15px;  }
    .hero-dots ul.slick-dots > li button::after { width: 30px; left: 20px; }
    .hero-dots ul.slick-dots > li button { width: 50px; }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 30px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    
    .backtop-spacer { height: 30px; }
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 32px; margin-bottom: 35px; }  
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 30px; }
    .rich-grey p { margin-bottom: 25px; }
    .rich-grey-spacer-bottom { height: 50px; }
    
    
    .support-subtitle-wrapper { margin-bottom: 50px; }
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 100px; }
    
    .procell-photo .spacer { height: 274px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 16px; margin-bottom: 20px; }
    .procell-features ul li { font-size: 16px; padding: 10px 0; }
    .progrid { margin: 0 -15px; }
    .procell { padding: 0 15px; margin-bottom: 40px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; margin-bottom: 30px; }
    .product-filters ul li {  margin-right: 30px; font-size: 16px; }
    .procell-actions .btnew { padding: 8px 26px; font-size: 16px; }
    
    .page-id-144 form .input-text { font-size: 18px; }
    .login-title { margin-bottom: 40px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 600px; }
    .loginav ul li a { font-size: 16px; }
    
    
    .proslider-for .proslider-image,
    .proslider-wrapper .proslider.proslider-nav { height: 400px; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 200px; }
    .proslider-wrapper .proslider.proslider-for { max-width: calc(100% - 200px); }
    .proslider-prev, 
    .proslider-next { width: 22px; height: 22px; }
    .proslider-prev-next { padding: 0 20px; width: calc(100% - 200px); top: -42px; }
    .productslider-wrapper { margin-bottom: 20px; }
    .related-title .title { font-size: 28px; }
    .proprice .price { font-size: 32px }
    .related-title { margin-bottom: 20px; padding-top: 20px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer { height: 30px; }
    .product-main-description { font-size: 17px; margin-bottom: 20px; }
    .product-subdescription { font-size: 17px; }
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 26px; }
    .woocommerce table.shop_table .order-total { font-size: 22px; }
    .basket-count-all { margin-bottom: 20px; font-size: 16px; }
    .woocommerce-cart-page { padding: 30px; margin-bottom: 20px; }
    
    .woocommerce-checkout-page { background-color: #f0f0f0; padding: 30px;  }
    .woocommerce-checkout-page .woocommerce-billing-fields h3 { font-size: 28px;  }
    .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address { font-size: 17px; }

    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow { margin-top: -60px; }
    .row.storow .stocell { font-size: 18px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
    
    
    
} /* End of @media 992:1247 ----------------------------------------------------------------------------- */


/* ! USE THIS ONE ON NON-FULL-WIDTH SITES */
@media (min-width:1248px) {
    /* DEFAULT 1200px  changed to 1248px */ 
    .container-white { padding-left: 40px; padding-right: 40px; }
}
 
/* ! USE BELOW ONLY ON NON-FULL-WIDTH SITES */


/* SPECIAL OCCASIONS ONLY */
@media (max-width:575px) {}
@media (min-width:576px) {}
@media (min-width:768px) {}
@media (min-width:992px) {}
 

/* ! USE BELOW ONLY ON FULL-WIDTH SITES */
/* XL: 1280x1024 */
/* Extra large devices (large desktops, 1280 and up) */
@media (min-width:1248px) and (max-width: 1333px) {
    
    .container-fluid.custom-width { width: 1166px; }
    .container-fluid.container-extra { width: 100%; }
    
    .h1 { font-size: 32px; }
    .h2 { font-size: 26px; }
    .h3 { font-size: 24px; }
    .opinion dt { font-size: 20px; }
    .fbox dd  { font-size: 18px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .content-calc { width: calc(100% - 250px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 20px 0; }
    .header-spacer { height: 10px; }
    .header-social { top: 214px; left: 16px; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 60px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 60px; margin-right: 0; margin-bottom: -60px; }
    .testimonials-arrow { width: 60px; height: 60px; background-size: 26px 26px; }
    
    .map-crime { padding: 140px 0 50px 0; }
    .why-wrapper { padding: 60px 0; }
    .footer-copyright-spacer { height: 30px; }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px; right: -125px; }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 1px; }
    .logo { width: 260px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 15px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 40px; font-size: 18px; }
    .winfo-title { margin-bottom: 30px; }
    .footer-spacer { height: 60px; }
    .why-description { font-size: 15px; }
    .menu-desktop ul li { padding: 0 20px;  }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 40px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 32px; margin-bottom: 35px; }
    
    .about-subtitle,
    .about-video,
    .about-team { margin-bottom: 30px; }
    .rich-grey p { margin-bottom: 25px; }
    .rich-grey-spacer-bottom { height: 50px; }
    
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 100px; }
    
    .procell-photo .spacer { height: 324px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 18px; margin-bottom: 26px; }
    .procell-features ul li { font-size: 18px; padding: 10px 0; }
    .progrid { margin: 0 -30px; }
    .procell { padding: 0 30px; margin-bottom: 50px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    
    .page-id-144 form .input-text { font-size: 21px; }
    .login-title { margin-bottom: 40px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 600px; }
    .loginav ul li a { font-size: 16px; }
    .site-main .woocommerce-notices-wrapper { padding: 0 52px; }
    
    
    .proslider-for .proslider-image,
    .proslider-wrapper .proslider.proslider-nav { height: 500px; }
    .proslider-wrapper .proslider.proslider-nav { max-width: 240px; }
    .proslider-wrapper .proslider.proslider-for { max-width: calc(100% - 240px); }
    .proslider-prev, 
    .proslider-next { width: 28px; height: 28px; }
    .proslider-prev-next { padding: 0 20px; width: calc(100% - 240px); top: -42px; }
    .productslider-wrapper { margin-bottom: 30px; }
    .related-title .title { font-size: 32px; }
    .proprice .price { font-size: 38px }
    .related-title { margin-bottom: 30px; padding-top: 30px;  }
    .related-box { margin-bottom: 0px; }
    .compare-spacer { height: 40px; }
    .product-main-description { font-size: 18px; margin-bottom: 40px; }
    .product-subdescription { font-size: 18px; }
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 30px; }
    .woocommerce table.shop_table .order-total { font-size: 24px; }
    .basket-count-all { margin-bottom: 20px; font-size: 17px; }
    .woocommerce-cart-page { padding: 40px; margin-bottom: 20px; }
    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow { margin-top: -60px; }
    .row.storow .stocell { font-size: 18px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
    
    
} /* End of @media 1248:1333 ----------------------------------------------------------------------------- */

/* 2XL: 1366 x 768 */
/* Extra large devices (large desktops, 1366px and up) */
@media (min-width:1334px) and (max-width: 1407px) {
    .container-fluid.custom-width { width: 1255px; }
    .container-fluid.container-extra { width: 100%; }
    
    .h1 { font-size: 32px; }
    .h2 { font-size: 26px; }
    .h3 { font-size: 24px; }
    .opinion dt { font-size: 20px; }
    .footer { font-size: 16px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .content-calc { width: calc(100% - 250px); }
    .hero-spacer { height: 30px; }
    .tabs-menu { margin-bottom: 30px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 30px 0; }
    .header-spacer { height: 20px; }
    .header-social { top: 214px; left: 16px; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 80px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 60px; margin-right: 0; margin-bottom: -60px; }
    .testimonials-arrow { width: 60px; height: 60px; background-size: 26px 26px; }
    
    .map-crime { padding: 100px 0 50px 0; }
    .why-wrapper { padding: 80px 0; }
    .footer-copyright-spacer { height: 30px; }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px; right: -125px; }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 1px; }
    .logo { width: 260px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .header-social ul li .fa { font-size: 21px; }
    .header-social ul li { margin-bottom: 20px; }
    .hero-dots ul.slick-dots > li  { margin-bottom: 20px; }
    .menu-desktop ul li a { font-size: 15px; }
    .why-accreditations img { max-width: 100%; }
    .winfo-description { margin-bottom: 40px; font-size: 18px; }
    .winfo-title { margin-bottom: 30px; }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 11px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 40px; }
    .slist > li { margin-bottom: 40px; }
    .blogbar-filter { margin-top: -6px; }
    
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 42px; margin-bottom: 40px; }
    
    .support-content {}
    .support-content .slist > li { padding-right: 0; }
    .support-content .slist-actions { position: static; display: block; }
    .customize-support .content-calc { width: 100%; }
    .help-pagination { margin-top: 100px; }
    
    .procell-photo .spacer { height: 324px; }
    .procell-photo { margin-bottom: 20px; }
    .procell-feature-icon .icon-image { width: 32px; height: 32px }
    .procell-feature-icon { padding-left: 38px; }
    .procell-description { font-size: 18px; margin-bottom: 26px; }
    .procell-features ul li { font-size: 18px; padding: 10px 0; }
    .progrid { margin: 0 -30px; }
    .procell { padding: 0 30px; margin-bottom: 50px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    
    .page-id-144 form .input-text { font-size: 21px; }
    .login-title { margin-bottom: 40px; }
    .login-photo { width: 569px; height: 576px; }
    .logingrey { padding: 30px 40px; min-height: 649px; }
    .site-main .woocommerce-notices-wrapper { padding: 0 54px; }
    
    .woocommerce-cart-form__cart-item .product-name,
    .woocommerce-cart-form__cart-item .product-price { font-size: 30px; }
    .woocommerce table.shop_table .order-total { font-size: 24px; }
    .basket-count-all { margin-bottom: 20px; font-size: 17px; }
    .woocommerce-cart-page { padding: 40px; margin-bottom: 20px; }
    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow .stocell { font-size: 19px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
    
    
    
} /* End of @media 1334:1370 ----------------------------------------------------------------------------- */
    
/* 3XL: 1440 x 900 */
/* Extra large devices (large desktops, 1440 and up) */
@media (min-width:1408px) and (max-width: 1879px) {
    .container-fluid.custom-width { width: 1350px; }
    .container-fluid.container-extra { width: 100%; }
    
    .h1 { font-size: 40px; }
    .h2 { font-size: 30px; }
    .h3 { font-size: 26px; }
    .opinion dt { font-size: 24px; }
    .footer { font-size: 18px; }
    .fbox-subtitle,
    .btnew { font-size: 16px; }
    
    .hero-spacer { height: 60px; }
    .tabs-menu { margin-bottom: 60px; }
    .tab-title { margin-bottom: 30px; }
    .fbox-icon { margin-bottom: 10px; }
    .fbox-title { margin-bottom: 10px; }
    .fbox { margin-bottom: 40px; }
    .fbox dt { margin-bottom: 15px; }
    
    .header { padding: 30px 0; }
    .header-spacer { height: 20px; }
    .header-social { top: 214px; left: 16px; }
    .block-header { width: 500px; height: 500px; }
    .tab-content { padding-bottom: 80px; }
    .testimonials-title { margin-bottom: 30px; }
    .testimonials { padding: 60px; margin-right: 0; margin-bottom: -60px; }
    .testimonials-arrow { width: 60px; height: 60px; background-size: 26px 26px; }
    
    .map-crime { padding: 100px 0 50px 0; }
    .why-wrapper { padding: 80px 0; }
    .footer-copyright-spacer { height: 30px; }
    .footer-logo .spacer { max-width: 300px; }
    .hero-dots { bottom: 16px; right: -140px; }
    .hero-more table td.cell-1 { font-size: 17px; padding-left: 30px; padding-right: 30px; }
    .hero-more table td { height: 60px; }
    .hero-more table td.cell-2 { width: 64px;  background-size: 24px 24px; }
    .copyright { font-size: 15px; }
    .influx { padding-right: 47px; }
    .influx::after { bottom: 2px; width: 40px; height: 14px; }
    .logo-wrapper { position: relative; bottom: 4px; }
    .logo { width: 300px; }
    .footer-company-name { margin-bottom: 20px; }
    .why-accreditations { margin-bottom: 30px; }
    .why-accreditations img { max-width: 100%; }
    
    .blogbar-filter ul li { padding: 0 15px; }
    .blogbar-label { padding: 14px 20px; }
    .blogbar { font-size: 17px; margin-bottom: 50px; }
    .page-title { margin-bottom: 40px; }
    .rich-grey { font-size: 18px; padding: 40px; }
    .slist > li { margin-bottom: 40px; }
    .content-calc { width: calc(100% - 200px); }
    
    .support-go-back { margin-bottom: 30px; }
    .rich-grey h2 { font-size: 42px; margin-bottom: 40px; }
    
    .procell-photo .spacer { height: 340px; }
    .procell-photo { margin-bottom: 25px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    
    .page-id-144 form .input-text { font-size: 21px; }
    .login-title { margin-bottom: 40px; }
    .site-main .woocommerce-notices-wrapper { padding: 0 107px; }
    
    .storyicon img { width: 50px; }
    .storyicon { margin-bottom: 15px; }
    .storysubtitle { margin-bottom: 25px; }
    .stotab-title { margin-bottom: 40px; }
    .row.storow .stocell { font-size: 19px; }
    .row.storow .stocell-photo { padding: 150px 0; }
    .stogrid li.row.storow:nth-child(odd) .spacer-story-wrapper { padding-left: 46px;  }
    .stogrid li.row.storow:nth-child(odd) .stocell-photo { padding-right: 60px; padding-left: 15px; }
    .stogrid li.row.storow:nth-child(even) .spacer-story-wrapper { padding-right: 46px; }
    .stogrid li.row.storow:nth-child(even) .stocell-photo { padding-left: 60px; padding-right: 15px; } 
    
    
    
    
} /* End of @media 1408:1879 ----------------------------------------------------------------------------- */

/* SPECIAL OCCASIONS ONLY  */
@media (min-width:1880px) { /* 1920 x 1080 and up  */
    /* .container { width: 1800px; } */
    .container-fluid.custom-width { width: 1715px; }
    .container-fluid.container-extra { width: 1860px; }
    .testimonials {  margin-right: -109px; margin-bottom: -100px;   }
    .tab-box-background {  right: -109px; }
    .product-subdescription { padding-right: 100px; }
    .page-id-67 .header-spacer { height: 10px; }
    .product-filters { margin-top: 0; }
    .site-main .woocommerce-notices-wrapper { padding: 0 107px; }
    
} /* End of @media 1880:Infinity ------------------------------------------------------------------------- */






