@import "../fonts/font-awesome/css/font-awesome.min.css";
/* Table of Contents
------------------------------------------------------- *

	0. Bootstrap Fixes
	1. Less Variables & Mixins
	2. Top Bar
	3. Header
	4. Links
	5. Navigation Menu
	6. Slider
	7. Content
		7.1. Primary
		7.2. Secondary
	8. Pagination
	9. Footer
	10. HTML Markup and Formatting
	11. Widgets Style
	12. Comments	

/* 0. Bootstrap Fixes
-------------------------------------------------------	*/
body {
  background: #fff;
  color: #1e1e1e;
}
a {
    outline: none !important;
}
.container {
  margin: auto;
}
code {
  white-space: pre-wrap !important;
  background: #f7f7f7;
}
.navbar-default .navbar-nav > li > a {
  color: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: none;
}
/* 1. Less Variables & Mixins
-------------------------------------------------------	*/
.font {
  font-family: 'Roboto', sans-serif;
}
.font-heading {
  font-family: 'Roboto', sans-serif;
}
.font-title {
  font-family: 'Roboto', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
}
#parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#page {
  position: relative;
  z-index: 888;
}
#page ::selection {
  background: #f38222;
  color: #ffffff;
}
/* 2. Header-top
------------------------------------------------------- */
#header-top {
  background: #000000;
  padding-top: 10px;
}
.site-branding {
  float: left;
  margin-top: 0px;
  padding-top: 0px;
  margin-top: -24px;
}
.site-title {
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.site-title a {
  color: #00bac4;
  font-size: 29px;
  font-weight: 200;
}
.site-title a:hover {
  text-decoration: none;
}
.site-description {
  font-family: 'Roboto', sans-serif;
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
.main_logo {
  max-width: 590px;
}
@media screen and (max-width: 400px) {
  .main_logo {
    max-width: 320px;
  }
}
#social-icons {
  float: right;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 5px;
}
.social-icon {
  color: #999999;
  font-size: 32px;
  margin-right: 2px;
  padding: 0px 2px;
  position: relative;
  top: 0px;
  left: 0px;
  transition: ease 0.4s all;
}
.social-icon:hover {
  color: #00d2de;
  text-shadow: 3px 3px 1px #818181;
  top: -1px;
  left: -1px;
}
a:hover .social-icon {
  text-decoration: none;
}
/* 3. header-2
------------------------------------------------------- */
#header-2 {
  padding-top: 15px;
  width: 100%;
  background: transparent;
  /*position: absolute;*/
}
#top-search {
  float: left;
  /*  position: relative;*/
  top: 0px;
  z-index: 999;
  margin-bottom: 15px;
}
/*#top-search input[type=text] {
  background: transparent;
  outline: none;
  border: none;
  width: 280px;
  padding-right: 30px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  z-index: 999;
}*/
#top-search input[type=text]:hover,
#top-search input[type=text]:focus {
  background: #ddd;
}
#top-search ::-webkit-input-placeholder {
  color: #333;
}
#top-search :-moz-placeholder {
  /*Firefox 18- */

  color: #333;
}
#top-search ::-moz-placeholder {
  /*  Firefox 19+ */

  color: #333;
}
#top-search :-ms-input-placeholder {
  color: #333;
}
/*#top-search button {
  position: relative;
  padding: 2px 5px;
  background: none;
  border: none;
  -webkit-linear-gradient: none;
  top: 5px;
  box-shadow: none;
  left: -35px;
  z-index: -1;
  color: #007178;
}
#top-search .search-form {
  !*idth: inherit; *!
  float: left;
}*/


/* 4. Links
------------------------------------------------------- */
a {
  color: #f38222;
}
a:hover,
a:focus,
a:active {
  color: #f38222;
}
/* 5. Carousel Wrapper
------------------------------------------------------- */
#carousel-wrapper {
  margin-bottom: 55px;
}
#carousel-wrapper .bx-wrapper .bx-next {
  margin-right: 10px;
}
#carousel-wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
}
#carousel-wrapper .bx-wrapper .bx-viewport ul {
  margin-left: 0px;
}
/* 5. Navigation Menu 
-------------------------------------------------------	*/
/* Default Navigation */
.nav-wrapper {
  margin-bottom: 25px;
}
#site-navigation {
  clear: both;
  display: block;
  display: inline-block;
  background: transparent;
  padding-bottom: 0px;
  border: none;
  margin-top: 0px;
  text-align: center;
  float: none;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  position:  relative;
}
#site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 0px;
}
#site-navigation ul > li > a {
  padding-bottom: 25px;
  padding-top: 25px;
}
#site-navigation ul li:hover > ul {
  /* Dropdown*/

  /*  display: block;*/
}
#site-navigation ul ul {
  display: none;
  float: left;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99999;
  background: #fff;
  text-align: left;
  border: none;
  border-top: solid 3px #f38222;
  padding-top: 0px;
  box-shadow: 0px 5px 4px -4px #4a4a4a;
}
#site-navigation ul ul ul {
  left: 100%;
  border: none;
  top: 0;
}
#site-navigation ul ul a {
  min-width: 200px;
  max-width: 100%;
  font-size: 15px;
  font-weight: normal;
  color: #555;
  padding: 8px 20px;
}
#site-navigation ul ul a:hover {
  border-bottom: none;
  background: #333;
  color: #eee;
  padding: 8px 20px;
}
#site-navigation li {
  /*  position: relative;
    clear: right;
    float: left;*/
}
#site-navigation .nav .caret {
  display: none;
}
#site-navigation a {
  display: block;
  color: #8b8b8b;
  text-decoration: none;
  padding: 16px 10px;
  font-weight: normal;
  font-weight: lighter;
}

#site-navigation a:hover {
  /*border-top: #f38222 solid 2px;*/
  background: none;
  color: #00bac4;
}
.page-template-home-my #site-navigation a {
  /* border-top: 2px solid transparent;*/
}
#site-navigation ul ul a {
  border-bottom: none;
}
#site-navigation ul ul a:hover {
  border-bottom: none;
  background: none;
}
#site-navigation li:hover > a {
  border-top: none;
  /*padding-bottom: 10px;*/
  color: #00bac4;
  text-decoration:  underline;
}
#site-navigation a{
  border-top:  2px solid transparent;
  background: none;
  color: #00bac4;
}
#site-navigation ul ul li:hover > a {
  background: #ffffff;
  border-bottom: none;
  padding: 8px 20px;
  color: black;
  border-top: none;
  color: #f38222;
  border-top: 2px solid #fff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    width: 100%;
  }
  #site-navigation .active > a,
  #site-navigation .current_page_item > a {
    border-top: solid 4px #ffffff;
    background: none;
  }
  #site-navigation ul {
    margin-left: 0px;
  }
  #site-navigation ul ul {
    display: none;
  }
  #site-navigation li {
    display: block;
    width: 100%;
    text-align: left;
  }
  #site-navigation li:hover > a {
    border-top: none;
    padding-top: 20px;
  }
  #site-navigation li:hover ul {
    display: none !important;
  }
  #site-navigation .navbar-default .navbar-collapse {
    border-color: #00bac4;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    color: #00bac4;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    top: -8px;
    width: 100%;
    float: left;
  }
  h1.menu-toggle {
    width: 100%;
  }
  .menu-toggle:before {
    content: "\f0ca";
    font-family: "FontAwesome";
    height: 0;
    width: 0px;
    margin-right: 20px;
    position: relative;
  }
}
/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}
/* 6. Slider
-------------------------------------------------*/
.slider-wrapper {
  margin: auto;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 80px;
  border-top: solid 4px #efefef;
  padding-top: 0px;
  border-bottom: none;
}
.slide-title {
  font-family: 'Roboto', sans-serif;
  color: #ddd;
}
.nivo-caption {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: none !important;
  text-align: center;
  /* max-width: 900px; */

  color: #fff;
}
.nivo-caption a {
  display: inline-block;
}
.nivo-html-caption {
  display: none;
}
.nivocapper {
  /* Component Responsible for Dropping Caption */

  display: inline-block;
  background: red;
  background: rgba(0, 0, 0, 0.85);
  padding: 5px 35px;
  margin-top: -10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.slide-title {
  font-size: 36px;
  display: block;
}
div.slide-description {
  font-family: 'Roboto', sans-serif;
}
.nivo-controlNav {
  margin-top: -46px;
  z-index: 99999;
}
.nivo-imageLink {
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  div.slide-title {
    font-size: 18px;
  }
  div.slide-description {
    font-size: 13px;
  }
}
/* 7. Content 
------------------------------------------------------- */
#content {
  background: none;
  padding: none;
  padding-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
/* 7.1 Primary 
------------------------------------------------------- */
#primary {
  padding: 20px 15px;
  background: #fff;
  padding-top: 10px;
  margin-top: 35px;
  /*  border: solid 1px #eee;*/
}
.byline {
  display: inline;
}
.single .fa-clock-o:before,
.single .fa-user:before {
  color: #333 !important;
}
article.archive .article-rest {
  margin: auto;
}
.featured-thumb {
  margin: auto;
  margin-top: 35px;
  overflow: hidden;
  width: 95%;
  padding: 0px;
}
.featured-thumb .img-meta {
  position: absolute;
  z-index: 9999;
  background: rgba(0, 210, 222, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  display: none;
  text-align: center;
}
.featured-thumb .img-meta .meta-icon {
  display: inline-block;
  font-size: 24px;
  width: 36px;
  background: #00595e;
  border-radius: 4px;
  margin-top: 150px;
}
.featured-thumb .img-meta .meta-link {
  padding: 15px 25px;
  color: #00bfc9;
  padding-left: 26px;
}
.featured-thumb .img-meta .meta-link:hover {
  color: #02f2ff;
  text-decoration: none;
}
.featured-thumb .img-meta .meta-link i {
  position: relative;
  left: -19px;
}
.featured-thumb .img-meta .meta-link .icon-link {
  left: -17px;
}
.featured-thumb .img-meta .img-meta-img .meta-link {
  padding-left: 24px;
}
.featured-thumb:hover .img-meta {
  background: rgba(0, 210, 222, 0.65);
}
.featured-thumb:hover img {
  -webkit-transform: scale(1.05);
  opacity: 0.98;
}
.featured-thumb img {
  box-shadow: 0px 1px 2px #444;
  margin-bottom: 0px;
  transition: 0.4s all ease;
  min-width: 100%;
  height: auto;
}
.archive .entry-title a {
  display: block;
  font-size: 26px;
  color: #000000;
  color: #f38222;
  font-family: 'Roboto', sans-serif;
}
.archive .entry-title a:hover {
  color: #f38222;
}
.archive .entry-meta {
  font-size: small;
  color: #00bac4;
  /* border-bottom: solid 6px lighten(@sidebar-link-color,25%); */

  padding-bottom: 15px;
  color: #999999;
}
.archive .entry-meta a {
  color: #999999;
}
.archive .entry-meta .posted-on {
  margin-right: 6px;
}
.archive .entry-header {
  padding: 0 15px;
  margin-bottom: -30px;
}
.blog .entry-title,
.search .entry-title,
body.archive .entry-title {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 0px;
  display: block;
}
.tag .entry-meta {
  border-bottom: none;
}
.cat-page-title {
  margin: 20px 0px !important;
}
.single .entry-h1,
.page .entry-h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}
.single .entry-h1 h1,
.page .entry-h1 h1 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
.single .entry-h1:after,
.page .entry-h1:after {
  content: "";
  clear: both;
  width: 92%;
  height: 6px;
  position: absolute;
  margin-left: 1%;
  margin-top: 10px;
  /* border-bottom: double 6px lighten(@sidebar-link-color,25%); */

}
.single .entry-title,
.page .entry-title {
  color: #333;
  line-height: 1.6em;
}
.entry-content {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin-top: 20px;
  color: #1e1e1e;
}
.comments-link {
  float: right;
}
.entry-meta {
  color: #999999;
}
.entry-meta .posted-on {
  margin-right: 10px;
}
.entry-meta .edit-link {
  float: right;
}
.entry-meta .fa-tags {
  margin-left: 10px;
}
footer.entry-meta {
  margin-top: 25px;
}
.single article.post,
.page article.post {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.single .entry-meta,
.page .entry-meta {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 15px;
}
.single footer.entry-meta,
.page footer.entry-meta {
  border-bottom: none;
  padding-bottom: 0px;
}
#nav-below {
  margin-top: 30px;
  margin-bottom: 20px;
}
#nav-below a {
  font-family: 'Roboto', sans-serif;
}
.featured-image-single {
  text-align: center;
  margin: 30px auto;
  margin-top: 20px;
}
.featured-image-single img {
  max-width: 98%;
  box-shadow: 0px 25px 6px -20px #888888;
  margin-bottom: 15px;
  border-radius: 5px;
}
.page-title {
  text-transform: inherit;
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: inline-block;
  border-bottom: none;
  margin-top: -15px;
}
.page-header {
  border-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .featured-thumb .img-meta .meta-icon {
    margin-top: 30px;
  }
}
#primary-home article {
  padding: 0px;
}
#primary-home .article-wrapper {
  border: solid 1px #eee;
  width: 94%;
  background: #fff;
  height: 100%;
}
#primary-home .featured-thumb {
  margin-top: 0px;
  width: 100%;
}
#primary-home .entry-title a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  transition: 0.4s all ease;
  line-height: 1.5em;
}
#primary-home .entry-title a:hover {
  text-decoration: none;
  color: #00bac4;
}
#primary-home .entry-meta {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  display: block;
  border-bottom: solid 1px #ccc;
  padding-bottom: 6px;
}
#primary-home .entry-meta a {
  color: #999999;
}
#primary-home .entry-content {
  line-height: 1.7em;
}
#primary-home h1.entry-title {
  margin-bottom: 0px;
}
#primary-home h1.entry-title:after {
  content: none;
}
#primary-home .entry-meta {
  font-size: small;
  color: #00bac4;
  border-bottom: solid 1px #d9d9d9;
  color: #999999;
}
#primary-home .entry-meta a {
  color: #999999;
}
#primary-home .entry-meta .posted-on {
  margin-right: 6px;
}
#primary-home .entry-header {
  padding: 0;
  margin-bottom: 0;
}
/* 7.2 Secondary 
------------------------------------------------------- */
#secondary,
#footer-sidebar {
  padding: 20px 10px;
}
#secondary ul,
#footer-sidebar ul {
  list-style: none;
  margin-left: 5px;
}
#secondary ul li:before,
#footer-sidebar ul li:before {
  margin-right: 5px;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #999999;
}
#secondary ul li,
#footer-sidebar ul li {
  margin-bottom: 8px;
}
#secondary ul ul,
#footer-sidebar ul ul {
  margin-left: 15px;
}
#secondary ul ul li:before,
#footer-sidebar ul ul li:before {
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;
}
#secondary ul ul ul,
#footer-sidebar ul ul ul {
  margin-left: 5px;
}
#secondary .widget_recent_entries li:before,
#footer-sidebar .widget_recent_entries li:before {
  content: "\f0f6";
}
#secondary .widget_recent_entries li,
#footer-sidebar .widget_recent_entries li {
  border-bottom: solid 1px #ffffff;
  padding: 5px 0px;
}
#secondary .widget_recent_comments li:before,
#footer-sidebar .widget_recent_comments li:before {
  content: "\f075";
  font-size: 12px;
  position: relative;
  top: -2px;
}
#secondary .widget_calendar caption,
#footer-sidebar .widget_calendar caption {
  font-weight: bold;
  margin-bottom: 7px;
}
#secondary .widget_calendar table,
#footer-sidebar .widget_calendar table {
  padding: 5px;
  text-align: center;
  background: #fff;
}
#secondary .widget_calendar thead,
#footer-sidebar .widget_calendar thead {
  border-bottom: solid 1px #00d2de;
}
#secondary .widget_calendar thead th,
#footer-sidebar .widget_calendar thead th {
  background: #ddd;
  padding: 5px;
  text-align: center;
}
#secondary .widget_calendar tr td,
#footer-sidebar .widget_calendar tr td {
  padding: 8px !important;
  background: #eee;
  margin: 4px;
  text-align: center;
}
#secondary .widget_calendar #prev,
#footer-sidebar .widget_calendar #prev {
  text-align: left;
}
#secondary .widget_calendar #next,
#footer-sidebar .widget_calendar #next {
  text-align: right;
}
#secondary .widget-title,
#footer-sidebar .widget-title {
  margin-top: 0px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height:  30px;
  display: inline-block;
}
#secondary .widget-title span {
  background: #f38222;
  height: 2px;
  width: 100px;
  display: block;
  margin-bottom: -6px;
}
#secondary .widget_search label,
#footer-sidebar .widget_search label {
  width: 100%;
}
#secondary .widget_search form,
#footer-sidebar .widget_search form {
  width: 100%;
  padding: 10px 5px;
}
#secondary .widget_search input[type=submit],
#footer-sidebar .widget_search input[type=submit] {
  display: none;
}
#secondary .widget_search input[type=text],
#footer-sidebar .widget_search input[type=text] {
  display: block;
  min-width: 96%;
  margin-left: 20px;
}
#secondary select#cat,
#footer-sidebar select#cat {
  margin-bottom: 10px;
  margin-left: 10px;
}
#secondary .widget,
#footer-sidebar .widget {
  background: #fff;
  margin-top: 0px;
  padding-top: 0px;
  padding: 0px;
  border: none;
}
#secondary .widget a,
#footer-sidebar .widget a {
  color: #999999;
}
#secondary .widget > div,
#footer-sidebar .widget > div {
  padding: 7px;
}
#footer-sidebar {
  clear: both;
  padding: 15px 0px;
}
#footer-sidebar .footer-column {
  margin: 15px 0;
  padding: 0 5px;
}
/* 8. Pagination
-----------------------------------------------*/
.pagination {
  margin: 20px 0;
  width: 100%;
  margin-left: -20px;
  text-align: center;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #eeeeee;
  transition: all 0.4s ease;
}
.pagination ul > li > a .next {
  float: right;
}
.pagination ul > li > a:hover {
  color: #00bac4;
  background: #eee;
}
.pagination .current {
  background: #00d2de;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  border-left-width: 0;
  display: inline-block;
  color: #27979d;
}
.pagination ul  > li:first-child  > a,
.pagination ul  > li:first-child  > span {
  border-left-width: 1px;
}
.pagination ul  > li:last-child  > a,
.pagination ul  > li:last-child  > span {
  border-rigth-width: 1px;
}
/* 9. Footer 
------------------------------------------------------- */
#colophon {
  background: #292b2b;
  padding: 35px 0px 30px 0px;
  border-top: none;
  border-bottom: none;
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff;
/*  position: relative;*/
}
.sep {
  font-size: 8px;
  position: relative;
  top: -2px;
  padding: 0 5px;
  color: #999999;
}
/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
  background: #f7f7f7;
}
article table td {
  padding: 5px;
  border: solid 1px #eee;
}
article table th {
  padding: 5px;
  background: #ccc;
  border: solid 1px #ccc;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #595959;
}
article blockquote {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
article code {
  background: #14a8b0;
  color: #000000;
}
/* 11. Widgets Style
---------------------------------------------------- */
.rp-item {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 8px;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
}
.rp-item:before {
  content: none !important;
}
.rp-thumb {
  float: left;
  width: 64px;
  margin-right: -5px;
  margin-top: 3px;
}
.rp-thumb img {
  width: 48px;
  border: solid 2px #eee;
  border-radius: 2px;
}
.rp-thumb rp-title {
  clear: none;
}
.rp-thumb rp-title a {
  display: block;
}
/* 12. Comments
---------------------------------------------------------- */
#respond input[type=text] {
  max-width: 450px;
}
#comments ol.comment-list {
  list-style: none;
}
#comments li.comment {
  border: solid 1px #eee;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f9f9f9;
}
#comments .vcard img {
  border: solid 4px #ffffff;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .comment-metadata {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
aside#meta {
  display: none;
}
.Not_foundPage {
  padding-bottom: 100px;
}
.search.search-results .entry-title {
  line-height: 35px;
  padding: 0px;
  margin: 0px;
}
.search.search-results article {
  margin-bottom: 15px !important;
  height: 35px;
}
/* 13. Header Fixes for Responsive Part
 -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #top-search {
    text-align: center;
    margin-top: 10px;
  }
  #top-search .search-form {
    float: none;
  }
  h1.site-title,
  #social-icons {
    display: block;
    text-align: center;
    padding: 5px;
  }
  #top-bar {
    padding-bottom: 5px;
  }
  div.slide-description {
    display: none;
  }
  div.slide-title {
    font-size: 12px;
  }
  .nivo-caption {
    max-width: 400px;
    max-width: 75%;
    min-width: 200px;
  }
  #site-navigation ul.menu,
  #site--navigation div.menu {
    display: none;
  }
  #site-navigation ul.menu li a,
  #site--navigation div.menu li a {
    font-size: 14px;
    padding: 10px;
  }
  #site-navigation ul.menu li:hover a,
  #site--navigation div.menu li:hover a {
    border-bottom: none;
    padding-bottom: 25px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  #top-search input[type=text] {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #site-navigation ul.menu {
    display: block;
  }
}




/**********************************************
HOME - slider
**********************************************/
.block-slides-swiper-container {
    width: 100%;
    /*height: 100%;*/
    height: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
.swiper-slide a {
    padding: 180px 170px 180px 170px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../../images/slider_shadow.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-decoration: none !important;
}
.swiper-slide a .container {
    width: 100%;
}
.slide-block__item {
    width: 100%;
}
.slide-block__title {
    text-align: left;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    position: relative;
    color: #fff;
}
.slide-block__text {
    margin-top: 15px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.block-slides-swiper-nav {
    z-index: 999;
}
.block-slides-swiper-button-prev {
    opacity: 0.9 !important;
    color: #fff;
    font-size: 40px;
    left: 80px;
    background: none;
    text-shadow: 0 0 5px #000;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}
.block-slides-swiper-button-next {
    opacity: 0.9 !important;
    color: #fff;
    font-size: 40px;
    right: 80px;
    background: none;
    text-shadow: 0 0 5px #000;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}
.swiper-button-disabled {
    opacity: 0 !important;
}
@media screen and (max-width: 1201px) {
    
    .slide-block__title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0px;
    }
    .slide-block__text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 992px) {
    
    .swiper-slide a {
        padding: 110px 100px 110px 100px;
    }
    .slide-block__title {
        font-size: 40px;
        line-height: 50px;
    }
    .slide-block__text {
        font-size: 14px;
        line-height: 18px;
    }
    .block-slides-swiper-button-prev {
        left: 40px;
    }
    .block-slides-swiper-button-next {
        right: 40px;
    }
}
@media screen and (max-width: 768px) {
    
    .swiper-slide a {
        padding: 50px 60px 40px 60px;
    }
    .slide-block__title {
        font-size: 20px;
        line-height: 30px;
    }
    .slide-block__text {
        font-size: 12px;
        line-height: 16px;
    }
    .block-slides-swiper-button-prev {
        left: 5px;
    }
    .block-slides-swiper-button-next {
        right: 5px;
    }
}



/**********************************************
HEADER
**********************************************/

.row.flex-align-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}
/*.row.flex-align-center > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/


.header {
    padding: 23px 0 5px 0;
}
.header-logo__container {
    text-decoration: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.header-logo__image-container {
    min-width: 69px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 15px 15px 0;
    flex: 1 1 69px;
}
.header-logo__image-container img {
    width: 100%;
    height: auto;
    max-width: 69px;
}
.header-logo__title-container {
    flex: 1 1 calc(100% - 69px - 15px);
    min-width: calc(100% - 69px - 15px);
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}
.header-logo__title {
    color: #FB7A1C;
    font-size: 29px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none;
}
.header-logo__text {
    color: #000;
    font-size: 12px;
    line-height: 15px;
}

.header-slogan__container {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.header-slogan__title {
    color: #FB7A1C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1px;
    position: relative;
    cursor: default;
    letter-spacing: -0.6px;
}
.header-slogan__text {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    cursor: default;
    letter-spacing: -0.6px;
}

.header-address__container {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    cursor: default;
    background-image: url('../../images/icon_header_pointer.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0 2px;
    padding-left: 35px;
    letter-spacing: -0.6px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.header-workingtime__container {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    cursor: default;
    background-image: url('../../images/icon_header_clock.png');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: 0 2px;
    padding-left: 35px;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.header-phone-btn__container {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.header-phone__container {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    cursor: default;
    background-image: url('../../images/icon_header_phone.png');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0 2px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    letter-spacing: -0.5px;
}
.header-phone__container > span {
    color: #8D8D8D;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    position: absolute;
    left: 25px;
    top: -2px;
}
.header-phone__btn-container {
    padding-left: 25px;
}
.header-phone__btn,
.header-phone__btn:focus {
    color: #FB7A1C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 0 1px 0;
    border-bottom: 1px dashed #FB7A1C;
    border-radius: 0;
    letter-spacing: -0.5px;
}
.header-phone__btn:hover,
.header-phone__btn:active {
    color: #FB7A1C;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 1px solid #FB7A1C;
}

@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 992px) {
    .header-logo__title {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 768px) {
    
}



/**********************************************
HOME - menu & search
**********************************************/

.header-search {
    padding: 9px 0;
}
.header-menu__container {
    background-color: #2E2E2E;
}
.search-form {
    background-color: #474747;
    padding: 0 5px;
    position: relative;
}
.search-field {
    padding: 9px 0 8px 0 !important;
    background: none;
    color: #ffffff !important;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
    display: block;
    box-sizing: content-box;
}
.search-submit,
.search-submit:focus {
    position: absolute;
    top: 8px;
    right: 5px;
    display: block;
    width: 16px;
    height: 16px;
    background: none;
    background-image: url('../../images/icon_header_search.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.search-submit:hover,
.search-submit:active {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: none;
    background-image: url('../../images/icon_header_search.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}


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



.sticky-content.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
}
.header__menu {
    
}
.header__menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute !important;
    /*justify-content: space-around !important;*/
}
.header__menu ul.menu > li {
    position: relative;
    padding: 0 15px;
}
.header__menu ul.menu > li::after {
    position: absolute;
    display: block;
    height: 10px;
    width: 1px;
    background-color: #535353;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.header__menu ul.menu > li:last-child::after {
    display: none;
}
.header__menu ul.menu > li > a,
.header__menu ul.menu > li > a:focus {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 18px 0 18px 0;
    display: block;
    position: relative;
}
.header__menu ul.menu > li:hover > a,
.header__menu ul.menu > li > a:hover,
.header__menu ul.menu > li > a:active {
    color: #fff;
    text-decoration: none;
}
.header__menu ul.menu > li.menu-item-has-children > a {
    padding-right: 15px;
}
.header__menu ul.menu > li.menu-item-has-children > a::after {
    position: absolute;
    top: 23px;
    right: 0;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    display: block;
    content: '';
}
.header__menu ul.menu > li.menu-item-has-children:hover > a::after,
.header__menu ul.menu > li.menu-item-has-children > a:hover::after,
.header__menu ul.menu > li.menu-item-has-children > a:active::after {
    border-top: 4px solid #fff;
}


.header__menu ul.menu > li > ul.sub-menu {
    list-style: none;
    margin: 0;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: calc((100vw - 1170px) / 2 );
    padding-right: calc((100vw - 1170px) / 2 );
    display: none;
    position: fixed;
    background-color: rgba(255,255,255,0.96);
    z-index: 99;
    width: 100vw;
    left: 0;
    border-top: 2px solid #FA8126;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    -ms-flex-pack: distribute !important;
    justify-content: space-between !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -40px;
}
.header__menu ul.menu > li:hover > ul.sub-menu {
    list-style: none;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
}
.header__menu ul.menu > li > ul.sub-menu > li {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    padding-right: 40px;
    padding-left: 40px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-right: 1px solid #DBDBDB;
}
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(1) {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 0;
}
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(3) {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 0;
}
.header__menu ul.menu > li > ul.sub-menu > li:last-child {
    border-right: 0 solid #DBDBDB;
}
.header__menu ul.menu > li > ul.sub-menu > li > a,
.header__menu ul.menu > li > ul.sub-menu > li > a:focus {
    color: #000;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    padding: 0 0 8px 0;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
.header__menu ul.menu > li > ul > li > a:hover,
.header__menu ul.menu > li > ul > li > a:active {
    color: #FA8126;
    text-decoration: none;
}
.header__menu ul.menu > li > ul.sub-menu > li > a::after {
    content: '';
    width: 65px;
    height: 1px;
    background-color: #FA8126;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}

.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu {
    list-style: none;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a,
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
    color: #000;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    padding: 0;
    margin: 19px 0 0 0;
    position: relative;
    display: block;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:active {
    color: #FA8126;
    text-decoration: none;
}




.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    list-style: none;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a,
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
    color: #000;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    padding: 0;
    margin: 19px 0 0 0;
    position: relative;
    display: block;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:active {
    color: #FA8126;
    text-decoration: none;
}


.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li > ul.sub-menu > li > a,
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    padding: 0 0 0 20px;
    margin: 10px 0 0px 0;
    position: relative;
    display: block;
}
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li > ul.sub-menu > li > a:active {
    color: #FA8126;
    text-decoration: none;
}
.header__menu ul.menu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li > ul.sub-menu > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    height: 1px;
    width: 10px;
    background-color: #000;
}




.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    list-style: none;
    margin: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a,
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    padding: 0 0 0 20px;
    margin: 10px 0 0px 0;
    position: relative;
    display: block;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:active {
    color: #FA8126;
    text-decoration: none;
}
.header__menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    height: 1px;
    width: 10px;
    background-color: #000;
}

@media screen and (max-width: 1201px) {
    .header__menu ul.menu > li > ul {
        padding-left: calc((100vw - 970px) / 2 );
        padding-right: calc((100vw - 970px) / 2 );
    }
    .header__menu ul.menu > li > a, 
    .header__menu ul.menu > li > a:focus {
        font-size: 12px;
    }
    .header__menu ul.menu > li > ul.sub-menu > li:nth-child(1) {
        padding-left: 40px;
    }
    .header__menu ul.menu > li > ul.sub-menu > li:nth-child(3) {
        padding-right: 40px;
    }
}

@media screen and (max-width: 992px) {
    .header__menu ul.menu > li > ul {
        padding-left: calc((100vw - 750px) / 2 );
        padding-right: calc((100vw - 750px) / 2 );
    }
    .header__menu {
        display: none !important;
    }
}

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



/**********************************************
HOME - benefits
**********************************************/

.home-benefits__container {
    background-color: #FB7A1C;
    color: #ffffff;
    padding-top: 82px;
    padding-bottom: 0;
}
.home-benefits__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 45px;
    cursor: default;
    letter-spacing: 1px;
    position: relative;
}
.home-benefits__title::before {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #ffffff;
    top: -20px;
    left: 0;
    display: block;
    position: absolute;
}
.home-benefits__body {
    
}
.home-benefit__item {
    text-align: center;
    margin-bottom: 70px;
}
.home-benefit__icon-container {
    margin-bottom: 7px;
    height: 55px;
}
.home-benefit__icon {
    max-width: 70px;
}
.home-benefit__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: default;
}
.home-benefit__text {
    font-size: 11px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    cursor: default;
    overflow: hidden;
    height: 45px;
}

@media screen and (max-width: 1201px) {
    .home-benefit__text {
        height: 70px;
    }
}
@media screen and (max-width: 992px) {
    .home-benefit__text {
        height: 45px;
    }
}
@media screen and (max-width: 768px) {
    .home-benefits__title {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 25px;
        letter-spacing: 0;
    }
    .home-benefit__item {
        margin-bottom: 30px;
    }
    .home-benefit__text {
        height: auto;
    }
}


/**********************************************
HOME - about
**********************************************/
.home-about__container {
    background-color: #F1F1F1;
    padding-top: 60px;
    padding-bottom: 25px;
}
.home-about__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 22px;
    cursor: default;
}
.home-about__text {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    cursor: default;
}
.home-about__text p {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 18px;
}

@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    .home-about__title {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}



/**********************************************
HOME - iso
**********************************************/
.modal-xl {
    width: 900px !important;
    max-width: 900px !important;
}
.home-iso__container {
    background-color: #FB7A1C;
    color: #ffffff;
    padding-top: 46px;
    padding-bottom: 26px;
}
.home-iso__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    cursor: default;
}
.home-iso__text {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: default;
}
.home-iso__text p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: default;
    letter-spacing: 2px;
}
.home-iso__text strong {
    font-weight: 500;
    letter-spacing: 0;
}
.home-iso__image-container {
    position: relative;
    text-align: center;
}
.home-iso__image-btn {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: -110px;
    left: 0;
}
.home-iso__image-btn-icon {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}
.home-iso__image-btn-icon span {
    transform: rotateZ(-90deg);
    position: absolute;
    text-decoration: underline;
    background-image: url('../../images/icon_eye.png');
    background-repeat: no-repeat;
    background-size: 17px 11px;
    background-position: 0 1px;
    padding-left: 25px;
}
.home-iso__image-btn img {
    max-width: 235px;
}

@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 992px) {
    .home-iso__image-btn {
        position: relative;
        top: auto;
        left: auto;
    }
}
@media screen and (max-width: 768px) {
    
}



/**********************************************
HOME - videos
**********************************************/

.home-video__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    cursor: default;
    letter-spacing: 1px;
    position: relative;
}
.home-video__title::before {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #FA791B;
    top: -20px;
    left: 0;
    display: block;
    position: absolute;
}
.home-video__body {
    margin-bottom: 60px;
}
.home-video__item {
    max-width: 270px;
    margin-bottom: 30px;
}
.home-video__item a {
    color: #000 !important;
    display: block;
}
.home-video__item-image {
    margin-bottom: 12px;
    position: relative;
    max-width: 270px;
}
.home-video__item-image img {
    width: 100%;
    height: auto;
    max-width: 270px;
    position: relative;
}
.home-video__item-image::after {
    content: '';
    width: 48px;
    height: 34px;
    background-image: url('../../images/icon_play.png');
    background-repeat: no-repeat;
    background-size: 48px 34px;
    background-position: center center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-video__item-title {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
}

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



/**********************************************
HOME - news
**********************************************/

.home-video-blog__container {
    padding: 40px 0 40px 0;
}
.home-blog__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    cursor: default;
    letter-spacing: 1px;
    position: relative;
}
.home-blog__title::before {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #FA791B;
    top: -20px;
    left: 0;
    display: block;
    position: absolute;
}
.home-blog__body {
    margin-bottom: 60px;
}
.home-blog__item {
    margin-bottom: 30px;
}
.home-blog__item-title {
    margin-bottom: 11px;
}
.home-blog__item-title a,
.home-blog__item-title a:focus {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.home-blog__item-title a:hover,
.home-blog__item-title a:active {
    color: #000;
    text-decoration: underline;
}
.home-blog__item-date {
    color: #656565;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 16px;
    cursor: default;
}
.home-blog__item-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 28px;
    cursor: default;
    padding-top: 10px;
    border-top: 1px solid #E6E6E6;
}
.home-blog__item-more {
    
}
.home-blog__item-more a,
.home-blog__item-more a:focus {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.home-blog__item-more a:hover,
.home-blog__item-more a:active {
    text-decoration: none;
}
.home-blog__item-more a span,
.home-blog__item-more a:focus span {
    text-decoration: underline;
}
.home-blog__item-more a:hover span,
.home-blog__item-more a:active span {
    text-decoration: none;
}
.home-blog__item-more a i {
    margin-left: 7px;
    opacity: 0.5;
}

.home-blog__all {
    padding-top: 5px;
    text-align: center;
}
.home-blog__all a,
.home-blog__all a:focus {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: underline;
}
.home-blog__all a:hover,
.home-blog__all a:active {
    text-decoration: none;
}

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


.modal-content .btn__close {
    position: absolute;
    right: -24px;
    border-radius: 50%;
    border: 0px solid #fff;
    background-color: #fff;
    top: -24px;
    width: 24px;
    height: 24px;
    box-shadow: none;
    padding: 0;
    text-align: center;
}
.modal-content .btn__close img {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 11px;
    height: 11px;
}
.wpcf7-form {
    position: relative;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    background-image: url('../../images/ajax-loader.gif');
    width: 100% !important;
    height: 100% !important;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.7);
}
.modal-content {
    z-index: 999;
}
.modal-backdrop {
    z-index: 991;
}
.modal-content {
    text-align: left;
    /*width: 540px;*/
    padding: 35px 40px;
    border-radius: 0;
}
.modal-sm {
    width: 300px;
}
.modal-sm .modal-content {
    padding: 35px 20px;
}
.popup__title {
    color: #FB7A1C;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none;
    margin-bottom: 8px;
}
.popup__subtitle {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.popup__subtitle p {
    margin-bottom: 8px;
    font-weight: 400;
}
.popup__subtitle p:last-child {
    color: #343434;
    font-weight: 300;
}
.modal-content label {
    max-width: 100% !important;
    display: block;
    width: 100%;
}
.modal-content span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 14px;
    color: #FB7A1C;
}
div.div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    color: #398f14;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 1px solid #FB7A1C;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    color: #FB7A1C;
}
.modal-content input[type="text"],
.modal-content input[type="tel"],
.modal-content input[type="email"] {
    border: 1px solid #CDCDCD !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 11px 15px !important;
    width: 100% !important;
    margin-bottom: 9px !important;
    max-width: 100% !important;
}
.modal-content textarea {
    border: 1px solid #CDCDCD !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 11px 15px !important;
    width: 100% !important;
    margin-bottom: 9px !important;
    max-width: 100% !important;
}
.modal-content .wpcf7-submit,
.modal-content .wpcf7-submit:focus {
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #FB7A1C;
    text-shadow: none;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 15px 21px 15px 21px;
    display: block;
}
.modal-content .wpcf7-submit:hover,
.modal-content .wpcf7-submit:active {
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #FB6900;
    text-shadow: none;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 15px 21px 15px 21px;
    display: block;
}

@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    .modal-content .btn__close {
        right: 0;
        top: 0;
    }
    .modal-content {
        padding: 15px 10px;
    }
    .modal-sm .modal-content {
        padding: 15px 10px;
    }
    .popup__title {
        font-size: 20px;
        line-height: 24px;
    }
}




    .logos-block__container .swiper-container {
      width: 100%;
      height: 100%;
    }
    .logos-block__container .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      min-height: 150px;
    }
    .logos-block__container .swiper-slide .swiper-slide__inner {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.home-logos__body {
    margin-bottom: 60px;
    text-align: right;
}
.block-logos-swiper-nav {
    z-index: 999;
    position: relative;
    width: 80px;
    display: inline-block;
}
.block-logos-swiper-button-prev,
.block-logos-swiper-button-next {
    opacity: 0.9 !important;
    color: #000;
    font-size: 40px;
    right: 0px;
    background: none;
    text-shadow: 0 0 15px #fff;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    border-radius: 50%;
}
.block-logos-swiper-button-prev i {
    position: absolute;
    top: -5px;
    left: 12px;
}
.block-logos-swiper-button-next i {
    position: absolute;
    top: -5px;
    right: 11px;
}
.block-logos-swiper-button-prev {
    left: 0px;
}
.block-logos-swiper-button-next {
    right: 0px;
}