/*
Theme Name: labirint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: labirint
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

labirint is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("fonts/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype"), url("fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold.ttf") format("truetype"), url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1200px) {
  /* line 76, css/style.scss */
  .container {
    float: none !important;
    width: 985px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* line 83, css/style.scss */
.no-padding {
  padding: 0;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 89, css/style.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 95, css/style.scss */
body {
  margin: 0;
  font-family: "OpenSans-Regular";
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 113, css/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 120, css/style.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 125, css/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 131, css/style.scss */
[hidden],
template {
  display: none;
}

/* line 135, css/style.scss */
a {
  background-color: transparent;
}
/* line 139, css/style.scss */
a:active, a:hover {
  outline: none;
}

/* line 144, css/style.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 149, css/style.scss */
b,
strong {
  font-weight: bold;
}

/* line 153, css/style.scss */
dfn {
  font-style: italic;
}

/* line 157, css/style.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 162, css/style.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 167, css/style.scss */
small {
  font-size: 80%;
}

/* line 172, css/style.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 179, css/style.scss */
sup {
  top: -0.5em;
}

/* line 183, css/style.scss */
sub {
  bottom: -0.25em;
}

/* line 187, css/style.scss */
img {
  border: 0;
}

/* line 191, css/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 195, css/style.scss */
figure {
  margin: 1em 40px;
}

/* line 199, css/style.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 204, css/style.scss */
pre {
  overflow: auto;
}

/* line 211, css/style.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 220, css/style.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#map_canvas{
        height: 500px;
        }
.mybtn{
    border: 1px solid #cb0808;
    padding: 10px 20px;
    font-size: 20px;
    color: #cb0808 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: .3s;
}
.mybtn:hover{
    color: #fff !important;
    background: #cb0808;
}
/* line 226, css/style.scss */
button {
  overflow: visible;
}

/* line 231, css/style.scss */
button,
select {
  text-transform: none;
}

/* line 238, css/style.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 244, css/style.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 249, css/style.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 254, css/style.scss */
input {
  line-height: normal;
}

/* line 259, css/style.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 265, css/style.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 270, css/style.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 274, css/style.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 280, css/style.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 285, css/style.scss */
textarea {
  overflow: auto;
}

/* line 289, css/style.scss */
optgroup {
  font-weight: bold;
}

/* line 293, css/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 299, css/style.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 310, css/style.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 14px;
 
  line-height: 1.5;
}

/* line 322, css/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* line 326, css/style.scss */
p {
  margin-bottom: 1.5em;
}

/* line 333, css/style.scss */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 337, css/style.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 341, css/style.scss */
address {
  margin: 0 0 1.5em;
}

/* line 345, css/style.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 360, css/style.scss */
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 367, css/style.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 373, css/style.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 378, css/style.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 385, css/style.scss */
html {
  box-sizing: border-box;
}

/* line 391, css/style.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 395, css/style.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 402, css/style.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

/* line 407, css/style.scss */
blockquote,
q {
  quotes: "" "";
}

/* line 411, css/style.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 419, css/style.scss */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

/* line 423, css/style.scss */
ul {
  list-style: disc;
}

/* line 427, css/style.scss */
ol {
  list-style: decimal;
}

/* line 432, css/style.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 437, css/style.scss */
dt {
  font-weight: bold;
}

/* line 441, css/style.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 445, css/style.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 450, css/style.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 461, css/style.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* line 478, css/style.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

/* line 490, css/style.scss */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 510, css/style.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 516, css/style.scss */
select {
  border: 1px solid #ccc;
}

/* line 535, css/style.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 553, css/style.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

/* line 557, css/style.scss */
textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 568, css/style.scss */
a {
  color: royalblue;
}

/* line 572, css/style.scss */
a:visited {
  color: purple;
}

/* line 578, css/style.scss */
a:hover,
a:focus,
a:active {
  color: midnightblue;
}

/* line 582, css/style.scss */
a:focus {
  outline: thin dotted;
}

/* line 587, css/style.scss */
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 594, css/style.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

/* line 601, css/style.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 608, css/style.scss */
.main-navigation li {
  float: left;
  position: relative;
}

/* line 613, css/style.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* line 618, css/style.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

/* line 627, css/style.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

/* line 632, css/style.scss */
.main-navigation ul ul a {
  width: 200px;
}

/* line 653, css/style.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* line 658, css/style.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
/* line 670, css/style.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 675, css/style.scss */
  .menu-toggle {
    display: none;
  }

  /* line 678, css/style.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 685, css/style.scss */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 692, css/style.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* line 699, css/style.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 709, css/style.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 717, css/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 738, css/style.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 745, css/style.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 751, css/style.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 757, css/style.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 778, css/style.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 789, css/style.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 796, css/style.scss */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
/* line 801, css/style.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 811, css/style.scss */
.sticky {
  display: block;
}

/* line 815, css/style.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 820, css/style.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 825, css/style.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 831, css/style.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 835, css/style.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/* line 844, css/style.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 851, css/style.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 855, css/style.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 864, css/style.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 869, css/style.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 878, css/style.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 888, css/style.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 895, css/style.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 900, css/style.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 906, css/style.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 910, css/style.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 917, css/style.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 921, css/style.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 928, css/style.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 932, css/style.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

/* line 936, css/style.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 940, css/style.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 944, css/style.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 948, css/style.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 952, css/style.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 956, css/style.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 960, css/style.scss */
.gallery-caption {
  display: block;
}

/* line 964, css/style.scss */
body {
  position: relative;
  padding-top: 41px;
}
/* line 969, css/style.scss */
body.admin-bar .address-bar {
  top: 32px;
}

/* line 974, css/style.scss */
.address-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #484848;
  color: #fff;
  font-size: 14px;
  z-index: 999;
}
/* line 983, css/style.scss */
.address-bar .container {
  padding: 0;
}
/* line 987, css/style.scss */
.address-bar .widget-wrapper {
  position: relative;
  display: inline-block;
  margin: 9px 0 9px 9px;
  padding: 1px 12px 1px 27px;
  border-right: 1px solid #606060;
}
/* line 994, css/style.scss */
.address-bar .widget-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  text-align: center;
}
/* line 1004, css/style.scss */
.address-bar .widget-wrapper:nth-child(1) {
  margin-left: 0;
}
/* line 1007, css/style.scss */
.address-bar .widget-wrapper:nth-child(1):before {
  background: url(img/top-info1.png) center no-repeat;
}
/* line 1012, css/style.scss */
.address-bar .widget-wrapper:nth-child(2):before {
  background: url(img/top-info2.png) center no-repeat;
}
/* line 1017, css/style.scss */
.address-bar .widget-wrapper:nth-child(3):before {
  background: url(img/top-info3.png) center no-repeat;
}
/* line 1021, css/style.scss */
.address-bar .widget-wrapper:nth-child(4) {
  border-right: 0;
}
/* line 1024, css/style.scss */
.address-bar .widget-wrapper:nth-child(4):before {
  background: url(img/top-info4.png) center no-repeat;
}

/* line 1031, css/style.scss */
.main-navbar .container {
  padding: 0;
}

/* line 1035, css/style.scss */
.navbar-default {
  background: none;
  border: 0;
}
/* line 1039, css/style.scss */
.navbar-default .container-fluid {
  padding: 0;
}

/* line 1043, css/style.scss */
.navbar-brand {
  margin: 11px 0 0 0 !important;
  padding: 0;
}

/* line 1047, css/style.scss */
.navbar-collapse {
  float: right;
}
/* line 1052, css/style.scss */
.navbar-collapse .navbar-nav li.menu-item a {
  padding: 40px 15px 20px;
  background: none;
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1064, css/style.scss */
.navbar-collapse .navbar-nav li.menu-item a:hover {
  color: #fff;
  background: #cb0808;
}
/* line 1070, css/style.scss */
.navbar-collapse .navbar-nav li.menu-item.current-menu-item a {
  color: #fff;
  background: #cb0808;
}

/* line 1079, css/style.scss */
.footernav-wrap {
  border-top: 2px solid #c0c0c0;
}
/* line 1082, css/style.scss */
.footernav-wrap .menu {
  text-align: center;
}
/* line 1085, css/style.scss */
.footernav-wrap .menu li.menu-item {
  display: inline-block;
}
/* line 1088, css/style.scss */
.footernav-wrap .menu li.menu-item a {
  display: block;
  margin: 55px 20px;
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 1096, css/style.scss */
.footernav-wrap .menu li.menu-item a:hover {
  color: #ca0a09;
  text-decoration: underline;
}
/* line 1103, css/style.scss */
.footernav-wrap .menu li.menu-item.current-menu-item a {
  color: #ca0a09;
  text-decoration: underline;
}

/* line 1111, css/style.scss */
.copyrights-wrap {
  margin-bottom: 50px;
}
/* line 1114, css/style.scss */
.copyrights-wrap .col-lg-6 {
  padding: 0;
}

/* line 1119, css/style.scss */
.copyright p {
  margin: 0;
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}

/* line 1126, css/style.scss */
.footer-logo {
  float: right;
  display: block;
}
/* line 1130, css/style.scss */
.footer-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 1139, css/style.scss */
.footer-logo img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 1146, css/style.scss */
.comp-wrapper {
  margin: 50px auto !important;
}
/* line 1149, css/style.scss */
.comp-wrapper .big {
  margin-bottom: 0;
}
/* line 1152, css/style.scss */
.comp-wrapper .big p {
  margin-bottom: 15px !important;
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1159, css/style.scss */
.comp-wrapper .bigger {
  margin-bottom: 0;
}
/* line 1162, css/style.scss */
.comp-wrapper .bigger p {
  margin-bottom: 15px !important;
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Regular";
}

/* line 1170, css/style.scss */
.company-history {
  margin-top: 70px;
  margin-bottom: 20px;
}

/* line 1175, css/style.scss */
.simple-page-title-border {
  width: 100%;
  border-top: 3px solid #f6ab11;
}
/* line 1179, css/style.scss */
.simple-page-title-border .vc_column-inner {
  padding: 0 !important;
}

/* line 1183, css/style.scss */
.simple-page-title {
  display: inline-block;
  margin: -25px 0 25px 0;
  padding: 0 20px 0 13px;
  color: #000;
  background: #fff;
  font-size: 36px;
  font-family: "OpenSans-Regular";
  vertical-align: top;
}

/* line 1194, css/style.scss */
.company-history-tabs .vc_tta-tab {
  position: relative;
  margin: 0 10px 10px 0 !important;
}
/* line 1198, css/style.scss */
.company-history-tabs .vc_tta-tab:before {
  content: '';
  position: absolute;
  top: 21px;
  left: -10px;
  width: 14px;
  height: 11px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1213, css/style.scss */
.company-history-tabs .vc_tta-tab > a {
  padding: 15px 15px 15px 35px !important;
  color: #484848 !important;
  background: none !important;
  border: 1px solid #c0c0c0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: "OpenSans-Regular" !important;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1229, css/style.scss */
.company-history-tabs .vc_tta-tab.vc_active {
  position: relative;
}
/* line 1232, css/style.scss */
.company-history-tabs .vc_tta-tab.vc_active:before {
  top: 21px;
  left: 12px;
  width: 14px;
  height: 11px;
  opacity: 1;
  background: url(img/history-tabs-arrow.png) center no-repeat;
  z-index: 9;
}
/* line 1241, css/style.scss */
.company-history-tabs .vc_tta-tab.vc_active > a {
  color: #fff !important;
  background: #cb0808 !important;
  border: 1px solid #cb0808 !important;
}
/* line 1246, css/style.scss */
.company-history-tabs .vc_tta-tab.vc_active > a:before {
  display: none !important;
}
/* line 1247, css/style.scss */
.company-history-tabs .vc_tta-tab.vc_active > a:after {
  display: none !important;
}
/* line 1252, css/style.scss */
.company-history-tabs .vc_tta-tab:hover:before {
  top: 21px;
  left: 12px;
  width: 14px;
  height: 11px;
  opacity: 1;
  background: url(img/history-tabs-arrow.png) center no-repeat;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1266, css/style.scss */
.company-history-tabs .vc_tta-tab:hover > a {
  color: #fff !important;
  background: #cb0808 !important;
  border: 1px solid #cb0808 !important;
}
/* line 1271, css/style.scss */
.company-history-tabs .vc_tta-tab:hover > a:before {
  display: none !important;
}
/* line 1272, css/style.scss */
.company-history-tabs .vc_tta-tab:hover > a:after {
  display: none !important;
}
/* line 1276, css/style.scss */
.company-history-tabs .vc_tta-tab:last-child {
  margin-bottom: 0 !important;
}
/* line 1281, css/style.scss */
.company-history-tabs .vc_tta-panels-container .vc_tta-panels {
  border: 0 !important;
  background: none !important;
}
/* line 1285, css/style.scss */
.company-history-tabs .vc_tta-panels-container .vc_tta-panels .big {
  margin: 0;
}
/* line 1288, css/style.scss */
.company-history-tabs .vc_tta-panels-container .vc_tta-panels .big p {
  margin-bottom: 10px !important;
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1295, css/style.scss */
.company-history-tabs .vc_tta-panels-container .vc_tta-panels .bigger {
  margin: 0;
}
/* line 1298, css/style.scss */
.company-history-tabs .vc_tta-panels-container .vc_tta-panels .bigger p {
  margin-bottom: 10px !important;
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Regular";
}
/* line 1307, css/style.scss */
.company-history-tabs .vc_tta-panel-body {
  padding: 0 0 0 30px !important;
}

/* line 1311, css/style.scss */
.company-history-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  margin: 0 !important;
}

/* line 1315, css/style.scss */
.our-magazine-title {
  margin-top: 80px;
}

/* line 1319, css/style.scss */
.magazine-slider-wrap {
  margin: 30px auto 60px;
}
/* line 1323, css/style.scss */
.magazine-slider-wrap .slick-next,
.magazine-slider-wrap .slick-prev {
  top: 40%;
  background: none;
  box-shadow: none;
}
/* line 1330, css/style.scss */
.magazine-slider-wrap .ult-item-wrap img.vc_single_image-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 1339, css/style.scss */
.magazine-slider-wrap .ult-item-wrap img.vc_single_image-img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 1347, css/style.scss */
.breadcrumbs-wrap {
  position: relative;
}

/* line 1350, css/style.scss */
.breadcrumbs-content {
  position: absolute !important;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 1357, css/style.scss */
.breadcrumbs {
  margin: 0 auto;
  text-align: center;
}
/* line 1361, css/style.scss */
.breadcrumbs span {
  color: #fff;
  font-size: 18px;
  font-family: "OpenSans-Regular";
}
/* line 1366, css/style.scss */
.breadcrumbs a {
  font-size: 18px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 1371, css/style.scss */
.breadcrumbs a.home-page-link {
  color: #fff;
}
/* line 1374, css/style.scss */
.breadcrumbs a.current-page-link span, .breadcrumbs a.current-page-link {
  color: #f7ac00;
}
/* line 1377, css/style.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 1383, css/style.scss */
.page-content, .entry-content, .entry-summary {
  margin: 0;
}

/* line 1390, css/style.scss */
.contact-page .wpb_content_element {
  margin-bottom: 0 !important;
}

/* line 1395, css/style.scss */
.contact-info .wpb_single_image {
  float: left;
  width: 50px;
  margin: 0;
}
/* line 1400, css/style.scss */
.contact-info .wpb_text_column.wpb_content_element {
  float: left;
  width: calc(100% - 50px);
  margin: 0;
}
/* line 1405, css/style.scss */
.contact-info .wpb_text_column.wpb_content_element p {
  font-size: 16px;
}

/* line 1410, css/style.scss */
.ask-question {
  margin: 60px 0 0px;
}

/* line 1413, css/style.scss */
.contact-form-wrap {
  padding: 0;
}
/* line 1416, css/style.scss */
.contact-form-wrap .form-control {
  padding: 25px 18px;
  color: #484848;
  background: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1425, css/style.scss */
.contact-form-wrap .red-star {
  color: #cb0808;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1434, css/style.scss */
.contact-form-wrap .username-block,
.contact-form-wrap .phone-block,
.contact-form-wrap .email-block,
.contact-form-wrap .subject-block,
.contact-form-wrap .message-block {
  position: relative;
}
/* line 1437, css/style.scss */
.contact-form-wrap .username-block label,
.contact-form-wrap .phone-block label,
.contact-form-wrap .email-block label,
.contact-form-wrap .subject-block label,
.contact-form-wrap .message-block label {
  position: absolute;
  display: block;
  top: 29px;
  left: 18px;
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1446, css/style.scss */
.contact-form-wrap .username-block textarea,
.contact-form-wrap .phone-block textarea,
.contact-form-wrap .email-block textarea,
.contact-form-wrap .subject-block textarea,
.contact-form-wrap .message-block textarea {
  height: 155px;
}
/* line 1452, css/style.scss */
.contact-form-wrap .username-block,
.contact-form-wrap .phone-block,
.contact-form-wrap .email-block {
  float: left;
  width: calc(33.3% - 13px);
  box-sizing: border-box;
}
/* line 1457, css/style.scss */
.contact-form-wrap .phone-block {
  margin: 0 20px;
}
/* line 1460, css/style.scss */
.contact-form-wrap .btn-send {
  display: block;
  margin: 40px auto 0;
  padding: 15px 38px;
  color: #cb0808;
  background: none;
  border: 1px solid #cb0808;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1477, css/style.scss */
.contact-form-wrap .btn-send:hover {
  color: #fff;
  background: #cb0808;
  box-shadow: none;
  border: 1px solid #cb0808;
  text-shadow: none;
}

/* line 1489, css/style.scss */
.why-we {
  padding: 50px 0;
}
/* line 1492, css/style.scss */
.why-we .simple-page-title {
  margin-left: -15px;
  margin-bottom: 40px;
  padding-left: 0;
}
/* line 1497, css/style.scss */
.why-we .wpb_single_image.wpb_content_element.vc_align_left {
  float: left;
  width: 40px;
}
/* line 1501, css/style.scss */
.why-we .wpb_text_column {
  float: left;
  width: calc(100% - 40px);
  padding-right: 20px;
  box-sizing: border-box;
}
/* line 1507, css/style.scss */
.why-we .wpb_text_column p {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1513, css/style.scss */
.why-we .vc_row.wpb_row.vc_inner.vc_row-fluid {
  margin-top: 20px;
}

/* line 1517, css/style.scss */
.gray-wrap {
  padding-top: 80px;
  background: #ebebeb;
}
/* line 1521, css/style.scss */
.gray-wrap .simple-page-title {
  background: #ebebeb;
  margin-left: -15px;
  padding-left: 0;
}
/* line 1526, css/style.scss */
.gray-wrap .floor {
  margin-bottom: 40px;
}

/* line 1530, css/style.scss */
.block-title {
  color: #939393;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  border-bottom: 1px solid #939393;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 1539, css/style.scss */
.block-text .vc_single_image-wrapper.vc_box_border_grey {
  float: left;
}
/* line 1543, css/style.scss */
.block-text .vc_figure-caption {
  float: left;
  margin: 6px 0 0 20px;
  color: #484848 !important;
  font-size: 16px !important;
  font-family: "OpenSans-Regular" !important;
}

/* line 1551, css/style.scss */
.fill-a-bid {
  padding: 90px 0 0;
}
/* line 1554, css/style.scss */
.fill-a-bid .simple-page-title {
  padding-left: 0;
}
/* line 1558, css/style.scss */
.fill-a-bid .subtitle {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #000;
  border-bottom: 1px solid #939393;
  font-size: 18px;
  font-family: "OpenSans-Regular";
}
/* line 1567, css/style.scss */
.fill-a-bid input[type="checkbox"] {
  display: inline-block;
  margin: 8px 6px 0 0;
  vertical-align: top;
}
/* line 1574, css/style.scss */
.fill-a-bid span.wpcf7-list-item-label {
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  cursor: pointer;
}
/* line 1588, css/style.scss */
.fill-a-bid .col-lg-6.left {
  padding-left: 0;
  padding-right: 10px;
}
/* line 1592, css/style.scss */
.fill-a-bid .col-lg-6.right {
  padding-right: 0;
  padding-left: 10px;
}
/* line 1597, css/style.scss */
.fill-a-bid .col-lg-6 .subtitle {
  margin: 20px 0 30px;
}
/* line 1600, css/style.scss */
.fill-a-bid .col-lg-6 .form-control {
  height: auto;
  padding: 11px 14px;
  color: #484848;
  background: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1610, css/style.scss */
.fill-a-bid .col-lg-6 textarea.form-control {
  height: 170px;
  resize: none;
}
/* line 1614, css/style.scss */
.fill-a-bid .col-lg-6 .btn-send {
  float: right;
  display: block;
  margin: 63px auto 0;
  padding: 15px 38px;
  color: #cb0808;
  background: none;
  border: 1px solid #cb0808;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1632, css/style.scss */
.fill-a-bid .col-lg-6 .btn-send:hover {
  color: #fff;
  background: #cb0808;
  box-shadow: none;
  border: 1px solid #cb0808;
  text-shadow: none;
}
/* line 1640, css/style.scss */
.fill-a-bid .col-lg-6 img.ajax-loader {
  float: right;
  position: absolute;
  right: 175px;
  bottom: 14px;
}
/* line 1647, css/style.scss */
.fill-a-bid div.wpcf7-response-output {
  display: inline-block;
  width: 100%;
  margin: 28px auto;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  text-align: center;
}

/* line 1658, css/style.scss */
.renters-page-magazine {
  margin-top: 50px;
}

/* line 1664, css/style.scss */
.page404 {
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
  padding-top: 45px;
  background: url(img/404-bg.png) center no-repeat;
  text-align: center;
}
/* line 1672, css/style.scss */
.page404 h2 {
  margin: 0;
  color: #aaaaaa;
  font-size: 150px;
  font-family: "OpenSans-Regular";
  font-weight: bold;
}
/* line 1679, css/style.scss */
.page404 h4 {
  margin: 0;
  color: #cb0808;
  font-size: 36px;
  font-family: "OpenSans-Regular";
}
/* line 1685, css/style.scss */
.page404 .page-not-found {
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Regular";
}

/* line 1695, css/style.scss */
.homepage-slider-wrapper .custom.tparrows {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1703, css/style.scss */
.homepage-slider-wrapper .custom.tparrows:before {
  font-size: 28px;
}
/* line 1707, css/style.scss */
.homepage-slider-wrapper .custom.tparrows:hover {
  background: rgba(225, 13, 20, 0.96);
}
/* line 1711, css/style.scss */
.homepage-slider-wrapper .hades .tp-bullet {
  width: 15px;
  height: 15px;
  background: #ae2223;
  box-sizing: border-box;
}
/* line 1717, css/style.scss */
.homepage-slider-wrapper .hades .tp-bullet.selected {
  background: #fff;
  border-color: #e3060d;
}

/* line 1725, css/style.scss */
.actions-details {
  position: relative;
  padding: 10px 0 !important;
}
/* line 1729, css/style.scss */
.actions-details:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}
/* line 1738, css/style.scss */
.actions-details:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* line 1753, css/style.scss */
.actions-details:hover:after {
  background: rgba(222, 0, 0, 0.61);
}

/* line 1758, css/style.scss */
.homepage-action-post {
  float: left !important;
}
/* line 1761, css/style.scss */
.homepage-action-post:nth-child(1) {
  width: 66.6%;
  height: 285px;
}
/* line 1765, css/style.scss */
.homepage-action-post:nth-child(1) .actions-details {
  height: 285px;
}
/* line 1768, css/style.scss */
.homepage-action-post:nth-child(1) .vc_custom_heading {
  position: relative;
  margin: 0;
  z-index: 99;
}
/* line 1773, css/style.scss */
.homepage-action-post:nth-child(1) .vc_custom_heading h4 {
  display: block;
  width: 193px;
  padding: 25px 30px 0;
  line-height: 1.4;
  background: rgba(207, 26, 26, 0.85);
  text-align: center !important;
  margin: 45px 0 0 0;
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
}
/* line 1786, css/style.scss */
.homepage-action-post:nth-child(1) .vc_custom_heading p {
  display: block;
  width: 193px;
  padding: 0 0 15px;
  background: rgba(207, 26, 26, 0.85);
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1799, css/style.scss */
.homepage-action-post:nth-child(2) {
  float: right !important;
}
/* line 1802, css/style.scss */
.homepage-action-post:nth-child(2) .actions-details {
  height: 595px;
}
/* line 1805, css/style.scss */
.homepage-action-post:nth-child(2) .vc_custom_heading {
  position: relative;
  margin: 0;
  z-index: 99;
}
/* line 1810, css/style.scss */
.homepage-action-post:nth-child(2) .vc_custom_heading:first-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 89px;
}
/* line 1816, css/style.scss */
.homepage-action-post:nth-child(2) .vc_custom_heading:last-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
/* line 1823, css/style.scss */
.homepage-action-post:nth-child(2) .vc_custom_heading h4 {
  display: block;
  width: 260px;
  padding: 15px 30px 0;
  line-height: 1.4;
  background: rgba(207, 26, 26, 0.85);
  text-align: center !important;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
}
/* line 1836, css/style.scss */
.homepage-action-post:nth-child(2) .vc_custom_heading p {
  display: block;
  width: 260px;
  padding: 0 0 7px;
  background: rgba(207, 26, 26, 0.85);
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 1849, css/style.scss */
.homepage-action-post:nth-child(3) {
  margin-top: 30px;
}
/* line 1852, css/style.scss */
.homepage-action-post:nth-child(3) .actions-details {
  height: 280px;
}
/* line 1855, css/style.scss */
.homepage-action-post:nth-child(3) .vc_custom_heading {
  position: relative;
  margin: 0;
  z-index: 99;
}
/* line 1860, css/style.scss */
.homepage-action-post:nth-child(3) .vc_custom_heading h4 {
  display: block;
  width: 190px;
  padding: 10px 15px;
  line-height: 1.4;
  background: rgba(0, 65, 81, 0.85);
  text-align: center !important;
  margin: 20px 0 0 0;
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
}
/* line 1875, css/style.scss */
.homepage-action-post:nth-child(4) {
  margin-top: 30px;
}
/* line 1878, css/style.scss */
.homepage-action-post:nth-child(4) .actions-details {
  height: 280px;
}
/* line 1881, css/style.scss */
.homepage-action-post:nth-child(4) .vc_custom_heading {
  position: relative;
  margin: 0;
  z-index: 99;
}
/* line 1886, css/style.scss */
.homepage-action-post:nth-child(4) .vc_custom_heading:first-child {
  position: absolute;
  right: 0;
  bottom: 20px;
}
/* line 1892, css/style.scss */
.homepage-action-post:nth-child(4) .vc_custom_heading h4 {
  display: block;
  width: 195px;
  padding: 10px 15px;
  line-height: 1.4;
  background: rgba(0, 65, 81, 0.85);
  text-align: center !important;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
}

/* line 1909, css/style.scss */
.range-wrapper .vc_gitem-col {
  padding: 0 !important;
}
/* line 1912, css/style.scss */
.range-wrapper .vc_gitem-zone {
  background: none !important;
}
/* line 1915, css/style.scss */
.range-wrapper h4 {
  margin: 20px 0 0;
  padding-bottom: 25px;
  color: #000;
  border-bottom: 2px solid #c0c0c0;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 1928, css/style.scss */
.range-wrapper .vc_single_image-wrapper {
  position: relative;
}
/* line 1931, css/style.scss */
.range-wrapper .vc_single_image-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 1948, css/style.scss */
.range-wrapper:hover h4 {
  margin-bottom: -2px;
  border-bottom: 4px solid #cb0808;
}
/* line 1953, css/style.scss */
.range-wrapper:hover .vc_single_image-wrapper:before {
  background: rgba(255, 0, 0, 0.18);
}

/* line 1963, css/style.scss */
.magazines .vc_grid-filter {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 1969, css/style.scss */
.magazines .vc_grid-filter > .vc_grid-filter-item:first-child {
  margin-left: 8px !important;
}
/* line 1972, css/style.scss */
.magazines .vc_grid-filter-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 53px;
  margin: 8px !important;
  padding: 0 !important;
  background: none !important;
  border: 1px solid #c0c0c0;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: "OpenSans-Regular";
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: top;
}
/* line 1993, css/style.scss */
.magazines .vc_grid-filter-item span {
  color: #484848 !important;
}
/* line 1998, css/style.scss */
.magazines .vc_grid-filter-item.vc_active, .magazines .vc_grid-filter-item:hover {
  background: #cb0808 !important;
  border-color: #cb0808;
}
/* line 2002, css/style.scss */
.magazines .vc_grid-filter-item.vc_active span, .magazines .vc_grid-filter-item:hover span {
  color: #fff !important;
}
/* line 2009, css/style.scss */
.magazines .vc_grid-item-mini:hover .magazine-short-info .vc_gitem_row.vc_row.vc_gitem-row-position-top:first-child {
  border-color: #cb0808;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 2020, css/style.scss */
.magazines .ult_tabs .ult_tabmenu {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 2026, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 53px;
  margin: 8px !important;
  padding: 0 !important;
  background: none !important;
  border: 1px solid #c0c0c0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-family: "OpenSans-Regular";
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  vertical-align: top;
}
/* line 2047, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li.current {
  background: #cb0808 !important;
  border-color: #cb0808 !important;
  color: #fff;
}
/* line 2052, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li.current a {
  color: #fff !important;
}
/* line 2056, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li:hover {
  background: #cb0808 !important;
  border-color: #cb0808 !important;
  color: #fff;
}
/* line 2061, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li:hover a {
  color: #fff !important;
}
/* line 2066, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li a {
  float: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  color: #484848 !important;
  text-align: center;
  vertical-align: middle;
  background: none !important;
  white-space: normal;
}
/* line 2085, css/style.scss */
.magazines .ult_tabs .ult_tabmenu .ult_tab_li .aio-icon {
  display: none !important;
}
/* line 2089, css/style.scss */
.magazines .ult_tabmenu.style1 li.ult_tab_li:not(:first-child) {
  border: 1px solid #c0c0c0 !important;
}

/* line 2095, css/style.scss */
.post-shop-wrapper .tparrows {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 2105, css/style.scss */
.post-shop-wrapper .tparrows:hover {
  background: #e41016;
}
/* line 2109, css/style.scss */
.post-shop-wrapper .tparrows:before {
  line-height: 32px;
  font-size: 20px;
}
/* line 2114, css/style.scss */
.post-shop-wrapper .gallery-item {
  width: auto;
  margin: 0 10px;
}
/* line 2118, css/style.scss */
.post-shop-wrapper .gallery.gallery-size-thumbnail {
  text-align: center;
}
/* line 2121, css/style.scss */
.post-shop-wrapper .rev_slider_wrapper {
  height: 196px !important;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  overflow: hidden !important;
  position: relative !important;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
/* line 2132, css/style.scss */
.post-shop-wrapper .rev_slider_wrapper .tp-bgimg.defaultimg {
  height: 196px !important;
}
/* line 2136, css/style.scss */
.post-shop-wrapper .rev_slider_wrapper .tp-mouseover {
  background: transparent !important;
}
/* line 2139, css/style.scss */
.post-shop-wrapper .rev_slider_wrapper .tp-mouseover:hover {
  background: rgba(203, 8, 8, 0.34) !important;
}

/* line 2147, css/style.scss */
.magazine-link p {
  margin: 0;
}
/* line 2150, css/style.scss */
.magazine-link a {
  color: #484848;
  font-size: 12px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 2156, css/style.scss */
.magazine-link a:hover {
  text-decoration: underline;
}

/* line 2161, css/style.scss */
.magazine-category-link {
  display: inline-block !important;
  margin-left: -8px !important;
}
/* line 2165, css/style.scss */
.magazine-category-link .vc_gitem-post-category-name {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
}
/* line 2173, css/style.scss */
.magazine-category-link .vc_gitem-post-category-name:hover {
  background: none !important;
}
/* line 2176, css/style.scss */
.magazine-category-link .vc_gitem-post-category-name:hover span {
  color: #484848 !important;
}
/* line 2182, css/style.scss */
.magazine-category-link span {
  color: #484848 !important;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
  text-align: left;
}
/* line 2189, css/style.scss */
.magazine-category-link span:hover {
  color: #484848 !important;
  text-decoration: underline;
}

/* line 2196, css/style.scss */
.magazine-phone-number1,
.magazine-phone-number2 {
  color: #484848;
  font-size: 12px;
  font-family: "OpenSans-Regular";
}

/* line 2202, css/style.scss */
.magazine-short-info {
  padding: 0 10px;
}
/* line 2205, css/style.scss */
.magazine-short-info .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
/* line 2209, css/style.scss */
.magazine-short-info .vc_gitem_row.vc_row.vc_gitem-row-position-top:first-child {
  border-bottom: 1px solid #cbcbcb;
  height: 37px;
}

/* line 2216, css/style.scss */
.magazine-title h4 {
  margin: 20px 0 0;
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Regular";
}

/* line 2223, css/style.scss */
.magazine-text {
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 2232, css/style.scss */
.magazine-text p {
  margin-bottom: 0;
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 2239, css/style.scss */
.magazine-text.text-open {
  height: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 2248, css/style.scss */
.show-more-magazine-text {
  display: block !important;
  margin: 25px 0 !important;
  border-top: 1px solid #cbcbcb;
  text-align: center;
}
/* line 2254, css/style.scss */
.show-more-magazine-text button {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -16px auto 0;
  padding: 0 !important;
  background: url(img/arrow-down-gray.png) center no-repeat !important;
  background-color: #fff !important;
  border: 1px solid #cbcbcb !important;
  box-shadow: none !important;
  border-radius: 100% !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 2271, css/style.scss */
.show-more-magazine-text button:hover {
  box-shadow: none !important;
  background: url(img/arrow-up-white.png) center no-repeat !important;
  background-color: #cb0808 !important;
  border: 1px solid #cbcbcb !important;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 2285, css/style.scss */
.show-more-magazine-text.revert-icon button {
  background: url(img/arrow-up-white.png) center no-repeat !important;
  background-color: #cb0808 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 2294, css/style.scss */
.show-more-magazine-text.revert-icon button:hover {
  box-shadow: none !important;
  background: url(img/arrow-up-white.png) center no-repeat !important;
  background-color: #cb0808 !important;
  border: 1px solid #cbcbcb !important;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 2309, css/style.scss */
.vc_pageable-load-more-btn a {
  padding-left: 50px !important;
  color: #cb0808 !important;
  background: url(img/load-more-icon.png) left center no-repeat !important;
  background-color: transparent !important;
  font-size: 18px !important;
  font-family: "OpenSans-Regular";
}

/* line 2318, css/style.scss */
.magazine-name {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* line 2326, css/style.scss */
.blog-news-wrapper {
  margin-bottom: 50px;
}
/* line 2329, css/style.scss */
.blog-news-wrapper:last-child {
  margin-bottom: 0;
}
/* line 2334, css/style.scss */
.blog-news-wrapper:hover .vc_gitem-post-data-source-post_title a {
  color: #cb0808;
}
/* line 2339, css/style.scss */
.blog-news-wrapper .vc_gitem_row .vc_gitem-col {
  padding: 0 !important;
}
/* line 2341, css/style.scss */
.blog-news-wrapper .wpb_single_image {
  float: left;
}
/* line 2344, css/style.scss */
.blog-news-wrapper .wpb_single_image .vc_single_image-img {
  width: 250px;
  padding-right: 30px;
}
/* line 2349, css/style.scss */
.blog-news-wrapper .vc_gitem-post-data-source-post_title {
  display: inline-block;
  width: 60%;
}
/* line 2353, css/style.scss */
.blog-news-wrapper .vc_gitem-post-data-source-post_title a {
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  text-decoration: none;
}
/* line 2360, css/style.scss */
.blog-news-wrapper .vc_gitem-post-data-source-post_excerpt {
  display: inline-block;
  width: 60%;
}
/* line 2364, css/style.scss */
.blog-news-wrapper .vc_gitem-post-data-source-post_excerpt p {
  margin: 0;
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 1.4;
}
/* line 2372, css/style.scss */
.blog-news-wrapper .vc_gitem-post-data-source-post_date {
  display: inline-block;
  width: 60%;
  padding-left: 30px;
  color: #484848;
  background: url(img/icon-calendar.png) left center no-repeat;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}

/* line 2382, css/style.scss */
.blog-news-page {
  margin-top: 10px;
}
/* line 2387, css/style.scss */
.blog-news-page .vc_pageable-load-more-btn a:hover {
  color: #f7ac00 !important;
  background: url(img/load-more-yellow.png) left center no-repeat !important;
}

/* line 2395, css/style.scss */
.sidebar-search-field label {
  display: block;
}
/* line 2398, css/style.scss */
.sidebar-search-field .search-submit {
  display: none;
}
/* line 2401, css/style.scss */
.sidebar-search-field .search-field {
  width: 100%;
  padding: 13px 43px 13px 18px;
  color: #484848;
  background: url(img/search-icon.png) 96% 15px no-repeat;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  outline: none;
}
/* line 2413, css/style.scss */
.sidebar-search-field .search-field:focus {
  border-color: #6a6a6a;
}
/* line 2417, css/style.scss */
.sidebar-search-field .search-field::-webkit-input-placeholder {
  color: #484848;
}
/* line 2418, css/style.scss */
.sidebar-search-field .search-field:-moz-placeholder {
  color: #484848;
}

/* line 2421, css/style.scss */
.sidebar-category-menu {
  margin-bottom: 70px;
}
/* line 2424, css/style.scss */
.sidebar-category-menu .menu {
  margin: 0;
  padding: 0;
}
/* line 2428, css/style.scss */
.sidebar-category-menu .menu li {
  display: inline-block;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
/* line 2434, css/style.scss */
.sidebar-category-menu .menu li:first-child {
  padding-right: 8px;
}
/* line 2437, css/style.scss */
.sidebar-category-menu .menu li:last-child {
  padding-left: 8px;
}
/* line 2441, css/style.scss */
.sidebar-category-menu .menu li.current-menu-item a {
  color: #fff;
  background: #cb0808;
}
/* line 2447, css/style.scss */
.sidebar-category-menu .menu li a {
  display: block;
  width: 100%;
  padding: 13px;
  color: #484848;
  background: none;
  border: 1px solid #c0c0c0;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 2467, css/style.scss */
.sidebar-category-menu .menu li a:hover {
  color: #fff;
  background: #cb0808;
}

/* line 2476, css/style.scss */
.sidebar-news-feed .vc_grid-item {
  margin-bottom: 15px;
}
/* line 2479, css/style.scss */
.sidebar-news-feed .vc_gitem_row .vc_gitem-col {
  padding: 0 !important;
}
/* line 2481, css/style.scss */
.sidebar-news-feed .wpb_single_image {
  float: left;
}
/* line 2484, css/style.scss */
.sidebar-news-feed .wpb_single_image .vc_single_image-img {
  width: 118px;
  padding-right: 15px;
}
/* line 2489, css/style.scss */
.sidebar-news-feed .vc_gitem-post-data-source-post_title {
  display: inline-block;
  width: 60%;
  max-height: 68px;
  margin: 0 0 10px;
  overflow: hidden;
}
/* line 2496, css/style.scss */
.sidebar-news-feed .vc_gitem-post-data-source-post_title a {
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
  line-height: 1.4;
}
/* line 2503, css/style.scss */
.sidebar-news-feed .vc_gitem-post-data-source-post_title a:hover {
  color: #cb0808;
}
/* line 2508, css/style.scss */
.sidebar-news-feed .vc_gitem-post-data-source-post_date {
  display: inline-block;
  width: 60%;
  padding-left: 30px;
  color: #484848;
  background: url(img/icon-calendar.png) left center no-repeat;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}

/* line 2518, css/style.scss */
.sidebar-block-title {
  margin: 50px 0 30px;
  position: relative;
  color: #000;
  font-size: 36px;
  font-family: "OpenSans-Regular";
}

/* line 2529, css/style.scss */
.blog-news-template .site-main {
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
}
/* line 2533, css/style.scss */
.blog-news-template .breadcrumbs {
  margin-bottom: 40px;
  text-align: left;
}
/* line 2537, css/style.scss */
.blog-news-template .breadcrumbs a {
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 2541, css/style.scss */
.blog-news-template .breadcrumbs a.home-page-link {
  color: #000;
}
/* line 2544, css/style.scss */
.blog-news-template .breadcrumbs a.current-page-link {
  color: #f7ac00;
}
/* line 2548, css/style.scss */
.blog-news-template .breadcrumbs span {
  color: #000;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 2554, css/style.scss */
.blog-news-template .col-lg-8 {
  padding-left: 0;
}
/* line 2557, css/style.scss */
.blog-news-template .col-lg-4 {
  padding-right: 0;
}
/* line 2561, css/style.scss */
.blog-news-template .post-title {
  margin: 0 0 22px;
  color: #000;
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  line-height: 1.4;
}
/* line 2568, css/style.scss */
.blog-news-template .post-date {
  display: block;
  padding-left: 30px;
  color: #484848;
  background: url(img/icon-calendar.png) left center no-repeat;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 2576, css/style.scss */
.blog-news-template .post-img {
  margin: 35px 0;
}
/* line 2580, css/style.scss */
.blog-news-template .post-content p {
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}

/* line 2588, css/style.scss */
.last-news-feed .short-post-wrap {
  margin-bottom: 35px;
}
/* line 2591, css/style.scss */
.last-news-feed .post-img {
  float: left;
  margin: 0;
  padding-right: 15px;
  box-sizing: border-box;
}
/* line 2597, css/style.scss */
.last-news-feed .post-img img {
  width: 103px;
}
/* line 2601, css/style.scss */
.last-news-feed .post-title {
  margin: 0 0 10px;
  max-height: 68px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
}
/* line 2608, css/style.scss */
.last-news-feed .post-title a {
  color: #484848;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
  line-height: 1.4;
}
/* line 2615, css/style.scss */
.last-news-feed .post-title a:hover {
  color: #cb0808;
}
/* line 2620, css/style.scss */
.last-news-feed .post-date {
  display: inline-block;
}

/* line 2627, css/style.scss */
.single-blog_news .menu-item-29 a,
.single-blog_actions .menu-item-29 a {
  color: #fff !important;
  background: #cb0808 !important;
}

/* line 2634, css/style.scss */
.lmm-panel {
  display: none;
}

/* line 2635, css/style.scss */
.contact-info {
  padding-top: 60px;
}

/* line 2636, css/style.scss */
span.wpcf7-list-item {
  display: inline-block;
  width: 100%;
}

/* line 2639, css/style.scss */
.post-shop-wrapper .gallery-item:hover {
  display: inline-block;
}
/* line 2642, css/style.scss */
.post-shop-wrapper .gallery-item .gallery-caption {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #f0f0f0;
  border: 1px solid #d0d0d0;
}

/* line 2654, css/style.scss */
.custom-page-heading {
  width: 100%;
  border-top: 3px solid #f6ab11;
  margin-bottom: 20px;
}
/* line 2659, css/style.scss */
.custom-page-heading h2 {
  display: inline-block;
  margin: -25px 0 25px 0;
  padding: 0 20px 0 0;
  color: #000;
  background: #fff;
  font-size: 36px;
  font-family: "OpenSans-Regular";
  vertical-align: top;
}

/* line 2670, css/style.scss */
.post-actions-wrap {
  position: relative;
}
/* line 2675, css/style.scss */
.post-actions-wrap:hover .post-actions-wrap-img:after {
  background: rgba(222, 0, 0, 0.61);
}
/* line 2679, css/style.scss */
.post-actions-wrap:nth-child(1) {
  float: left;
  width: 66.6%;
  height: 285px;
  margin-bottom: 10px;
  padding-right: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 2688, css/style.scss */
.post-actions-wrap:nth-child(1) .post-actions-wrap-text {
  top: 20%;
  width: 193px;
  background: rgba(207, 26, 26, 0.85);
  z-index: 100;
}
/* line 2694, css/style.scss */
.post-actions-wrap:nth-child(1) .post-actions-wrap-text h2 {
  display: block;
  margin: 0;
  padding: 25px 30px 0;
  line-height: 1;
  text-align: center !important;
  text-transform: uppercase;
}
/* line 2702, css/style.scss */
.post-actions-wrap:nth-child(1) .post-actions-wrap-text h2 a {
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 2709, css/style.scss */
.post-actions-wrap:nth-child(1) .post-actions-wrap-text p {
  display: block;
  width: 193px;
  padding: 15px 0;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 2721, css/style.scss */
.post-actions-wrap:nth-child(2) {
  float: right;
  width: 33.3%;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 2728, css/style.scss */
.post-actions-wrap:nth-child(2) .post-actions-wrap-img img {
  height: 595px;
}
/* line 2732, css/style.scss */
.post-actions-wrap:nth-child(2) .post-actions-wrap-text {
  top: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  width: 275px;
  background: rgba(207, 26, 26, 0.85);
  z-index: 100;
}
/* line 2742, css/style.scss */
.post-actions-wrap:nth-child(2) .post-actions-wrap-text h2 {
  display: block;
  margin: 0;
  padding: 25px 30px 0;
  line-height: 1;
  text-align: center !important;
  text-transform: uppercase;
}
/* line 2750, css/style.scss */
.post-actions-wrap:nth-child(2) .post-actions-wrap-text h2 a {
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 2757, css/style.scss */
.post-actions-wrap:nth-child(2) .post-actions-wrap-text p {
  display: block;
  padding: 15px 0;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
}
/* line 2769, css/style.scss */
.post-actions-wrap:nth-child(3) {
  float: left;
  width: 33.3%;
  padding-right: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 2777, css/style.scss */
.post-actions-wrap:nth-child(3) .post-actions-wrap-img img {
  height: 300px;
}
/* line 2781, css/style.scss */
.post-actions-wrap:nth-child(3) .post-actions-wrap-text {
  top: 10%;
  width: 190px;
  background: rgba(0, 65, 81, 0.85);
  z-index: 100;
}
/* line 2787, css/style.scss */
.post-actions-wrap:nth-child(3) .post-actions-wrap-text h2 {
  display: block;
  margin: 0;
  padding: 12px 10px 14px;
  line-height: 1;
  text-align: center !important;
  text-transform: uppercase;
}
/* line 2795, css/style.scss */
.post-actions-wrap:nth-child(3) .post-actions-wrap-text h2 a {
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 2804, css/style.scss */
.post-actions-wrap:nth-child(4) {
  float: left;
  width: 33.3%;
  padding-right: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 2812, css/style.scss */
.post-actions-wrap:nth-child(4) .post-actions-wrap-img img {
  height: 300px;
}
/* line 2816, css/style.scss */
.post-actions-wrap:nth-child(4) .post-actions-wrap-text {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  width: 190px;
  background: rgba(0, 65, 81, 0.85);
  z-index: 100;
}
/* line 2825, css/style.scss */
.post-actions-wrap:nth-child(4) .post-actions-wrap-text h2 {
  display: block;
  margin: 0;
  padding: 12px 10px 14px;
  line-height: 1;
  text-align: center !important;
  text-transform: uppercase;
}
/* line 2833, css/style.scss */
.post-actions-wrap:nth-child(4) .post-actions-wrap-text h2 a {
  color: #fff;
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-decoration: none;
}
/* line 2843, css/style.scss */
.post-actions-wrap .post-actions-wrap-img {
  position: relative;
}
/* line 2846, css/style.scss */
.post-actions-wrap .post-actions-wrap-img:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  z-index: 88;
}
/* line 2856, css/style.scss */
.post-actions-wrap .post-actions-wrap-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* line 2870, css/style.scss */
.post-actions-wrap .post-actions-wrap-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 2876, css/style.scss */
.post-actions-wrap .post-actions-wrap-text {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2885, css/style.scss */
.our-actions-wrap {
  margin: 70px 0 100px;
}

/* line 2889, css/style.scss */
.post-range-wrap {
  float: left;
  width: 33.3%;
  margin-bottom: 50px;
  padding: 0 5px;
  box-sizing: border-box;
}
/* line 2898, css/style.scss */
.post-range-wrap:hover h2 a {
  border-color: #cb0808;
}
/* line 2905, css/style.scss */
.post-range-wrap h2 a {
  display: block;
  margin: 20px 0 0;
  padding-bottom: 25px;
  color: #000;
  border-bottom: 4px solid #c0c0c0;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 4, css/_responsive.scss */
  .container {
    width: 985px;
    padding: 0 15px !important;
    box-sizing: border-box;
  }

  /* line 9, css/_responsive.scss */
  .address-bar {
    min-height: 30px;
  }
  /* line 12, css/_responsive.scss */
  .address-bar .container {
    padding: 0;
  }
  /* line 17, css/_responsive.scss */
  .address-bar.opened .widget-wrap {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 26, css/_responsive.scss */
  .address-bar.opened .open-topbar {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 35, css/_responsive.scss */
  .address-bar .open-topbar {
    margin: 0 auto;
    padding: 15px 20px;
    width: 20px;
    height: 20px;
    background: url(img/arrow-down-mobile.png) center no-repeat;
    background-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 53, css/_responsive.scss */
  .address-bar .widget-wrap {
    margin-top: -43px;
    padding: 10px 5px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: center;
  }
  /* line 64, css/_responsive.scss */
  .address-bar .widget-wrapper {
    width: auto;
    box-sizing: border-box;
    border-right: 0;
    margin: 5px 0 !important;
  }

  /* line 72, css/_responsive.scss */
  .navbar-header {
    margin: 0 !important;
  }

  /* line 76, css/_responsive.scss */
  .navbar-brand {
    margin: 10px 0 0 15px !important;
  }

  /* line 80, css/_responsive.scss */
  .footernav-wrap {
    margin-bottom: 10px;
    padding: 8px 0;
    border-top: 1px solid rgba(192, 192, 192, 0.38);
    border-bottom: 1px solid rgba(192, 192, 192, 0.38);
  }
  /* line 86, css/_responsive.scss */
  .footernav-wrap .menu {
    margin: 0;
    padding: 0;
  }
  /* line 92, css/_responsive.scss */
  .footernav-wrap .menu li.menu-item a {
    margin: 15px 20px;
  }

  /* line 98, css/_responsive.scss */
  .copyrights-wrap {
    margin-bottom: 0;
  }

  /* line 101, css/_responsive.scss */
  .copyright {
    margin: 10px 0 20px;
    text-align: center;
  }
  /* line 105, css/_responsive.scss */
  .copyright p {
    font-size: 12px;
  }

  /* line 121, css/_responsive.scss */
  .breadcrumbs-wrap .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 126, css/_responsive.scss */
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 130, css/_responsive.scss */
  .breadcrumbs-content {
    top: 10px;
  }

  /* line 137, css/_responsive.scss */
  .contact-info .container {
    margin: 0 auto !important;
  }

  /* line 141, css/_responsive.scss */
  .contact-form-wrap {
    margin: 0 auto !important;
  }
  /* line 146, css/_responsive.scss */
  .contact-form-wrap .username-block,
  .contact-form-wrap .phone-block,
  .contact-form-wrap .email-block {
    width: calc(33.3% - 14px);
  }

  /* line 151, css/_responsive.scss */
  .map-wrapper .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 158, css/_responsive.scss */
  .why-we {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 162, css/_responsive.scss */
  .gray-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 166, css/_responsive.scss */
  .gray-wrap .simple-page-title {
    margin-left: 0;
    font-size: 34px;
  }

  /* line 172, css/_responsive.scss */
  .floor .wpb_single_image {
    margin-bottom: 15px;
  }

  /* line 176, css/_responsive.scss */
  .fill-a-bid {
    padding: 30px 15px;
  }

  /* line 179, css/_responsive.scss */
  .block-text .vc_figure-caption {
    width: 75%;
    margin-top: 0;
  }

  /* line 187, css/_responsive.scss */
  .homepage-slider-wrapper .tp-leftarrow.tparrows {
    transform: matrix(1, 0, 0, 1, 30, -20) !important;
  }
  /* line 190, css/_responsive.scss */
  .homepage-slider-wrapper .tp-rightarrow.tparrows {
    transform: matrix(1, 0, 0, 1, -70, -20) !important;
  }

  /* line 197, css/_responsive.scss */
  .blog-news-wrapper {
    margin-bottom: 0;
    padding-top: 25px !important;
    border-bottom: 1px solid #ccc;
  }
  /* line 202, css/_responsive.scss */
  .blog-news-wrapper:last-child {
    border-bottom: 0;
  }

  /* line 207, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_title {
    width: 57%;
  }
  /* line 210, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_excerpt {
    width: 57%;
  }
  /* line 213, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_date {
    width: 57%;
  }

  /* line 218, css/_responsive.scss */
  .sidebar-news-feed .vc_grid-item {
    border-bottom: 1px solid #cccccc;
  }
  /* line 221, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title {
    width: 57%;
  }
  /* line 224, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title a {
    font-size: 15px;
  }
  /* line 228, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_date {
    width: 57%;
    font-size: 14px;
  }

  /* line 233, css/_responsive.scss */
  .sidebar-search-field {
    margin-top: 25px;
  }

  /* line 239, css/_responsive.scss */
  .short-post-wrap {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  /* line 244, css/_responsive.scss */
  .sidebar-search-field {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 250, css/_responsive.scss */
  .container {
    padding: 0 15px !important;
    box-sizing: border-box;
  }

  /* line 254, css/_responsive.scss */
  .address-bar {
    min-height: 30px;
  }
  /* line 258, css/_responsive.scss */
  .address-bar.opened .widget-wrap {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 267, css/_responsive.scss */
  .address-bar.opened .open-topbar {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 276, css/_responsive.scss */
  .address-bar .open-topbar {
    margin: 0 auto;
    padding: 15px 20px;
    width: 20px;
    height: 20px;
    background: url(img/arrow-down-mobile.png) center no-repeat;
    background-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 294, css/_responsive.scss */
  .address-bar .widget-wrap {
    margin-top: -76px;
    padding: 10px 5px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 304, css/_responsive.scss */
  .address-bar .widget-wrapper {
    width: 50%;
    box-sizing: border-box;
    border-right: 0;
    margin: 5px 0 !important;
  }

  /* line 312, css/_responsive.scss */
  .navbar-header {
    margin: 0 0 10px !important;
  }

  /* line 316, css/_responsive.scss */
  .navbar-brand {
    margin: 8px 0 10px 10px !important;
  }
  /* line 319, css/_responsive.scss */
  .navbar-brand img {
    width: 85%;
    max-width: 250px;
  }

  /* line 325, css/_responsive.scss */
  .navbar-toggle {
    margin: 23px 10px 0;
    box-shadow: none !important;
    border-color: #484848;
  }
  /* line 330, css/_responsive.scss */
  .navbar-toggle .icon-bar {
    background: #484848;
  }

  /* line 335, css/_responsive.scss */
  .navbar-collapse {
    float: left;
    width: 100%;
    margin: 0 !important;
  }
  /* line 342, css/_responsive.scss */
  .navbar-collapse .navbar-nav li.menu-item a {
    margin: 1px 0;
    padding: 12px 15px;
    text-align: center;
  }

  /* line 351, css/_responsive.scss */
  .footernav-wrap {
    margin-bottom: 10px;
    padding: 8px 0;
    border-top: 1px solid rgba(192, 192, 192, 0.38);
    border-bottom: 1px solid rgba(192, 192, 192, 0.38);
  }
  /* line 357, css/_responsive.scss */
  .footernav-wrap .menu {
    margin: 0;
    padding: 0;
  }
  /* line 363, css/_responsive.scss */
  .footernav-wrap .menu li.menu-item a {
    margin: 15px 20px;
  }

  /* line 369, css/_responsive.scss */
  .copyrights-wrap {
    margin-bottom: 0;
  }

  /* line 372, css/_responsive.scss */
  .copyright {
    margin: 10px 0 20px;
    text-align: center;
  }
  /* line 376, css/_responsive.scss */
  .copyright p {
    font-size: 12px;
  }

  /* line 382, css/_responsive.scss */
  .breadcrumbs-wrap {
    height: 100px;
  }
  /* line 385, css/_responsive.scss */
  .breadcrumbs-wrap .wpb_content_element {
    margin-bottom: 0;
  }
  /* line 388, css/_responsive.scss */
  .breadcrumbs-wrap .wpb_single_image img {
    height: 100px;
    object-fit: cover;
  }
  /* line 392, css/_responsive.scss */
  .breadcrumbs-wrap .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 397, css/_responsive.scss */
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 401, css/_responsive.scss */
  .breadcrumbs-content {
    top: 30px;
  }
  /* line 404, css/_responsive.scss */
  .breadcrumbs-content h2 {
    margin: 0;
    font-size: 20px !important;
  }
  /* line 410, css/_responsive.scss */
  .breadcrumbs-content .breadcrumbs a,
  .breadcrumbs-content .breadcrumbs span {
    font-size: 16px;
  }

  /* line 419, css/_responsive.scss */
  .contact-info .container {
    margin: 0 auto !important;
  }

  /* line 423, css/_responsive.scss */
  .contact-form-wrap {
    padding: 0 15px;
    margin: 0 auto !important;
  }
  /* line 431, css/_responsive.scss */
  .contact-form-wrap .username-block,
  .contact-form-wrap .phone-block,
  .contact-form-wrap .email-block,
  .contact-form-wrap .subject-block,
  .contact-form-wrap .message-block {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  /* line 437, css/_responsive.scss */
  .contact-form-wrap .form-group {
    margin-bottom: 0;
  }
  /* line 440, css/_responsive.scss */
  .contact-form-wrap .btn-send {
    margin: 25px auto;
  }

  /* line 445, css/_responsive.scss */
  .map-wrapper .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 452, css/_responsive.scss */
  .why-we {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 456, css/_responsive.scss */
  .gray-wrap {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 461, css/_responsive.scss */
  .gray-wrap .simple-page-title {
    margin-left: 0;
    font-size: 34px;
  }

  /* line 467, css/_responsive.scss */
  .floor .wpb_single_image {
    margin-bottom: 15px;
  }

  /* line 471, css/_responsive.scss */
  .fill-a-bid {
    padding: 30px 15px;
  }

  /* line 474, css/_responsive.scss */
  .block-text .vc_figure-caption {
    width: 75%;
    margin-top: 0;
  }

  /* line 481, css/_responsive.scss */
  .post-shop-wrapper .gallery-item {
    width: 30px;
    margin: 0 5px;
  }

  /* line 487, css/_responsive.scss */
  .magazine-short-info .magazine-link a {
    font-size: 12px;
  }
  /* line 492, css/_responsive.scss */
  .magazine-short-info .magazine-category-link span {
    font-size: 12px;
  }
  /* line 497, css/_responsive.scss */
  .magazine-short-info .magazine-phone-number1,
  .magazine-short-info .magazine-phone-number2 {
    font-size: 12px;
  }

  /* line 501, css/_responsive.scss */
  .vc_responsive .magazine-short-info .vc_grid-filter {
    display: block !important;
    text-align: left;
  }

  /* line 509, css/_responsive.scss */
  .homepage-slider-wrapper .tp-leftarrow.tparrows {
    transform: matrix(1, 0, 0, 1, 30, -20) !important;
  }
  /* line 512, css/_responsive.scss */
  .homepage-slider-wrapper .tp-rightarrow.tparrows {
    transform: matrix(1, 0, 0, 1, -70, -20) !important;
  }

  /* line 519, css/_responsive.scss */
  .blog-news-wrapper {
    margin-bottom: 0;
    padding-top: 25px !important;
    border-bottom: 1px solid #ccc;
  }
  /* line 524, css/_responsive.scss */
  .blog-news-wrapper:last-child {
    border-bottom: 0;
  }

  /* line 529, css/_responsive.scss */
  .blog-news-wrap .wpb_single_image {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  /* line 534, css/_responsive.scss */
  .blog-news-wrap .wpb_single_image .vc_single_image-img {
    max-width: 300px;
    padding-right: 0;
  }
  /* line 539, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_title {
    width: 100%;
  }
  /* line 542, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_excerpt {
    width: 100%;
  }
  /* line 545, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_date {
    width: 100%;
  }

  /* line 550, css/_responsive.scss */
  .sidebar-news-feed .vc_grid-item {
    border-bottom: 1px solid #cccccc;
  }
  /* line 553, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title {
    width: 100%;
  }
  /* line 556, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title a {
    font-size: 15px;
  }
  /* line 560, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_date {
    width: 100%;
    font-size: 14px;
  }

  /* line 565, css/_responsive.scss */
  .sidebar-search-field {
    margin-top: 25px;
  }

  /* line 572, css/_responsive.scss */
  .last-news-feed .post-title {
    max-height: 60px;
    font-size: 14px;
  }
  /* line 576, css/_responsive.scss */
  .last-news-feed .post-title a {
    font-size: 14px;
  }
  /* line 580, css/_responsive.scss */
  .last-news-feed .post-date {
    padding-left: 17px;
    font-size: 12px;
    background-size: 13px;
  }

  /* line 586, css/_responsive.scss */
  .short-post-wrap {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  /* line 591, css/_responsive.scss */
  .sidebar-search-field {
    margin-top: 0;
  }

  /* line 595, css/_responsive.scss */
  .post-actions-wrap .post-actions-wrap-img img {
    height: 285px;
  }

  /* line 598, css/_responsive.scss */
  .post-actions-wrap:nth-child(2) .post-actions-wrap-text {
    width: 200px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 604, css/_responsive.scss */

  .address-bar {
    min-height: 30px;
  }
  /* line 608, css/_responsive.scss */
  .address-bar.opened .widget-wrap {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 617, css/_responsive.scss */
  .address-bar.opened .open-topbar {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 626, css/_responsive.scss */
  .address-bar .open-topbar {
    margin: 0 auto;
    padding: 15px 20px;
    width: 20px;
    height: 20px;
    background: url(img/arrow-down-mobile.png) center no-repeat;
    background-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 644, css/_responsive.scss */
  .address-bar .widget-wrap {
    margin-top: -142px;
    padding: 10px 5px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 654, css/_responsive.scss */
  .address-bar .widget-wrapper {
    width: 90%;
    border-right: 0;
    margin: 5px 0 5px 13px !important;
  }

  /* line 661, css/_responsive.scss */
  .navbar-header {
    margin: 0 0 10px !important;
  }

  /* line 665, css/_responsive.scss */
  .navbar-brand {
    margin: 8px 0 10px 10px !important;
  }
  /* line 668, css/_responsive.scss */
  .navbar-brand img {
    width: 85%;
    max-width: 250px;
  }

  /* line 674, css/_responsive.scss */
  .navbar-toggle {
    margin: 23px 10px 0;
    box-shadow: none !important;
    border-color: #484848;
  }
  /* line 679, css/_responsive.scss */
  .navbar-toggle .icon-bar {
    background: #484848;
  }

  /* line 684, css/_responsive.scss */
  .navbar-collapse {
    float: left;
    width: 100%;
    margin: 0 !important;
  }
  /* line 691, css/_responsive.scss */
  .navbar-collapse .navbar-nav li.menu-item a {
    margin: 1px 0;
    padding: 12px 15px;
    text-align: center;
  }

  /* line 700, css/_responsive.scss */
  .footernav-wrap {
    margin-bottom: 10px;
    padding: 8px 0;
    border-top: 1px solid rgba(192, 192, 192, 0.38);
    border-bottom: 1px solid rgba(192, 192, 192, 0.38);
  }
  /* line 706, css/_responsive.scss */
  .footernav-wrap .menu {
    margin: 0;
    padding: 0;
  }
  /* line 710, css/_responsive.scss */
  .footernav-wrap .menu li.menu-item {
    width: 100%;
  }
  /* line 713, css/_responsive.scss */
  .footernav-wrap .menu li.menu-item a {
    margin: 0;
    padding: 3px 0;
  }

  /* line 720, css/_responsive.scss */
  .copyrights-wrap {
    margin-bottom: 0;
  }

  /* line 723, css/_responsive.scss */
  .copyright {
    margin: 10px 0 20px;
    text-align: center;
  }
  /* line 727, css/_responsive.scss */
  .copyright p {
    font-size: 12px;
  }

  /* line 734, css/_responsive.scss */
  .breadcrumbs-wrap {
    height: 80px;
  }
  /* line 737, css/_responsive.scss */
  .breadcrumbs-wrap .wpb_content_element {
    margin-bottom: 0;
  }
  /* line 740, css/_responsive.scss */
  .breadcrumbs-wrap .wpb_single_image img {
    height: 80px;
    object-fit: cover;
  }
  /* line 744, css/_responsive.scss */
  .breadcrumbs-wrap .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 749, css/_responsive.scss */
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 753, css/_responsive.scss */
  .breadcrumbs-content {
    top: 20px;
  }
  /* line 756, css/_responsive.scss */
  .breadcrumbs-content h2 {
    margin: 0;
    font-size: 20px !important;
  }
  /* line 762, css/_responsive.scss */
  .breadcrumbs-content .breadcrumbs a,
  .breadcrumbs-content .breadcrumbs span {
    font-size: 16px;
  }

  /* line 769, css/_responsive.scss */
  .comp-wrapper .wpb_single_image {
    margin-bottom: 15px;
  }

  /* line 774, css/_responsive.scss */
  .simple-page-title-border {
    border: 0;
  }

  /* line 777, css/_responsive.scss */
  .simple-page-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    text-align: center !important;
  }

  /* line 785, css/_responsive.scss */
  .company-history-tabs {
    padding: 0 15px;
  }
  /* line 789, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel a {
    color: #484848 !important;
    background: none !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 0 !important;
  }
  /* line 797, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel.vc_active a {
    color: #fff !important;
    background: #cb0808 !important;
    border: 1px solid #cb0808 !important;
  }
  /* line 803, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel-heading {
    margin: 5px 0 !important;
  }
  /* line 806, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel-body {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
  }

  /* line 813, css/_responsive.scss */
  .our-magazine-title {
    margin: 30px 0 0 0 !important;
    padding: 0 15px;
  }

  /* line 817, css/_responsive.scss */
  .slick-prev {
    left: 0 !important;
  }

  /* line 820, css/_responsive.scss */
  .slick-next {
    right: 0 !important;
  }

  /* line 827, css/_responsive.scss */
  .contact-info .container {
    padding: 0 15px;
  }
  /* line 830, css/_responsive.scss */
  .contact-info .wpb_column {
    width: 280px;
    margin: 0 auto 30px;
  }

  /* line 835, css/_responsive.scss */
  .ask-question {
    margin: 0;
  }

  /* line 838, css/_responsive.scss */
  .contact-form-wrap {
    padding: 0;
  }
  /* line 845, css/_responsive.scss */
  .contact-form-wrap .username-block,
  .contact-form-wrap .phone-block,
  .contact-form-wrap .email-block,
  .contact-form-wrap .subject-block,
  .contact-form-wrap .message-block {
    float: none;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  /* line 851, css/_responsive.scss */
  .contact-form-wrap .form-group {
    margin-bottom: 0;
  }
  /* line 854, css/_responsive.scss */
  .contact-form-wrap .btn-send {
    margin: 25px auto;
  }

  /* line 859, css/_responsive.scss */
  .map-wrapper .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 866, css/_responsive.scss */
  .why-we {
    padding: 30px 15px;
  }

  /* line 869, css/_responsive.scss */
  .gray-wrap {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 874, css/_responsive.scss */
  .gray-wrap .simple-page-title {
    margin-left: 0;
  }

  /* line 879, css/_responsive.scss */
  .floor .wpb_single_image {
    margin-bottom: 15px;
  }

  /* line 883, css/_responsive.scss */
  .fill-a-bid {
    padding: 30px 15px;
  }

  /* line 887, css/_responsive.scss */
  .fill-a-bid .col-lg-6.right,
  .fill-a-bid .col-lg-6.left {
    padding: 0 !important;
  }

  /* line 890, css/_responsive.scss */
  .fill-a-bid .col-lg-6 .btn-send {
    float: none;
    margin: 25px auto;
  }

  /* line 894, css/_responsive.scss */
  .fill-a-bid .col-lg-6 img.ajax-loader {
    float: none;
    text-align: center;
    margin: 0 auto;
    right: auto;
    bottom: auto;
  }

  /* line 905, css/_responsive.scss */
  .page404 h2 {
    margin-bottom: 10px;
    font-size: 100px;
  }
  /* line 909, css/_responsive.scss */
  .page404 h4 {
    margin-bottom: 5px;
    font-size: 32px;
  }
  /* line 913, css/_responsive.scss */
  .page404 .page-not-found {
    font-size: 16px;
  }

  /* line 921, css/_responsive.scss */
  .magazines .vc_gitem-col {
    padding: 10px 0 !important;
  }
  /* line 925, css/_responsive.scss */
  .magazines .vc_grid-filter-select {
    margin: 30px 0;
  }
  /* line 928, css/_responsive.scss */
  .magazines .vc_grid-filter-select select {
    font-size: 14px;
    font-family: "OpenSans-Regular";
  }

  /* line 934, css/_responsive.scss */
  .magazine-short-info {
    padding: 0;
  }
  /* line 937, css/_responsive.scss */
  .magazine-short-info .vc_col-sm-6 {
    float: left;
    width: 50%;
  }

  /* line 942, css/_responsive.scss */
  .vc_responsive .magazine-short-info .vc_grid-filter {
    display: block !important;
    text-align: left;
  }

  /* line 950, css/_responsive.scss */
  .homepage-action-post:nth-child(1) {
    width: 50%;
    padding-right: 5px !important;
    box-sizing: border-box !important;
  }
  /* line 955, css/_responsive.scss */
  .homepage-action-post:nth-child(2) {
    width: 50%;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 5px !important;
    box-sizing: border-box !important;
  }
  /* line 963, css/_responsive.scss */
  .homepage-action-post:nth-child(3) {
    width: 50%;
    margin: 15px 0 0 !important;
    padding-bottom: 15px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
  }
  /* line 970, css/_responsive.scss */
  .homepage-action-post:nth-child(4) {
    width: 50%;
    margin: 0;
    padding-bottom: 0 !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
  }

  /* line 979, css/_responsive.scss */
  .actions-block-wrapper .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
  }

  /* line 984, css/_responsive.scss */
  .range-block-wrapper .vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
    float: left;
    width: 50%;
  }

  /* line 992, css/_responsive.scss */
  .blog-news-wrapper {
    margin-bottom: 0;
    padding-top: 25px !important;
    border-bottom: 1px solid #ccc;
  }
  /* line 997, css/_responsive.scss */
  .blog-news-wrapper:last-child {
    border-bottom: 0;
  }

  /* line 1002, css/_responsive.scss */
  .blog-news-wrap .wpb_single_image {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  /* line 1007, css/_responsive.scss */
  .blog-news-wrap .wpb_single_image .vc_single_image-img {
    max-width: 300px;
    padding-right: 0;
  }
  /* line 1012, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_title {
    width: 100%;
  }
  /* line 1015, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_excerpt {
    width: 100%;
  }
  /* line 1018, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_date {
    width: 100%;
  }

  /* line 1023, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title {
    width: 54%;
  }
  /* line 1026, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title a {
    font-size: 15px;
  }
  /* line 1030, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_date {
    width: 54%;
    font-size: 14px;
  }

  /* line 1039, css/_responsive.scss */
  .blog-news-template .breadcrumbs {
    padding: 0 30px;
  }
  /* line 1043, css/_responsive.scss */
  .blog-news-template .col-lg-8,
  .blog-news-template .col-lg-4 {
    padding: 0 30px;
  }

  /* line 1047, css/_responsive.scss */
  .short-post-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  /* line 1052, css/_responsive.scss */
  .sidebar-search-field {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
  }

  /* line 1058, css/_responsive.scss */
  .last-news-feed .post-title {
    font-size: 15px;
  }
  /* line 1061, css/_responsive.scss */
  .last-news-feed .post-title a {
    font-size: 15px;
  }
  /* line 1065, css/_responsive.scss */
  .last-news-feed .post-date {
    font-size: 14px;
  }

  /* line 1070, css/_responsive.scss */
  .our-actions-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1074, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap {
    float: none !important;
    width: 100% !important;
    max-width: 320px;
    display: block !important;
    padding: 0 !important;
    margin: 0 auto 15px;
  }
  /* line 1084, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap:nth-child(2) .post-actions-wrap-img img {
    height: 595px;
  }
  /* line 1090, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap .post-actions-wrap-img img {
    width: 100%;
    height: 285px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  /* line 1100, css/_responsive.scss */
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  /* line 1104, css/_responsive.scss */
  .container {
    padding: 0;
  }
  
  .homepage-slider-wrap{
    display:none;
  }
  
  .magazines .ult_tabs .ult_tabmenu .ult_tab_li{
    width: 44%;
    line-height: 1.5em !important;
  }
  
  .magazines span.ult-span-text{
    line-height: 1em !important;
  }

  /* line 1107, css/_responsive.scss */
  .address-bar {
    min-height: 30px;
    font-size: 13px;
  }
  /* line 1112, css/_responsive.scss */
  .address-bar.opened .widget-wrap {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 1121, css/_responsive.scss */
  .address-bar.opened .open-topbar {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 1130, css/_responsive.scss */
  .address-bar .open-topbar {
    margin: 0 auto;
    padding: 15px 20px;
    width: 20px;
    height: 20px;
    background: url(img/arrow-down-mobile.png) center no-repeat;
    background-size: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 1148, css/_responsive.scss */
  .address-bar .widget-wrap {
    margin-top: -134px;
    padding: 10px 5px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 1158, css/_responsive.scss */
  .address-bar .widget-wrapper {
    width: 100%;
    border-right: 0;
    margin: 5px 0 5px 13px !important;
  }

  /* line 1165, css/_responsive.scss */
  .navbar-header {
    margin: 0 0 10px !important;
  }

  /* line 1169, css/_responsive.scss */
  .navbar-default {
    margin-bottom: 0;
  }

  /* line 1173, css/_responsive.scss */
  .navbar-brand {
    margin: 8px 0 10px 10px !important;
  }
  /* line 1176, css/_responsive.scss */
  .navbar-brand img {
    width: 85%;
    max-width: 250px;
  }

  /* line 1182, css/_responsive.scss */
  .navbar-toggle {
    margin: 23px 10px 0;
    box-shadow: none !important;
    border-color: #484848;
  }
  /* line 1187, css/_responsive.scss */
  .navbar-toggle .icon-bar {
    background: #484848;
  }

  /* line 1192, css/_responsive.scss */
  .navbar-collapse {
    float: left;
    width: 100%;
    margin: 0 !important;
  }
  /* line 1199, css/_responsive.scss */
  .navbar-collapse .navbar-nav li.menu-item a {
    margin: 1px 0;
    padding: 12px 15px;
    text-align: center;
  }

  /* line 1208, css/_responsive.scss */
  .footernav-wrap {
    margin-bottom: 10px;
    padding: 8px 0;
    border-top: 1px solid rgba(192, 192, 192, 0.38);
    border-bottom: 1px solid rgba(192, 192, 192, 0.38);
  }
  /* line 1214, css/_responsive.scss */
  .footernav-wrap .menu {
    margin: 0;
    padding: 0;
  }
  /* line 1218, css/_responsive.scss */
  .footernav-wrap .menu li.menu-item {
    width: 100%;
  }
  /* line 1221, css/_responsive.scss */
  .footernav-wrap .menu li.menu-item a {
    margin: 0;
    padding: 3px 0;
  }

  /* line 1228, css/_responsive.scss */
  .copyrights-wrap {
    margin-bottom: 0;
  }

  /* line 1231, css/_responsive.scss */
  .copyright {
    margin: 10px 0 20px;
    text-align: center;
  }
  /* line 1235, css/_responsive.scss */
  .copyright p {
    font-size: 12px;
  }

  /* line 1241, css/_responsive.scss */
  .breadcrumbs-wrap {
    display: block !important;
    height: 80px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 1247, css/_responsive.scss */
  .breadcrumbs-wrap .wpb_content_element {
    margin-bottom: 0;
  }
  /* line 1250, css/_responsive.scss */
  .breadcrumbs-wrap .wpb_single_image img {
    height: 80px;
    object-fit: cover;
  }
  /* line 1254, css/_responsive.scss */
  .breadcrumbs-wrap .vc_column_container > .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* line 1259, css/_responsive.scss */
  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 1263, css/_responsive.scss */
  .breadcrumbs-content {
    top: 20px;
  }
  /* line 1266, css/_responsive.scss */
  .breadcrumbs-content h2 {
    margin: 0;
    font-size: 20px !important;
  }
  /* line 1272, css/_responsive.scss */
  .breadcrumbs-content .breadcrumbs a,
  .breadcrumbs-content .breadcrumbs span {
    font-size: 16px;
  }

  /* line 1279, css/_responsive.scss */
  .comp-wrapper .wpb_single_image {
    margin-bottom: 15px;
  }

  /* line 1284, css/_responsive.scss */
  .simple-page-title-border {
    border: 0;
  }

  /* line 1287, css/_responsive.scss */
  .simple-page-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 28px;
    text-align: center !important;
  }

  /* line 1295, css/_responsive.scss */
  .company-history-tabs {
    padding: 0 15px;
  }
  /* line 1299, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel a {
    color: #484848 !important;
    background: none !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 0 !important;
  }
  /* line 1307, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel.vc_active a {
    color: #fff !important;
    background: #cb0808 !important;
    border: 1px solid #cb0808 !important;
  }
  /* line 1313, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel-heading {
    margin: 5px 0 !important;
  }
  /* line 1316, css/_responsive.scss */
  .company-history-tabs .vc_tta-panel-body {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
  }

  /* line 1323, css/_responsive.scss */
  .our-magazine-title {
    margin: 30px 0 0 0 !important;
    padding: 0 15px;
  }

  /* line 1327, css/_responsive.scss */
  .slick-prev {
    left: 0 !important;
  }

  /* line 1330, css/_responsive.scss */
  .slick-next {
    right: 0 !important;
  }

  /* line 1333, css/_responsive.scss */
  .vc_tta-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1341, css/_responsive.scss */
  .contact-info .container {
    padding: 0 15px;
  }
  /* line 1344, css/_responsive.scss */
  .contact-info .wpb_column {
    margin: 0 auto 30px;
  }

  /* line 1348, css/_responsive.scss */
  .ask-question {
    margin: 0;
  }

  /* line 1351, css/_responsive.scss */
  .contact-form-wrap {
    padding: 0;
  }
  /* line 1356, css/_responsive.scss */
  .contact-form-wrap .username-block,
  .contact-form-wrap .phone-block,
  .contact-form-wrap .email-block {
    width: 100%;
    margin: 0;
  }
  /* line 1360, css/_responsive.scss */
  .contact-form-wrap .form-group {
    margin-bottom: 0;
  }
  /* line 1363, css/_responsive.scss */
  .contact-form-wrap .btn-send {
    margin: 25px auto;
  }

  /* line 1368, css/_responsive.scss */
  .map-wrapper .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 1375, css/_responsive.scss */
  .why-we {
    padding: 30px 15px;
  }

  /* line 1378, css/_responsive.scss */
  .gray-wrap {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1383, css/_responsive.scss */
  .gray-wrap .simple-page-title {
    margin-left: 0;
  }

  /* line 1388, css/_responsive.scss */
  .floor .wpb_single_image {
    margin-bottom: 15px;
  }

  /* line 1392, css/_responsive.scss */
  .fill-a-bid {
    padding: 30px 15px;
  }

  /* line 1396, css/_responsive.scss */
  .fill-a-bid .col-lg-6.right,
  .fill-a-bid .col-lg-6.left {
    padding: 0 !important;
  }

  /* line 1399, css/_responsive.scss */
  .fill-a-bid .col-lg-6 .btn-send {
    float: none;
    margin: 25px auto;
  }

  /* line 1403, css/_responsive.scss */
  .fill-a-bid .col-lg-6 img.ajax-loader {
    float: none;
    text-align: center;
    margin: 0 auto;
    right: auto;
    bottom: auto;
  }

  /* line 1414, css/_responsive.scss */
  .page404 h2 {
    margin-bottom: 10px;
    font-size: 100px;
  }
  /* line 1418, css/_responsive.scss */
  .page404 h4 {
    margin-bottom: 5px;
    font-size: 32px;
  }
  /* line 1422, css/_responsive.scss */
  .page404 .page-not-found {
    font-size: 16px;
  }

  /* line 1430, css/_responsive.scss */
  .magazines .vc_gitem-col {
    padding: 10px 0 !important;
  }
  /* line 1434, css/_responsive.scss */
  .magazines .vc_grid-filter-select {
    margin: 30px 0;
  }
  /* line 1437, css/_responsive.scss */
  .magazines .vc_grid-filter-select select {
    font-size: 14px;
    font-family: "OpenSans-Regular";
  }

  /* line 1443, css/_responsive.scss */
  .magazine-short-info {
    padding: 0;
  }
  /* line 1446, css/_responsive.scss */
  .magazine-short-info .vc_col-sm-6 {
    float: left;
    width: 50%;
  }

  /* line 1451, css/_responsive.scss */
  .vc_responsive .magazine-short-info .vc_grid-filter {
    display: block !important;
    text-align: left;
  }

  /* line 1459, css/_responsive.scss */
  .homepage-action-post:nth-child(1) {
    width: 100%;
    padding-right: 0 !important;
  }
  /* line 1463, css/_responsive.scss */
  .homepage-action-post:nth-child(2) {
    float: left !important;
    width: 100%;
    margin: 15px 0;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1470, css/_responsive.scss */
  .homepage-action-post:nth-child(3) {
    width: 100%;
    margin: 0;
    padding-bottom: 15px !important;
    padding-right: 0 !important;
  }
  /* line 1476, css/_responsive.scss */
  .homepage-action-post:nth-child(4) {
    width: 100%;
    margin: 0;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }

  /* line 1484, css/_responsive.scss */
  .actions-block-wrapper .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
  }

  /* line 1491, css/_responsive.scss */
  .blog-news-wrapper {
    margin-bottom: 0;
    padding-top: 25px !important;
    border-bottom: 1px solid #ccc;
  }
  /* line 1496, css/_responsive.scss */
  .blog-news-wrapper:last-child {
    border-bottom: 0;
  }

  /* line 1501, css/_responsive.scss */
  .blog-news-wrap .wpb_single_image {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  /* line 1506, css/_responsive.scss */
  .blog-news-wrap .wpb_single_image .vc_single_image-img {
    max-width: 300px;
    padding-right: 0;
  }
  /* line 1511, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_title {
    width: 100%;
  }
  /* line 1514, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_excerpt {
    width: 100%;
  }
  /* line 1517, css/_responsive.scss */
  .blog-news-wrap .vc_gitem-post-data-source-post_date {
    width: 100%;
  }

  /* line 1522, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title {
    width: 54%;
  }
  /* line 1525, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_title a {
    font-size: 15px;
  }
  /* line 1529, css/_responsive.scss */
  .sidebar-news-feed .vc_gitem-post-data-source-post_date {
    width: 54%;
    font-size: 14px;
  }

  /* line 1537, css/_responsive.scss */
  .blog-news-template .breadcrumbs {
    padding: 0 30px;
  }
  /* line 1541, css/_responsive.scss */
  .blog-news-template .col-lg-8,
  .blog-news-template .col-lg-4 {
    padding: 0 30px;
  }

  /* line 1545, css/_responsive.scss */
  .short-post-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  /* line 1550, css/_responsive.scss */
  .sidebar-search-field {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
  }

  /* line 1556, css/_responsive.scss */
  .last-news-feed .post-title {
    font-size: 15px;
  }
  /* line 1559, css/_responsive.scss */
  .last-news-feed .post-title a {
    font-size: 15px;
  }
  /* line 1563, css/_responsive.scss */
  .last-news-feed .post-date {
    font-size: 14px;
  }

  /* line 1568, css/_responsive.scss */
  .our-actions-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1572, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap {
    float: none !important;
    width: 100% !important;
    display: inline-block !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  /* line 1579, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap:nth-child(1) {
    margin-bottom: 0;
  }
  /* line 1584, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap:nth-child(2) .post-actions-wrap-img img {
    height: 595px;
  }
  /* line 1590, css/_responsive.scss */
  .our-actions-wrap .post-actions-wrap .post-actions-wrap-img img {
    width: 100%;
    height: 285px;
  }

  /* line 1598, css/_responsive.scss */
  .our-range-wrap {
    padding: 0 15px;
  }

  /* line 1601, css/_responsive.scss */
  .post-range-wrap {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  /* line 1608, css/_responsive.scss */
  .navbar-header {
    float: none;
  }

  /* line 1611, css/_responsive.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 1614, css/_responsive.scss */
  .navbar-collapse.collapse {
    display: none!important;
  }

  /* line 1617, css/_responsive.scss */
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  /* line 1621, css/_responsive.scss */
  .navbar-nav > li {
    float: none;
  }

  /* since 3.1.0 */
  /* line 1625, css/_responsive.scss */
  .navbar-collapse.collapse.in {
    display: block!important;
  }

  /* line 1628, css/_responsive.scss */
  .collapsing {
    overflow: hidden!important;
  }
}


.contact-page-map .wpb_wrapper> table {display:none !important;}
.map-wrapper .wpb_wrapper> table {display:none !important;}

.slide_item{
  display:inline-block;
}
