﻿/*
Theme Name: Zap Lite
Theme URI: https://cohhe.com/project-view/zap-lite/
Author: Cohhe
Author URI: https://cohhe.com/
Description: We can say with confidence that Zap Lite is the best free multipurpose WordPress theme. Designed to give a clean and fresh feel for your website, it puts most emphasis on the content.
Version: 1.9.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: zap-lite

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.
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html {
	width: 100%;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

select::-ms-expand {
    display: none;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: "Open Sans",Tahoma;
	font-size: 18px;
	font-weight: 400;
}

progress {
	display: none;
}

body {
	background-color: #fff;
	font-family: "Open Sans",Tahoma;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7em;
	color: #555555;
}

a {
	color: #2698d7;
	text-decoration: none;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #0b6490;
	text-decoration: none;
}

/* Webkit */
::selection {
	background: #000000;
	color: #FFF;
}
/* Gecko/Mozilla */
::-moz-selection {
	background: #000000;
	color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", Tahoma;
	font-weight: 400;
	color: #4c494a;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.4;
}

h1 {
	font-weight: normal;
	font-size: 40px;
}

h2 {
	font-size: 30px;
	font-weight: 400;
}

h3 {
	font-weight: 600;
	font-size: 20px;
	padding-top: 7px;
	padding-bottom: 23px;
}

h4 {
	font-size: 17px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 25px;
}

h5 {
	font-size: 15px;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 25px;
}

h6 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	padding-top: 12px;
	padding-bottom: 25px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	padding-bottom: 26px;
	font-size: 15px;
	line-height: 26px;
	color: #373737;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	padding: 26px 0;
	padding-bottom: 44px;
}

blockquote p {
	font-size: 20px;
	color: #363636;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	padding-left: 95px;
	position: relative;
}

blockquote p:before {
	content: '';
	width: 49px;
	height: 24px;
	display: block;
	background: url(images/quote-sign.png) no-repeat;
	position: absolute;
	left: 28px;
}

blockquote cite,
blockquote small {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
	margin-top: 15px;
	display: block;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

#entry-content-wrapper ul:not(.nav-tabs) {
	list-style: disc;
	list-style-position: outside;
	list-style-image: url(images/dot.png);
	font-size: 15px;
	line-height: 26px;
	margin-left: 62px;
	margin-top: -4px;
	margin-bottom: 26px;
}

#entry-content-wrapper ul ul {
	margin-left: 15px;
	margin-bottom: 0;
}

#entry-content-wrapper ul:not(.nav-tabs) li {
	padding-left: 33px;
	padding-bottom: 22px;
}

#entry-content-wrapper ul li:last-child {
	padding-bottom: 0;
}

#entry-content-wrapper ol {
	list-style-position: outside;
	font-size: 15px;
	line-height: 26px;
	margin-left: 71px;
	margin-top: 0;
	margin-bottom: 13px;
}

#entry-content-wrapper ol ol {
	margin-left: 22px;
	margin-bottom: 0;
}

#entry-content-wrapper ol li {
	padding-left: 24px;
	padding-bottom: 22px;
}

#entry-content-wrapper img {
	max-width: 100%;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-family: "Open Sans";
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	font-size: 15px;
	border-color: #f0f0f0;
	border: 1px solid rgba(0,0,0,0.2);
	color: #2b2b2b;
	padding: 8px 10px 7px;
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #09c;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    min-height: 37px;
    line-height: 37px;
    display: inline-block;
    padding: 0px 24px 0px;
    vertical-align: middle;
    letter-spacing: normal;
    text-align: center;
    transition: all 0.2s linear 0s;
    -webkit-appearance: button;
    cursor: pointer;
}

button:hover,
button:focus,
.btn-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	opacity: 0.8;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	width: 100%;
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

#main {
	width: 100%;
	padding: 0;
}

#primary {
	padding: 0;
}

.sidebar-right #primary.col-sm-9.col-md-9.col-lg-9 {
	padding-right: 7px;
}

.sidebar-left #primary.col-sm-9.col-md-9.col-lg-9 {
	padding-left: 7px;
}

#page {
	overflow: hidden;
}

#main-content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

body.home #main-content {
	padding: 0;
}

body:not(.zap-main-slider) #main {
	margin-top: 67px;
}

body.home:not(.zap-main-slider) #main {
	margin-top: 140px;
}

article.single-post header {
	display: none;
}

.author-info {
	position: relative;
	padding-top: 50px;
}

.author-avatar {
	position: absolute;
}

.author-description {
	margin-left: 100px;
}

.author-title {
	padding-top: 0;
	padding-bottom: 10px;
}

/* Header */

.site-header {
	background-color: #363636;
	z-index: 55;
	position: fixed;
	width: 100%;

	-webkit-transition: background-color ease-in-out 0.2s;
	-moz-transition: background-color ease-in-out 0.2s;
	-o-transition: background-color ease-in-out 0.2s;
	transition: background-color ease-in-out 0.2s;
}

body.zap-main-slider .site-header {
	background-color: rgba(0,0,0,0.2);
}

body .site-header.scrolled {
	background-color: #363636;
}

.main-header-right-side {
	padding-left: 13px;
	padding-right: 0;
}

.site-title a {
	line-height: 67px;
	font-size: 25px;
	white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.site-title a img {
	display: inline-block;
	max-width: 100%;
}

.header-content {
	max-width: 1140px;
	margin: 0 auto;
	background-color: black;
}

.main-header-right-side .nav-menu {
	margin-bottom: 0;
}

.main-header-right-side .nav-menu li {
	list-style: none;
	float: left;
	position: relative;
}

.main-header-right-side .nav-menu li > .sub-menu {
	display: none;
}

#masthead .main-header-right-side .nav-menu .sub-menu li > .sub-menu {
	top: -20px;
	padding-top: 0;
}

#masthead .main-header-right-side .nav-menu .sub-menu li > .sub-menu li a {
	color: #2698d7;
}

#masthead .main-header-right-side .nav-menu .sub-menu li > .sub-menu li:hover a {
	color: #0c6291;
	background-color: transparent;
}

.main-header-right-side .nav-menu > li > a {
	height: 67px;
	display: inline-block;
	line-height: 67px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
}

.main-header-right-side .nav-menu  li  a span {
	font-weight: 600;
}

.main-header-right-side .nav-menu > li > a:before {
	content: '';
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.main-header-right-side .nav-menu > li.current-menu-item > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: -1;
	top: 0;
	left: 0;
}

.site-header.scrolled .main-header-right-side .nav-menu > li.current-menu-item > a:before {
	background-color: #2698d7;
}

.main-header-right-side .nav-menu > li:not(.current-menu-item):hover > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.15);
	z-index: -1;
	top: 0;
	left: 0;
}

.site-header.scrolled .main-header-right-side .nav-menu > li:not(.current-menu-item):hover > a:before {
	background-color: #2e2e2e;
}

.main-header-right-side .nav-menu li.menu-item-has-children a {
	white-space: nowrap;
}

.main-header-right-side .nav-menu li.menu-item-has-children > a:after,
#masthead .main-header-right-side .nav-menu li.menu-item-has-children.depth-2 > a:after {
	content: '\23';
	font-family: 'icons';
	font-size: 17px;
	padding-left: 8px;
	position: relative;
	top: 1px;
}

#masthead .main-header-right-side .nav-menu li.menu-item-has-children.depth-2.active > a:after {
	content: '\26';
}

.main-header-right-side .nav-menu li.depth-2 a:after {
	color: #c4c4c4 !important;
}

.main-header-right-side .nav-menu .sub-menu .sub-menu > li.menu-item-has-children a span {
	padding: 0;
}

.main-header-right-side .nav-menu .sub-menu .sub-menu > li.menu-item-has-children.depth-2 a span {
	padding-right: 28px;
}

.main-header-right-side .nav-menu .sub-menu .sub-menu > li.menu-item-has-children a:after {
	right: 0;
}

#masthead .main-header-right-side .nav-menu .sub-menu .sub-menu > li.menu-item-has-children.depth-2 .sub-menu li a {
	font-size: 13px;
	color: #4c494a;
	height: auto;
	line-height: 24px;
	padding-left: 49px;
}

#masthead .main-header-right-side .nav-menu .sub-menu .sub-menu > li.menu-item-has-children.depth-2 .sub-menu li:hover a {
	color: #000;
}

#masthead .main-header-right-side .nav-menu a {
	outline: none;
	text-decoration: none;
}

#masthead .main-header-right-side .nav-menu .sub-menu .sub-menu > li.menu-item-has-children.depth-2 .sub-menu {
	top: -3px !important;
	padding-bottom: 5px;
}

.main-header-right-side .nav-menu .sub-menu .sub-menu .sub-menu {
	position: relative;
	left: 0 !important;
	top: 0 !important;
}

.main-header-right-side .nav-menu .sub-menu .sub-menu .sub-menu:before,
.main-header-right-side .nav-menu .sub-menu .sub-menu .sub-menu:after {
	display: none;
}

.main-header-right-side .nav-menu .sub-menu li.menu-item-has-children > a:after {
	content: '\24';
	position: absolute;
	right: 29px;
	color: #2797d7;
}

.main-header-right-side .nav-menu .sub-menu li.menu-item-has-children:hover > a:after {
	color: #fff;
}

.main-header-right-side .nav-menu .sub-menu li.menu-item-has-children > a span {
	padding-right: 15px;
}

.main-header-right-side .nav-menu .sub-menu li.menu-item-has-children > a {
	position: relative;
}

.main-header-right-side .nav-menu li.menu-item-has-children .sub-menu {
	position: absolute;
	z-index: 22;
	background-color: #fff;
	padding: 0;
	margin: 0;
	left: 17px;
	background-clip: content-box;

	-webkit-transition: padding ease-in-out 0.2s;
	-moz-transition: padding ease-in-out 0.2s;
	-o-transition: padding ease-in-out 0.2s;
	transition: padding ease-in-out 0.2s;
}

.main-header-right-side .nav-menu li.menu-item-has-children:not(.depth-2):hover > .sub-menu {
	display: block;
	/*padding: 10px 0 0 0;*/
	top: 77px;
}

.main-header-right-side .nav-menu li.menu-item-has-children.depth-0 > .sub-menu {
	-webkit-box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.15);
}

.main-header-right-side .nav-menu li.menu-item-has-children:hover .sub-menu a {
	color: #4b494a;
	font-size: 14px;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}

.main-header-right-side .nav-menu li.menu-item-has-children:hover .sub-menu li {
	float: none;
}

.main-header-right-side .nav-menu li.menu-item-has-children:hover .sub-menu li:hover > a {
	background-color: #2797d7;
	color: #fff;
}

.main-header-right-side .nav-menu li.menu-item-has-children .sub-menu:before {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #2598d7;
	display: block;
	margin-bottom: 16px;
}

/*.main-header-right-side .nav-menu li.menu-item-has-children .sub-menu:after {
	content: '';
	width: 100%;
	display: block;
	margin-bottom: 16px;
}*/

.main-header-right-side .nav-menu li.menu-item-has-children .sub-menu:after {
	content: '';
	position: absolute;
	top: -10px;
	width: 100%;
	height: 14px;
}

.main-header-right-side .nav-menu li.menu-item-has-children .sub-menu li:not(.depth-3):last-child {
	margin-bottom: 16px;
}

.main-header-info {
	float: right;
	height: 67px;
	line-height: 69px;
}

.main-header-info span,
.main-header-info a {
	font-size: 20px;
	float: right;
	color: #fff;
}

.main-header-info .header-email {
	padding-left: 19px;
	margin-right: -1px;
}

.main-header-info .header-email:before {
	padding-right: 19px;
}

.main-header-info .header-phone {
	padding-left: 24px;
}

.main-header-info .header-phone .skype_c2c_print_container {
	display: inline-block !important;
}

.main-header-info .header-phone .skype_c2c_container {
	display: none !important;
}

.main-header-info .header-phone:before {
	margin-right: 4px;
}

.main-header-info .header-share:before {
	font-size: 17px;
}

.main-header-right-side .site-navigation {
	padding: 0;
}

.header-main > .site-title  {
	float: left;
	padding: 0 15px;
	max-width: 16.666666%;
}

/* Slider */

.home.blog.zap-main-slider .bx-wrapper {
	margin-bottom: 30px;
}

.frontpage-slider-wrapper,
.fp-slide-container,
.fp-slide-inner-container,
.bx-wrapper {
	height: 660px;
}

.fp-slide-container {
	overflow: hidden;
	background-size: cover !important;
	background-position: 100% 100% !important;
}

.fp-slide-container {
	position: relative;
}

.fp-slide-container .main-slider-image {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.fp-slide-inner-container {
	max-width: 1110px;
	margin: 0 auto;
	z-index: 22;
	position: relative;
}

.fp-slide-inner-container .fp-slide-title {
	font-size: 60px;
	color: #fff;
	max-width: 45%;
	line-height: 70px;
	float: left;
	position: absolute;
	bottom: 247px;
	left: -3px;
	font-weight: 300;
}

.fp-slide-inner-container .fp-slide-excerpt {
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	font-weight: 300;
	max-width: 40%;
	position: absolute;
	bottom: 248px;
	right: 51px;
}

.fp-slide-inner-container .fp-slide-readmore {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #fff;
	position: absolute;
	bottom: 157px;
	right: 324px;
	height: 55px;
	line-height: 55px;
	padding: 0 26px;
}

.fp-slide-inner-container .fp-slide-readmore:before {
	float: right;
	line-height: 55px;
	padding-right: 15px;
	padding-left: 11px;
}

.bx-controls .bx-pager-item {
	float: left;
	padding: 0 4px;
}

.bx-controls .bx-pager-item a {
	width: 12px;
	height: 12px;
	font-size: 0px;
	display: block;
	border: 2px solid transparent;
	border-radius: 50%;
	background-color: #fff;
	outline: none;
	text-decoration: none;
	background-clip: content-box;
}

.bx-controls {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	bottom: 190px;
	left: -5px;
	position: relative;
	z-index: 51;
}

.bx-controls .bx-pager-item a.active {
	border-color: #fff;
	background-color: transparent;
}

.bx-wrapper {
	position: relative;
	overflow: hidden;
	max-width: none !important;
}

/* Containers */

.about-company h2 {
	margin-top: -15px;
	font-size: 28px;
}

.about-company p {
	margin-top: 4px;
	font-size: 16px;
}

.about-company-lower h4 {
	font-size: 20px;
}

.container.wide-container .row.about-company-lower {
	margin-top: -110px;
}

.container.wide-container.no-padding {
	padding: 0;
}

.container.wide-container.no-padding-bottom {
	padding-bottom: 0;
}

.container.wide-container.no-padding-top {
	padding-top: 0;
}

.container.wide-container.no-padding-left {
	padding-left: 0;
}

.container.wide-container.no-padding-right {
	padding-right: 0;
}

.about-company-lower p {
	margin-top: 0px;
	font-size: 14px;
}

.about-company-lower p.company-info {
	padding-bottom: 52px;
}

.simple-read-more {
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	display: inline-block;
	margin-top: -7px;
}

.row .simple-read-more:before {
	float: right;
	line-height: 42px;
	padding-left: 5px;
}

.container.wide-container {
	padding-top: 64px;
	padding-bottom: 57px;
	width: 100%;
}

.container.wide-container .row {
	max-width: 1140px;
	margin: 0 auto;
}

.container .row-title {
	text-align: center;
	margin-bottom: 34px;
	font-size: 28px;
	padding-top: 6px;
}

.container .row-title.align-left {
	text-align: left;
}

.container .row-title.align-right {
	text-align: right;
}

/* Services */

.service-wrapper .service-image {
	float: left;
	max-width: 166px;
}

.service-wrapper .service-title {
	font-size: 20px;
	color: #4c494a;
	line-height: 50px;
	font-weight: 600;
	padding-left: 186px;
	padding-top: 22px;
}

.service-wrapper .service-excerpt {
	font-size: 14px;
	color: #828282;
	line-height: 26px;
	margin-top: 4px;
	padding-left: 186px;
	max-width: 95%;
}

.service-wrapper .service-readmore {
	margin-left: 186px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-top: 13px;
}

.service-wrapper .service-readmore:before {
	float: right;
	position: relative;
	top: 8px;
	padding-left: 14px;
}

.container.services .row {
	position: relative;
	left: 94px;
	padding-bottom: 45px;
}

.container.services .row:last-child {
	padding-bottom: 0;
}

.container.services {
	padding-bottom: 64px;
}

.container.contact-us {
	padding-bottom: 48px;
}

/* Contact us */

.contact-us-wrapper.wide-container {
	margin-top: -4px;
	margin-left: -15px;
	margin-right: -15px;
}

.wpcf7-form .contact-us-wrapper {
	margin-top: -4px;
}

.contact-us-row.top .wpcf7-form-control-wrap {
	width: 25%;
	display: inline-block;
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -3px;
	font-size: 13px;
	display: none;
}

.wpcf7-form-control-wrap.your-name {
	padding-right: 22px;
}

.wpcf7-form-control-wrap.your-email {
	padding-left: 7px;
	padding-right: 15px;
}

.wpcf7-form-control-wrap.your-phone {
	padding-left: 15px;
	padding-right: 7px;
}

.wpcf7-form-control-wrap.your-subject {
	padding-left: 23px;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=tel] {
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #1974a6;
	padding: 12px 12px 12px 0;
	font-size: 14px;
	line-height: 26px;
	outline: none;
	color: #fff;

	-webkit-transition: border ease-in-out 0.2s;
    -moz-transition: border ease-in-out 0.2s;
    -o-transition: border ease-in-out 0.2s;
    transition: border ease-in-out 0.2s;
}

.wpcf7-form-control-wrap input[type=text].wpcf7-not-valid,
.wpcf7-form-control-wrap input[type=email].wpcf7-not-valid,
.wpcf7-form-control-wrap input[type=tel].wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
	border-bottom-color: #f00;
}

.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap input[type=text]:hover,
.wpcf7-form-control-wrap input[type=email]:hover,
.wpcf7-form-control-wrap input[type=tel]:hover,
.wpcf7-form-control-wrap textarea:hover {
	border-bottom-color: #fff;
}

.wpcf7-form-control-wrap input[type=text]::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=email]::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=tel]::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	color: #1d506d;
	font-weight: 400;

	-webkit-transition: color ease-in-out 0.2s;
    -moz-transition: color ease-in-out 0.2s;
    -o-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s;
}

.wpcf7-form-control-wrap input[type=text]::-moz-placeholder,
.wpcf7-form-control-wrap input[type=email]::-moz-placeholder,
.wpcf7-form-control-wrap input[type=tel]::-moz-placeholder,
.wpcf7-form-control-wrap textarea::-moz-placeholder {
	color: #1d506d;
	font-weight: 400;

	-webkit-transition: color ease-in-out 0.2s;
    -moz-transition: color ease-in-out 0.2s;
    -o-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s;
}

.wpcf7-form-control-wrap input[type=text]:-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=email]:-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=tel]:-ms-input-placeholder,
.wpcf7-form-control-wrap textarea:-ms-input-placeholder {  
	color: #1d506d;
	font-weight: 400;

	-webkit-transition: color ease-in-out 0.2s;
    -moz-transition: color ease-in-out 0.2s;
    -o-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s;
}

.wpcf7-form-control-wrap input[type=text]:hover::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=email]:hover::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=tel]:hover::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea:hover::-webkit-input-placeholder {
	color: #fff;
}

.wpcf7-form-control-wrap input[type=text]:hover::-moz-placeholder,
.wpcf7-form-control-wrap input[type=email]:hover::-moz-placeholder,
.wpcf7-form-control-wrap input[type=tel]:hover::-moz-placeholder,
.wpcf7-form-control-wrap textarea:hover::-moz-placeholder {
	color: #fff;
}

.wpcf7-form-control-wrap input[type=text]:hover:-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=email]:hover:-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=tel]:hover:-ms-input-placeholder,
.wpcf7-form-control-wrap textarea:hover:-ms-input-placeholder {  
	color: #fff;
}

.wpcf7-form-control-wrap input[type=text]:focus::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=email]:focus::-webkit-input-placeholder,
.wpcf7-form-control-wrap input[type=tel]:focus::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.wpcf7-form-control-wrap input[type=text]:focus::-moz-placeholder,
.wpcf7-form-control-wrap input[type=email]:focus::-moz-placeholder,
.wpcf7-form-control-wrap input[type=tel]:focus::-moz-placeholder,
.wpcf7-form-control-wrap textarea:focus::-moz-placeholder {
	color: #fff;
}

.wpcf7-form-control-wrap input[type=text]:focus:-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=email]:focus:-ms-input-placeholder,
.wpcf7-form-control-wrap input[type=tel]:focus:-ms-input-placeholder,
.wpcf7-form-control-wrap textarea:focus:-ms-input-placeholder {  
	color: #fff;
}

.wpcf7-form-control-wrap textarea {
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #1974a6;
	padding: 12px 12px 12px 0;
	font-size: 14px;
	line-height: 26px;
	outline: none;
	color: #fff;
	margin-top: 20px;
	max-height: 153px;

	-webkit-transition: border ease-in-out 0.2s;
    -moz-transition: border ease-in-out 0.2s;
    -o-transition: border ease-in-out 0.2s;
    transition: border ease-in-out 0.2s;
}

.wpcf7-form-control.wpcf7-submit {
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 0;
	color: #2698d7;
	height: 55px;
	line-height: 55px;
	padding: 0 48px;
}

.contact-us-wrapper > p {
	text-align: center;
	margin-top: 60px;
}

div.wpcf7-validation-errors {
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
}

.wpcf7-form {
	position: relative;
}

.contact-us-wrapper .ajax-loader {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}

/* Team */

body .team-top {
	margin-top: -24px;
	margin-bottom: 17px;
}

body .team-top p {
	line-height: 30px;
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	margin-top: 12px;
}

.team-member-wrapper .team-member-image {
	float: left;
	max-width: 186px;
}

.team-member-wrapper .team-member-side {
	padding-left: 199px;
}

.team-member-wrapper .team-member-name {
	font-size: 20px;
	color: #4c494a;
	font-weight: 600;
	padding-top: 41px;
	display: block;
}

.team-member-wrapper .team-member-title {
	font-size: 14px;
	color: #828282;
	font-style: italic;
	margin-top: -2px;
	display: block;
}

.team-member-wrapper .team-member-social {
	margin-left: -3px;
	margin-top: 1px;
	display: block;
}

.team-member-wrapper .team-member-social a {
	padding-right: 8px;
}

.team-member-wrapper .team-member-social a.team-member-url {
	margin-top: 1px;
	display: inline-block;
}

.team-member-wrapper .team-member-about {
	font-size: 14px;
	max-width: 90%;
	margin: 0;
	margin-top: 22px;
}

.container.team {
	padding-bottom: 54px;
}

.container.team .row > div:not(.team-top) {
	position: relative;
	left: 37px;
}

/* Testimonials */

#testimonial-container .testimonial-data {
	width: 50%;
	float: left;
	padding-right: 29px;
}

#testimonial-container .testimonial-content {
	font-size: 20px;
	color: #4c494a;
	line-height: 34px;
	font-weight: 400;
	padding-right: 10px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 39px;
}

#testimonial-container .testimonial-content:before {
	content: '';
	width: 40px;
	height: 28px;
	display: block;
	position: absolute;
	top: 9px;
	left: -62px;
}

#testimonial-container .testimonial-author {
	font-size: 16px;
	font-weight: 600;
	color: #4c494a;
	float: right;
	margin-right: 38px;
	margin-top: -7px;
}

#testimonial-container .testimonial-company {
	font-size: 14px;
	color: #828282;
	font-style: italic;
	float: right;
	clear: both;
	margin-right: 42px;
	margin-top: -3px;
}

#testimonial-container .testimonial-item {
	padding-top: 52px;
	padding-left: 128px;
	float: left;
	height: 446px;
	position: relative;
}

#testimonial-container .testimonial-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

#testimonial-container .testimonial-image img {
	max-width: 454px;
}

#testimonial-container {
	width: 20000em;
	position: relative;
}

.container.testimonials {
	padding-bottom: 0;
}

.testimonial-wrapper {
	position: relative;
	right: -29px;
	overflow: hidden;
}

.testimonial-pagination {
	position: absolute;
	bottom: 96px;
	left: 126px;
}

.testimonial-pagination a {
	width: 12px;
	height: 12px;
	font-size: 0px;
	display: block;
	border: 2px solid transparent;
	border-radius: 50%;
	background-color: #d0d0d0;
	outline: none;
	text-decoration: none;
	background-clip: content-box;
	margin: 0 4px;
	float: left;
}

.testimonial-pagination a.active {
	border-color: #2698d7;
	background-color: transparent;
}

/* Clients */

.client-list .client-item {
	float: left;
	text-align: center;
}

.container.our-clients {
	padding-top: 44px;
	padding-bottom: 71px;
}

.client-list.multi-row .client-list-row {
	padding-bottom: 30px;
}

.client-list.multi-row .client-list-row:last-child {
	padding-bottom: 0;
}

/* Footer */

.site-footer-wrapper {
	background-color: #363636;
}

.site-info-content {
	max-width: 1110px;
	margin: 0 auto;
}

.site-info-content .footer-logo {
	float: left;
	line-height: 80px;
}

.site-info-content .footer-menu-wrapper {
	float: right;
	padding-right: 23px;
}

.site-footer-wrapper .site-info {
	border-bottom: 1px solid #313131;
}

.footer-menu {
	margin: 0;
}

.footer-menu li {
	list-style: none;
	float: left;
	padding: 0 14px;
	position: relative;
	bottom: -1px;
}

.footer-menu li.current_menu_item a {
	border-bottom: 2px solid #2698d7;
}

.footer-menu li a {
	color:  #9a9999;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	height: 80px;
	line-height: 78px;
	display: inline-block;
}

.site-footer-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: 75px;
}

body .site-footer-container .widget .widget-title {
	font-size: 14px;
	color: #65686a;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-bottom: 0;
}

.site-footer-container p {
	font-size: 14px;
	color: #afb3b5;
}

.site-footer-container a {
	font-size: 14px;
}

.contact-us-data .contact-map-url {
	margin-top: -2px;
	display: block;
}

.contact-us-data .footer-phone {
	font-size: 14px;
	color: #afb3b5;
	margin-top: 10px;
	display: block;
}

.contact-us-data .footer-phone:before {
	color: #2698d7;
	margin-left: -1px;
	padding-right: 26px;
}

.contact-us-data .footer-email {
	margin-top: -4px;
	display: block;
}

.contact-us-data .footer-email:before {
	font-size: 16px;
	margin-left: 0px;
	padding-right: 25px;
	position: relative;
	top: 2px;
}

.office-hours span {
	font-size: 14px;
	color: #afb3b5;
}

.office-hours .working-day {
	display: inline-block;
	width: 48%;
}

.office-hours .working-hours {
	font-weight: bold;
}

.working-day-row {
	line-height: 24px;
}

ul.cnss-social-icon li a img {
	margin-top: 0px !important;
}

ul.cnss-social-icon li:first-child a img {
	margin-left: 0px !important;
}

.widget img {
	max-width: 100%;
}

.widget {
	margin-bottom: 36px;
}

.footer-sidebar.widget-area .widget {
	margin-bottom: 25px;
}

.newsletter-widget p {
	float: left;
}

.newsletter-widget .newsletter-submit {
	font-size: 14px;
	color: #fff;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-weight: 600;
	border-radius: 0;
	padding: 0 27px;
}

.newsletter-widget .newsletter-email {
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	color: #363636;
	background-color: #afb3b5;
	padding: 0 14px;
}

#footer-sidebar .newsletter-widget .newsletter-email {
	min-width: 244px;
}

.newsletter-widget form {
	margin-top: 29px;
}

.site-footer-wrapper .copyright {
	max-width: 1110px;
	margin: 0 auto;
	font-size: 14px;
	color: #65686a;
	padding-top: 8px;
	padding-bottom: 15px;
	font-weight: 400;
	padding-bottom: 30px;
}

/* Quote */

.container.quote {
	padding-bottom: 45px;
}

.container.quote .row-title {
	margin-bottom: 23px;
}

.container.quote p {
	line-height: 28px;
	font-size: 16px;
}

.simple-button.white {
	font-size: 16px;
	background-color: #fff;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	padding: 0 74px;
	font-weight: 600;
}

.container.quote .simple-button.white {
	margin-top: 62px;
	float: right;
}

/* Typography */

.sidebar-right #content-sidebar {
    padding-left: 22px;
    padding-right: 15px;
}

.sidebar-left #content-sidebar {
    padding-right: 22px;
    padding-left: 15px;
}

.entry-header:not(.simple) {
	position: relative;
	margin-bottom: 80px;
}

body.page .entry-header:not(.simple) {
	margin-bottom: 60px;
}

body.blog .entry-header:not(.simple) {
	padding: 0 15px;
}

body.single .entry-header:not(.simple) {
	padding: 0;
}

.entry-header:not(.simple):before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #e7e7e7;
	z-index: -1;
	padding-left: 3000px;
	padding-right: 3000px;
	margin-left: -3000px;
}

.entry-header:not(.simple) .entry-title {
	font-size: 40px;
	font-weight: normal;
	color: #4d494a;
	padding-top: 31px;
	padding-bottom: 0;
	margin-left: -3px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-top: -4px;
	padding-bottom: 34px;
}

.breadcrumb a,
.breadcrumb span.current {
	font-size: 14px;
}

.breadcrumb span.delimiter {
	color: #b4b4b4;
	font-size: 14px;
	padding: 0 6px;
}

/*body:not(.home):not(.single-service) #entry-content-wrapper {
	padding-bottom: 40px;
}*/

.container.services.page {
	padding-top: 20px;
}

.panel-group .panel {
	border: none;
	box-shadow: none;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-radius: 0;
	margin: 0;
	background-color: transparent;
}

.panel-group .panel + .panel {
	margin-top: -1px;
}

.panel-group .panel .panel-heading {
	background-color: transparent;
	padding: 0;
}

.panel-group .panel .panel-heading h4 {
	padding: 0;
}

.panel-group .panel .panel-heading a {
	font-size: 15px;
	text-decoration: none;
	padding: 15px 22px;
	display: inline-block;
	width: 100%;
}

.panel-group .panel .panel-heading a:hover {
	background-color: #f4f4f4;
	color: #333;
}

.panel-group .panel .panel-heading a:before {
	content: '\e800';
	font-family: 'icons';
	color: #2697d9;
	padding-right: 16px;
	position: relative;
	top: 1px;
}

.panel-group .panel .panel-heading a.collapsed:before {
	content: '\2b';
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	font-size: 15px;
	padding: 3px 15px 24px 51px;
	line-height: 26px;
}

.btn {
	font-weight: 600;
	border-radius: 0;
	border: none;
	color: #fff;
	margin-bottom: 5px;
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
	opacity: 0.9;
}

.btn.btn-xs {
	padding: 8px 20px;
}

.btn.btn-sm {
	font-size: 14px;
	padding: 10px 26px;
}

.btn.btn-lg {
	padding: 18px 34px;
	font-size: 16px;
}

.btn.btn-primary {
	background-color: #2698d7;
}

.btn.btn-success {
	background-color: #4d901d;
}

.btn.btn-warning {
	background-color: #e17218;
}

.btn.btn-danger {
	background-color: #e13d18;
}

.btn.btn-info {
	background-color: #bce1f4;
	color: #2799d7;
}

.btn.btn-secondary {
	background-color: transparent;
	border: 1px solid #2698d6;
	color: #2598d9;
}

.btn.btn-secondary.btn-xs {
	padding: 7px 19px;
}

.btn.btn-secondary.btn-sm {
	padding: 9px 25px;
}

.btn.btn-secondary.btn-lg {
	padding: 17px 33px;
}

.btn.btn-inverse {
	background-color: #0c2d40;
}

.alert {
	font-size: 15px;
	line-height: 26px;
	border-radius: 0;
	border: none;
	padding: 22px 15px 23px 141px;
	overflow: hidden;
	position: relative;
}

.alert:before {
	font-family: 'icons';
	position: absolute;
	color: #fff;
	font-size: 35px;
	top: 34px;
	left: 27px;
	z-index: 2;
}

.alert:after {
	content: '';
	position: absolute;
	height: 500px;
	width: 500px;
	top: -170px;
	left: -463px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.alert.alert-info {
	background-color: #dcf2ff;
	color: #317195;
}

.alert.alert-info:before {
	content: '\e801';
}

.alert.alert-info:after {
	background-color: #53a0cc;
}

.alert.alert-warning {
	background-color: #f6f1d1;
	color: #887b15;
}

.alert.alert-warning:before {
	content: '\e802';
	left: 24px;
}

.alert.alert-warning:after {
	background-color: #e0cc59;
}

.alert.alert-success {
	background-color: #d2efc3;
	color: #427816;
}

.alert.alert-success:before {
	content: '\e804';
}

.alert.alert-success:after {
	background-color: #6da252;
}

.alert.alert-danger {
	background-color: #ffcdc2;
	color: #c64424;
}

.alert.alert-danger:before {
	content: '\e803';
}

.alert.alert-danger:after {
	background-color: #ed6444;
}

.nav.nav-tabs {
	border: none;
	margin: 0;
}

.nav-tabs > li > a {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #2799d8;
	border-color: #e7e7e7;
	margin-right: 10px;
	background-color: #f4f4f4;
	position: relative;
	padding: 14px 29px;
}

.nav-tabs > li.active > a {
	background-color: #fff;
	color: #363636;
}

.nav-tabs > li:not(.active) > a:hover {
	background-color: #e7e7e7;
}

.nav-tabs > li.active > a:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #2698d7;
}

.tab-content {
	border-top: 1px solid #e7e7e5;
}

.tab-content > div {
	color: #363636;
	font-size: 15px;
	line-height: 26px;
	padding: 29px 0;
}

.header-share-icons {
	float: right;
	position: relative;
}

.header-share-icons a {
	float: right;
	text-decoration: none;
}

.header-share-icons .header-social {
    font-size: 15px;
    color: #fff;
    opacity: 0;
    float: none;
	margin: 0 5px;
}

.header-icon-wrapper {
    position: absolute;
    white-space: nowrap;
    right: 25px;
    top: 0;
	display: none;
}

.header-share-icons.active .header-social.count-1 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.header-share-icons.active .header-social.count-2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.header-share-icons.active .header-social.count-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.header-share-icons.active .header-social.count-4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.header-share-icons.active .header-icon-wrapper {
	display: block;
}

.header-share-icons.active .header-icon-wrapper a {
	-webkit-animation: headericonfade 0.6s;
    animation: headericonfade 0.6s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes headericonfade {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes headericonfade {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Wordpress Core */

.sticky {
	background: #D3D3D3 !important;
	background-clip: content-box !important;
}

.sticky-featured-post {
	position: absolute;
	top: 0;
	right: 10px;
}

.bypostauthor {
	text-decoration: none;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 7px 32px 0px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px dotted #E8E8E8;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.widget .search-form label {
	width: 100%;
	display: inline-block;
}

.post-password-form label {
	float: left;
}

.error404 .content-area .search-form .search-submit,
.post-password-form input[type=submit] {
    background-color: #2698d7;
    font-size: 14px;
    padding: 10px 26px;
    font-weight: 600;
    border-radius: 0;
    border: none;
    color: #fff;
    line-height: 1.5;
}

.error404 .content-area .search-form .search-field {
	height: 41px;
    line-height: 41px;
    border-color: #dfdfdf;
    display: inline-block;
    position: relative;
    top: 1px;}

.comments-container li.pingback {
	margin-left: 40px;
	margin-bottom: 5px;
	width: 90%;
}

body.error404 #primary.content-area {
	padding: 150px 0;
}

body.error404 .page-header {
	border: none;
}

/* Get a quote */

.quote-form .quote-item {
	margin-bottom: 20px;
}

.quote-form .quote-label {
	font-size: 14px;
	line-height: 26px;
	color: #828282;
	width: 26%;
	padding-right: 25px;
	display: inline-block;
}

.quote-form .wpcf7-form-control-wrap {
	width: 74%;
	display: inline-block;
}

.quote-form .wpcf7-recaptcha {
	width: 70%;
	margin-left: -5px;
	display: inline-block;
	vertical-align: top;
}

.quote-form .wpcf7-form-control-wrap input[type=text],
.quote-form .wpcf7-form-control-wrap input[type=email],
.quote-form .wpcf7-form-control-wrap input[type=tel] {
	height: 40px;
	display: inline-block;
	background-color: #e7e7e7;
	border-bottom: none;
	font-size: 14px;
	color: #828282;
	padding: 0 10px;
	min-width: 350px;
}

.quote-form .wpcf7-form-control-wrap input[type=text].wpcf7-not-valid,
.quote-form .wpcf7-form-control-wrap input[type=email].wpcf7-not-valid,
.quote-form .wpcf7-form-control-wrap input[type=tel].wpcf7-not-valid,
.quote-form .wpcf7-form-control-wrap select.wpcf7-not-valid {
	border: 1px solid #f00;
}

.quote-form .wpcf7-form-control-wrap input[name=quote-phone],
.quote-form .wpcf7-form-control-wrap input[name=quote-zip-code],
.quote-form .wpcf7-form-control-wrap input[name=quote-area],
.quote-form .wpcf7-form-control-wrap input[name=quote-bathrooms],
.quote-form .wpcf7-form-control-wrap select[name=quote-concierge] {
	width: 205px;
	min-width: inherit;
}

.quote-form .wpcf7-form-control-wrap select {
	border: none;
	font-size: 14px;
	background-color: #e7e7e7;
	height: 40px;
	padding: 0 6px;
	padding-right: 40px;
	color: #828282;
	outline: none;
	min-width: 350px;
	vertical-align: middle;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.quote-form .wpcf7-form-control-wrap textarea {
	border: none;
	font-size: 14px;
	background-color: #e7e7e7;
	height: 120px;
	padding: 5px 10px;
	color: #828282;
	margin: 0;
	vertical-align: middle;
}

.quote-item br {
	display: none;
}

.quote-form .wpcf7-form-control-wrap.quote-condition,
.quote-form .quote-item.textarea .wpcf7-form-control-wrap,
.quote-form .wpcf7-form-control-wrap.quote-parking,
.quote-form .wpcf7-form-control-wrap.quote-concierge {
	vertical-align: top;
}

.quote-item.condition,
.quote-item.parking,
.quote-item.concierge {
	height: 40px;
}

.quote-item.condition .quote-label,
.quote-form .quote-item.textarea .quote-label,
.quote-item.parking .quote-label,
.quote-item.concierge .quote-label,
.quote-item.captcha .quote-label {
	margin-top: -6px;
}

.quote-form .wpcf7-form-control.wpcf7-submit {
	color: #fff;
	border-radius: 0;
	line-height: 1.33;
	margin-top: 8px;
	min-width: 190px;
}

.quote-form .wpcf7-response-output {
	border: none;
	padding: 0;
}

/* Single service */

.single-post.type-service #entry-content-wrapper {
	padding-top: 1px;
}

.single-service-title {
	clear: none;
	display: inline-block;
	padding-left: 20px;
	top: 8px;
	position: relative;
}

.service-side {
	margin-bottom: 13px;
}

.service-side > img {
	margin-top: -137px;
}

body .single-post.service ul {
	list-style: none !important;
	font-size: 15px;
	line-height: 26px;
	color: #363636;
	margin: 0 !important;
}

.single-post.service ul li {
	position: relative;
	padding-left: 41px !important;
	padding-bottom: 15px !important;
}

.single-post.service ul li:before {
	content: '\e807';
	font-family: 'icons';
	color: #2698d7;
	font-size: 22px;
	position: absolute;
	left: -1px;
}

.single-service-top {
	margin-bottom: 45px;
}

.container.our-clients.single-service {
	margin-top: 56px;
	padding-top: 30px;
	padding-bottom: 31px;
}

/* Before & after */

.before-after-row {
	width: 500px;
	height: 500px;
	float: left;
	position: relative;
	display: none;
}

.before-after-row.active {
	display: block;
}

.before-after-row > div {
	position: absolute;
	overflow: hidden;
	width: 50%;
}

.before-after-row .before-inner {
	top: 0;
	left: 0;
	height: 100%;
}

.before-after-row .before-inner img {
	float: left;
	height: 100%;
}

.before-after-row .after-inner {
	top: 0;
	right: 0;
	height: 100%;
}

.before-after-row .after-inner img {
	float: right;
	height: 100%;
}

.before-after-separator {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.before-after-separator:before {
	content: '';
	width: 38px;
	height: 60px;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: -18px;
	cursor: pointer;
}

.before-after-row .before-text,
.before-after-row .after-text {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	z-index: 2;
	position: absolute;
	height: 55px;
	line-height: 55px;
	background-color: #363636;
	padding: 0 26px 0 23px;
	top: 30px;
}

.before-after-row .after-text {
	padding: 0 54px 0 16px;
}

.before-after-row .before-text {
	left: 0;
}

.before-after-row .after-text {
	right: 0;
}

.before-after-row .before-text:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -32px;
	border-top: 0px solid transparent;
	border-bottom: 55px solid transparent;
	border-left: 32px solid #363636;
}

.before-after-row .after-text:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -32px;
	border-top: 55px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 32px solid #363636;
}

.before-after-side {
	float: left;
	margin-left: 18px;
}

.before-after-side .before-after-side-image {
	margin-bottom: 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

.before-after-side .before-after-side-image:last-child {
	margin-bottom: 0;
}

.before-after-side .before-after-side-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(38, 152, 215, 0.9);
	width: 100%;
	height: 100%;
	opacity: 0;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.before-after-side .before-after-side-image:before {
	width: 117px;
	height: 117px;
	line-height: 117px;
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	margin: 0;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.before-after-side .before-after-side-image.active:after,
.before-after-side .before-after-side-image.active:before {
	opacity: 1;
}

.before-after-side img {
	width: 117px;
	height: 117px;
	display: block;
}

.before-after-side .before-after-side-image:not(.active):hover:before,
.before-after-side .before-after-side-image:not(.active):hover:after {
	opacity: 1;
}

.before-after-wrapper {
	min-height: 500px;
}

.row.before-after-main-row {
	margin-bottom: 120px;
}

.row.before-after-main-row h3 {
	padding-top: 0;
}

/* Contact us  */

#contact-us-map {
	width: 100%;
	height: 585px;
}

#contact-us-map .gm-style-cc,
#contact-us-map .gm-style > div:nth-child(2) {
	display:none;
}

.contact-us-left {
	width: 50%;
	float: left;
}

.contact-us-right {
	background-color: #e7e7e7;
	float: left;
	width: 50%;
	height: 585px;
	position: relative;
	padding-left: 14px;
}

.contact-us-right:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 585px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 336px solid #e7e7e7;
	position: absolute;
	bottom: 0;
	left: -350px;
}

.contact-us-right:after {
	content: '';
	position: absolute;
    width: 14px;
    height: 100%;
    background: #e7e7e7;
    top: 0;
    left: -14px;
}

.contact-us-item {
	width: 50%;
	float: left;
	max-width: 475px;
	padding-bottom: 50px;
}

.contact-us-item img {
	float: left;
}

.contact-us-item-title {
	font-size: 20px;
	color: #4c494a;
	font-weight: 600;
	display: block;
}

.contact-us-item-text {
	font-size: 14px;
	color: #828282;
	margin-top: -1px;
	display: block;
	line-height: 26px;
}

.contact-us-item-text .workdays {
    min-width: 71px;
    display: inline-block;
}

.contact-us-item-inner {
	padding-left: 135px;
	padding-top: 4px;
}

.contact-us-top-wrapper {
	padding-left: 94px;
	padding-bottom: 13px;
}

.contact-us-right h2 {
	font-size: 28px;
	padding-top: 85px;
	padding-bottom: 46px;
}

.contact-us-right div.wpcf7 {
	max-width: 538px;
}

.contact-us-top-row .wpcf7-form-control-wrap {
	width: 50%;
	float: left;
}

.contact-us-top-row .wpcf7-form-control-wrap.contact-us-email {
	padding-left: 17px;
}

.contact-us-top-row .wpcf7-form-control-wrap input,
.contact-us-bottom-row .wpcf7-form-control-wrap textarea {
	border-bottom-color: #b3b3b3;
	color: #4c494a;
}

.contact-us-top-row .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.contact-us-bottom-row .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
   color: #4c494a;
}

.contact-us-top-row .wpcf7-form-control-wrap input::-moz-placeholder,
.contact-us-bottom-row .wpcf7-form-control-wrap textarea::-moz-placeholder {
   color: #4c494a;  
}

.contact-us-top-row .wpcf7-form-control-wrap input:-ms-input-placeholder,
.contact-us-bottom-row .wpcf7-form-control-wrap textarea:-ms-input-placeholder {  
   color: #4c494a;  
}

.contact-us-right .wpcf7-form-control.wpcf7-submit {
	color: #fff;
	padding: 0px 76px;
	float: left;
	margin-left: 2px;
}

.contact-us-right .wpcf7-response-output {
	margin-top: 25px;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    border-left: 2px solid #ff0000;
    padding-left: 15px;
}

/* Open blog */

.single-post-meta {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 11px 0px;
}

.single-post-meta,
.single-post-meta a {
	color: #828282;
	font-size: 14px;
}

.single-post-meta .byline {
	margin-left: -5px;
}

.single-post-meta .byline a:before {
	font-size: 16px;
	margin-right: 9px;
}

.single-post-meta .single-post-date {
	padding: 0 24px;
}

.single-post-meta .single-post-date:before {
	font-size: 16px;
	margin-right: 9px;
}

.single-post-meta .comments:before {
	font-size: 16px;
	margin-right: 7px;
}

.single-post-meta .tag-link {
	display: inline-block;
	padding-left: 22px;
}

.single-post-meta .tag-link .entypo_icon:before {
	font-size: 16px;
	margin-right: 5px;
}

.single-post-meta .single-post-views {
	padding-left: 27px;
}

.single-post-meta .single-post-views:before {
	font-size: 16px;
	margin-right: 7px;
}

.single-post-meta .single-post-like {
	margin-left: 27px;
	cursor: pointer;
}

.single-post-meta .single-post-like:before {
	font-size: 16px;
	margin-right: 7px;
}

.single-post-meta .category-link {
	display: inline-block;
	padding-left: 23px;
}

.single-post-meta .category-link .entypo_icon,
.single-post-meta .category-link .post-categories {
	display: inline-block;
}

.single-post-meta .category-link .post-categories {
	margin-left: 3px;
}

.single-post-meta .category-link ul {
	margin-bottom: 0;
}

.single-post-bottom-meta {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 5px;
	padding: 18px 0px 17px 0;
}

.single-post-bottom-meta .tag-link {
	float: left;
}

.single-post-bottom-meta .tag-link .tag-title {
	font-size: 14px;
	color: #828282;
	padding-left: 20px;
	padding-right: 16px;
}

.single-post-bottom-meta .tag-link a {
	font-size: 13px;
	text-transform: uppercase;
	color: #828282;
	border: 1px solid #e7e7e7;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	padding: 0 8px;
	margin-right: 7px;
}

.single-open-post-share {
	float: right;
	padding-right: 23px;
}

.single-open-post-share a {
	font-size: 14px;
	position: relative;
	height: 27px;
	width: 29px;
	display: inline-block;
	line-height: 27px;
	margin-right: 5px;
	text-align: center;
}

.single-open-post-share a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e7e7e7;
	z-index: -1;

	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
}

.single-open-post-share .share-text {
	font-size: 14px;
	color: #828282;
	padding-right: 27px;
}

.nav-single.blog {
	padding: 0 29px;
	padding-top: 27px
}

.nav-single.blog .prev-post-text,
.nav-single.blog .next-post-text {
	font-size: 14px;
	color: #828282;
	position: relative;;
}

.nav-single.blog .prev-post-text:before {
	position: absolute;
	color: #2698d7;
	top: 18px;
	left: -34px;
	font-size: 17px;
}

.nav-single.blog .next-post-text:before {
	position: absolute;
	color: #2698d7;
	top: 18px;
	right: -34px;
	font-size: 17px;
}

.nav-single.blog .prev-post-link a,
.nav-single.blog .next-post-link a {
	font-size: 20px;
	margin-top: 2px;
	display: inline-block;
	text-decoration: none;
}

.nav-single.blog .nav_button.left {
	float: left;
	width: 50%;
	text-align: left;
}

.nav-single.blog .nav_button.right {
	float: right;
	width: 50%;
	text-align: right;
}

body .related-articles {
	margin: 0 -15px;
}

.related-articles .related-image {
	position: relative;
	height: 170px;
	overflow: hidden;
}

.related-articles .related-image img {
	position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.related-articles .no-related-posts {
	text-align: center;
}

.related-articles .related-image .single-open-post-date {
	font-size: 14px;
	color: #fff;
	height: 27px;
	line-height: 27px;
	background-color: #2698d7;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 17px 0 9px;
}

.related-articles .related-image .single-open-post-date:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 27px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 16px solid #2698d7;
	position: absolute;
	left: -16px;
}

.related-articles .related-title {
	font-size: 16px;
	line-height: 24px;
	margin-top: 13px;
	display: inline-block;
}

.related-articles-title {
	font-size: 28px;
	font-weight: 400;
	padding-top: 44px;
	padding-bottom: 31px;
}

/* 404 error */

.error404 .content-area #content {
	max-width: 1200px;
}

.error404 .content-area .page-content {
	margin-top: 50px;
}

.error404 .content-area .screen-reader-text {
	display: none;
}

.error404 .content-area .search-form {
	text-align: center;
}

.error404 .content-area .page-content p {
	font-size: 25px;
	line-height: 42px;
	font-weight: 300;
	text-align: center;
}

.error404 .content-area header.page-header h1 {
	font-size: 250px;
	line-height: 250px;
	font-weight: 100;
}

/* Gallery */

.entry-content .tiled-gallery {
	margin-bottom: 30px;
}

.tiled-gallery .gallery-row {
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
}

.entry-content .tiled-gallery-caption {
	background: #09c;
	color: #fff;
}

.entry-content .tiled-gallery .tiled-gallery-caption {
	margin-left: 2px;
	width: 98.5%;
}

.entry-content .tiled-gallery .tiled-gallery-item-large .tiled-gallery-caption {
	margin-left: 2px;
	width: 99.2%;
}

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-audio-shortcode {
	margin-bottom: 30px;
}

/* Widgets */

.widget table,
.widget p {
	margin: 0;
	padding: 0;
}

.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul {
	margin: 0;
	list-style: none;
}

.widget_nav_menu ul ul.children,
.widget_recent_comments ul ul.children,
.widget_rss ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children,
.widget_recent_entries ul ul.children,
.widget_nav_menu ul ul.sub-menu {
	margin-left: 15px;
}

.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li {
	font-size: 16px;
	margin: 0;
	padding: 3px 0 !important;
}

.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
}

.tagcloud:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tagcloud a {
	background-color: #e7e7e7;
	color: #828282 !important;
	display: block;
	float: left;
	margin: 0 6px 5px 0;
	padding: 1px 9px;
	font-size: 13px !important;
	text-transform: uppercase;
	height: 27px;
	line-height: 27px;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.tagcloud a:hover {
	opacity: 0.8;
}

.widget_rss img {
	display: none;
}

.widget .widget-title {
	color: #4c4a4b;
	font-weight: 400;
	font-size: 20px;
	padding: 0;
}

body:not(.single) .widget-area:not(.footer-sidebar) .widget:first-child {
	padding-top: 14px;
}

.widget-area .widget .widget-title {
	padding-bottom: 33px;
}

.zap-about-author .author-name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #4b494a;
	display: block;
	padding-top: 26px;
}

.zap-about-author .author-position {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #828282;
	display: block;
	padding-top: 7px;
}

.zap-about-author .about-author-social {
	margin-left: -7px;
	padding-top: 8px;
	font-size: 16px;
}

.zap-about-author .about-author-social a {
	margin-right: 6px;
}

.zap-about-author .author-description {
	padding-top: 13px;
	color: #828282;
}

.widget.widget_categories ul {
	margin-top: -12px;
}

.about-author-secondary {
	padding-bottom: 22px;
}

.widget.widget_recent_entries .news_image {
	float: left;
}

.widget.widget_recent_entries .post_container {
	padding-left: 90px;
}

.widget.widget_recent_entries .post_container.no_thumb {
	padding-left: 0;
}

.widget.widget_recent_entries h3 {
	padding: 0;
	clear: none;
	line-height: 24px;
}

.widget.widget_recent_entries h3 a {
	font-size: 16px;
	font-weight: 400;
	margin-top: -6px;
	display: inline-block;
}

.widget.widget_recent_entries .post-time {
	font-size: 14px;
	color: #828282;
}

.widget.widget_recent_entries .post-time:before {
	font-size: 16px;
	margin-right: 8px;
}

.widget.widget_fastflickrwidget {
	margin-right: -5px;
}

.widget.widget_fastflickrwidget a {
	width: 25%;
	display: inline-block;
}

.widget.widget_fastflickrwidget a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

body:not(.page) .content-sidebar {
	padding-left: 23px;
	padding-right: 0;
	padding-top: 0;
	margin-top: -6px;
}

.content-sidebar .widget.widget_newsletterwidget > p {
	margin-top: -17px;
}

.content-sidebar .widget.widget_newsletterwidget form {
	margin-top: 12px;
}

.content-sidebar .widget.widget_newsletterwidget form p {
	float: none;
}

.content-sidebar .widget.widget_newsletterwidget .newsletter-email {
	width: 100%;
	background-color: #e7e7e7;
	margin-bottom: 10px;
}

.widget.fep_login input[type="text"],
.widget.fep_login input[type="password"] {
	width: 100%;
	border-radius: 0;
	border: none;
	background-color: #e7e7e7;
	color: #818181;
	margin-bottom: 10px;
	outline: none;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 13px;
}

.widget.fep_login input[type="submit"] {
	float: right;
	border-radius: 0;
	font-weight: 600;
	padding: 2px 32px;
	font-size: 14px;
}

.widget.fep_login .frontendlogin-submit label {
	font-size: 14px;
	color: #a9a9a9;
	line-height: 38px;
}

.zap-checkbox {
	width: 24px;
	height: 24px;
	background-color: #e7e7e7;
	display: inline-block;
	float: left;
	margin-top: 7px;
	margin-right: 8px;
	cursor: pointer;
	position: relative;;
}

.zap-checkbox.checked:before {
	content: '\e807';
	font-family: 'icons';
	color: #2599d6;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	font-size: 16px;
}

#rememberme {
	display: none;
}

.widget.fep_login form > a {
	font-size: 14px;
	margin-top: 13px;
	display: inline-block;
}

body #main .widget.widget_zap-directory-followers > div {
	margin-bottom: 2px;
}

.widget.widget_zap-directory-followers > div a {
	font-size: 15px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	width: 100%;
	padding-left: 9px;
	position: relative;
	overflow: hidden;
}

.widget.widget_zap-directory-followers > div a:hover {
	opacity: 0.8;
}

.widget.widget_zap-directory-followers > div a:before {
	font-size: 22px;
	margin-right: 42px;
	position: relative;
	z-index: 2;
}

.widget.widget_zap-directory-followers > div a:after {
	content: '';
	position: absolute;
	height: 100px;
	width: 100px;
	top: -40px;
	left: -43px;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.widget.widget_zap-directory-followers > div a span {
	font-weight: 600;
	font-size: 16px;
	padding-right: 4px;
}

.follow-me-twitter a {
	background-color: #00acee;
}

.follow-me-twitter a:before {
	top: 3px;
	left: 2px;
}

.follow-me-facebook a {
	background-color: #315a98;
}

.follow-me-facebook a:before {
	top: 3px;
}

.follow-me-rss a {
	background-color: #f4821f;
}

.follow-me-rss a:before {
	top: 3px;
	left: 1px;
}

.follow-me-googleplus a {
	background-color: #df4a32;
}

.follow-me-googleplus a:before {
	top: 4px;
	left: 3px;
}

.follow-me-youtube a {
	background-color: #cd1225;
}

.follow-me-youtube a:before {
	top: 3px;
	left: 2px;
}

.follow-me-vimeo a {
	background-color: #1ab7ea;
}

.follow-me-vimeo a:before {
	top: 3px;
	left: 2px;
}

.follow-me-soundcloud a {
	background-color: #ff5500;
}

.follow-me-soundcloud a:before {
	top: 3px;
	left: -3px;
}

.follow-me-instagram a {
	background-color: #2b5c84;
}

.follow-me-instagram a:before {
	top: 4px;
	left: 2px;
}

/* WP Search widget */

.widget.widget_search form .search-field {
	padding: 10px 10px 11px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.widget.widget_search form input[type=submit] {
	line-height: 34px;
	float: right;
}

.widget.widget_search form .screen-reader-text {
	margin-bottom: 10px;
	display: inline-block;
}

.widget.widget_search form:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.widget p {
	color: #828282;
}

/* Blog page */

body.blog .site-content {
	margin: 0 -15px;
}

body.blog .site-content article,
body.search .site-content article,
body.archive .site-content article {
	width: 33.33%;
	float: left;
	padding: 0 15px;
	padding-bottom: 30px;
}

.site-content article .single-post-image {
	width: 100%;
}

#content .not-single-post .entry-title {
	font-size: 20px;
	font-weight: 400;
	padding: 0 20px 4px 20px;
	line-height: 30px;
}

header.simple .single-image-container {
	margin-bottom: 41px;
}

#content .not-single-post {
	background-color: #e7e7e7;
	background-clip: content-box;
}

#content .not-single-post .entry-summary {
	padding: 0 20px;
}

#content .not-single-post .entry-summary p {
	color: #818181;
	padding-bottom: 12px;
}

#content .not-single-post .entry-meta {
	padding: 0 20px;
}

#content .not-single-post .entry-meta .category-link {
	float: left;
	padding-right: 15px;
}

#content .not-single-post .entry-meta .category-link i,
#content .not-single-post .entry-meta .category-link ul {
	margin: 0;
	float: left;
}

#content .not-single-post .entry-meta .icon-folder-open:before {
	color: #838383;
	font-size: 15px;
	position: relative;
	left: -1px;
	margin-right: 7px;
}

.entry-meta a,
.entry-meta .comments {
	color: #838383;
	font-size: 14px;
}

#content .not-single-post .entry-meta .byline {
	padding-right: 15px;
}

#content .not-single-post .entry-meta .byline a:before {
	font-size: 15px;
	margin-right: 9px;
}

#content .not-single-post .entry-meta .comments {
	padding-left: 3px;
}

#content .not-single-post .entry-meta .comments:before {
	font-size: 15px;
	margin-right: 7px;
}

#content .not-single-post .single-post-readmore {
	font-size: 14px;
	width: 100%;
	text-align: center;
	display: inline-block;
	background-color: #dddddd;
	height: 42px;
	line-height: 42px;
	margin-top: 11px;
}

.single-image-container {
	position: relative;
}

.single-image-container .post-no-image {
	min-height: 232px;
    background-color: #dddddd;
    width: 100%;
    display: block;
    position: relative;
}

article .single-image-container .post-no-image:before {
    font-family: 'icons';
    color: #d2d2d2;
    font-size: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 232px;
}

article .single-image-container .post-no-image:before,
article.format-standard .single-image-container .post-no-image:before,
article.format-image .single-image-container .post-no-image:before {
	content: '\e819';
}

article.format-aside .single-image-container .post-no-image:before {
	content: '\e81a';
}

article.format-video .single-image-container .post-no-image:before {
	content: '\e81b';
}

article.format-audio .single-image-container .post-no-image:before {
	content: '\e81c';
}

article.format-quote .single-image-container .post-no-image:before {
	content: '\e81d'
}

article.format-link .single-image-container .post-no-image:before {
	content: '\e81e';
}

article.format-gallery .single-image-container .post-no-image:before,
article.format-gallery .single-image-container .post-no-image:after {
	content: '\e819';
}

article.format-gallery .single-image-container .post-no-image:before {
	line-height: 232px;
}

article.format-gallery .single-image-container .post-no-image:after {
    font-family: 'icons';
    color: #d2d2d2;
    font-size: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 232px;
}

#content .not-single-post .single-post-date {
	position: absolute;
	bottom: -19px;
	left: 0;
	background-color: #2698d7;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	padding: 0 14px 0 21px;
	z-index: 22;
}

#content .not-single-post .single-post-date:before {
	margin-right: 9px;
}

#content .not-single-post .single-post-date:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -21px;
	border-bottom: 34px solid transparent;
	border-left: 21px solid #2698d7;
}

.single-post-share {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 2;

	-webkit-transition: opacity ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s;
	-o-transition: opacity ease-in-out 0.2s;
	transition: opacity ease-in-out 0.2s;
}

.single-post-share a {
	font-size: 23px;
	color: #fff;
	padding: 0 4px;
}

.single-post-share a:hover {
	color: #2696d6;
}

.single-image-container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 1;

	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.single-image-container:hover:before {
	background-color: rgba(0,0,0,0.5);
}

.single-image-container:hover .single-post-share {
	opacity: 1;
}

/* WP Calendar */

#calendar_wrap {
	padding: 0;
}

#wp-calendar {
	border: 0;
	border-spacing: 1px;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}

#wp-calendar thead tr th {
	border-width: 0;
	text-align: center;
	background: #f1f1f1;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}

#wp-calendar caption {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
	margin: 20px 0 10px 0;
}

#wp-calendar td#prev a,
#wp-calendar td#next a {
	height: 40px;
	border: 0;
	display: inline-block;
	color: #A7A7A7;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: 300;
}

#wp-calendar td#prev a:hover,
#wp-calendar td#next a:hover {
	background: #fff;
	color: #09c;
}

#wp-calendar thead th i:before {
	margin: 0;
	width: auto;
}

#wp-calendar td#prev {
	text-align: left;
	border: 0;
}

#wp-calendar td#next {
	text-align: right;
	border: 0;
}

#wp-calendar tbody td {
	border: 1px solid #f1f1f1;
	height: 40px;
	line-height: 40px;
	padding: 0;
	color: #A7A7A7;
	font-size: 14px;
	background: #fff;
	position: relative;
	text-align: center;
	font-weight: 300;
}

#wp-calendar td.pad {
	background: none;
	border: none;
}

#wp-calendar tbody td a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
}

#wp-calendar tbody td.dayWithPost a:hover {
	color: #09c;
}

#wp-calendar tbody td.today {
	color: #6e7a89;
	background: #f1f1f1;
}

.widget .divider {
	position: relative;
}

.widget .divider:after {
	content: "";
	position: absolute;
	bottom: 29px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid rgb(219, 219, 219);
	z-index: 0;
}

.content-sidebar .widget > div:not(.divider),
.content-sidebar .widget > ul,
.content-sidebar .widget > select,
.content-sidebar .widget > form {
	position: relative;
	margin-bottom: 30px;
}

body.single:not(.single-service) #primary {
	margin-bottom: 75px;
}

/* Comments */

.comments-container {
	margin-top: 42px;
	overflow: hidden;
}

.comments-container ol.commentlist {
	margin-bottom: 120px;
	list-style-type: none;
}

.comments-container ul,
.comments-container li,
.comments-container ol {
	margin: 0;
	padding: 0;
}

.comments-container ol.children {
	margin-bottom: 0;
	margin-left: 85px;
	list-style-type: none;
}

.comments-container .comment-author b,
.comments-container p {
	margin: 0;
	padding: 0;
}

.comments-container p.no-comments {
	margin-top: 50px;
	text-align: center;
}

.comments-container .comments-title {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 29px;
	line-height: 35px;
	text-align: center;
	padding-top: 40px;
}

.comments-container .comments-title span {
	font-weight: 700;
}

.comments-container .comment-author b {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	display: inline-block;
	font-family: "Open Sans";
	font-weight: 400;
	color: #000;
}

.comments-container .comment-meta {
	font-size: 12px;
}

.comment-metadata time {
	font-style: italic;
	color: #999;
}

.comments-container .says {
	display: none;
}

.comments-container img.avatar {
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.comments-container .comment {
	margin-top: 25px;
}

.comment-content {
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-left: 84px;
	padding-right: 35px;
	padding-bottom: 10px;
}

.comment-content p {
	font-size: 16px;
	line-height: 24px;
}

.comment-body {
	padding-top: 30px;
	border-top: 1px solid #E8E8E8;
}

.commentlist > li.comment:first-child > .comment-body {
	border: 0;
}

.comments-container h3#reply-title {
	font-weight: 400;
	padding-top: 0px;
	font-size: 28px;
	padding-bottom: 9px;
}

.comments-container div.reply {
    display: block;
    text-align: right;
}

article.hentry .edit-link {
	display: block;
	clear: both;
	text-align: right;
	overflow: hidden;
}

article.hentry .post-edit-link,
.comments-container .comment-reply-link {
	color: #777;
	font-size: 13px;
	border-radius: 2px;
	display: inline-block;
	padding: 9px 19px;
	border: 1px solid #E8E8E8;
	line-height: 19px;
	font-family: "Open Sans";
}

article.hentry .post-edit-link:hover,
.comment-reply-link:hover {
	border: 1px solid #09c;
	background-color: #09c;
	color: #fff;
}

article.hentry .more-link {
	position: relative;
	color: #2B2B2C;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	min-height: 40px;
	width: 100%;
	display: inline-block;
	font-family: "Merriweather";

	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

article.hentry .more-link:focus {
	outline: none;
}

article.hentry .more-link::before {
	position: absolute;
	top: 20px;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

article.hentry .more-link:hover::before,
article.hentry .more-link:focus::before {
	color: #09c;
	text-shadow: 13px 0 #09c, -13px 0 #09c;
}

article.hentry .more-link:hover {
	color: #09c;
}

article.hentry .more-link .meta-nav {
	display: none;
}

.comments-container .comment-form p {
	margin-bottom: 5px;
}

.comments-container .comment-form p.logged-in-as,
.comments-container .comment-form p.comment-notes {
	margin-bottom: 35px;
	text-align: center;
}

.comments-container .comment-form p.form-submit {
	margin-top: 10px;
}

.comments-container .comment-form:after {
	content: "";
	clear: both;
	display: block;
}

.comments-container .comment-form p label {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
	float: left;
	width: 80px;
}

.comments-container .comment-form p.comment-form-comment label {
	display: none;
}

.comments-container .comment-form #comment {
	width: 100%;
	margin-bottom: 20px;
}

/*.comments-container input[type=email],
.comments-container input[type=text],
.comments-container input[type=url],
.comments-container textarea {
	border: 1px solid rgba(0,0,0,0.09);
}*/

body .comments-container .comment-form-top input {
	font-size: 14px;
	color: #828282;
	border: none;
	border-bottom: 1px solid #b3b3b3;
	border-radius: 0;
	width: 100%;
	padding: 16px 10px 16px 0;
	outline: none;
}

.comment-form-top > span {
	width: 33.33%;
	float: left;
	display: inline-block;
	padding: 0 15px;
}

.comment-form-top {
	margin: 0 -15px;
	margin-top: 20px;
}

.comment-form-before {
	font-size: 14px;
	color: #828282;
}

body .comments-container textarea {
	font-size: 14px;
	color: #828282;
	padding: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #b3b3b3;
	margin-top: 32px;
	max-height: 141px;
	outline: none;
}

.comments-container #submit {
	height: 55px;
	border-radius: 0;
	background-color: #2698d7;
	font-weight: 600;
	line-height: 55px;
	margin-top: 30px;
	padding: 0 38px;
	font-size: 16px;
}

/* Page navigation */

.entry-content .page-links,
.pagination {
	margin: 0;
	position: relative;
	left: 50%;
	margin-top: 50px;
	margin-bottom: 72px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.pagination .page-numbers.dots {
	display: none;
}

.page-links-title {
	float: left;
	padding-right: 15px;
}

.entry-content .page-links a,
.entry-content .page-links > span:not(.page-links-title),
.pagination a,
.pagination span.page-numbers.current {
	display: inline-block;
	padding: 0px 14px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	position: relative;
	float: left;
	font-size: 14px;
}

.entry-content .page-links a:before,
.entry-content .page-links > span:not(.page-links-title):before,
.pagination a:before,
.pagination span.page-numbers.current:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e7e7e7;
	border-right: 1px solid #dddddd;
	z-index: -1;
	top: 0;
	left: 0;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
}

.entry-content .page-links > span:not(.page-links-title),
.pagination span.page-numbers.current {
	color: #4b494a;
	font-weight: 600;
}

.pagination.loop-pagination a.prev {
	margin-right: 15px;
	width: 31px;
	text-align: center;
	padding: 0;
	background-color: #2698d7;
	color: #fff;
}

.pagination.loop-pagination a.prev:before {
	content: '\e813';
	font-family: 'icons';
	z-index: 2;
	background-color: transparent;
	border: none;
}

.pagination.loop-pagination a.prev:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -20px;
	border-top: 0px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 20px solid #2698d7;
}

.pagination.loop-pagination a.next {
	margin-left: 15px;
	width: 31px;
	text-align: center;
	padding: 0;
	background-color: #2698d7;
	color: #fff;
}

.pagination.loop-pagination a.next:before {
	content: '\27';
	font-family: 'icons';
	z-index: 2;
	background-color: transparent;
	border: none;
}

.pagination.loop-pagination a.next:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -20px;
	border-top: 34px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 20px solid #2698d7;
}

.pagination.loop-pagination a.prev:before,
.pagination.loop-pagination a.next:before {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
}

.pagination.loop-pagination a.prev:after,
.pagination.loop-pagination a.next:after {
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.pagination.loop-pagination a.prev:hover,
.pagination.loop-pagination a.next:hover {
	background-color: #2083ba;
}

.pagination.loop-pagination a.prev:hover:after {
	border-left: 20px solid #2083ba;
}

.pagination.loop-pagination a.next:hover:after {
	border-right: 20px solid #2083ba;
}

span.page-numbers.dots {
	margin-left: 5px;
}

.entry-content .page-links a:hover:before,
.pagination a:hover:before {
	background-color: #dddddd;
}

.entry-content .page-links a:nth-last-child(2):before,
.entry-content .page-links > span:not(.page-links-title):nth-last-child(2):before,
.pagination a:nth-last-child(2):before,
.pagination span.page-numbers.current:before:nth-last-child(2):before {
	border-right: none;
}

/* Tables */

article .entry-content table {
	width: 100%;
	border: 0;
}

article .entry-content table thead {
	background: #f7f7f7;
}

article .entry-content table thead th {
	font-weight: bold;
	text-align: left;
}

article .entry-content table td,
article .entry-content table th {
	padding: 10px;
	border: 0;
}

article .entry-content table th {
	font-weight: 400;
}

article .entry-content table td {
	font-weight: 300;
}

article .entry-content table tr:last-child td {
	border-bottom: none;
}

article .entry-content table tr:nth-child(even) {
	background: #f7f7f7;
}

.navbar-toggle {
	background-color: #fff;
	margin: 15px 15px 14px;
}

.navbar-toggle .icon-bar {
	background-color: #428bca;
}

/* Mobile */

@media (max-width: 768px) {
	.main-header-info {
		display: none;
	}

	.contact-us-item {
		width: 100%;
	}
}

/* Tablet */

@media (max-width: 991px) {
	.service-side > img {
		margin-top: 0;
	}
}

@media (min-width: 1199px) {

}

@media (max-width: 1200px) {
	.main-header-info .header-phone {
		clear: both;
	}

	.main-header-info {
		height: 33px;
		line-height: 33px;
	}

	.main-header-info {
		max-width: 25%;
	}

	.testimonial-wrapper {
		right: auto;
	}

	.newsletter-widget .newsletter-email {
		margin-bottom: 10px;
	}

	.site-footer-wrapper .copyright {
		padding: 8px 15px 15px 15px;
	}

	.before-after-side {
		width: 	100%;
		margin-left: 0;
	}

	.before-after-side .before-after-side-image {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
	}

	.before-after-side .before-after-side-image:first-child {
		margin-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.main-header-right-side {
		width: 58%;
	}

	.fp-slide-inner-container .fp-slide-title,
	.bx-controls {
		left: 5%;
	}

	.fp-slide-inner-container .fp-slide-excerpt {
		right: 5%;
	}

	.fp-slide-inner-container .fp-slide-readmore {
		right: 8%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header-info {
		display: none;
	}

	.fp-slide-inner-container .fp-slide-title {
		max-width: 95%;
		left: 30px;
		top: 100px;
		bottom: auto;
	}

	.fp-slide-inner-container .fp-slide-excerpt {
		right: auto;
		left: 30px;
		top: 270px;
		bottom: auto;
		max-width: 65%;
	}

	.fp-slide-inner-container .fp-slide-readmore {
		left: 30px;
		right: auto;
		bottom: 200px;
	}

	.bx-controls {
		left: 30px;
		bottom: 170px;
	}

	.container.about .row.about-company-top > div,
	.container.about .row.about-company-lower > div {
		width: 50%;
		float: left;
	}

	.container.about .row.about-company-lower {
		margin-top: 0;
	}

	.container.services .row > div {
		padding-bottom: 50px;
	}

	.container.services .row {
		left: auto;
	}

	#testimonial-container .testimonial-item {
		padding-left: 70px;
	}

	#testimonial-container .testimonial-image img {
		max-width: 326px;
	}

	.newsletter-widget .newsletter-email {
		min-width: inherit;
	}

	.contact-us-left,
	.contact-us-right {
		width: 100%;
	}

	.single-open-post-share {
		float: left;
	    clear: both;
	    padding-left: 20px;
	    padding-right: 0;
	    margin-top: 15px;
	}

	.header-main > .site-title {
		max-width: 44.444444%;
	}
}

@media (max-width: 768px) {
	.main-header-right-side {
		float: right;
	}

	.header-main > .site-title {
		max-width: 60%;
	}

	.single-open-post-share {
		float: left;
	    clear: both;
	    padding-left: 20px;
	    padding-right: 0;
	    margin-top: 15px;
	}

	.contact-us-left,
	.contact-us-right {
		width: 100%;
	}

	.contact-us-right {
		padding-right: 28px;
	}

	.site-navigation.collapse.in {
		display: block !important;
	}

	.site-navigation.collapse {
		display: none !important;
	}

	.site-navigation {
		display: none !important;
		background: #fff;
		right: -58px;
		width: 100%;
		min-width: 300px;
	}

	.site-navigation .sub-menu {
		background-color: transparent;
		width: auto;	
	}

	.site-navigation .sub-menu a {
		padding: 10px 20px;
		border: none!important;
	}

	.site-navigation .sub-menu a:hover {
		background-color: transparent;
		padding: 10px 20px;
	}
	
	.site-navigation .sub-menu {
		left: 0 !important;
		position: relative !important;
		opacity: 1 !important;
	}

	.site-navigation .sub-menu {
		-webkit-transform: translateY(0px) scale(1) !important;
		-moz-transform: translateY(0px) scale(1) !important;
		-o-transform: translateY(0px) scale(1) !important;
		-ms-transform: translateY(0px) scale(1) !important;
		transform: translateY(0px) scale(1) !important;
	}
	
	.site-navigation .sub-menu:before,
	.site-navigation .sub-menu:after {
		display: none !important;
	}

	.site-navigation {
		width: 100%;
		padding: 0;
	}

	.site-navigation > div > ul > li > a {
		width: 100%;
		padding: 0px 20px;
		color: #FFF!important;
		border-radius: 0;
	}

	.site-navigation > div > ul,
	.site-navigation li {
		display: block;
	}

	.site-navigation ul li {
		display: block;
		width: 100%
	}

	.site-navigation ul li ul li {
		padding-left: 15px;
		border-bottom: 1px solid #ddd;
	}

	.site-navigation ul li ul li:last-child {
		border: 0;
	}

	.site-navigation li {
		text-align: left!important;
		display: inline-block;
		float: left;
		clear: left;
	}

	.site-navigation > div > ul > li {
		padding-bottom: 0;
		text-align: left !important;
	}

	.site-navigation ul li.has-description > a > span {
		transform: translateY(-8px)!important;
	}

	.site-navigation ul li.has-description > a > small {
		transform: translateY(-5px)!important;
		opacity: 0;
	}

	.site-navigation > div > ul > li > a:after {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
		opacity: 1;
		-webkit-transform: scale(150)!important;
		-moz-transform: scale(150)!important;
		-o-transform: scale(150)!important;
		-ms-transform: scale(150)!important;
		transform: scale(150)!important;
	}

	.site-navigation > div > ul > li li a:hover:after {
		-webkit-transform: scale(150)!important;
		-moz-transform: scale(150)!important;
		-o-transform: scale(150)!important;
		-ms-transform: scale(150)!important;
		transform: scale(150)!important;
	}

		.featured-slider .featured-content .slider-content p {
		font-size: 56%;
		line-height: 1.4em;
		padding-top: 0;
	}

	.reading-header-right-side .menu-toggle {
		display: none;
	}
	
	a.site-title,
	.fixed.shrink a.site-title {
		font-size: 1.2rem;
	}

	.comments-container,
	.author-info,
	.site-content div.ssba {
		margin-left: 15px;
		margin-right: 15px;
		max-width: 100%;
	}

	body .site-navigation.collapse,
	.site-header.shrink .site-navigation,
	body.single-post .site-header.fixed.shrink .header-main .reading-header-right-side .site-navigation {
		right: 0;
		position: absolute;
		width: 100%;
		margin-top: 0;
		top: 10px;
		line-height: 50px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-ms-transition: all 0.4s;
		transition: all 0.4s;
		box-shadow: 0px 1px 4px 3px rgba(210, 210, 210, 0.5);
		border: 0;
	}

	.main-header-right-side .nav-menu li:not(.depth-0),
	.main-header-right-side .nav-menu li:not(.depth-0) a {
		background-color: transparent !important;
		background: transparent !important;
	}

	.main-header-right-side .nav-menu li:not(.depth-0) a {
		color: #2698d7 !important;
	}

	.main-header-right-side .nav-menu li:not(.depth-0) a:hover {
		color: #0c6291 !important;
	}


	.main-header-right-side .nav-menu li.depth-0 a {
		padding-left: 20px !important;
	}

	.main-header-right-side .nav-menu li a {
		height: 50px !important;
		line-height: 50px !important;
		display: inline-block !important;
		padding: 0 !important;
	}

	.main-header-right-side .nav-menu li {
		line-height: 46px !important;
		border-bottom: 0;
	}

	.main-header-right-side .nav-menu li a:before,
	.main-header-right-side .nav-menu li a:after {
		display: none;
	}

	.nav-menu {
		margin: 0;
		padding: 0 !important;
	}

	ul.sub-menu {
		padding: 0 !important;
		top: 0 !important;
	}

	.main-header-right-side .nav-menu li.depth-0 > a {
		background-color: #428bca;
	}

	.main-header-right-side .nav-menu li:not(.depth-0) > a span,
	.main-header-right-side .nav-menu li:not(.depth-0) > a {
		font-size: 13px;
	}

	.main-header-right-side .nav-menu li .sub-menu {
		display: block;
		left: 0 !important
	}

	.fp-slide-inner-container .fp-slide-title {
		max-width: 95%;
		left: 30px;
		top: 100px;
		bottom: auto;
	}

	.fp-slide-inner-container .fp-slide-excerpt {
		right: auto;
		left: 30px;
		top: 270px;
		bottom: auto;
		max-width: 65%;
	}

	.fp-slide-inner-container .fp-slide-readmore {
		left: 30px;
		right: auto;
		bottom: 200px;
	}

	.bx-controls {
		left: 30px;
		bottom: 170px;
	}

	.container.about .row.about-company-top > div:first-child img {
		margin: 0 auto;
		float: none;
		display: block;
	}

	.container.wide-container .row.about-company-lower {
		margin-top: 0;
	}

	.container.services .row > div {
		padding-bottom: 50px;
	}

	.container.services .row {
		left: auto;
	}

	.contact-us-row.top .wpcf7-form-control-wrap {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.contact-us-row.top .wpcf7-form-control-wrap input {
		width: 100%;
	}

	#testimonial-container .testimonial-image {
		display: none;
	}

	#testimonial-container .testimonial-data {
		width: 100%;
	}

	#testimonial-container .testimonial-item {
		height: auto;
		padding-bottom: 50px;
		padding-left: 70px;
	}

	.testimonial-pagination {
		bottom: 20%;
		left: 15%;
	}

	.client-list .client-item {
		width: 33.33% !important;
		margin-bottom: 20px;
	}

	body.blog .site-content article,
	body.search .site-content article,
	body.archive .site-content article {
		width: 50%;
	}

	.related-articles .related-thumb {
		padding-bottom: 35px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 570px) {
	.fp-slide-inner-container .fp-slide-title {
		font-size: 40px;
		line-height: 50px;
	}

	.fp-slide-inner-container .fp-slide-excerpt {
		font-size: 18px;
		line-height: 28px;
	}

	.service-wrapper .service-image {
		float: none;
	}

	.service-wrapper .service-title,
	.service-wrapper .service-excerpt {
		padding: 0;
	}

	.service-wrapper .service-readmore {
		margin-left: 0;
	}

	body .client-list .client-item {
		width: 50% !important;
		margin-bottom: 20px;
		float: none;
		display: inline-block;
	}

	.contact-us-top-row .wpcf7-form-control-wrap,
	.contact-us-top-row .wpcf7-form-control-wrap input {
		width: 	100%;
	}

	.contact-us-top-row .wpcf7-form-control-wrap.contact-us-email {
		padding: 0;
	}

	body.blog .site-content article,
	body.search .site-content article,
	body.archive .site-content article {
		width: 	100%;
	}

	.before-after-row {
		width: 400px;
		height: 400px
	}

	.before-after-side img,
	.before-after-side .before-after-side-image:before {
		width: 93px;
		height: 93px;
	}

	.before-after-side .before-after-side-image:before {
		line-height: 93px;
	}
}

@media (max-width: 480px) {
	body .container.team .row > div:not(.team-top) {
		left: auto;
	}

	body .team-member-wrapper .team-member-image {
		float: none;
	}

	body .team-member-wrapper .team-member-side {
		padding-left: 0;
	}

	.team-member-wrapper {
		padding-bottom: 30px;
	}

	.testimonial-pagination {
		bottom: 30px;
		left: auto;
		right: 70px;
	}

	.contact-us-top-wrapper {
		padding-left: 20px;
	}

	body .before-after-row {
		width: 300px;
		height: 300px
	}

	body .before-after-side img,
	body .before-after-side .before-after-side-image:before {
		width: 67px;
		height: 67px;
	}

	body .before-after-side .before-after-side-image:before {
		line-height: 67px;
	}
}

@media (max-width: 1157px) {
	body:not(.home) .container.wide-container {
		margin: 0 -15px;
		width: auto;
	}
}

/* Fontello fonts */
@font-face {
  font-family: 'icons';
  src: url('fonts/options12ae.eot?69397903');
  src: url('fonts/options12ae.eot?69397903#iefix') format('embedded-opentype'),
	   url('fonts/options12ae.woff?69397903') format('woff'),
	   url('fonts/options12ae.ttf?69397903') format('truetype'),
	   url('fonts/options12ae.svg?69397903#options') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
	font-family: 'options';
	src: url('../font/options.svg?69397903#options') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-at:before { content: '\21'; } /* '!' */
.icon-share:before { content: '\22'; } /* '&quot;' */
.icon-angle-down:before { content: '\23'; } /* '#' */
.icon-angle-right:before { content: '\24'; } /* '$' */
.icon-phone-1:before { content: '\25'; } /* '%' */
.icon-angle-up:before { content: '\26'; } /* '&amp;' */
.icon-right:before { content: '\27'; } /* ''' */
.icon-youtube-play:before { content: '\28'; } /* '(' */
.icon-facebook:before { content: '\29'; } /* ')' */
.icon-twitter:before { content: '\2a'; } /* '*' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus:before { content: '\e800'; } /* '' */
.icon-info-circled:before { content: '\e801'; } /* '' */
.icon-attention-1:before { content: '\e802'; } /* '' */
.icon-cancel-circled:before { content: '\e803'; } /* '' */
.icon-ok-circled:before { content: '\e804'; } /* '' */
.icon-gplus:before { content: '\e805'; } /* '' */
.icon-clock:before { content: '\e806'; } /* '' */
.icon-ok:before { content: '\e807'; } /* '' */
.icon-pinterest:before { content: '\e808'; } /* '' */
.icon-vimeo:before { content: '\e809'; } /* '' */
.icon-soundcloud:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80b'; } /* '' */
.icon-youtube:before { content: '\e80c'; } /* '' */
.icon-rss:before { content: '\e80d'; } /* '' */
.icon-tag:before { content: '\e80e'; } /* '' */
.icon-user:before { content: '\e80f'; } /* '' */
.icon-chat:before { content: '\e810'; } /* '' */
.icon-tumblr:before { content: '\e811'; } /* '' */
.icon-linkedin:before { content: '\e812'; } /* '' */
.icon-left:before { content: '\e813'; } /* '' */
.icon-eye:before { content: '\e814'; } /* '' */
.icon-heart-1:before { content: '\e815'; } /* '' */
.icon-heart-empty:before { content: '\e816'; } /* '' */
.icon-folder-open:before { content: '\e817'; } /* '' */
.icon-linkedin-1:before { content: '\e818'; } /* '' */
.icon-picture:before { content: '\e819'; } /* '' */
.icon-doc-text:before { content: '\e81a'; } /* '' */
.icon-file-video:before { content: '\e81b'; } /* '' */
.icon-file-audio:before { content: '\e81c'; } /* '' */
.icon-quote-left-1:before { content: '\e81d'; } /* '' */
.icon-link:before { content: '\e81e'; } /* '' */
.icon-calendar:before { content: '\e81f'; } /* '' */
.icon-comment-empty:before { content: '\e820'; } /* '' */