/*
Theme Name: Essexlocksmithnj
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: essexlocksmithnj
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Essexlocksmithnj is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body{
    overflow-x: hidden;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;	
}
h1{
	font-family: 'Oswald', sans-serif;
}
p, li{
	font-family: 'Open Sans', sans-serif;
	list-style: none;
}
.clearfix:after, .menu-second-container:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.entry-content{
    margin: 0px;
    padding: 0px;
}
/*---*/
.mobile-1, .mobile-2{
		display: none;
}
/*------------------------------------------------------------*/
#masthead{
	border-bottom: 6px solid #0b233d;
	background: #123152;
}
.site-title a{
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 3.6vw;
	width: 100%;
	background: url(img/logo-essex.png) center no-repeat;
	background-size: contain;
}
.site-title{
	float: left;
	padding: 2px 0 4px 0;
	width: 10%;
	margin: 0	;
}
.main-navigation {
    float: left;
    width: 73%;
    clear: inherit;
    margin-left: 3%;
}
.main-navigation li {
    width: 18.36%;
    padding: 1.4vw 1.9vw 20px 6vw;
    height: 4vw;
    position: relative;
    margin-left: -1.7%;
    display: inline-block;
    text-align: center;
}
li.menu-item a{
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 0.8vw;
	line-height: 0.7vw;
	color: #fff;
	text-align: center;
	display: block;
	vertical-align: middle;
	text-decoration: none;	
}
#menu-item-81{   background: url(img/about.png) left center no-repeat;  background-size: contain;	}
#menu-item-80{   background: url(img/locksmith.png) left center no-repeat;  background-size: contain;	}
#menu-item-79{   background: url(img/residential.png) left center no-repeat;  background-size: contain;	}
#menu-item-78{   background: url(img/commercial.png) left center no-repeat;  background-size: contain;	}
#menu-item-77{   background: url(img/auto.png) left center no-repeat;  background-size: contain;	}
#menu-item-76{   background: url(img/emergency.png) left center no-repeat;  background-size: contain;	}

#menu-item-161, #menu-item-162, #menu-item-163, #menu-item-164, #menu-item-165, #menu-item-166{ display: none;	}
.top-contact {
    float: left;
    padding: 20px 0 20px 6vw;
    height: 4vw;
    position: relative;
    margin-left: -1.7%;
    background: url(img/contact.png) left center no-repeat;
    background-size: contain;
}
.top-contact h3{
	font-family: "Arimo",sans-serif;
	font-weight: bold;
	font-size: 0.8vw;
	line-height: 0.7vw;
	text-align: center;
	color: #fff;
	margin: -3px;
}
.top-contact a{
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    background: url(img/top-phone.png) left center no-repeat;
    background-size: 7px;
    padding-left: 0px;
    letter-spacing: 0.03vw;
    font-size: 1.2vw;
    font-weight: 800;
}
.second-menu{
    border-bottom: 9px solid #123152;
}
.aux-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.aux-menu li {
    float: left;
    background: url(img/2-linebg.png) center no-repeat;
    background-size: cover;
    padding: 0 54px 2px 41px;
    margin-left: -45px;
}
.aux-menu a{
	padding: 20px 20px 20px 65px;
	color: #123152 !important;
}
#menu-item-75 a{   background: url(img/2-reliability.png) left center no-repeat;  background-size: 49px;	}
#menu-item-133 a{   background: url(img/2-security.png) left center no-repeat;  background-size: 49px;	}
#menu-item-153 a{   background: url(img/2-vendors.png) left center no-repeat;  background-size: 49px;	}
#menu-item-74 a{   background: url(img/2-safes.png) left center no-repeat;  background-size: 49px;	}
#menu-item-151 a{   background: url(img/2-contactus.png) left center no-repeat;  background-size: 49px;	}
#menu-item-152 a{   background: url(img/2-door.png) left center no-repeat;  background-size: 49px;	}

.menu-second-container{
    width: 1240px;
    margin: 0 auto;
}
/*-------------------------------------------------------------------------*/
#call-home{
    overflow: hidden;
    height: 0;
    display: block;
    padding-top: 31vw;
    position: absolute;
    top: 22vw;
    width: 100%;
    z-index: 1;
}
/*-------------------------------------------------------------------------*/
.contact-img{
	padding: 0;
	border-top: 6px solid #0b233d;
	border-bottom: 6px solid #0b233d;
}
.contact-img img{
	margin: 0 0 -7px 0;
	width: 100%
}
.phone-office{
	background: #123152;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
}
.phone-office p{
	margin: 0;
}
.phone-office span{
	padding: 0 2%;	
	display: -webkit-inline-box;
}
.phone-office a{
	color: #fff;
	text-decoration: none;
}
.site-info{
	position: relative;
}
.phones-contact {
    position: absolute;
    top: 11vw;
    right: 9.3vw;
    margin: 0;
    padding: 0;
}
.phones-contact li{
	float: left;
	margin: 0 1vw;
}
.phones-contact li p{
	color: #fff;
	font-size: 1.1vw;
	margin: 0;
}	
.city-1{ letter-spacing: 0.41vw;	}
.city-2{ letter-spacing: 0.25vw;	}
.city-3{ letter-spacing: 0.30vw;	}
.city-4{ letter-spacing: 0.67vw;	}
.city-5{ letter-spacing: 0.43vw;	}
.city-6{ letter-spacing: 1.16vw;	}

.phones-contact li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 1.50vw;
    letter-spacing: 0.1vw;
    display: block;
		margin: -0.5vw 0 0.4vw 0;
}
.foot-address{
	position: absolute;
	top: 17vw;
	left: 28vw;
	color: #fff;
}
.contact-title{
	display: none;
}
.add-line1{
	margin: 0;
	font-size: 2.1vw;
	letter-spacing: 0.30vw;
}
.add-line2{
	margin: -0.4vw 0 0 0;
	font-size: 1.3vw;
	letter-spacing: 0.18vw;
}
.copy{
	background: #123152;
	color: #fff;
	border-top: 5px solid #0b233d;
}
.copy p{
	margin: 0;
	padding: 15px 3%;
	font-size: 14px;
	float: left;	
}
.copy p a{
	text-decoration: none;
	font-weight: bold;
	color: #fff
}
.copy p.copy2{
	font-weight: bold;
	float: right;
}

/*-------------------------------------------------------------------------*/
#main.wrapper{
	padding: 0;	
}
.featured-img {
  display: none;  
}
.home .featured-img {
  display: block;  
}
.wp-post-image{
	width: 100%;	
	margin-bottom: -7px;
	border-bottom: 6px solid #0b233d;
}
.entry-header{
	display: none;	
}
.home-sect-1{
	border-bottom: 6px solid #0b233d;
	background: url(img/sect-bg.jpg) center no-repeat;
	background-size: 94.5vw;
	padding: 2vw 3%;
	background-position: -3.4vw;
	margin-top: -24px;
}
.check{
    height: 7vw;
    float: left;
    width: 20%;
    background: url(img/reliable-sect.png) right no-repeat;
    background-size: contain;
}
.text-block{
    width: 70%;
    float: left;    
}
h3.block-title, h4.block-subtitle{
	font-family: 'Oswald', sans-serif;
	color: #123152;
	text-transform: uppercase;
	font-size: 1.2vw;
	letter-spacing: 0.2vw;
	text-indent: 19%;
	margin: 0 0 12px 0;
}
h4.block-subtitle{
	font-size: 0.8vw;
}
.text-block p, .text-block li{
	font-size: 0.8vw;
	line-height: 1vw;
	width: 78%;
	padding-left: 22%;
	margin: 0;
	text-align: justify;
}
.button-more{
	width: 10%;
	float: left;
	margin-top: 2%;
	margin-left: -8vw;
}
.button-more a{
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 4vw;
    background: url(img/more-button.png) center no-repeat;
    background-size: contain;
}
.home-sect-2{
	padding: 0;
	margin-bottom: -7px;
}	
.home-sect-2 img{
	width: 100%;
}
/*--*/
.top-banner {
    background: url(img/top-banner3.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}
/*.page-id-50 .top-banner {
    background: url(img/top-banner2.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}*/
/*--*/
.hentry {
	margin: 0;
}	
.home-sect-3 .check{	
	background: url(img/about-logo.png) right no-repeat;
	background-size: contain;
}
/*-------------------------------------------------------------------------*/
.full-width{
	background: url(img/about-bg.png) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-28 .full-width{
	background: url(img/about-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-58 .full-width{
	background: url(img/auto-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-50 .full-width{
	background: url(img/commercial-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-139 .full-width{
	background: url(img/doors-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-39 .full-width{
	background: url(img/services-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-106 .full-width{
	background: url(img/products-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-65 .full-width{
	background: url(img/reli-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-43 .full-width{
	background: url(img/resi-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/
#post-69 .full-width{
	background: url(img/safes-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
/*-------------------------------------------------------------------------*/

.left-part{
	width: 73%;
	float: left;
}
.right-part{
	width: 27%;
	float: left;
}
.text-block.second-block {
    margin: 0 0 0 10vw;
}
.icon-title{
	margin: -3.4vw 0 -3.8vw 2vw;
}
.icon-title img{
	width: auto;
	height: 7vw;
}
.full-width .text-block {
    width: 100%;
    float: none;
}
.full-width h3.block-title{
	margin-bottom: 1.4vw;	
}
.about-1 h3.block-title{	margin-top: 6vw;	text-indent: 9.4%;}
.about-2 h3.block-title{  margin-top: 5vw;  text-indent: 27%;	}
.about-3 h3.block-title{  margin-top: 5vw;  text-indent: 43%;	}
.about-4 h3.block-title{  margin-bottom: 0;  text-indent: 0%;	}
.about-5 h3.block-title{  margin-bottom: 0;  text-indent: 0%;	margin-top: 3vw;}

.full-width .text-block p{
	width: 46.9%;
	padding-left: 0;
}
.about-1 .text-block p{	margin-left: 9.4%;	}
.about-2 .text-block p{	margin-left: 22%;	}
.about-3 .text-block p{	margin-left: 35.6%;	}

.about-4 h4.block-subtitle{ text-indent: 0px;	}
.about-5 h4.block-subtitle{ text-indent: 0px;	}

.full-width .text-block li{
		background: url(img/key.png) left no-repeat;
		background-size: 10px;
		padding-left: 48px;
}
.about-4{  margin-left: -40%;}
.about-5{  margin-left: 15%;}

.text-block li.a4-key1{ margin-left: -7%; }
.text-block li.a4-key2{ margin-left: -5.6%; }
.text-block li.a4-key3{ margin-left: -4.2%; }
.text-block li.a4-key4{ margin-left: -2.8%; }
.text-block li.a4-key5{ margin-left: -1.4%; }
.text-block li.a4-key6{ margin-left: 0%; }
.text-block li.a4-key7{ margin-left: 1.4%; }
.text-block li.a4-key8{ margin-left: 2.8%; }
.text-block li.a4-key9{ margin-left: 4.2%; }
.text-block li.a4-key10{ margin-left: 5.6%; }
.text-block li.a4-key11{ margin-left: 7%; }
.text-block li.a4-key12{ margin-left: 8.4%; }
.text-block li.a4-key13{ margin-left: 9.8%; }
.text-block li.a4-key14{ margin-left: 11.2%; }
.text-block li.a4-key15{ margin-left: 12.6%; }
.text-block li.a4-key16{ margin-left: 14%; }
.text-block li.a4-key17{ margin-left: 15.4%; }

.text-block li.a5-key1{ margin-left: -11%; font-weight: bold; margin-bottom: 0.8vw;}
.text-block li.a5-key2{ margin-left: 4%; font-weight: bold;  margin-bottom: 0.4vw;}
.text-block li.a5-key3{ margin-left: 6.9%; font-weight: bold; margin-bottom: 0.4vw;}
.text-block li.a5-key4{ margin-left: 9.8%; font-weight: bold; margin-bottom: 0.4vw;}
.about-5 .text-block p{ margin-left: 24%;	}
/*-------------------------------------------------------------------------*/
.full-services{
	background: url(img/24-bg.jpg) center no-repeat;
	background-size: contain;
	padding: 7.3vw 3%;
	background-position: left;
}
.full-services .about-1 h3.block-title {
    margin-top: 6vw;
    text-indent: 11.1%;
    font-size: 1.8vw;
    letter-spacing: 0.6vw;
    margin-bottom: 1vw;
}
.full-services .text-block p {
    width: 50.9%;
    padding-left: 0;
}
.full-services .about-1 .text-block p {
    margin-left: 11%;
}
.full-services .about-2 .text-block p {
    margin-left: 17%;
}
/*-------------------------------------------------------------------------*/
.full-residential{
	padding: 8.5vw 3% 9vw 3%;
}
.full-residential .about-1 h3.block-title {
    text-indent: 9.4%;
    font-size: 1.8vw;
    margin-top: 5vw;
    margin-bottom: 1vw;
}
.full-residential .about-2 h3.block-title {	text-indent: 37%;	}
.full-residential .about-3 h3.block-title {	text-indent: 49%;	}

.full-residential .about-4 h3.block-title {
    text-indent: -25%;
}	
.full-residential .about-4 p{
    width: 90%;
    margin: 1.5vw 0 2vw -19%;
}	
/*-------------------------------------------------------------------------*/	
.full-commercial{
    padding: 8.5vw 3% 6vw 3%;
}
.full-commercial .about-1 h3.block-title {
    text-indent: 9.3%;
    font-size: 1.6vw;
    margin-bottom: 1vw;
}	
.full-commercial .about-2 h3.block-title {
    text-indent: 31%;
}
.full-commercial .about-3 h3.block-title {
    text-indent: 42%;
}	
/*-------------------------------------------------------------------------*/	
.full-auto .about-1 h3.block-title {
    text-indent: 9.3%;
    font-size: 1.6vw;
    margin-bottom: 1vw;
}	
.full-auto .about-2 h3.block-title {
    text-indent: 31%;
}
.full-auto .about-3 h3.block-title {
    text-indent: 43.2%;
}	
.full-auto .about-4 h3.block-title {
    text-indent: -6%;
}	
.full-auto .about-4 h4.block-subtitle {
    text-indent: -37px;
}	
/*-------------------------------------------------------------------------*/	
.full-emergency .about-1 h3.block-title {
	text-indent: 15%;
	font-size: 1.4vw;
}	
.full-emergency .about-2 h3.block-title {
	text-indent: 30%;
}
/*-------------------------------------------------------------------------*/	
.full-reli .about-1 h3.block-title {
		margin-top: 5vw;
    text-indent: 9.4%;
    font-size: 1.7vw;
    margin-bottom: 1vw;
}
.full-reli .about-2 h3.block-title {
    margin-top: 3.1vw;
    text-indent: 27%;
}
.full-reli .about-3 h3.block-title {
    margin-top: 2.5vw;
    text-indent: 50%;
}	
.full-reli .about-5 {
    margin-left: 0%;
		margin-top: 1.5vw;
}
.full-reli .text-block li.a5-key1 {
    margin-left: -5%;
    font-weight: normal;
    margin-bottom: 0;
}
.full-reli .text-block li.a5-key2 {
    margin-left: -1.5%;
    font-weight: normal;
    margin-bottom: 0;
}
.full-reli .text-block li.a5-key3 {
    margin-left: 0.9%;
    font-weight: normal;
    margin-bottom: 0;
}
.full-reli .text-block li.a5-key4 {
    margin-left: 3.3%;
    font-weight: normal;
    margin-bottom: 0;
}
/*-------------------------------------------------------------------------*/		
.full-safes .about-1 h3.block-title {
    text-indent: 9.5%;
    font-size: 1.2vw;
    margin-top: 5vw;
    margin-bottom: 1vw;
}	
.full-safes .about-3 h3.block-title {
    text-indent: 46%;
}	
.full-safes .about-4 h3.block-title {
    text-indent: -6%;
}	
.full-safes .about-4 h4.block-subtitle {
    text-indent: -5.7%;
}	

.services-hidden{display: none;}
/*------------------------------------------------------------------------*/		
.full-products{
	background: url(img/products-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 8.5vw 3% 6vw 3%;
}
.full-products .left-part .text-block{
	margin-left: 19%;
}
.full-products .about-1 h3.block-title {
    text-indent: -10.6%;
    margin-top: 5vw;    
}
.full-products .left-part .text-block li.a4-key1 { margin-left: -7.3%; }
.full-products .left-part .text-block li.a4-key2 { margin-left: -6.3%; }
.full-products .left-part .text-block li.a4-key3 { margin-left: -5.3%; }
.full-products .left-part .text-block li.a4-key4 { margin-left: -4.3%; }
.full-products .left-part .text-block li.a4-key5 { margin-left: -3.3%; }
.full-products .left-part .text-block li.a4-key6 { margin-left: -2.3%; }
.full-products .left-part .text-block li.a4-key7 { margin-left: -1.3%; }
.full-products .left-part .text-block li.a4-key8 { margin-left: 0.3%; }
.full-products .left-part .text-block li.a4-key9 { margin-left: 1.3%; }
.full-products .left-part .text-block li.a4-key10 { margin-left: 2.3%; }
.full-products .left-part .text-block li.a4-key11 { margin-left: 3.3%; }
.full-products .left-part .text-block li.a4-key12 { margin-left: 4.3%; }
.full-products .left-part .text-block li.a4-key13 { margin-left: 5.3%; }
.full-products .left-part .text-block li.a4-key14 { margin-left: 6.3%; }
.full-products .right-part .text-block { width: 120%; }
.full-products .about-4 { margin-left: -24.7%; }
.full-products .about-4 h3.block-title { text-indent: 0%; }

.full-products .right-part .text-block li.a4-key1 { margin-left: -7%; }
.full-products .right-part .text-block li.a4-key2 { margin-left: -5.1%; }
.full-products .right-part .text-block li.a4-key3 { margin-left: -3.4%; }
.full-products .right-part .text-block li.a4-key4 { margin-left: -1.5%; }
.full-products .right-part .text-block li.a4-key5 { margin-left: 0.2%; }
.full-products .right-part .text-block li.a4-key6 { margin-left: 2.1%; }
.full-products .right-part .text-block li.a4-key7 { margin-left: 3.8%; }
.full-products .right-part .text-block li.a4-key8 { margin-left: 5.7%; }
.full-products .right-part .text-block li.a4-key9 { margin-left: 7.3%; }
.full-products .right-part .text-block li.a4-key10 { margin-left: 9.2%; }
.full-products .right-part .text-block li.a4-key11 { margin-left: 11%; }
.full-products .right-part .text-block li.a4-key12 { margin-left: 12.8%; }
.full-products .right-part .text-block li.a4-key13 { margin-left: 14.5%; }
.full-products .right-part .text-block li.a4-key14 { margin-left: 16.3%; }
.full-products .right-part .text-block li.a4-key15 { margin-left: 18.1%; }
.full-products .right-part .text-block li.a4-key16 { margin-left: 19.9%; }
.full-products .right-part .text-block li.a4-key17 { margin-left: 21.8%; }

/*------------------------------------------------------------------------*/		
.full-vendor{
	background: none;
	background-size: cover;
}
.vendor-title{
	font-family: 'Oswald', sans-serif;
	color: #123152;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3.2px;
	margin: 2vw 0 12px 0;
}
.full-vendor p{
	font-size: 0.8vw;
	line-height: 1vw;
	margin: 0;
	text-align: justify;
}
.left-vendors, .right-vendors, .col-vendors1, .col-vendors2, .col-vendors3, .col-vendors4{
	width: 50%;
	float: left;
}
.col-vendors1{ margin-left: 8%; width: 42%; }
.col-vendors3{ margin-left: 8%; width: 42%; }
.first-vendor{
	margin-top: 4.8vw;
}
.full-vendor 	.icon-title {
    margin: -3.4vw 0 -3.8vw 0;
}
/*----------------*/
.full-doors{
    background: url(img/bg-doors.jpg) center no-repeat;
    padding: 7.9vw 3%;    
}
.full-doors .about-1 h3.block-title {
    margin-top: 5vw;
    text-indent: 7.1%;
    font-size: 1.2vw;
    letter-spacing: 0.4vw;    
}
.full-doors .about-4 h3.block-title, .full-doors .about-4 h4.block-subtitle { text-indent: -12%; }
/*--------------------*/
.full-contact{
		background: url(img/bg-contact2.jpg) center no-repeat;
    background-size: cover;
    padding: 6.5vw 3%;
    background-position: center;
}
.contact-block1, .contact-block2, .contact-block3{  margin-left: 10%;	}
.full-contact .icon-title {
    margin: -3.4vw 0 -3.8vw 0vw;
}
.full-contact .text-block p {
    width: 43.9%;
    padding-left: 0;
    margin: 5vw 0 0 0;
    text-align: center;
}
.full-contact .text-block ul{
    margin: 20px 0 0 14%;
}
.full-contact .about-2 h3.block-title {
    margin-top: 2vw;
    margin-bottom: 0;
    text-indent: 0;
}
.contact-block2{
    width: 65%;
    text-align: center;
}
p.contact1, p.contact2{
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 18px;
}
.contact-block3{
    margin-top: 1vw;
    margin-left: 13%;
    width: 67.9%;
		text-align: center;
}
.full-contact .about-3 h3.block-title {
    margin-top: -0.1vw;
    text-indent: 0;
}
.full-contact h4.block-subtitle {
    text-indent: 0;
    margin: 0;
}
.hcontact1 h4, .hcontact2 h4{
    letter-spacing: 0.1vw;
}		
.hcontact1{
    width: 40%;
    float: left;
    text-align: left;
    margin-left: 20%;
}
.hcontact2{
	width: 40%;
	float: left;
	text-align: left;
}
.contact-map{	display: none;	}
/*------------------------------------------------------------------------*/		
footer.entry-footer{
	display: none;
}
/*------------------------------------------------------------------------*/		
.sm-bar {
    background: url(img/24-bar.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
		padding: 2vw 5%;
}
.sm-bar div {
    width: 33%;
    float: left;
}
.bar1 {
    padding: 0 0 0 5%;
}
.bar1 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    margin: 0;
    display: -webkit-inline-box;
    background: url(img/wkey.png) right center no-repeat;
    background-size: 2vw;
    padding: 0 3vw 0 0;
}
.bar1 h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9vw;
    letter-spacing: 0.09vw;
    margin: -0.2vw 0 0 0;
}
.bar2, .bar3 {
    padding: 0.6vw 0 0 3%;
}
.bar2 li, .bar3 li {
    font-size: 0.9vw;
    background: url(img/sm-key.png) left center no-repeat;
    background-size: 0.8vw;
    padding: 0 0 0 1.6vw;
}
/*---*/
.services-sect {
    background: url(img/map-bg-2.jpg) center no-repeat;
    background-size: 100% 100%;
}
.col1-serv {
    width: 50%;
    float: left;
    padding: 6vw 10%;
}
.col1-serv h3, .col2-serv .about-5 h3.block-title {
    color: #113253;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
    margin: 0;
    display: -webkit-inline-box;
    background: url(img/grey-key.png) right center no-repeat;
    background-size: 2vw;
    padding: 0 3vw 0 0;
		text-transform: uppercase;
}
.col1-serv h4, .col2-serv .about-5 h4.block-subtitle {
		color: #113253;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9vw;
    letter-spacing: 0.09vw;
		margin: -0.2vw 0 1.2vw 0;
    text-transform: uppercase;
}
.col1-serv li {
    background: url(img/key.png) left no-repeat;
    background-size: 10px;
    padding-left: 29px;
    font-size: 0.9vw;
}
.col2-serv {
    width: 50%;
    float: left;
    padding: 7vw 10%;
}
/*------------------------------------------------------------------------*/		
@media only screen and (min-width: 2254px) {
	.menu-second-container {
    width: 55vw;
  }
}
/*------------------------------------------------------------------------*/		
@media only screen and (max-width: 1600px) {
	.menu-second-container {
    width: 1120px;
  }
	.home-sect-1 {
    background: none;
	}
	.button-more a {
		font-family: 'Oswald', sans-serif;
		font-weight: bold;
		color: #2c4865;
    height: auto;
    display: inherit;
    padding: 10px 0 10px 0;
    background: none;
    text-align: center;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	}
	h3.block-title, h4.block-subtitle {
    font-size: 1.6vw;    
		text-indent: 6%;
	}
	.text-block p, .text-block li {
    font-size: 1vw;
    line-height: 1.3vw;
    padding-left: 6%;
	}
	/*--*/
	
	.left-part {
    width: 50%;
  }
	.icon-title { margin: -3vw 0 2vw 0; text-align: center; }
	.icon-title img { height: 9vw; }
	.about-1 h3.block-title, .full-services .about-1 h3.block-title, .full-residential .about-1 h3.block-title,
	.full-residential .about-4 h3.block-title, .full-reli .about-1 h3.block-title{
    margin-top: 0;
    text-indent: 0;
	}
	.full-reli .about-1 h3.block-title {
    font-size: 2.2vw;
  }
	.about-1 .text-block p, .full-services .about-1 .text-block p, .full-services .about-2 .text-block p{
    margin-left: 0;
	}
	.full-width .text-block p {
    width: 100%;
    padding-left: 0;
	}
	.about-2 h3.block-title, .about-3 h3.block-title, .full-residential .about-2 h3.block-title, .full-residential .about-3 h3.block-title,
	.full-emergency .about-2 h3.block-title, .full-reli .about-2 h3.block-title, .full-reli .about-3 h3.block-title{
    margin-top: 2vw;
    text-indent: 0;
	}
	.about-2 .text-block p, .about-3 .text-block p{
    margin-left: 0;
	}
	.right-part {
		width: 42%;
    margin-left: 8%;
  }
	.about-4, .about-5{
    margin-left: 0;
	}
	.full-auto .about-4 h4.block-subtitle, .full-safes .about-4 h4.block-subtitle{
		text-indent: 0px;
	}
	.about-4 h4.block-subtitle, .about-5 h4.block-subtitle{
    text-indent: 0px;
    font-size: 1.2vw;
	}
	.full-width .text-block li, #post-65 .full-reli .text-block li{
		margin-left: 0;
    padding-left: 30px;
		margin-bottom: 0;
	}
	.about-5 .text-block p {
    margin-left: 5%;
	}
	.about-5 h3.block-title {
    margin-top: 1vw;
	}
	.full-residential .about-4 p {
    width: 100%;
    margin: 0 0 2vw 0;
	}
	.full-commercial .about-1 h3.block-title,.full-auto .about-1 h3.block-title, .full-emergency .about-1 h3.block-title, .full-safes .about-1 h3.block-title
	{
    font-size: 1.8vw;
	}
	/*----*/
	.full-products .left-part .text-block { margin-left: 0;	}
	.full-products .about-1 h3.block-title{ text-align: center; }
	#main .full-products .left-part .text-block li, #main .full-products .right-part .text-block li{
		margin: 0;
		padding: 0;
		text-align: center;
		background: none;
		width: 100%;
	}
	.full-products .right-part .text-block { width: 100%; }
	.full-products .about-4 h4.block-subtitle, .full-products .about-4 h3.block-title { text-align: center; }
	.full-products .about-4 {  margin-left: 0;	}	
	/*----*/
	.col-vendors1, .col-vendors3{
    margin-left: 0;
    width: 50%;
	}
	.left-vendors, .right-vendors, .col-vendors1, .col-vendors2, .col-vendors3, .col-vendors4 {
    text-align: center;
	}
	.full-vendor p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
	}
	/*---------*/
	.full-contact .left-part {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 80px 90px;
	}
	.contact-block1, .contact-block2, .contact-block3 { margin-left: 0;	}
	.full-contact .text-block ul {  margin: 20px 0 0 0;   padding: 0;	}
	.full-contact .text-block li{
    margin-left: 0;
    padding-left: 0;
    background: none;
    text-align: center;
    width: 100%;
	}
	.contact-block2 {  width: 100%;  }
	.contact-block3 {
    margin-left: 0;
    width: 100%;
  }
	.hcontact1 {
    width: 100%;
    margin-left: 0;
    text-align: center;
	}
	.hcontact2 {
    width: 100%;
    text-align: center;
	}
	.hcontact1 h4, .hcontact2 h4 {
    letter-spacing: 1px;
    font-size: 16px;
	}
	
	.contact-map{	display: block;	}
	/*---*/
	.page-id-50 .about-2, .page-id-28 .about-2, .page-id-39 .about-2, .page-id-43 .about-2,
	.page-id-58 .about-2, .page-id-61 .about-2, .page-id-65 .about-2, .page-id-69 .about-2	{
    left: 8vw;
    position: relative;
	}
	.page-id-50 .about-3, .page-id-28 .about-3, .page-id-43 .about-3,  .page-id-58 .about-3,
	.page-id-65 .about-3, .page-id-69 .about-3{
    position: relative;
    left: 17vw;
	}
}
/*------------------------------------------------------------------------*/		
@media only screen and (max-width: 1400px) {
	/*main menu*/
	.main-navigation li {
    width: 16%;
    padding: 1vw 1.9vw 0 1.9vw;
    margin-left: 0;
    background: none !important;
    border-right: 1px solid;
	}
	.top-contact {
    padding: 13px 0 20px 0.6vw;
    margin-left: 0;
    background: none;
	}
	li.menu-item a {
    font-size: 1.1vw;
    line-height: 1vw;
	}	
	.top-contact a {
    font-size: 1.8vw;
	}
	/*menu2*/
	.aux-menu li{
    background: none;
    padding: 0;
    margin-left: 0;
	}
	.aux-menu li a {
    background-size: 30px !important;
    padding: 15px 18px 15px 40px;
	}
	.menu-second-container {
    width: 712px;
	}
	/*-*/
	.text-block p, .text-block li, .bar2 li, .bar3 li, .col1-serv li,
	.col1-serv h4, .col2-serv .about-5 h4.block-subtitle	{
    font-size: 1.2vw;
    line-height: 1.8vw;
  }	
	.bar1 h3 {
    font-size: 1.2vw;
    margin: -0.6vw 0 0 0;
	}
	.left-vendors, .right-vendors{
		width: 100%;
	}
	.bar2, .bar3 {
    padding: 0;
	}
}	
/*------------------------------------------------------------------------*/	
@media only screen and (max-width: 1024px) {
	.site-title {
    /*float: none;*/
    padding: 2px 0 4px 0;
    /*width: 100%;*/
    margin: 0;
	}
	.main-navigation li {
    padding: 1vw 1.9vw 4.5vw 1.9vw;
    border-right: 0;
	}
	.site-title a {
    padding-top: 5.8vw;
	}
	li.menu-item a {
    font-size: 1.5vw;
    line-height: 1.4vw;
	}
	
	/*--*/
	.check {
    height: 7.3vw;
    float: none;
    width: 100%;
    background: url(img/reliable-sect.png) center no-repeat;
    background-size: contain;
	}
	.text-block {
    width: 100%;
    float: none;
	}
	h3.block-title, h4.block-subtitle{
    text-align: center;
    margin: 7px 0;
    font-size: 2.2vw;
		text-indent: 0;
	}	
	.full-residential .about-1 h3.block-title {
    font-size: 2.2vw;
  }
	.text-block p, .text-block li, .bar2 li, 
	.bar3 li, .col1-serv li, .col1-serv h4, 
	.col2-serv .about-5 h4.block-subtitle, .bar1 h3 {
    font-size: 1.7vw;
    line-height: 2.1vw;
    padding-left: 0;
    width: 100%;
	}	
	.button-more {
    width: 120px;
    float: none;
    margin-top: 2%;
    margin: 19px auto;
	}
	.home-sect-3 .check {
    background: url(img/about-logo.png) center no-repeat;
    background-size: contain;
	}
	/*-*/
	.services-hidden{ 
		display: block;
    margin: -24px 0 24px 0;
    background: #0b233d;
    text-align: center;
	}
	.services-hidden a{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
    display: block;
		border-bottom: 1px solid;
	}
	.home-sect-2 img{ display: none; }
	.full-services .about-1 h3.block-title, .full-auto .about-1 h3.block-title, 
	.full-emergency .about-1 h3.block-title, .full-safes .about-1 h3.block-title,
	.bar1 h2, .col1-serv h3, .col2-serv .about-5 h3.block-title
	{
    font-size: 2.2vw;
	}
	.top-contact a {
		font-size: 1.7vw;
    padding-left: 0;
	}
	.top-contact h3 {
    font-size: 12px;
    line-height: 13px;
    margin: -5px;
	}
	/*---*/
	.sm-bar {
    background: #113354;
		padding: 3vw 5% 3.7vw 5%;
  }
	.sm-bar div {
    width: 100%;
    float: none;
    text-align: center;
	}
	.bar1 {
    padding: 0;
	}
	.bar1 h2 {
    margin: 0 0 8px 0;
    background: none;
    padding: 0;
	}
	.bar1 h3 {
    margin: -4px 0 12px 0;
	}
	.bar2 li, .bar3 li {
    background: none;
    padding: 0;
    list-style: disc;
	}
	.services-sect {
    background: none;
  }
	.col1-serv {
    width: 100%;
    float: none;
    text-align: center;
	}
	.col1-serv h3, .col2-serv .about-5 h3.block-title {
    margin: 0 0 8px 0;
    background: none;
    padding: 0;
	}
	.col1-serv li {
    background: none;
    list-style: disc;
  }
	.col2-serv {
    width: 100%;
    float: none;
    padding: 0 10% 7vw 10%;
    text-align: center;
	}
	.text-block li.a5-key1, .text-block li.a5-key2, 
	.text-block li.a5-key3, .text-block li.a5-key4 {
    margin-left: 0;
    text-align: center;
	}
	.about-5 .text-block p {
    margin-left: 0;
    text-align: center;
	}
	/*---*/
	.full-contact .left-part {
    padding: 0 20px;
	}
	.full-width .text-block .contact-list li{
		width: auto;
		margin: 1vw auto;
		text-align: center;
	}
	p.contact1, p.contact2 {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 22px;
	}
	.full-contact h4.block-subtitle {
    text-indent: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
	}
}	
/*------------------------------------------------------------------------*/	
@media only screen and (max-width: 900px) {
	.wrapper.second-menu{
		padding: 0;
	}
	.menu-second-container {
    width: 100%;
	}
	.aux-menu li {
    float: none;
    border-bottom: 1px solid;
		position: relative;
    height: 40px;
	}
	.aux-menu li a{
		width: 129px;
    margin: 0 auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 12px;
	}
	.menu-toggle, .main-navigation.toggled ul {
    display: none;
	}
	.main-navigation {
    width: 70%;
	}
	.main-navigation li {
    padding: 1.6vw 0 0 0;
  }
	.top-contact {
    padding: 15px 0 0 0;
    margin-left: 0;
  }
	.top-contact a {
    font-size: 2.1vw;
    padding-left: 0;
	}	
	#call-home {
    padding-top: 41vw;
    top: 48vw;
	}
	.site-info{
    background: url(img/contact-bg.jpg) center no-repeat;
    background-size: cover;
	}	
	.contact-img img{
    display: none;
	}
	.phones-contact li {
    float: none;
		text-align: center;
  }
	.phones-contact {
    position: relative;
    top: 0;
    right: 0;
		padding: 20px 0 20px 0;
  }
	.phones-contact li p {
    font-size: 18px;
  }
	.phones-contact li a{
    font-size: 20.9px;
		margin: -8px 0 14px 0;
  }
	#colophon{
    background: #0b233d;
	}
	.foot-address {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
	}
	.add-line1 {
    font-size: 28px;
  }
	.add-line2 {
    margin: -6px 0 0 0;
    font-size: 17px;
  }
	.contact-title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    margin: 40px 0 10px 0;
    letter-spacing: 10px;
	}
	/*--*/
	.copy p.copy1, .copy p.copy2{
    float: none;
		text-align: center;
		padding: 0;
	}
	.copy p.copy1{ padding-top: 15px;}
	.copy p.copy2{ padding-bottom: 15px;}
	/*--*/	
	.left-part {
    width: 100%;
	}
	.icon-title img {
    height: 100px;
	}
	.right-part {
    width: 100%;
    margin-left: 0;
    margin-top: 2vw;
	}
	.about-4 h4.block-subtitle, .about-5 h4.block-subtitle {
    text-indent: 0px;
    font-size: 1.9vw;
	}
	.full-width .text-block li, .full-width .text-block li, #post-65 .full-reli .text-block li{
    width: 205px;
    margin: 1vw auto;
    text-align: left;
	}
	.about-5 h3.block-title {
    margin-top: 3vw;
	}
	.about-5 .text-block p {
    margin: 0 auto;
    width: 148px;
	}
	.full-commercial .about-1 h3.block-title, .full-auto .about-1 h3.block-title {
    font-size: 2.2vw;
	}
	/*---*/
	.top-banner {
    height: 150px;
	}	
	.full-width, #post-28 .full-width, #post-58 .full-width,
	#post-50 .full-width, #post-139 .full-width, #post-39 .full-width, 
	#post-106 .full-width, #post-65 .full-width, #post-43 .full-width, 
	#post-69 .full-width{
		background: none;	
	}
	.text-block.second-block {
    margin: 30px 0 0 0;
	}
	.home-sect-1 {
    margin-top: 0;
		margin-bottom: 24px;
	}	
	.home-sect-1.home-sect-3 {
    margin-bottom: 0;
	}
	.home .mobile-1{	margin-top: -24px;	}
	.mobile-1, .mobile-2{
		display: block;
		border-bottom: 6px solid #123151;
		border-top: 6px solid #123151;
		height: 60vw;
    width: 100%;
		background-size: cover !important;
	}	
	.page-id-28 .mobile-1{	background: url(img/about.jpg) center no-repeat;	}
	.page-id-28 .mobile-2{	background: url(img/about-2.jpg) center no-repeat;	}
	.page-id-58 .mobile-1{	background: url(img/auto.jpg) center no-repeat;	}
	.page-id-58 .mobile-2{	background: url(img/auto-2.jpg) center no-repeat;	}
	.page-id-50 .mobile-1{	background: url(img/commercial.jpg) center no-repeat;	}
	.page-id-50 .mobile-2{	background: url(img/commercial-2.jpg) center no-repeat;	}
	.page-id-61 .mobile-1{	background: url(img/emergency.jpg) center no-repeat;	}
	.page-id-61 .mobile-2{	background: url(img/emergency-2.jpg) center no-repeat;	}
	.page-id-20 .mobile-1{	background: url(img/home.jpg) center no-repeat;	}
	.page-id-20 .mobile-2{	background: url(img/home-2.jpg) center no-repeat;	}
	.page-id-142 .mobile-1{	background: url(img/reliability-contact.jpg) center no-repeat;	}
	.page-id-65 .mobile-1{	background: url(img/reliability-contact.jpg) center no-repeat;	}
	.page-id-65 .mobile-2{	background: url(img/reliability-2.jpg) center no-repeat;	}
	.page-id-43 .mobile-1{	background: url(img/residential.jpg) center no-repeat;	}
	.page-id-43 .mobile-2{	background: url(img/residential-2.jpg) center no-repeat;	}
	.page-id-39 .mobile-1{	background: url(img/services-mob.jpg) center no-repeat;	}
	.page-id-39 .mobile-2{	background: url(img/sevices-2.jpg) center no-repeat;	}
	.page-id-69 .mobile-1{	background: url(img/safes-1.jpg) center no-repeat;	}
	.page-id-69 .mobile-2{	background: url(img/safes-2.jpg) center no-repeat;	}
	.page-id-139 .mobile-1{	background: url(img/doors-1.jpg) center no-repeat;	}
	.page-id-139 .mobile-2{	background: url(img/doors-2.jpg) center no-repeat;	}
	.page-id-106 .mobile-1{	background: url(img/products-1.jpg) center no-repeat;	}
	.page-id-106 .mobile-2{	background: url(img/products-2.jpg) center no-repeat;	}
	.page-id-134 .mobile-1{	background: url(img/vendors-1.jpg) center no-repeat;	}
	.page-id-134 .mobile-2{	background: url(img/vendors-2.jpg) center no-repeat;	}
	
	/*---*/
	.page-id-50 .about-2, .page-id-28 .about-2, .page-id-50 .about-3 , .page-id-28 .about-3 , 
	.page-id-39 .about-2, .page-id-39 .about-3, .page-id-43 .about-2, .page-id-43 .about-3, 
	.page-id-58 .about-2, .page-id-58 .about-3, .page-id-61 .about-2, .page-id-65 .about-2, 
	.page-id-65 .about-3, .page-id-69 .about-2, .page-id-69 .about-3{
    left: 0;
    position: relative;
	}	
}	
/*------------------------------------------------------------------------*/	
@media only screen and (max-width: 700px) {
	#site-navigation{
		display: none;
	}
	.aux-menu ul{	display: none;	}
	.subheader1 {
    position: relative;
	}
	.site-title a {
    padding-top: 65px;
    margin: 8px 0 0 0;
		width: 120px;
	}
	.top-contact {
    padding: 0;
    margin: 0 auto;
    float: none;
    width: auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
	}	
	.top-contact h3 {
    font-size: 18px;
    line-height: 25px;
	}
	.top-contact a {
    font-size: 20px;
    padding: 0;
		display: block;
    text-align: center;
	}
	#responsive-menu-container, #responsive-menu-container #responsive-menu-wrapper{
    background: none !important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    background-color: rgba(20, 64, 103,0.9) !important;
	}
	.featured-img{
		overflow: hidden;
	}
	.wp-post-image {
    width: 210%;
    margin-left: -17.5%;
		max-width: 210%;
	}
	.home .wp-post-image {
    width: 130%;
    margin-left: -17.5%;
		max-width: 210%;
	}
	#call-home {
    padding-top: 63vw;
    top: 100px;
	}
	
	/*-*/
	.check {
    height: 65px;  
	}
	h3.block-title, h4.block-subtitle {
    font-size: 18px;
	}
	.full-residential .about-1 h3.block-title {
    font-size: 18px;
	}
	.full-doors .about-4 h3.block-title, .full-doors .about-4 h4.block-subtitle {
    text-indent: 0;
	}
	.text-block p, .text-block li, .bar2 li, .bar3 li, .col1-serv li, .col1-serv h4, 
	.col2-serv .about-5 h4.block-subtitle, .bar1 h3 {
    font-size: 14px;
    line-height: 18px;
	}
	/*--*/
	.about-4 h4.block-subtitle, .about-5 h4.block-subtitle {
    font-size: 16px;
	}
	.full-services .about-1 h3.block-title, .full-commercial .about-1 h3.block-title, 
	.full-auto .about-1 h3.block-title,	.full-emergency .about-1 h3.block-title, 
	.full-safes .about-1 h3.block-title, .bar1 h2, .col1-serv h3, .col2-serv .about-5 h3.block-title{
    font-size: 18px;
	}
	/*---*/
	.left-vendors, .right-vendors, .col-vendors1, .col-vendors2, .col-vendors3, .col-vendors4 {
    width: 100%;
	}
	.full-reli .about-1 h3.block-title {
    font-size: 18px;
	}
}
/*------------------------------------------------------------------------*/	
@media only screen and (max-width: 440px) {
	.site-title a {
    padding-top: 61px;
    margin: 8px 0 0 0;
    width: 89px;
	}
	.top-contact h3 {
    font-size: 14px;
    line-height: 22px;
	}
	.top-contact {
    width: auto;
    top: 21px;
    text-align: center;
    left: 35px;
	}
	.top-contact a {
    font-size: 21px;
    padding: 0;
    background: none;
	}
}





