/*
Theme Name: BoltRL
Author: Anonymous
Author URI:
Version: 1
Description: BoltRL theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BoltRL
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url(//boltlightingrental.com/wp-content/themes/boltrl/fonts/icomoon.eot?tg3s60);
	src: url(//boltlightingrental.com/wp-content/themes/boltrl/fonts/icomoon.eot?tg3s60#iefix) format("embedded-opentype"), url(//boltlightingrental.com/wp-content/themes/boltrl/fonts/icomoon.ttf?tg3s60) format("truetype"), url(//boltlightingrental.com/wp-content/themes/boltrl/fonts/icomoon.woff?tg3s60) format("woff"), url(//boltlightingrental.com/wp-content/themes/boltrl/fonts/icomoon.svg?tg3s60#icomoon) format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e904";
}

.icon-location:before {
	content: "\e905";
}

.icon-facebook:before {
	content: "\e900";
}

.icon-instagram:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e90d";
}

.icon-youtube:before {
	content: "\e906";
}

.icon-envelope-o:before {
	content: "\f003";
}

.icon-chevron-thin-down:before {
	content: "\e903";
}

.icon-chevron-thin-left:before {
	content: "\e90c";
}

.icon-chevron-thin-right:before {
	content: "\e90b";
}

.top-box .item-list,
#nav,
#nav-second,
.dropdown,
.carousel .pagination ul,
.side-box .holder .text-list,
.contact-list,
.details-list,
.tool-list,
.col .holder .text-list,
.social-network,
.footer-list,
.text-line {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.header-holder:after,
#nav:after,
#nav-second:after,
.text-line:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #042f58;
	font: 10px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline-offset: -3px;
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 0;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
	border-radius: 4px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
	border-radius: 4px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
	border-radius: 2px;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
	border-radius: 4px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
	border-radius: 4px;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	border-radius: 4px;
}

.post-password-form input {
	float: left;
	height: 2em;
	border-radius: 4px;
}

.post-password-form input[type="password"] {
	width: 150px;
	border-radius: 4px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #131313;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
	border-radius: 2px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #131313;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #131313;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 18px;
}

h2,
.h2 {
	font-size: 18px;
}

h3,
.h3 {
	font-size: 12px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0057a8;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	min-width: 320px;
}

#wrapper {
	overflow: hidden;
	background: #e5eced;
}

.container {
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}

#header {
	position: relative;
}

#header:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 307px;
	background: url(//boltlightingrental.com/wp-content/themes/boltrl/images/header-bg.png) no-repeat;
	background-size: cover;
	z-index: 0;
}

.top-box {
	display: none;
}

.top-box .item-list li {
	padding: 0 9px;
	margin-right: -3px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.top-box .item-list a {
	text-decoration: none;
}

.top-box .item-list a.phone {
	color: #2977bf;
	font-weight: bold;
}

.top-box .item-list a.phone:hover {
	color: #205d95;
}

.top-box .item-list .icon-phone {
	color: #0057a8;
}

.top-line {
	font-size: 12px;
	padding: 0 0 34px;
	position: relative;
}

.top-line .icon-location {
	color: #000;
	font-size: 14px;
}

.top-line .link {
	text-decoration: none;
}

.top-line .link:hover {
	text-decoration: underline;
}

.top-line .right-box {
	padding: 3px 8px 0 0;
}

.top-line .right-box span {
	color: #d92328;
	font-weight: 900;
}

.top-line .right-box a {
	text-decoration: none;
	color: #464646;
}

.top-line .right-box a:hover {
	text-decoration: underline;
}

.bottom-line {
	padding: 0 0 20px;
}

.header-holder {
	background: #0057a8;
	padding: 10px 0 20px;
	position: relative;
	text-align: center;
	min-height: 48px;
	margin: 0 -7px;
}

.header-holder:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #0057a8;
	z-index: 0;
}

.btn {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 7px;
	font-size: 14px;
	border: 1px solid #5e5e5e;
	border-radius: 4px;
	line-height: 1;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.btn.btn-default {
	border-width: 2px;
	color: #23304f;
}

.btn.btn-default:hover {
	color: #fff;
	background: #5e5e5e;
}

.btn.btn-info {
	background: #131313;
	color: #fff;
	border-color: transparent;
}

.btn.btn-info:hover {
	background: #2d2d2d;
}

.logo {
	position: absolute;
	left: 50%;
	top: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 115px;
	z-index: 2;
}

.logo img {
	vertical-align: top;
}

.drop {
	overflow-x: hidden;
	position: absolute;
	top: 0;
	left: -256px;
	width: 248px;
	right: 0;
	z-index: 999;
	height: 100vh;
	background: #0057a8;
	padding: 8px 0 0;
	-webkit-transition: left .3s;
	transition: left .3s;
}

.hold {
	min-width: 320px;
	-webkit-transition: margin .3s;
	transition: margin .3s;
}

.nav-active .hold {
	margin: 0 0 0 248px;
}

.nav-opener {
	float: left;
	width: 19px;
	height: 18px;
	position: relative;
	padding: 0 0 0 19px;
	text-decoration: none;
	color: #fff;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener.close-btn {
	margin: 0 0 11px 19px;
}

.nav-active .nav-opener.close-btn span {
	opacity: 0;
}

.nav-active .nav-opener.close-btn:before,
.nav-active .nav-opener.close-btn:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener.close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-opener:after {
	top: calc(100% - 3px);
}

.nav-opener .name {
	text-transform: uppercase;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0 0 5px;
}

#nav {
	clear: both;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav > li {
	border-bottom: 1px solid #0f1418;
	border-top: 1px solid #526d87;
}

#nav > li:first-child,
#nav > li:last-child {
	border: 0;
}

#nav > li:first-child {
	border-bottom: 1px solid #0f1418;
}

#nav > li:hover > a,
#nav > li.active > a {
	background: #39a0ff;
}

#nav > li > a {
	text-decoration: none;
	color: #fff;
	padding: 11px 21px;
	display: block;
}

#nav-second {
	clear: both;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav-second > li {
	border-bottom: 1px solid #0f1418;
	border-top: 1px solid #526d87;
}

#nav-second > li:first-child,
#nav-second > li:last-child {
	border: 0;
}

#nav-second > li:first-child {
	border-bottom: 1px solid #0f1418;
}

#nav-second > li:hover > a,
#nav-second > li.active > a {
	background: #39a0ff;
}

#nav-second > li > a {
	text-decoration: none;
	color: #fff;
	padding: 11px 21px;
	display: block;
}

.dropdown {
	border-top: 1px solid #0f1418;
	font-weight: 700;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.dropdown li {
	position: relative;
	border-top: 1px solid #526d87;
	border-bottom: 1px solid #0f1418;
}

.dropdown li:first-child,
.dropdown li:last-child {
	border: 0;
}

.dropdown li:first-child {
	border-bottom: 1px solid #0f1418;
}

.dropdown li:before {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 14px;
	left: 31px;
	content: "";
	border-radius: 50%;
	background: #fff;
}

.dropdown a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 11px 11px 11px 38px;
}

.dropdown a:hover {
	background: #39a0ff;
}

.text-block {
	background: #2977bf;
	margin: 0 -15px;
	padding: 20px 15px 25px;
	color: #fff;
}

.text-block h1 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 3px;
	line-height: 1.2;
}

.text-block .title {
	margin: 15px 0 0;
	font-weight: bold;
	display: inline-block;
}

.text-block .description-box {
	padding: 5px 0 0;
	position: relative;
	z-index: 10;
}

.text-block .description-box .img-box {
	float: left;
	width: 25px;
	margin: 0 6px 0 0;
}

.text-block .description-box .description {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	color: #00e4ff;
	margin: 5px 0 0;
}

.text-block .description-box .description:hover {
	text-decoration: none;
}

.carousel {
	position: relative;
	margin: 0 -15px;
}

.carousel.carousel-add .slide {
	height: 403px;
}

.carousel.carousel-add .slide > div {
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 200px;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	float: left;
	min-height: 200px;
	background-size: cover;
	position: relative;
}

.carousel .slide:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, rgba(236, 52, 57, .35) 0%, rgba(53, 62, 149, .45) 100%);
	background: linear-gradient(to right, rgba(236, 52, 57, .35) 0%, rgba(53, 62, 149, .45) 100%);
}

.carousel .slide img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.carousel .btn-prev,
.carousel .btn-next {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 2;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	color: #f44247;
}

.carousel .btn-prev.disabled,
.carousel .btn-next.disabled {
	color: transparent;
}

.carousel .btn-next {
	left: auto;
	right: 15px;
}

.carousel .pagination {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 12px;
	z-index: 2;
}

.carousel .pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
	padding: 0 2px;
}

.carousel .pagination ul li.active a {
	background: #f44247;
}

.carousel .pagination ul a {
	width: 6px;
	height: 6px;
	display: block;
	text-decoration: none;
	border-radius: 50%;
	background: #fff;
	text-indent: 9999px;
}

.carousel .pagination ul a:hover {
	background: #f44247;
}

.carousel .text-box {
	position: absolute;
	left: 50%;
	bottom: 34px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: right;
	padding: 0 15px;
}

.carousel .text-box .title {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 0 0 15px;
	text-shadow: 1px 1px 1px rgba(1, 1, 1, .98);
	display: none;
}

.carousel .text-box .btn-info {
	font-size: 15px;
	padding: 10px 17px;
	line-height: 1.1;
}

.visual {
	background-size: cover;
	position: relative;
	min-height: 200px;
	margin: 0 -15px 20px;
}

.visual:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(left, rgba(236, 52, 57, .35) 0%, rgba(53, 62, 149, .45) 100%);
	background: linear-gradient(to right, rgba(236, 52, 57, .35) 0%, rgba(53, 62, 149, .45) 100%);
}

.visual .text-box {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.visual .text-box .title {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 0 0 15px;
	text-shadow: 1px 1px 1px rgba(1, 1, 1, .98);
	display: none;
}

.visual .text-box .btn-info {
	font-size: 18px;
	padding: 10px 17px;
	line-height: 1.1;
}

.text-info {
	text-align: left;
	padding: 0 0 17px;
}

.text-info .title {
	font-weight: bold;
	color: #0057a8;
}

.text-info address {
	font-style: normal;
}

.side-box {
	text-align: center;
	padding: 0 0 18px;
}

.side-box .title {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	display: block;
	padding: 0 0 5px;
	color: #fa3c3e;
}

.side-box .holder {
	margin: 0 auto;
	width: 76%;
}

.side-box .holder .img-box {
	float: left;
	margin: 0 10px 0 15px;
	width: 41px;
}

.side-box .holder .text-list {
	overflow: hidden;
	text-align: left;
}

.side-box .holder .text-list li {
	padding: 0 0 0 7px;
	position: relative;
}

.side-box .holder .text-list li:before {
	width: 3px;
	height: 3px;
	position: absolute;
	content: "";
	top: 4px;
	left: 2px;
	border-radius: 50%;
	background: #fa3c3e;
}

.side-box .holder .text-list a {
	text-decoration: none;
}

.side-box .holder .text-list a:hover {
	text-decoration: underline;
}

.side-box .btn-holder {
	text-align: center;
	clear: both;
	padding: 5px 0 0;
}

.side-box .btn-info {
	background: #0057a8;
	font-size: 10px;
	padding: 5px;
}

.side-box h2 {
	display: none;
}

.map-holder {
	border: 2px solid #010101;
	width: 269px;
	margin: 0 auto;
}

.map-holder iframe {
	width: 100%;
	margin: 0;
	height: 170px;
}

.contact-list {
	padding: 25px 0 13px;
}

.contact-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	width: 50%;
	border-right: 1px solid #bcbcbc;
}

.contact-list li:last-child {
	border: 0;
}

.contact-list .ico {
	float: left;
	margin: 8px 5px 0 0;
	font-size: 31px;
}

.contact-list .ico.icon-building {
	color: #fa3c3e;
}

.contact-list .ico.icon-location {
	color: #0057a8;
}

.contact-list .text-wrap {
	overflow: hidden;
}

.contact-list .text-wrap .title {
	display: block;
}

.contact-list address {
	margin: 0;
	font-style: normal;
}

.contact-list address br {
	display: none;
}

.details-list {
	padding: 0 0 7px;
	text-align: center;
}

.details-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	padding: 0 5px;
}

.details-list li:first-child {
	font-weight: bold;
}

.details-list .phone {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.details-list .phone:hover {
	text-decoration: underline;
}

.details-list .mail {
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
}

.details-list .mail:hover {
	text-decoration: none;
}

#main {
	z-index: 0;
	position: relative;
	padding: 95px 0 26px;
}

#main:before {
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	height: 314px;
	position: absolute;
	background: url(//boltlightingrental.com/wp-content/themes/boltrl/images/main-bg.png) no-repeat;
	background-size: cover;
}

h1 {
	color: #0057a8;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	margin: 0 0 3px;
}

h1 mark {
	background: transparent;
	color: #747474;
}

h2 {
	text-transform: uppercase;
	display: block;
	margin: 0 0 3px;
	font-weight: normal;
	color: #0057a8;
	line-height: 1.2;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h3 {
	color: #0057a8;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.text-hold {
	text-align: center;
	padding: 20px 0 0;
}

.text-hold p mark {
	background: transparent;
	color: #2977bf;
	font-weight: bold;
}

.main-post {
	padding: 0 0 7px;
	width: 96%;
	margin: 0 auto;
}

.main-post h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 7px;
}

.item-holder {
	width: 96%;
	margin: 0 auto;
}

.item-holder h1 {
	display: none;
}

.item-holder .item {
	padding: 0 0 12px;
}

.item-holder .item h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.item-holder .img-box {
	border: 2px solid #010101;
	margin: 0 0 6px;
}

.item-holder .img-box img {
	vertical-align: top;
	width: 100%;
}

.bottom-box {
	text-align: center;
	padding: 0 0 31px;
	position: relative;
	z-index: 1;
}

.bottom-box .btn-info {
	background: #09253e;
	font-size: 10px;
	padding: 5px;
}

.bottom-box .btn-info:hover {
	background: #0f406b;
}

.carousel-holder {
	margin: 0 0 13px;
}

.tool-list {
	padding: 0 0 27px;
	text-align: center;
}

.tool-list li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
}

.tool-list li:first-child {
	width: 100%;
	text-align: center;
	padding: 0 0 23px;
}

.tool-list li:nth-child(2) {
	width: 43%;
	position: relative;
	font-weight: bold;
}

.tool-list li:nth-child(2):before {
	position: absolute;
	content: "";
	top: -10px;
	right: 0;
	width: 1px;
	height: 33px;
	background: #bcbcbc;
}

.tool-list li:last-child {
	width: 57%;
	padding: 0 0 0 5px;
}

.tool-list .phone {
	text-decoration: none;
}

.tool-list .phone:hover {
	text-decoration: underline;
}

.tool-list h3 {
	text-transform: none;
	color: #17191b;
	font-size: 12px;
	font-weight: normal;
}

.tool-list .btn-info {
	background: #2977bf;
	font-size: 10px;
	padding: 5px;
}

.tool-list .btn-info:hover {
	background: #4490d7;
}

#footer {
	background-size: 640px 100%;
	background-repeat: no-repeat;
	background-position: 60% 50%;
	position: relative;
	z-index: 1;
	padding: 30px 0 0;
	text-align: center;
	color: #fff;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(5, 58, 107, .6);
	z-index: -1;
}

#footer .link {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 3px;
}

#footer dl > * {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0;
}

#footer dl dd a {
	color: #79beff;
	text-decoration: none;
}

#footer dl dd a:hover {
	text-decoration: underline;
}

#footer .bottom-line {
	padding: 0;
	position: relative;
	background: #042f58;
	padding: 10px 0;
}

#footer .bottom-line:before {
	position: absolute;
	content: "";
	top: 0;
	left: -9909px;
	right: -9999px;
	bottom: 0;
	background: #042f58;
	z-index: -1;
}

#footer .social-network {
	margin: -42px 0 19px;
}

#footer .btn-info {
	font-size: 15px;
	line-height: 1.1;
	margin: 0 0 15px;
	padding: 10px 17px;
}

.col:nth-child(2) .title {
	display: none;
}

.col:last-child {
	display: none;
}

.col .title {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 3px;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.col address {
	margin: 0;
	font-style: normal;
}

.col .holder .img-box {
	float: left;
	margin: 0 10px 0 0;
}

.col .holder .text-list {
	overflow: hidden;
}

.col .holder .text-list li {
	position: relative;
	padding: 0 0 0 10px;
}

.col .holder .text-list li:before {
	width: 6px;
	height: 6px;
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	border-radius: 50%;
	background: #fff;
}

.col .holder .text-list a {
	color: #79beff;
}

.col .holder .text-list a:hover {
	text-decoration: none;
}

.social-network {
	text-align: center;
	font-size: 12px;
}

.social-network li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	padding: 0 3px;
}

.social-network a {
	width: 24px;
	height: 27px;
	display: block;
	position: relative;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.social-network a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.social-network a.text {
	padding: 9px 0;
	font-size: 8px;
}

.social-network a:hover {
	color: #f44247;
}

.social-network a:hover:before {
	color: #f44247;
}

.mail-holder {
	padding: 0 0 13px;
}

.mail-holder .mail {
	color: #73b6f5;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.mail-holder .mail:hover {
	text-decoration: underline;
}

.mail-holder .icon-envelope-o {
	margin: 0 3px 0 0;
}

.footer-list {
	padding: 0 0 1px;
}

.footer-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	position: relative;
	padding: 0 4px;
}

.footer-list li:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

.footer-list li:last-child:before {
	display: none;
}

.footer-list a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer-list a:hover {
	color: #79beff;
	text-decoration: none;
}

.copy-box {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.copy-box a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.copy-box a:hover {
	color: #0057a8;
}

form.authorize .input-error {
	box-shadow: inset 2px 2px 0 red, inset -2px -2px 0 red;
}

.text-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px 1em;
}

.text-line-col {
	padding: 0 15px;
	width: 100%;
}

.text-line-col strong {
	display: block;
	font-style: italic;
	border-bottom: 2px solid #333;
	margin: 0 0 .5em;
}

.text-line-col p {
	margin: 0;
}

.table-section {
	overflow: auto;
}

.table-holder {
	width: 1000px;
}

.table-holder table {
	width: 100%;
}

.table-holder table thead th {
	color: #0057a8;
	font-size: 16px;
	padding: 10px;
}

.table-holder table th,
.table-holder table td {
	border-color: #0057a8;
	font-size: 14px;
}

.table-holder table tbody tr td {
	padding: 12px 8px;
	text-align: center;
}

@media (min-width: 480px) {
	body {
		font-size: 17px;
	}

	.header-holder {
		padding: 23px 0;
		margin: 0;
	}

	.logo {
		width: 154px;
		top: 8px;
	}

	.drop {
		left: -263px;
		padding: 17px 0 0;
	}

	.nav-opener.close-btn {
		margin: 0 0 11px 25px;
	}

	.nav-opener span,
	.nav-opener:before,
	.nav-opener:after {
		height: 6px;
	}

	.nav-opener:after {
		top: calc(100% - 6px);
	}

	.nav-opener {
		width: 38px;
		height: 34px;
		padding: 0 0 0 38px;
	}

	.nav-opener .name {
		font-size: 18px;
		padding: 13px 0 0 5px;
	}

	#nav {
		font-size: 18px;
	}
	#nav-second {
		font-size: 18px;
	}

	.dropdown {
		font-size: 16px;
	}

	.dropdown li:before {
		top: 18px;
	}

	.text-block {
		line-height: 1.4;
		padding: 33px 31px 50px;
	}

	.text-block h1 {
		margin: 0 0 12px;
		font-size: 36px;
	}

	.text-block p {
		margin: 0 0 25px;
	}

	.text-block .title {
		font-size: 18px;
		margin: 22px 0 0;
	}

	.text-block .description-box {
		padding: 12px 0 0;
	}

	.text-block .description-box .img-box {
		width: 50px;
		margin: 0 13px 0 0;
	}

	.text-block .description-box .description {
		margin: 10px 0 0;
	}

	.carousel .mask {
		min-height: 403px;
	}

	.carousel .slide {
		min-height: 403px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		font-size: 30px;
		left: 28px;
		top: 38%;
	}

	.carousel .btn-next {
		right: 28px;
		left: auto;
	}

	.carousel .pagination {
		bottom: 30px;
	}

	.carousel .pagination ul li {
		padding: 0 4px;
	}

	.carousel .pagination ul a {
		width: 10px;
		height: 10px;
	}

	.carousel .text-box {
		bottom: 100px;
	}

	.text-info {
		line-height: 1.4;
		padding: 0 0 25px;
	}

	.text-info p {
		margin: 0 0 26px;
	}

	.side-box {
		padding: 0 0 32px;
	}

	.side-box .title {
		font-size: 24px;
		padding: 0 0 12px;
	}

	.side-box .holder .img-box {
		width: 82px;
		margin: 0 25px 0 67px;
	}

	.side-box .holder .text-list {
		font-size: 14px;
	}

	.side-box .holder .text-list li:before {
		width: 6px;
		height: 6px;
		top: 5px;
	}

	.side-box .holder .text-list li {
		padding: 0 0 3px 14px;
	}

	.side-box .btn-holder {
		padding: 12px 0 0;
	}

	.side-box .btn-info {
		font-size: 18px;
		padding: 11px;
	}

	.map-holder {
		border-width: 3px;
	}

	.contact-list .ico {
		font-size: 36px;
		margin: 0 7px 0 0;
	}

	.details-list {
		padding: 0 0 22px;
		font-size: 14px;
	}

	.details-list li {
		padding: 0 10px;
	}

	#main {
		padding: 115px 0 57px;
	}

	h1 {
		font-size: 36px;
		margin: 0 0 9px;
		line-height: 1.2;
		letter-spacing: -2px;
	}

	h2 {
		margin: 0 0 12px;
		font-size: 36px;
	}

	h3 {
		font-size: 24px;
		margin: 0 0 13px;
	}

	.text-hold {
		padding: 35px 0 0;
		line-height: 1.4;
	}

	.main-post {
		padding: 3px 0 2px;
		line-height: 1.4;
		width: 91%;
	}

	.main-post h1 {
		margin: 0 0 19px;
	}

	.main-post p {
		margin: 0 0 28px;
	}

	.item-holder {
		line-height: 1.42;
		width: 91%;
	}

	.item-holder .item {
		padding: 0 0 26px;
		position: relative;
	}

	.item-holder .img-box {
		border-width: 3px;
		margin: 0 0 11px;
	}

	.bottom-box .btn-info {
		font-size: 18px;
		padding: 11px 17px;
	}

	.carousel-holder {
		margin: 0 0 30px;
	}

	.hold {
		line-height: 1.4;
		padding: 0 0 14px;
	}

	.tool-list {
		padding: 0 0 49px;
		font-size: 14px;
	}

	.tool-list h3 {
		font-size: 24px;
	}

	.tool-list .btn-info {
		font-size: 18px;
		padding: 10px 18px;
	}

	#footer {
		background-position: 50% 50%;
		background-size: cover;
	}

	#footer .link {
		margin: 0 0 8px;
	}

	#footer dl {
		margin: 0 0 25px;
	}

	#footer .bottom-line {
		padding: 23px 0;
	}

	#footer .social-network {
		margin: -53px 0 41px;
	}

	.col {
		font-size: 18px;
	}

	.col .title {
		padding: 0 0 10px;
	}

	.col address {
		margin: 0 0 4px;
	}

	.social-network {
		font-size: 20px;
	}

	.social-network li {
		padding: 0 6px;
	}

	.social-network a.text {
		font-size: 14px;
		padding: 17px 0;
	}

	.social-network a {
		width: 44px;
		height: 50px;
	}

	.mail-holder {
		font-size: 14px;
		padding: 0 0 20px;
	}

	.mail-holder .mail {
		margin: 0 0 7px;
	}

	.mail-holder .icon-envelope-o {
		font-size: 24px;
	}

	.footer-list {
		font-size: 14px;
		padding: 0 0 10px;
	}

	.footer-list li {
		padding: 0 7px;
	}

	.copy-box {
		font-size: 14px;
	}

	.text-line-col {
		width: 50%;
	}
}

@media (min-width: 600px) {
	.header-holder {
		min-height: 96px;
	}

	.drop {
		left: -497px;
		width: 482px;
	}

	.nav-active .hold {
		margin: 0 0 0 482px;
	}

	#nav > li > a {
		padding: 25px 27px;
	}
	#nav-second > li > a {
		padding: 25px 27px;
	}

	.dropdown {
		font-size: 18px;
	}

	.dropdown li:before {
		width: 9px;
		height: 9px;
		left: 50px;
		top: 31px;
	}

	.dropdown a {
		padding: 25px 25px 25px 63px;
	}

	.visual {
		min-height: 402px;
		margin: 0 -15px 33px;
	}

	.map-holder {
		width: 545px;
	}

	.map-holder iframe {
		height: 340px;
	}

	.contact-list {
		padding: 38px 0 58px;
	}

	.contact-list .ico.icon-location {
		margin-right: 12px;
	}

	.contact-list .ico {
		font-size: 60px;
		margin: 22px 20px 0 0;
	}

	.details-list {
		font-size: 17px;
	}

	.details-list li {
		padding: 0 23px;
	}

	.details-list .icon-phone {
		font-size: 24px;
		display: inline-block;
		vertical-align: middle;
	}

	.details-list .icon-envelope-o {
		font-size: 23px;
		display: inline-block;
		vertical-align: middle;
	}

	.bottom-box {
		padding: 0 0 60px;
	}

	.tool-list li:first-child {
		padding: 0 0 46px;
	}

	.tool-list li:nth-child(2):before {
		top: -16px;
		height: 64px;
		right: -3px;
	}

	.tool-list li:nth-child(2) {
		padding: 0 0 0 33px;
	}

	.tool-list li:last-child {
		padding: 0 0 0 24px;
	}

	.tool-list .icon-phone,
	.tool-list .icon-envelope-o {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.top-box {
		display: block;
		padding: 5px 0 0;
	}

	.top-line {
		padding: 0 0 20px;
	}

	.header-holder {
		padding: 0;
		min-height: 100%;
	}

	.logo {
		top: -55px;
		top: -32px;
		right: 15px;
		width: 95px;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.drop {
		position: static;
		height: 100%;
		width: auto;
		padding: 0;
		overflow: visible;
	}

	.nav-active .hold {
		margin: 0;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		font-size: 14px;
		line-height: 1.1;
		text-transform: uppercase;
	}

	#nav > li {
		border: 0 !important;
		position: relative;
		float: left;
	}

	#nav > li:before {
		height: 0;
		width: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid white;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#nav > li:hover a,
	#nav > li.active a {
		background: #39a0ff;
	}

	#nav > li:hover:before,
	#nav > li.active:before {
		content: "";
	}

	#nav > li:hover .dropdown {
		opacity: 1;
		visibility: visible;
	}

	#nav > li:first-child {
		border: 0;
	}

	#nav > li.has-dropdown:after {
		position: absolute;
		content: "\e903";
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "icomoon";
		color: #fff;
	}

	#nav > li.has-dropdown > a {
		padding: 15px 29px 15px 15px;
	}

	#nav > li > a {
		padding: 15px;
	}

	#nav-second {
		font-size: 14px;
		line-height: 1.1;
		text-transform: uppercase;
	}

	#nav-second > li {
		border: 0 !important;
		position: relative;
		float: left;
	}

	#nav-second > li:before {
		height: 0;
		width: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid white;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#nav-second > li:hover a,
	#nav-second > li.active a {
		background: #39a0ff;
	}

	#nav-second > li:hover:before,
	#nav-second > li.active:before {
		content: "";
	}

	#nav-second > li:hover .dropdown {
		opacity: 1;
		visibility: visible;
	}

	#nav-second > li:first-child {
		border: 0;
	}

	#nav-second > li.has-dropdown:after {
		position: absolute;
		content: "\e903";
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "icomoon";
		color: #fff;
	}

	#nav-second > li.has-dropdown > a {
		padding: 15px 29px 15px 15px;
	}

	#nav-second > li > a {
		padding: 15px;
	}


	.dropdown {
		border: 0;
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 2;
		min-width: 221px;
		font-size: 14px;
		background: #39a0ff;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.dropdown li:first-child {
		border: 0;
	}

	.dropdown li:before {
		width: 6px;
		height: 6px;
		top: 9px;
		left: 13px;
	}

	.dropdown li {
		border: 0;
		margin: 0 0 5px;
	}

	.dropdown li:last-child {
		margin: 0;
	}

	.dropdown a {
		padding: 5px 5px 5px 27px;
	}

	.dropdown a:hover {
		background: #0688ff !important;
	}

	.equipment-block .text-block {
		min-height: 400px;
		position: static;
		margin: 0 0 0 auto;
	}

	.equipment-block .carousel-add {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.equipment-block .carousel-add .mask {
		height: 100% !important;
		min-height: auto !important;
	}

	.text-block {
		margin: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 34%;
		padding: 10px;
		font-size: 14px;
	}

	.text-block h1 {
		text-transform: none;
		font-size: 25px;
		margin: 0 0 10px;
	}

	.text-block .title {
		margin: 10px 0 0;
	}

	.carousel {
		margin: 0;
	}

	.carousel.carousel-add .mask {
		width: 66%;
		min-height: 398px;
	}

	.carousel.carousel-add .slideset {
		height: 100%;
	}

	.carousel.carousel-add .slide {
		height: 100%;
		min-height: 398px;
	}

	.carousel.carousel-add .btn-next {
		left: auto;
		right: 38%;
	}

	.carousel .btn-prev.disabled,
	.carousel .btn-next.disabled {
		color: #e1e1e1;
	}

	.carousel .text-box {
		text-align: left;
		width: 50%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: 0;
		left: auto;
	}

	.carousel .text-box .title {
		display: block;
	}

	.carousel .text-box .btn-info {
		font-size: 18px;
	}

	.visual {
		min-height: 250px;
		margin: 0 0 16px;
	}

	.visual .text-box {
		width: 50%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: 0;
		left: auto;
		bottom: 60px;
		text-align: left;
	}

	.visual .text-box .title {
		display: block;
	}

	.text-info {
		float: left;
		width: 58%;
		padding: 0;
	}

	.side-box.side-box-add {
		padding: 5px 0 0;
	}

	.side-box.side-box-add:before {
		display: none;
	}

	.side-box {
		float: right;
		width: 40.5%;
		padding: 42px 0 0 15px;
		text-align: left;
		position: relative;
	}

	.side-box:before {
		position: absolute;
		content: "";
		width: 2px;
		background: #656565;
		top: 49px;
		left: 0;
		height: 113px;
	}

	.side-box .holder {
		width: 100%;
	}

	.side-box .holder .img-box {
		margin: 0 27px 0 0;
	}

	.side-box .btn-holder {
		padding: 2px 0 0;
	}

	.side-box .btn-info {
		float: right;
		margin: 0 55px 0 0;
	}

	.side-box h2 {
		display: block;
	}

	.map-holder {
		width: 100%;
	}

	.map-holder iframe {
		height: 242px;
	}

	.contact-list {
		padding: 15px 0 30px;
		font-size: 14px;
	}

	.contact-list .ico.icon-location {
		margin-right: 7px;
	}

	.contact-list .ico {
		font-size: 36px;
		margin: 0 7px 0 0;
	}

	.contact-list address br {
		display: block;
	}

	.details-list {
		text-align: left;
		font-size: 14px;
	}

	.details-list li {
		padding: 0 15px 0 0;
	}

	.details-list .phone {
		margin: 0 0 2px;
	}

	.details-list .icon-phone {
		font-size: 17px;
	}

	.details-list .icon-envelope-o {
		font-size: 17px;
	}

	#main {
		padding: 85px 0 57px;
	}

	h1 {
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 4px;
	}

	h2 {
		text-transform: none;
		font-size: 30px;
		margin: 0 0 10px;
	}

	.main-post {
		width: 100%;
		padding: 15px 0 7px;
		border-bottom: 1px solid #d2d2d2;
		margin: 0 0 22px;
	}

	.main-post h1 {
		margin: 0 0 6px;
	}

	.item-holder {
		width: 100%;
	}

	.item-holder h1 {
		display: block;
		color: #131313;
		margin: 0 0 10px;
	}

	.item-holder .item:nth-child(2n+1) .img-box {
		float: right;
		margin: 0 0 0 18px;
	}

	.item-holder .item {
		padding: 0 0 60px;
	}

	.item-holder .item h2 {
		font-weight: normal;
		position: absolute;
		top: -6px;
		left: 379px;
	}

	.item-holder .img-box {
		float: left;
		width: 364px;
		margin: 0 18px 0 0;
	}

	.item-holder .text-box {
		padding: 42px 0 0;
	}

	.bottom-box {
		text-align: left;
		margin: -104px 0 0;
		padding: 0 0 27px;
		width: 50%;
	}

	.carousel-holder {
		position: relative;
		margin: 0 0 18px;
	}

	.hold {
		padding: 0;
	}

	.tool-list {
		padding: 0;
	}

	.tool-list li:first-child {
		text-align: left;
		width: 37.5%;
		position: relative;
	}

	.tool-list li:first-child:before {
		position: absolute;
		content: "";
		right: -3px;
		top: -5px;
		width: 1px;
		height: 64px;
		background: #bcbcbc;
	}

	.tool-list li:nth-child(2):before {
		top: -5px;
	}

	.tool-list li:nth-child(2) {
		width: 25%;
		padding: 10px 0 0;
	}

	.tool-list li:last-child {
		width: 37.5%;
		padding: 10px 0 0;
	}

	.tool-list li {
		vertical-align: top;
	}

	.tool-list h3 {
		margin: 0 0 4px;
	}

	.tool-list .icon-phone,
	.tool-list .icon-envelope-o {
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
	}

	#footer {
		text-align: left;
	}

	#footer .bottom-line {
		padding: 19px 0;
	}

	#footer .btn-info {
		font-size: 18px;
	}

	.row {
		padding: 0 0 15px;
	}

	.col:nth-child(2) .title {
		display: block;
	}

	.col:last-child {
		display: block;
	}

	.col {
		float: left;
		width: 25%;
		font-size: 14px;
	}

	.col:nth-child(2) {
		width: 50%;
	}

	.col .title {
		font-size: 14px;
		padding: 0 0 13px;
	}

	.col address {
		margin: 0 0 8px;
		line-height: 1;
	}

	.mail-holder {
		padding: 0 0 11px;
	}

	.mail-holder .mail {
		margin: 0 0 11px;
	}

	.footer-list {
		float: left;
		margin: 0 -5px;
		line-height: 1;
	}

	.copy-box {
		float: right;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.item-holder .item:nth-child(2n+1) h2 {
		left: 0;
	}
}

@media (min-width: 1024px) {
	#content {
		float: left;
		width: 70%;
	}

	#sidebar {
		float: right;
		width: 27%;
	}

	.top-box .item-list a.phone {
		font-size: 28px;
	}

	.top-box .item-list .icon-phone {
		font-size: 22px;
	}

	.top-line {
		padding: 0 0 34px;
	}

	.logo {
		width: 154px;
		top: -67px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 53%;
	}

	#nav {
		padding: 0 36px;
	}

	#nav > li {
		margin: 0 25px 0 0;
	}

	#nav > li:nth-child(3) {
		margin: 0 185px 0 0;
	}

	#nav > li:last-child {
		margin: 0;
	}

	#nav > li > a {
		display: inline-block;
	}

	#nav-second {
		padding: 0 36px;
	}

	#nav-second > li {
		margin: 0 25px 0 0;
	}

	#nav-second > li:nth-child(3) {
		margin: 0 185px 0 0;
	}

	#nav-second > li:last-child {
		margin: 0;
	}

	#nav-second > li > a {
		display: inline-block;
	}

	.text-block {
		width: 39%;
		padding: 37px 31px 50px;
		font-size: 17px;
	}

	.text-block h1 {
		margin: 0 0 26px;
		font-size: 30px;
	}

	.text-block .title {
		margin: 16px 0 0;
	}

	.carousel.carousel-add .mask {
		width: 61%;
	}

	.carousel.carousel-add .btn-prev {
		left: -11px;
	}

	.carousel.carousel-add .btn-next {
		right: -11px;
		left: auto;
	}

	.carousel .mask {
		min-height: 436px;
	}

	.carousel .slide {
		min-height: 436px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: 0;
		font-size: 50px;
		font-weight: bold;
		top: 45%;
		color: #a1a1a1;
	}

	.carousel .btn-next {
		right: 0;
		left: auto;
	}

	.carousel .pagination {
		bottom: 13px;
	}

	.carousel .text-box {
		width: 42%;
		bottom: 120px;
	}

	.carousel .text-box .title {
		font-size: 24px;
		padding: 0 0 11px;
	}

	.visual .text-box {
		width: 39%;
		bottom: 85px;
	}

	.visual .text-box .title {
		font-size: 24px;
		padding: 0 0 11px;
	}

	.text-info {
		width: 64%;
	}

	.side-box {
		width: 35.5%;
	}

	.contact-list {
		padding: 23px 0 58px;
		font-size: 17px;
	}

	.contact-list li {
		width: 47%;
	}

	.contact-list li:last-child {
		padding: 0 0 0 19px;
	}

	.contact-list .ico.icon-location {
		margin-right: 12px;
	}

	.contact-list .ico {
		font-size: 60px;
		margin: 22px 20px 0 0;
	}

	.details-list {
		font-size: 17px;
	}

	.details-list li {
		padding: 0 32px 0 0;
	}

	.details-list .icon-phone {
		font-size: 24px;
	}

	.details-list .icon-envelope-o {
		font-size: 24px;
		margin: 0 8px 0 0;
	}

	#main {
		padding: 75px 0 57px;
	}

	.text-hold {
		padding: 40px 0 0;
	}

	.tool-list {
		font-size: 17px;
	}

	.tool-list .icon-phone,
	.tool-list .icon-envelope-o {
		font-size: 24px;
	}

	.tool-list .icon-envelope-o {
		margin: 0 8px 0 0;
	}

	#footer {
		font-size: 14px;
	}

	#footer .social-network {
		margin: -53px 0 25px;
	}

	.col:nth-child(2) .title {
		padding: 0 0 4px;
	}

	.col {
		width: 25.2%;
		border-right: 1px solid #fff;
	}

	.col:nth-child(2) {
		width: 50.5%;
	}

	.col:last-child {
		border: 0;
		width: 24.3%;
		padding: 0 0 0 24px;
	}

	.text-line-col {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.carousel.carousel-add .btn-prev {
		left: -90px;
	}

	.carousel.carousel-add .btn-next {
		right: -90px;
		left: auto;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: -60px;
	}

	.carousel .btn-next {
		right: -60px;
		left: auto;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#nav > li.menu-item-has-children:hover > a {
		background: transparent;
	}

	#nav-second > li.menu-item-has-children:hover > a {
		background: transparent;
	}

	.blog-holder {
		padding-top: 100px;
	}
}


@media (min-width: 768px) {
	.drop{
		display: flex;
	}
	.footer-cta{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
}

@media (min-width: 1024px) {
	#nav{
		max-width: 455px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	#nav-second{
		max-width: 400px;
		width: 100%;
		margin-left: 140px;
		display: flex;
		justify-content: flex-start;
	}
	#nav > li{
		margin: 0 15px 0 0;
	}
	#nav > li:nth-child(3) {
		margin: 0 0 0 0;
	}
}
@media (max-width: 767px) {
	#nav > li:first-child, #nav > li:last-child{
		border-bottom: 1px solid #0f1418;
		border-top: 0;
}
}


.blog-post{
	margin-bottom: 30px;
}

.blog-post .img-holder{
	max-width: 50%;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.blog-post .img-holder a{
	display: inline-block;
}
.blog-post .info-holder .photo-holder{
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 30px;
	height: 30px;
	width: 100%;
	margin-right: 10px;
}
.blog-post .info-holder a{
	text-decoration: none;
	display: block;
}

.blog-post .info-holder h3{
	color: #303030;
}

.blog-post .info-holder .user-info{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.blog-post .info-holder .user-name{
	color: #48aae0;
	font-weight: bold;
	margin-right: 10px;
}

.blog-post .info-holder time{
	color: #aaa;
}
.blog-post .info-holder .text-holder{
	color: #5c5c5c;
}

@media (min-width: 768px) {
	.blog-post{
		display: flex;
		justify-content: space-between;
	}
	.blog-post .img-holder{
		margin-right: 20px;
		margin-bottom: 0;
		max-width: 40%;
	}
	.blog-post .info-holder{
		max-width: 60%;
		width: 100%;
	}
	.blog-post .info-holder .user-info{
		margin-bottom: 30px;
	}
}

@media (min-width: 480px) {
	.blog-post .info-holder .photo-holder{
		max-width: 50px;
		height: 50px;
		width: 100%;}

}

.posts-holder{
	padding-top: 30px; 
}
@media (max-width: 767px) {
.blog-post .img-holder{
margin-left: 0;
}
}
@media (min-width: 767px) {
	.container-post{
		max-width:50%;
	}
}/* =WordPress Core
-------------------------------------------------------------- */
.wpcf7-form .row,
.authorize .row{
	overflow: hidden;
}
.wpcf7-form .row .col,
.authorize .row .col{
	width: 50%;
}
.wpcf7-form .row input,
.wpcf7-form .row select,
.wpcf7-form .row textarea,
.authorize .row textarea,
.authorize .row input{
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 10px;
}
.wpcf7-form .row .col3,
.authorize .row .col3{
	width: 33%;
	display: inline-block;
}

.wpcf7-form .row input[type="radio"] {
	-webkit-appearance: radio;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 6px;
}

.position-inputs label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px 0 0;
}
.position-inputs p {
	display: none;
}
.position-inputs.show-text p {
	display: block;
}
@media screen and (max-width: 1024px) {
	#main{
		padding: 10% 0 26px;
	}

}
@media screen and (max-width: 768px) {

	.wpcf7-form .row .col,
	.wpcf7-form .row .col3,
	.authorize .row .col,
	.authorize .row .col3{
		width: 100%;
		display: block;
	}
	.wpcf7-form .row .col:nth-child(2),
	.authorize .row .col:nth-child(2){
		padding: 0;
	}

	.wpcf7-form .row {
		margin: 0 0 10px;
	}
	#main{
		padding: 20% 0 26px;
	}

	.wpcf7-form .row input[type="radio"] {
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width: 414px){
	#main{
		padding: 27% 0 26px;
	}
}

.carousel .text-box .text{
	color: #fff;
	padding: 0 0 15px 0;
}
.contact-page .text-info,
.contact-page .side-box{
	width: 100%;
}

.wpcf7-form .mc4wp-checkbox input{
	margin-right: 5px;
}

.bolt-like-btn{
	text-decoration: none;
}

.bolt-like-btn .bolt-like-btn-text {
    margin: 0;
    display: inline-block;
    border-radius: .25em;
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    line-height: normal;
    padding: 3px 10px;
    font-size: .75em;
    cursor: pointer;
    color: #777;
    background: #dfdfdf;
    box-shadow: 1px 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.bolt-like-btn .count {
    position: relative;
    display: inline-block;
    border: 1px solid #898f9c;
    border-radius: .25em;
    vertical-align: middle;
    color: #333;
    font-size: .75em;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25em .5em;
    margin-left: .5em;
    line-height: 1em;
    min-width: 2.25em;
}

.bolt-like-btn .count:before {
    content: '';
    width: .25em;
    height: .25em;
    position: absolute;
    border: 1px solid transparent;
    background: #fff;
    border-bottom-color: #898f9c;
    left: -.2125em;
    top: 50%;
    margin-top: -.2em;
    border-left-color: #898f9c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 415px) {
 .carousel .text-box .text {
  display: none;
 }
}

.contact-list{
	display:flex;
	justify-content:center;
}