/*
*/

/*
Theme Name: NClark Windows Cleaning 2.0
Theme URI:
Author: Clear Cut Web Design
Author URI:
Description: Clear Cut Web Project
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Copyright 2016 ClearCut Web Solutions Ltd, All Rights Reserved.
*/

/* SCSS Libraries */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, *::after, *::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*
*/

/*
================================================================================
|                               BUTTONS                                         |
================================================================================
*/
button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #2e3192;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: Arial;
	font-size: .875em;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 2;
	padding: .275em .4125em;
	margin-top: .275em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
	background-color: #271d52;
	color: #fff;
}

button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
	cursor: not-allowed;
	opacity: .5;
}

button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
	background-color: #2e3192;
}

/*
*/

/*
================================================================================
|                               FORMS                                          |
================================================================================
*/
fieldset {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	margin: 0 0 .1375em;
	padding: .275em;
}

input {
	-webkit-appearance: none !important;
}

input, label, select {
	display: block;
	font-family: Arial;
	font-size: .875em;
}

label {
	font-weight: 500;
	margin-bottom: .275em;
}

label.required::after {
	content: "*";
}

label abbr {
	display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea, select[multiple=multiple] {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
	font-size: 1.25em;
	line-height: 1.625em;
	margin-bottom: .275em;
	padding: .1375em;
	-webkit-transition: border-color 300ms ease;
	-o-transition: border-color 300ms ease;
	transition: border-color 300ms ease;
	width: 100%;
}

input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover, select[multiple=multiple]:hover {
	border-color: #333;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus, select[multiple=multiple]:focus {
	border-color: #2e3192;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(56, 42, 117, .7);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(56, 42, 117, .7);
	outline: none;
}

input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled, select[multiple=multiple]:disabled {
	background-color: #f2f2f2;
	cursor: not-allowed;
}

input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover, select[multiple=multiple]:disabled:hover {
	border: 1px solid #f2f2f2;
}

textarea {
	resize: vertical;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=checkbox], input[type=radio] {
	display: inline;
	margin-right: .06875em;
}

input[type=checkbox] + label, input[type=radio] + label {
	display: inline-block;
}

input[type=file] {
	margin-bottom: .1375em;
	width: 100%;
}

select {
	margin-bottom: .275em;
	max-width: 100%;
	width: auto;
}

/*
*/

/*
================================================================================
|                               LISTS                                         |
================================================================================
*/
ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

dl {
	margin-bottom: .1375em;
}

dl dt {
	font-weight: bold;
	margin-top: .1375em;
}

dl dd {
	margin: 0;
}

/*
*/

/*
================================================================================
|                               TABLES                                         |
================================================================================
*/
table {
	border-collapse: collapse;
	-webkit-font-feature-settings: "kern", "liga", "tnum";
	font-feature-settings: "kern", "liga", "tnum";
	margin: .1375em 0;
	table-layout: fixed;
	width: 100%;
}

th {
	border-bottom: 1px solid #303030;
	font-weight: 600;
	padding: .1375em 0;
	text-align: left;
}

td {
	border-bottom: 1px solid #f2f2f2;
	padding: .1375em 0;
}

tr, td, th {
	vertical-align: middle;
}

/**/

/*
================================================================================
|                            TYPOGRAPHY                                        |
================================================================================
*/

/*
*/
body {
	color: #404040;
	font-family: Arial;
	-webkit-font-feature-settings: "kern", "liga", "pnum";
	font-feature-settings: "kern", "liga", "pnum";
	font-size: 14px;
	line-height: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	color: #2e3192;
}

.header-style, #main-content h2, #main-content h1 {
	font-size: 1.25em;
	line-height: 1.125em;
	font-weight: bold;
	color: #2e3192;
	padding: .4125em 0;
}

#main-content {
	color: #404040;
}

#main-content h2 {
	font-size: 1.0625em;
}

#main-content h3 {
	font-size: 1em;
	line-height: 1.0625em;
	font-weight: 400;
	color: #2e3192;
	padding-bottom: .275em;
}

#main-content h4 {
	font-size: .75em;
	line-height: .875em;
	font-weight: 400;
	color: #2e3192;
	padding-bottom: .1375em;
}

#main-content h5 {
	font-size: .625em;
	line-height: .75em;
	font-weight: 400;
	color: #2e3192;
	padding-bottom: .1375em;
}

#main-content p strong {
	font-weight: bold;
}

#main-content p a {
	color: #000;
	font-size: 1.077em;
	line-height: 1em;
	font-weight: 400;
	text-decoration: underline;
}

#main-content img {
	width: 100%;
	max-width: 100%;
}

@media screen and (min-width: 601px) {
	#main-content img {
		width: auto;
	}
}

.content-style, #main-content p {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 400;
	color: #404040;
	margin: .275em 0;
	padding-bottom: .5em;
}

.content-style-reversed {
	color: #f2f2f2;
	font-size: 1.077em;
	line-height: 1em;
	font-weight: 400;
	padding: .5em 0;
	text-decoration: none;
}

@media screen and (min-width: 601px) {
	.content-style-reversed {
		margin: 0 5%;
	}
}

a {
	color: #2e3192;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

a:active, a:focus, a:hover {
	color: #312566;
}

hr {
	border-bottom: 1px solid #f2f2f2;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: .275em 0;
}

img {
	margin: 0;
	max-width: 100%;
}

/*
*/

/*
================================================================================
|                 BREAK LONG URLS AND WORDS                                     |
================================================================================
*/
.dont-break-out {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*
================================================================================
|          STICKY FOOTER WITH FIXED HEIGHT                                     |
================================================================================
*/
* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10em;
}

@media screen and (min-width: 601px) {
	.footer, .push {
		height: 10em;
	}
}

/*
================================================================================
|                            STANDARD ALIGNMENT                                     |
================================================================================
*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

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

.alignright, .rightimg {
	float: right;
}

.alignleft, .leftimg {
	float: left;
}

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

/*
================================================================================
|                            SEARCH RESULTS                                     |
================================================================================
*/
.search-result {
	padding: 10px 0;
}

.search-result h3 {
	padding: 0 0 5px 0;
}

.search-result h3 a {
	color: #2e3192;
	font-size: 14px;
}

.navigation {
	margin: .275em;
	line-height: 2.5em;
	height: 2.5em;
}

.navigation span.current {
	background-color: #404040;
}

.pagination-element, .navigation a, .navigation span {
	font-size: 1.125em;
	line-height: 1.125em;
	padding: .4125em;
	margin: .275em;
	background-color: #2e3192;
	color: #fff;
}

/*
================================================================================
|                            VERTICAL ALIGNMENT                                 |
================================================================================
*/
.parent-element {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
*/

/*
================================================================================
|                            RESPONSIVE OBJECT                                 |
================================================================================
*/
.responsive-object {
	position: relative;
	padding-bottom: 67.5%;
	height: 0;
	margin: 10px 0;
	overflow: hidden;
}

.responsive-object iframe, .responsive-object object, .responsive-object embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
*/

/*
================================================================================
|                            FIX CLICK FUNCTION ON IOS                          |
================================================================================
*/
.cursor-pointer {
	cursor: pointer;
}

/*
*/

/*
================================================================================
|                                 TEXTURES                                      |
================================================================================
*/

/*
*/

/*
================================================================================
|                           NAVIGATION                                         |
================================================================================
*/
nav ul {
	list-style-type: none;
}

/*
================================================================================
|                            MAIN MENU                                         |
================================================================================
*/
.main-nav {
	height: auto;
}

.main-nav > ul {
	float: right;
	list-style: none;
	z-index: 2;
}

.main-nav > ul > li {
	text-align: center;
	height: auto;
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 9999;
}

.main-nav > ul li a {
	padding: 0 .5625em;
	color: #fff;
	background: transparent;
	text-decoration: none;
	font-size: 1.04em;
	line-height: 2.4em;
	display: block;
}

.main-nav > ul li a:hover {
	color: #2e3192;
	background: #e2def3;
}

.main-nav > ul li.current_page_item a {
	color: #2e3192;
	background: #e2def3;
}

/**/
.main-nav > ul > li > ul {
	padding-left: 0;
	padding-top: 3px;
	list-style: none;
	position: absolute;
	z-index: 999;
	left: -9999px;
	opacity: 0;
	-webkit-transition: .25s linear opacity;
}

.main-nav > ul > li > ul > li {
	float: none;
	width: 100%;
	white-space: nowrap;
	border-right: none;
	padding: 0;
	margin-bottom: 2px;
	text-align: left;
}

.main-nav > ul > li > ul > li > a {
	line-height: 2.2em;
	background: #e2def3;
	white-space: nowrap;
	display: block;
}

.main-nav > ul li:hover ul {
	left: 0;
	opacity: 1;
}

.main-nav > ul li:hover ul a {
	text-decoration: none;
	-webkit-transition: -webkit-transform .075s linear;
	color: #2e3192;
	width: 100%;
}

.main-nav > ul li:hover ul li a:hover {
	background: #2e3192;
	color: #fff;
	text-decoration: none;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
	.main-nav {
		display: none;
	}
	
	.main-nav {
		height: auto;
	}
}

/*
================================================================================
|                            SIDE MENU                                      |
================================================================================
*/
.icon-side-nav {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	.icon-nav {
		display: block;
		background: white;
	}
	
	.icon-side-nav {
		display: block;
	}
	
	.plus {
		display: inline;
		color: #2e3192;
		font-size: 1.5em;
		margin-left: 15px;
		cursor: pointer;
	}
}

#side-nav {
	height: auto;
	padding: 15px 0;
	background-color: #404040;
	color: #f2f2f2;
	text-align: center;
	font-weight: bold;
}

#side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	width: 100%;
	height: auto;
}

#side-nav ul li {
	float: none;
	text-align: center;
	height: auto;
	padding: 0;
}

#side-nav ul li ul {
	display: none;
	padding-left: 0;
}

#side-nav ul li ul li {
	padding-right: 0;
}

#side-nav ul li ul li a {
	color: #2e3192;
	font-style: italic;
}

#side-nav ul li a {
	padding-left: 10px;
	font-size: 1em;
	color: #2e3192;
	font-weight: normal;
}

#side-nav ul li.current_page_item > a {
	color: #404040;
}

#side-nav ul li.menu-item-has-children ul {
	display: none;
}

#side-nav ul li.menu-item-has-children.current_page_item ul {
	display: block;
}

#side-nav ul li.current_page_parent ul {
	display: block;
}

@media screen and (min-width: 601px) {
	#side-nav ul {
		display: block;
		border-right: 2px #404040 dotted;
	}
	
	#side-nav ul li {
		text-align: left;
		margin-left: 10px;
	}
	
	#side-nav ul li a {
		color: #404040;
		padding-left: 0;
	}
}

/*
================================================================================
|                            FOOTER MENU                                      |
================================================================================
*/
.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.footer-menu ul li {
	text-align: center;
	display: inline;
}

.footer-menu ul li a {
	padding: 0 5px;
	font-size: .7291666667em;
	color: #404040;
	border-right: 1px solid #404040;
}

.footer-menu ul li.last-child a {
	border-right: 0;
}

/*
================================================================================
|                      PAGINATION ON PAGE WITH LIST OF POSTS                    |
================================================================================
*/
.custom-pagination {
	margin-top: 10px;
}

.custom-pagination span, .custom-pagination a {
	display: inline-block;
	padding: 2px 10px;
}

.custom-pagination a {
	background-color: #2e3192;
	color: black;
}

.custom-pagination a:hover {
	background-color: #f2f2f2;
	color: #2e3192;
}

.custom-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
}

.custom-pagination span.dots {
	padding: 0;
	color: gainsboro;
}

.custom-pagination span.current {
	background-color: #404040;
	color: #404040;
}

.mobile-menu {
	display: block;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 5% 20%;
	background-color: red;
	border-radius: 5px;
	line-height: 1.9em;
	font-size: .55em;
}

@media screen and (min-width: 320px) {
	.mobile-menu {
		font-size: .65em;
	}
}

@media screen and (min-width: 400px) {
	.mobile-menu {
		font-size: .8em;
	}
}

@media screen and (min-width: 480px) {
	.mobile-menu {
		font-size: 1em;
	}
}

/*
================================================================================
|                              STICKY BLOCKS                                  |
================================================================================
*/

/*Sticky desktop*/
.main-nav {
	-vendor-animation-duration: 2s;
	-vendor-animation-delay: 0s;
	-vendor-animation-iteration-count: infinite;
	display: none;
}

@media screen and (min-width: 601px) {
	.main-nav {
		position: static;
		display: block;
	}
}

.header {
	margin-top: 30px;
}

@media screen and (min-width: 601px) {
	.header {
		margin-top: 0;
	}
}

/* */

/*
================================================================================
|                                  GRID                                        |
================================================================================
*/
.global-wrapper header #header-container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper header #header-container::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper header #header-container #header-identity {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper header #header-container #header-identity:last-child {
	margin-right: 0;
}

.global-wrapper header #header-container #header-call-back {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper header #header-container #header-call-back:last-child {
	margin-right: 0;
}

.global-wrapper header #header-container #header-call-back p.header-phone {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper header #header-container #header-call-back p.header-phone:last-child {
	margin-right: 0;
}

.global-wrapper header #header-container #header-call-back form input {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 31.9422150883%;
}

.global-wrapper header #header-container #header-call-back form input:last-child {
	margin-right: 0;
}

.global-wrapper header #header-container #header-call-back form input:nth-child(3n) {
	margin-right: 0;
}

.global-wrapper header #header-container #header-call-back form input:nth-child(3n+1) {
	clear: left;
}

@media screen and (min-width: 601px) {
	.global-wrapper header #header-container #header-call-back form input[type=submit] {
		margin-left: 68.0577849117%;
	}
}

.global-wrapper header #main-navigation .main-nav {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper header #main-navigation .main-nav::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (min-width: 601px) {
	.global-wrapper header #header-container #header-identity {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		width: 40.4494382022%;
	}
	
	.global-wrapper header #header-container #header-identity:last-child {
		margin-right: 0;
	}
	
	.global-wrapper header #header-container #header-call-back {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		margin-right: 0;
		width: 57.4638844302%;
	}
	
	.global-wrapper header #header-container #header-call-back:last-child {
		margin-right: 0;
	}
}

.global-wrapper #video-wrapper {
	width: 100%;
}

.global-wrapper #video-wrapper #video-container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper #video-wrapper #video-container::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper .title-container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.global-wrapper .title-container::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #why-us-wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper #why-us-wrapper::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #why-us-wrapper #why-us {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #why-us-wrapper #why-us:last-child {
	margin-right: 0;
}

.global-wrapper #why-us-wrapper #why-us #whyus-list {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #why-us-wrapper #why-us #whyus-list:last-child {
	margin-right: 0;
}

.global-wrapper #why-us-wrapper #why-us #video-container {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #why-us-wrapper #why-us #video-container:last-child {
	margin-right: 0;
}

@media screen and (min-width: 601px) {
	.global-wrapper #why-us-wrapper #why-us #video-container {
		float: right;
		display: block;
		margin-left: 2.0866773676%;
		margin-left: 0;
		width: 48.9566613162%;
	}
	
	.global-wrapper #why-us-wrapper #why-us #video-container:last-child {
		margin-left: 0;
	}
	
	.global-wrapper #why-us-wrapper #why-us #whyus-list {
		float: right;
		display: block;
		margin-left: 2.0866773676%;
		width: 48.9566613162%;
	}
	
	.global-wrapper #why-us-wrapper #why-us #whyus-list:last-child {
		margin-left: 0;
	}
}

.global-wrapper #why-us-wrapper h2 {
	text-align: center;
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #why-us-wrapper h2:last-child {
	margin-right: 0;
}

.global-wrapper #why-us-wrapper ul {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #why-us-wrapper ul:last-child {
	margin-right: 0;
}

.global-wrapper #why-us-wrapper ul li {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #why-us-wrapper ul li:last-child {
	margin-right: 0;
}

.global-wrapper #why-us-wrapper input {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 48.9566613162%;
	margin-left: 25.5216693419%;
}

.global-wrapper #why-us-wrapper input:last-child {
	margin-right: 0;
}

@media screen and (min-width: 601px) {
	.global-wrapper #why-us-wrapper h2 {
		text-align: left;
	}
	
	.global-wrapper #why-us-wrapper ul li {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		width: 100%;
	}
	
	.global-wrapper #why-us-wrapper ul li:last-child {
		margin-right: 0;
	}
}

.global-wrapper #services {
	width: 100%;
}

.global-wrapper #services #services-list {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper #services #services-list::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #services #services-list .service {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #services #services-list .service:last-child {
	margin-right: 0;
}

.global-wrapper #services #services-list .service img {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
	height: auto;
}

.global-wrapper #services #services-list .service img:last-child {
	margin-right: 0;
}

.global-wrapper #services #services-list .service h3.service-name {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #services #services-list .service h3.service-name:last-child {
	margin-right: 0;
}

@media screen and (min-width: 601px) {
	.global-wrapper #services #services-list .service {
		width: 13.4%;
		margin-right: 1%;
	}
	
	.global-wrapper #services #services-list .service:nth-child(7n) {
		margin-right: 0;
	}
}

.global-wrapper #social-accounts {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.global-wrapper #social-accounts::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #social-accounts .social-icon {
	display: inline;
}

.global-wrapper #main-content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper #main-content::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #testimonials {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper #testimonials::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #footer-wrapper {
	width: 100%;
}

.global-wrapper #footer-wrapper footer {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 13px;
}

.global-wrapper #footer-wrapper footer::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #footer-wrapper footer .footer-block {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #footer-wrapper footer .footer-block:last-child {
	margin-right: 0;
}

@media screen and (min-width: 601px) {
	.global-wrapper #footer-wrapper footer {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	
	.global-wrapper #footer-wrapper footer::after {
		clear: both;
		content: "";
		display: table;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		width: 31.9422150883%;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block:last-child {
		margin-right: 0;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block:nth-child(3n) {
		margin-right: 0;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block:nth-child(3n+1) {
		clear: left;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #footer-wrapper footer {
		padding: 13px;
	}
}

.global-wrapper #footer-wrapper #copyrights-container {
	width: 100%;
}

.global-wrapper #footer-wrapper #copyrights-container #copyrights {
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.global-wrapper #footer-wrapper #copyrights-container #copyrights::after {
	clear: both;
	content: "";
	display: table;
}

.global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-statement {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

.global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-statement:last-child {
	margin-right: 0;
}

.global-wrapper #footer-wrapper #copyrights-container #copyrights .copyrights-block {
	padding: 6.5px;
	text-align: center;
}

@media screen and (min-width: 601px) {
	.global-wrapper #footer-wrapper #copyrights-container #copyrights {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.global-wrapper #footer-wrapper #copyrights-container #copyrights::after {
		clear: both;
		content: "";
		display: table;
	}
	
	.global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-statement {
		text-align: left;
	}
	
	.global-wrapper #footer-wrapper #copyrights-container #copyrights .copyrights-block {
		padding: 4.3333333333px 0;
	}
}

/*
*/

/*
================================================================================
|                       DESIGN FOR GRID CONTAINERS                             |
|       (paddings, margins, borders, background, font properties)              |
================================================================================
*/
.global-wrapper header #header-container {
	padding: .40625em;
}

.global-wrapper header #header-container #header-identity {
	text-align: center;
	margin-top: 4em;
}

.global-wrapper header #header-container #header-call-back {
	display: none;
	text-align: center;
	margin-bottom: .8125em;
}

.global-wrapper header #header-container #header-call-back h3 {
	font-size: 1.05em;
	text-align: center;
	margin-bottom: .40625em;
}

.global-wrapper header #header-container #header-call-back p.header-phone {
	text-align: center;
	font-size: 1.75em;
	color: #2e3192;
	margin-bottom: .40625em;
	font-family: "Times New Roman";
}

.global-wrapper header #header-container #header-call-back form input {
	line-height: 2em;
	padding: .275em .4125em;
}

.global-wrapper header #header-container #header-call-back form input[type=submit] {
	margin-top: 0;
}

@media screen and (min-width: 601px) {
	.global-wrapper header #header-container #header-call-back p.header-phone, .global-wrapper header #header-container #header-call-back h3 {
		text-align: right;
	}
}

.global-wrapper header #main-navigation {
	background-color: #2e3192;
	display: none;
}

.global-wrapper header #main-navigation .main-nav {
	background-color: #2e3192;
}

@media screen and (min-width: 601px) {
	.global-wrapper header #header-container {
		padding: .8125em 0 0 0;
	}
	
	.global-wrapper header #header-container #header-identity {
		text-align: left;
		margin-top: 1em;
	}
	
	.global-wrapper header #header-container #header-call-back {
		display: block;
		text-align: left;
	}
	
	.global-wrapper header #header-container #header-call-back form input {
		font-size: .8125em;
	}
	
	.global-wrapper header #header-container #header-call-back form input[type=submit] {
		background-color: #d6a100;
		-webkit-transition: background-color 300ms ease;
		-o-transition: background-color 300ms ease;
		transition: background-color 300ms ease;
		border: 1px solid #404040;
		color: #fff;
	}
	
	.global-wrapper header #header-container #header-call-back form input[type=submit]:hover, .global-wrapper header #header-container #header-call-back form input[type=submit]:focus {
		background-color: #806100;
	}
	
	.global-wrapper header #main-navigation {
		display: block;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper header #header-container {
		padding: .8125em;
	}
}

.global-wrapper #video-wrapper {
	background-color: #f2f2f2;
	padding: .40625em;
}

@media screen and (min-width: 601px) {
	.global-wrapper #video-wrapper {
		padding: .40625em 0;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #video-wrapper {
		padding: .40625em;
	}
}

.global-wrapper .title-container h1, .global-wrapper .title-container h2 {
	border-bottom: 1px solid #404040;
	margin-bottom: 1.625em;
	font-size: 1.25em;
	padding: .8125em;
}

@media screen and (min-width: 601px) {
	.global-wrapper .title-container h1 {
		padding: .8125em 0;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper .title-container {
		padding: .40625em;
	}
}

.global-wrapper #why-us {
	padding: .40625em;
}

.global-wrapper #why-us h2 {
	text-align: left;
	color: #1b1b1b;
	font-size: 1.8em;
}

.global-wrapper #why-us ul {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.global-wrapper #why-us ul li {
	background: url("https://cdn-iladcfh.nitrocdn.com/DbTQcYcvVKNAvQaswaOCjSlJuqlXzGho/assets/images/optimized/rev-16701ab/www.nclarkwindowcleaning.co.uk/wp-content/themes/nclarkwindowcleaning/images/bullet.gif") no-repeat left center;
	list-style-type: none;
	padding: 1.2375em 0 1.2375em 4.125em;
}

.global-wrapper #why-us ul li.nitro-lazy {
	background-image: none !important;
}

.global-wrapper #why-us input {
	background-color: #d6a100;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	color: #fff;
	border-radius: 10px;
	border: 2px solid #404040;
	text-transform: none;
	font-size: 1.05em;
	margin-bottom: 2.475em;
}

.global-wrapper #why-us input:hover, .global-wrapper #why-us input:focus {
	background-color: #806100;
}

@media screen and (min-width: 601px) {
	.global-wrapper #why-us {
		padding: 1.625em 0;
		margin-top: 10px;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #why-us {
		padding: .8125em;
	}
}

.global-wrapper #social-accounts {
	padding: .8125em;
}

@media screen and (min-width: 601px) {
	.global-wrapper #social-accounts {
		padding: 1.625em 0;
	}
	
	.global-wrapper #social-accounts .social-icon {
		margin-right: 1.625em;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #social-accounts {
		padding: .8125em;
	}
}

@media screen and (min-width: 601px) {
	.global-wrapper #main-content {
		padding: 1.625em 0;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #main-content {
		padding: 26px 13px 26px 13px;
	}
}

.global-wrapper #testimonials {
	padding: 26px 0 0 0;
}

.global-wrapper #testimonials h2 {
	text-align: center;
	line-height: 1.21em;
	color: #2e3192;
	text-transform: none;
	margin-bottom: 1.625em;
	border-bottom: 1px solid #404040;
	font-size: 1.25em;
	padding: .8125em;
}

.global-wrapper #services {
	/*background: url("images/watermark.png");*/
	background-color: #f1f1f1;
	background-size: cover;
	padding: 26px 13px 26px 13px;
}

.global-wrapper #services h2 {
	text-align: center;
	line-height: 1.21em;
	color: #2e3192;
	text-transform: none;
	margin-bottom: 1.625em;
	border-bottom: 1px solid #404040;
	font-size: 1.25em;
	padding: .8125em;
}

.global-wrapper #services p {
	text-align: center;
	font-size: 1em;
	margin-bottom: 1.625em;
}

.global-wrapper #services #services-list .service {
	margin-bottom: 1.625em;
	border: 1px solid #fff;
}

.global-wrapper #services #services-list .service h3.service-name {
	background-color: #2e3192;
	padding: 13px;
	text-align: center;
	font-size: 1.1875em;
	font-weight: normal;
	height: 4em;
}

.global-wrapper #services #services-list .service h3.service-name a {
	color: #fff;
}

@media screen and (min-width: 601px) {
	.global-wrapper #services {
		padding: 26px 0 26px 0;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #services {
		padding: 26px 13px 26px 13px;
	}
}

.global-wrapper #footer-wrapper {
	background-color: #404040;
	padding: 13px 0 0 0;
}

.global-wrapper #footer-wrapper footer {
	padding: 0 13px 0 13px;
}

.global-wrapper #footer-wrapper footer .footer-block {
	padding-bottom: 13px;
}

.global-wrapper #footer-wrapper footer .footer-block h3 {
	color: #f2f2f2;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
}

.global-wrapper #footer-wrapper footer .footer-block ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	line-height: 2em;
}

.global-wrapper #footer-wrapper footer .footer-block ul li a {
	color: #f2f2f2;
	font-size: .875em;
}

.global-wrapper #footer-wrapper footer #footer-contact h3 {
	color: #f2f2f2;
}

.global-wrapper #footer-wrapper footer #footer-contact p {
	color: #f2f2f2;
	font-size: .875em;
	font-weight: normal;
	padding-bottom: 1em;
}

@media screen and (min-width: 601px) {
	.global-wrapper #footer-wrapper footer {
		padding: 0;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block {
		margin-left: auto;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block h3 {
		line-height: 1.1em;
		padding: 0 0 1em 0;
	}
	
	.global-wrapper #footer-wrapper footer .footer-block ul li {
		padding-left: 7%;
	}
	
	.global-wrapper #footer-wrapper footer #latest-news-footer h3, .global-wrapper #footer-wrapper footer #footer-navigation h3 {
		padding-left: 7%;
	}
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #footer-wrapper footer {
		padding: 0 13px 0 13px;
	}
}

.global-wrapper #footer-wrapper footer #latest-news-footer ul li {
	line-height: 1em;
	padding-top: .275em;
}

.global-wrapper #footer-wrapper footer #latest-news-footer ul li h4 {
	padding: .275em 0 .275em 0;
	font-size: 1.125em;
}

.global-wrapper #footer-wrapper footer #latest-news-footer ul li a.read-news {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-style: italic;
	padding: .275em 0 .275em 0;
}

.global-wrapper #footer-wrapper footer #latest-news-footer ul li p {
	color: #f2f2f2;
	font-size: .875em;
}

.global-wrapper #footer-wrapper #copyrights-container {
	background-color: #1b1b1b;
	padding: 6.5px 0 6.5px 0;
}

.global-wrapper #footer-wrapper #copyrights-container p {
	color: #fff;
	font-size: .875em;
}

@media screen and (min-width: 601px) and (max-width: 970px) {
	.global-wrapper #footer-wrapper #copyrights-container #copyrights {
		padding: 0 13px 0 13px;
	}
}

/*
*/

/*
================================================================================
|                            CONTENT ELEMENTS                                  |
================================================================================
*/
#main-content #news-list {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

#main-content #news-list:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
	margin-bottom: 1.625em;
}

#main-content #news-list .news-item:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item a > img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#main-content #news-list .news-item .news-props {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
	background-color: #fff;
	background-color: #e6e6e6;
	background-image: -o-radial-gradient(#e6e6e6, #fff);
	background-image: radial-gradient(#e6e6e6, #fff);
	padding: .8125em;
}

#main-content #news-list .news-item .news-props:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item .news-props h2 {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
	text-align: center;
	font-size: 1.3125em;
}

#main-content #news-list .news-item .news-props h2:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item .news-props .news-prop {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 31.9422150883%;
}

#main-content #news-list .news-item .news-props .news-prop:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item .news-props .news-tags {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	margin-right: 0;
	width: 65.9711075441%;
}

#main-content #news-list .news-item .news-props .news-tags:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item .news-props .news-tags a {
	color: #2e3192;
}

#main-content #news-list .news-item .news-props .news-tags a:hover {
	color: #211944;
}

#main-content #news-list .news-item .news-props a.read-more {
	color: #2e3192;
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
	text-align: right;
}

#main-content #news-list .news-item .news-props a.read-more:last-child {
	margin-right: 0;
}

#main-content #news-list .news-item .news-props a.read-more:hover {
	color: #211944;
}

@media screen and (min-width: 601px) {
	#main-content #news-list .news-item {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		width: 31.9422150883%;
	}
	
	#main-content #news-list .news-item:last-child {
		margin-right: 0;
	}
	
	#main-content #news-list .news-item:nth-child(3n) {
		margin-right: 0;
	}
	
	#main-content #news-list .news-item:nth-child(3n+1) {
		clear: left;
	}
}

.service-excerpt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	display: none;
	padding: 13px;
	font-size: 1.125em;
	line-height: 1.32em;
}

.service-excerpt a.readmore {
	float: right;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.service-excerpt p {
	color: #fff;
}

div.service:hover {
	position: relative;
}

div.service:hover .service-excerpt {
	display: block;
	background-color: rgba(42, 38, 30, .7);
}

#main-contact-wrapper {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 100%;
}

#main-contact-wrapper:last-child {
	margin-right: 0;
}

#main-contact-wrapper input[type=submit] {
	float: left;
	display: block;
	margin-right: 2.0866773676%;
	width: 48.9566613162%;
	margin-left: 25.5216693419%;
	background-color: #d6a100;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	border: 1px solid #404040;
	color: #fff;
}

#main-contact-wrapper input[type=submit]:last-child {
	margin-right: 0;
}

#main-contact-wrapper input[type=submit]:hover, #main-contact-wrapper input[type=submit]:focus {
	background-color: #806100;
}

@media screen and (min-width: 601px) {
	#main-contact-wrapper {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		width: 65.9711075441%;
		margin-left: 17.0144462279%;
	}
	
	#main-contact-wrapper:last-child {
		margin-right: 0;
	}
	
	#main-contact-wrapper input[type=submit] {
		float: left;
		display: block;
		margin-right: 2.0866773676%;
		margin-right: 0;
		width: 23.4349919743%;
		margin-left: 76.5650080257%;
	}
	
	#main-contact-wrapper input[type=submit]:last-child {
		margin-right: 0;
	}
}

.sticky-container {
	background-color: #2e3192 !important;
}

.sticky-container .sticky-menu nav > ul > li {
	background-color: #2e3192 !important;
}

.sticky-container .sticky-search div {
	background-color: #2e3192 !important;
}

.sticky-container .sticky-contact div {
	background-color: #2e3192 !important;
}

.why-us-more {
	color: #00f;
	font-weight: bold;
	text-decoration: underline;
}
