/* main */

body {
	font: 1em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	color: #a7a37e;
	outline: 0;
}

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

button {
	outline: 0;
}

.br10 {
	margin-bottom: 10px;
}

.br20 {
	margin-bottom: 20px;
}

.br30 {
	margin-bottom: 30px;
}

.button {
	padding: 13px 12px;
	border-radius: 4px;
	background: #48a216;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 0.95em;
}

.button:hover {
	text-decoration: none;
	opacity: 0.9;
}

a.button {
    color: #fff;
}

a.button:hover,  
a.button:focus,
a.button:active {
	color: #fff;
}

@font-face {
	font-family: Play;
	src: url(../css/fonts/play.ttf);
}

#header_top,
#header,
#top_menu,
#slider,
#block_company,
#wrapper,
#footer_top, 
#footer_bottom, 
#footer_center {
	width: 100%;
}

#header_top_main,
#header_main, 
#block_company_main,
#wrapper,
#footer_top_main, 
#footer_bottom_main, 
#footer_center_main {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: content-box;
}

/* HEADER */

#header {
	width: 100%;
}

#header .fa {
	color: #48a216;
}

/* header top */

#header_top {
	background: #f7f7f7;
	color: #000;
	overflow: hidden;
}

#header_top a {
	color: #000;
}

#header_top_main {
	padding: 3px 10px;
	font-size: 0.9em;
	overflow: hidden;
}

#header_top_address {
	float: left; 
	margin: 7px 0 0 0;
	padding-right: 15px;
	font-size: 0.9em;
}

#header_top_address .fa-map-marker:before {
	margin-right: 3px;
    font-size: 1.4em;
}

#header_top_email {
	float: left;
	margin: 7px 0 0 0;
	padding-left: 15px;
	border-left: 1px solid #888;
}

#header_top_email .fa-envelope:before {
	margin-right: 3px;
    font-size: 1em;
}

#header_top_search {
	float: right;
}

#header_top_search form {
	position: relative;
	width: 230px;
}

#header_top_search input, button {
	border: none;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}

#header_top_search input {
	width: 100%;
	border: 1px solid #e9e9e9;
	height: 33px;
	background: #fff;
	color: #000;
	padding: 0 40px 0 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#header_top_search button {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 3px;
	right: 8px;
	background: none;
	cursor: pointer;
}

#header_top_search button:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #999;
	font-size: 1.4em;
}

/*header main */

#header_main {
	height: 100px;
	padding: 3px 10px;
	overflow: hidden;
}

#header_logo {
	float: left;
	margin-top: 26px;
}

#header_logo:hover {
	opacity: 0.7;
}

#header_logo a {
	color: #000;
	text-decoration: none;
}

#header_logo_img  {
	float: left;
}

#header #header_logo_img .fa {
	padding: 5px 9px;
	font-size: 2.3em;
	background: #48a216;
    color: #fff;
    border-radius: 4px;
}

#header_logo_name {
	float: left;
	font-family: Play;
	font-size: 1.9em;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 5px 0 0 10px;
}

#header_callback {
	float: right;
}

#header_callback a {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

#header_callback a:hover {
	text-decoration: none;
	border: 0;
}

#header_contact {
	float: right;
	margin: 12px 0 0 0;
	text-align: right;
}

#header_nomer {
	font-size: 1.5em;
	margin-bottom: 7px;
	position:relative;
}

#header_nomer a,
#header .hdslide_contact_nomer a {
	color: #000;
}

#header_time {
    font-size: 0.85em;
}

#header_zayavka {
	float: right;	
	margin: 26px 6% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 1em;
	border-right: 1px solid #ccc;
}

#header_text {
	float: right;
	margin: 24px 5% 0 0;
	padding: 10px 5% 10px 0;
	line-height: 120%;
	font-size: 0.9em;
	border-right: 1px solid #ccc;
}

#header_zayavka .fa, #header_calc  .fa  {
	float: left;
	margin-right: 10px;
    font-size: 2em;
}

#header_zayavka:hover {
	opacity: 0.7;
}

#header_zayavka a {
	color: #000;
}

/* TOP MENU */

#top_menu_main {
	background: #48a216;
}

#top_menu  a {
	color: #fff;
	text-transform: uppercase;
}

#top_menu ul li:hover,
#top_menu ul li.root-item-selected,
#top_menu ul li.item-selected {
	background: rgba(0, 0, 0, 0.1);
}

#top_menu ul li ul li.root-item-selected,
#top_menu ul li ul li.item-selected {
	background: #48a216;
}

#top_menu ul li.item-selected >a {
	color: #fff;
}

/* SLIDER */

#slider {
	width: 100%;
	height: 620px;
	margin: 0 auto 1px auto;
	background: #000;
}

/* BLOCK KOMPANY */

#block_company {	
	margin-bottom: 10px;
	background: #f7f7f7;
}

#block_company_main {
	padding: 25px 1% 20px 3%;
	margin:  0 auto;	
	box-sizing: border-box;
	font-size: 0.8em;
}

#block_company ul {
	list-style: none;
}

#block_company ul li {
	display: inline-block;
	margin-right: 3%;
	width: 22%;
}

#block_company ul li:last-child {
	margin-right: 0;
}

#block_company ul li span {
	float: right;
	width: 75%;
	margin-top: 17px;
	font-size: 1.2em;
}

#block_company .ico {
	display: inline-block;
	width: 52px;
	height: 52px;
}

#block_company .ico_1 {
	background: url(../images/ico/1.svg) no-repeat;
	background-size: auto 52px;
}

#block_company .ico_2 {
	background: url(../images/ico/2.svg) no-repeat;
	background-size: auto 52px;
}

#block_company .ico_3 {
	background: url(../images/ico/3.svg) no-repeat;
	background-size: auto 52px;
}

#block_company .ico_4 {
	background: url(../images/ico/4.svg) no-repeat;
	background-size: auto 52px;
}

#block_company a {
	color: #000;
}

#block_company a:hover {
	opacity: 0.7;
}

/* WRAPPER */

#wrapper {

	padding: 20px 10px;
	overflow: hidden;
}

/* BREADCRUMB */

#breadcrumb {
	margin: 0 0 30px 30px; 
	overflow: hidden;
	color: #777;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#breadcrumb a {
	text-decoration: underline;
	font-size: 1.2em;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb ul li {
	background: none;
	float: left;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

#breadcrumb li + li:before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 1em;
	margin: 0 10px 0 0;
}

#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#breadcrumb ul li:last-child {
	background: none;
	font-size: 0.9em;
	line-height: 1.3;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar_menu {
	overflow: hidden;
}

#section_element_menu ul.menu-element-list-active2 a.item-selected {
    color: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu > li.menu-section-active2 > a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu > li.menu-section-drive-active > a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu li a:hover {
    background: #48a216;
    color: #fff;
}

/* CONTENT */

#content {
	margin-left: 300px;
	overflow: hidden;
}

h1 {
	font-size: 1.9em;
    margin: 0 0 22px 0;
}

h2 {
	font-size: 1.4em;
    margin: 27px 0 10px 0;
}

h3 {
	font-size: 1.3em;
	margin: 27px 0 10px 0;
}

h4 {
	font-size: 1.14em;
	margin: 27px 0 10px 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}


 ul,
ol {
	color: #404040;
}


#bold {
font-size: 1.1em;
background: #a7a37e;
line-height: 1.8;
padding: 17px 25px;
color: #fff;
}


p {
	line-height: 1.5;
    margin: 0 0 10px 0;
}

#content table {
	width: 100%;
	border: 1px solid #dedede;
	font-size: 0.9em;
	margin: 20px 0;
}

#content td, #content th {
    border: 0;
    padding: 15px 5px;
	text-align: center;
	border: 1px solid #dedede;
}

#content th {
	text-transform: uppercase;
    padding: 15px 5px;
	background: #48a216;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
}

#content tr {
	background: #fff;
}

#content table td:first-child {
    text-align: left;
    padding-left: 24px;
}

#content table tr:nth-child(odd) {
	background: #fcfcfc;
}

#content ul, #content ol {
	margin: 10px 0 20px 5%;
}

/*#content ul {
	list-style: square;
}*/

#content ol {
	list-style: decimal;
}

#content ul li, #content ol li {
    line-height: 1.5;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}
#content img {
    max-width: 100%;
	height: auto;
}

#content b, #content strong {
	font-weight: 600;
}

#content sup {
	position: relative;
	top: -0.5em;
}

#content sub {
	position: relative;
	top: 0.5em;
}

/*FOOTER*/

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

#footer_top,
#footer_bottom {
	width: 100%;
	background: #222;
	overflow: hidden;
}

#footer_top_main,
#footer_bottom_main {
	padding: 35px 10px;
	overflow: hidden;
}

#footer .title {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#footer_top_main .kontakty,
#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	box-sizing: border-box;
}

#footer_top_main {
	border-bottom: 1px solid #888;
	color: #fff;
}

#footer_top_main .kontakty {
	float: right;
	width: 26%;
	padding-right: 5px;
}

#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
	float: left;
	width: 24%;
	padding: 0 5px;
}

#footer_nomer {
	font-size: 1.5em;
	margin-bottom: 15px;
}

#footer_callback {
	margin-bottom: 30px;
}

#footer_callback a {
	padding: 6px 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

#footer_callback a:hover{
	background: #fff;
	color: #000;
}

#footer_email {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#footer_email a {
	color: #888;
}

#footer_address {
	font-size: 0.9em;
	margin-bottom: 30px;
	color: #888;
}

#footer_top_main .fa {
	color: #888;
	margin-right: 3px;
}

#footer_top_main .footer_menu ul li {
	padding: 0 0 10px 0;
}

#footer_top_main .footer_menu a {
	text-decoration: underline;
}

#footer_social ul li {
	float: left;
	margin-right: 10px;
}

#footer_social ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #888;
}

#footer_social ul li a:hover {
	border: 1px solid #ccc;
	color: #ccc;
}

#footer_social .fa-vk {
	position: absolute;
	top: 9px;
	left: 8px;
}

#footer_social .fa-facebook {
	position: absolute;
	top: 9px;
	left: 13px;
}

#footer_social .fa-twitter {
	position: absolute;
	top: 9px;
	left: 11px;
}

#footer_social .fa-instagram {
	position: absolute;
	top: 9px;
	left: 10px;
}

#footer_social ul li:last-child {
	padding-left: 0;
}

#footer_bottom_main {
	padding: 30px 10px;
}

#footer_copyrait {
	float: left;
	margin-top: 1px;
	color: #888;
	font-size: 0.8em;
}

#footer_copyrait a {
	text-decoration: underline;
	margin-right: 10px;
	font-size: 0.9em;
}

#footer_stat {
	float: right;
	margin-right: 50%;
}

/* bitrix */
[id^=bx_incl] {
  display: inline;
}
.vol-img, .vol-img-left, .vol-img-right {
  padding: 4px;
  line-height: 24px;
  margin-bottom: 12px;
  border: 1px solid #FFCD4B;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.vol-image {
  position: relative;
  display: block;
  /* max-width: 100%; */
}
.vol-image__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.vol-image__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #000;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.vol-image__over-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.vol-image_hover:hover .vol-image__over {
  opacity: 0.3;
  visibility: visible;
}
.vol-image_hover:hover .vol-image__over-text {
  opacity: 1;
  visibility: visible;
}
.vol-image_show-text .vol-image__over-text {
  opacity: 1;
  visibility: visible;
}
.vol-image-inline {
  display: inline;
}
.vol-image-inline-block {
  display: inline-block;
}
.vol-image-block {
  display: block;
}
.vol-image-text-over {
  position: absolute;
  bottom: 30%;
  width: 100%;
  padding: 12px 20px;
background: rgba(0, 0, 0, 0.4);
}



/* common styles */
.container_flex-full .row {
  display: table;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
}
.container_flex-full div[class*="col-"] {
  float: none;
  display: table-cell;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.container_middle div[class*="col-"] {
  vertical-align: middle;
}

.container_no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 480px) {
  .container_flex-xs .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-xs div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .container_flex-sm .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-sm div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container_flex-md .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-md div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .container_flex-lg .row {
    display: table;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
  }
  .container_flex-lg div[class*="col-"] {
    float: none;
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  .container_middle div[class*="col-"] {
    vertical-align: middle;
  }
  .container_no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .smt-auto-clear .col-lg-1:nth-child(12n+1), .smt-auto-clear .col-lg-2:nth-child(6n+1), .smt-auto-clear .col-lg-3:nth-child(4n+1), .smt-auto-clear .col-lg-4:nth-child(3n+1), .smt-auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .smt-auto-clear .col-md-1:nth-child(12n+1), .smt-auto-clear .col-md-2:nth-child(6n+1), .smt-auto-clear .col-md-3:nth-child(4n+1), .smt-auto-clear .col-md-4:nth-child(3n+1), .smt-auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .smt-auto-clear .col-sm-1:nth-child(12n+1), .smt-auto-clear .col-sm-2:nth-child(6n+1), .smt-auto-clear .col-sm-3:nth-child(4n+1), .smt-auto-clear .col-sm-4:nth-child(3n+1), .smt-auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .smt-auto-clear .col-xs-1:nth-child(12n+1), .smt-auto-clear .col-xs-2:nth-child(6n+1), .smt-auto-clear .col-xs-3:nth-child(4n+1), .smt-auto-clear .col-xs-4:nth-child(3n+1), .smt-auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}


.smt-image-box {
  padding-top: 100%;
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
}

.smt-image-box_padding-50 {
  padding-top: 50%;
}

.smt-image-box_padding-80 {
  padding-top: 80%;
}

.smt-image-box_padding-150 {
  padding-top: 150%;
}

.smt-image-box_fixed {
  padding-top: 0;
  height: 224px;
}

.smt-image-box_hover:hover .smt-image-box__over {
  opacity: 0.3;
  visibility: visible;
}

.smt-image-box_hover:hover .smt-image-box__over-text {
  opacity: 1;
  visibility: visible;
}

.smt-image-box_limit-size .smt-image-box__image {
  max-height: 100%;
  max-width: 100%;
}

.smt-image-box_limit-height .smt-image-box__image {
  max-height: 100%;
}

.smt-image-box_limit-width .smt-image-box__image {
  max-width: 100%;
}

.smt-image-box__image {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.smt-image-box__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image-box__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #000;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.smt-image-box__over-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image-box-inline {
  position: relative;
  padding-top: 100%;
}

.smt-image-box-inline_padding-50 {
  padding-top: 50%;
}

.smt-image-box-inline_padding-80 {
  padding-top: 80%;
}

.smt-image-box-inline_hover:hover .smt-image-box-inline__over {
  opacity: 0.3;
  visibility: visible;
}

.smt-image-box-inline__container {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-size: 0;
}

.smt-image-box-inline__container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.smt-image-box-inline__inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
}

.smt-image-box-inline__image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.smt-image-box-inline__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image-box-inline__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #fff;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.smt-image-box-inline-label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #FFCD4B;
  color: #000000;
  font-size: 11px;
  padding: 2px 5px;
  text-transform: uppercase;
}

.smt-image-box-inline-label_white {
  background-color: #ffffff;
}

.smt-image-box-inline-label_red {
  background-color: #ff273d;
  color: #ffffff;
}

.smt-image-border {
  border: 10px solid #efefef;
  margin-bottom: 24px;
}

.smt-img-thumbnail, .smt-img-thumbnail-left, .smt-img-thumbnail-right {
  padding: 4px;
  line-height: 24px;
  margin-bottom: 12px;
  border: 1px solid #FFCD4B;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.smt-img-thumbnail-left {
  float: left;
  margin-right: 15px;
}

.smt-img-thumbnail-right {
  float: right;
  margin-left: 15px;
}

.smt-image {
  position: relative;
  display: block;
  max-width: 100%;
}

.smt-image__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.smt-image__over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image__over span {
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: 48px;
  color: #000;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}

.smt-image__over-text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.smt-image_hover:hover .smt-image__over {
  opacity: 0.3;
  visibility: visible;
}

.smt-image_hover:hover .smt-image__over-text {
  opacity: 1;
  visibility: visible;
}

.smt-image_show-text .smt-image__over-text {
  opacity: 1;
  visibility: visible;
}

.smt-image-inline {
  display: inline;
}

.smt-image-inline-block {
  display: inline-block;
}

.smt-image-block {
  display: block;
}

.smt-image-label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #FFCD4B;
  color: #000000;
  font-size: 11px;
  padding: 2px 5px;
  text-transform: uppercase;
}

.smt-image-label_white {
  background-color: #ffffff;
}

.smt-image-label_red {
  background-color: #ff273d;
  color: #ffffff;
}

.smt-image-text-over {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding: 12px 20px;
}

.smt-image-text-over__name {
  display: block;
  font-weight: bold;
}

.smt-image-text-over__descr {
  display: block;
  font-size: 12px;
}

.smt-image-text-over_bg {
  background: rgba(0, 0, 0, 0.4);
}

.smt-btn {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  color: #000;
  background-color: #FFCD4B;
  border-color: transparent;
  white-space: normal;
  word-wrap: break-word;
}

.smt-btn:focus, .smt-btn.focus {
  color: #000;
  background-color: #ffc632;
  border-color: transparent;
}

.smt-btn:hover {
  color: #000;
  background-color: #ffc632;
  border-color: transparent;
}

.smt-btn:active, .smt-btn.active,
.open > .smt-btn.dropdown-toggle {
  color: #000;
  background-color: #ffc632;
  border-color: transparent;
}

.smt-btn:active:hover, .smt-btn:active:focus, .smt-btn:active.focus, .smt-btn.active:hover, .smt-btn.active:focus, .smt-btn.active.focus,
.open > .smt-btn.dropdown-toggle:hover,
.open > .smt-btn.dropdown-toggle:focus,
.open > .smt-btn.dropdown-toggle.focus {
  color: #000;
  background-color: #ffc632;
  border-color: transparent;
}

.smt-btn:active, .smt-btn.active,
.open > .smt-btn.dropdown-toggle {
  background-image: none;
}

.smt-btn.disabled:hover, .smt-btn.disabled:focus, .smt-btn.disabled.focus, .smt-btn[disabled]:hover, .smt-btn[disabled]:focus, .smt-btn[disabled].focus,
fieldset[disabled] .smt-btn:hover,
fieldset[disabled] .smt-btn:focus,
fieldset[disabled] .smt-btn.focus {
  background-color: #FFCD4B;
  border-color: transparent;
}

.smt-btn .badge {
  color: #FFCD4B;
  background-color: #000;
}

.smt-btn-border {
  border-radius: 0;
  color: #FFCD4B;
  background-color: transparent;
  border-color: #FFCD4B;
  white-space: normal;
  word-wrap: break-word;
}

.smt-btn-border:focus, .smt-btn-border.focus {
  color: #fff;
  background-color: #FFCD4B;
}

.smt-btn-border:hover {
  color: #fff;
  background-color: #FFCD4B;
}

.smt-btn-border:active, .smt-btn-border.active,
.open > .smt-btn-border.dropdown-toggle {
  color: #fff;
  background-color: #FFCD4B;
}

.smt-btn-border:active:hover, .smt-btn-border:active:focus, .smt-btn-border:active.focus, .smt-btn-border.active:hover, .smt-btn-border.active:focus, .smt-btn-border.active.focus,
.open > .smt-btn-border.dropdown-toggle:hover,
.open > .smt-btn-border.dropdown-toggle:focus,
.open > .smt-btn-border.dropdown-toggle.focus {
  color: #fff;
  background-color: #FFCD4B;
}

.smt-btn-border:active, .smt-btn-border.active,
.open > .smt-btn-border.dropdown-toggle {
  background-image: none;
}

.smt-btn-border.disabled:hover, .smt-btn-border.disabled:focus, .smt-btn-border.disabled.focus, .smt-btn-border[disabled]:hover, .smt-btn-border[disabled]:focus, .smt-btn-border[disabled].focus,
fieldset[disabled] .smt-btn-border:hover,
fieldset[disabled] .smt-btn-border:focus,
fieldset[disabled] .smt-btn-border.focus {
  color: #fff;
  background-color: #FFCD4B;
}

.smt-btn-border .badge {
  color: #fff;
  background-color: #FFCD4B;
}

.smt-btn-border.smt-btn-lg {
  padding-top: 13px;
  padding-bottom: 13px;
}

.smt-btn-border.smt-btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.smt-btn-border.smt-btn-xs {
  padding-top: 1px;
  padding-bottom: 1px;
}

.smt-btn_shadow {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn_shadow:focus, .smt-btn_shadow.focus {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn_shadow:hover {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.smt-btn-lg {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

.smt-btn-sm {
  padding: 4px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

.smt-btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.smt-btn_secondary {
  color: #fff;
  background-color: #4451B0;
  border-color: transparent;
}

.smt-btn_secondary:focus, .smt-btn_secondary.focus {
  color: #fff;
  background-color: #3d499e;
  border-color: transparent;
}

.smt-btn_secondary:hover {
  color: #fff;
  background-color: #3d499e;
  border-color: transparent;
}

.smt-btn_secondary:active, .smt-btn_secondary.active,
.open > .smt-btn_secondary.dropdown-toggle {
  color: #fff;
  background-color: #3d499e;
  border-color: transparent;
}

.smt-btn_secondary:active:hover, .smt-btn_secondary:active:focus, .smt-btn_secondary:active.focus, .smt-btn_secondary.active:hover, .smt-btn_secondary.active:focus, .smt-btn_secondary.active.focus,
.open > .smt-btn_secondary.dropdown-toggle:hover,
.open > .smt-btn_secondary.dropdown-toggle:focus,
.open > .smt-btn_secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3d499e;
  border-color: transparent;
}

.smt-btn_secondary:active, .smt-btn_secondary.active,
.open > .smt-btn_secondary.dropdown-toggle {
  background-image: none;
}

.smt-btn_secondary.disabled:hover, .smt-btn_secondary.disabled:focus, .smt-btn_secondary.disabled.focus, .smt-btn_secondary[disabled]:hover, .smt-btn_secondary[disabled]:focus, .smt-btn_secondary[disabled].focus,
fieldset[disabled] .smt-btn_secondary:hover,
fieldset[disabled] .smt-btn_secondary:focus,
fieldset[disabled] .smt-btn_secondary.focus {
  background-color: #4451B0;
  border-color: transparent;
}

.smt-btn_secondary .badge {
  color: #4451B0;
  background-color: #fff;
}

.smt-btn-border_secondary {
  color: #4451B0;
  background-color: transparent;
  border-color: #4451B0;
}

.smt-btn-border_secondary:focus, .smt-btn-border_secondary.focus {
  color: #fff;
  background-color: #4451B0;
}

.smt-btn-border_secondary:hover {
  color: #fff;
  background-color: #4451B0;
}

.smt-btn-border_secondary:active, .smt-btn-border_secondary.active,
.open > .smt-btn-border_secondary.dropdown-toggle {
  color: #fff;
  background-color: #4451B0;
}

.smt-btn-border_secondary:active:hover, .smt-btn-border_secondary:active:focus, .smt-btn-border_secondary:active.focus, .smt-btn-border_secondary.active:hover, .smt-btn-border_secondary.active:focus, .smt-btn-border_secondary.active.focus,
.open > .smt-btn-border_secondary.dropdown-toggle:hover,
.open > .smt-btn-border_secondary.dropdown-toggle:focus,
.open > .smt-btn-border_secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #4451B0;
}

.smt-btn-border_secondary:active, .smt-btn-border_secondary.active,
.open > .smt-btn-border_secondary.dropdown-toggle {
  background-image: none;
}

.smt-btn-border_secondary.disabled:hover, .smt-btn-border_secondary.disabled:focus, .smt-btn-border_secondary.disabled.focus, .smt-btn-border_secondary[disabled]:hover, .smt-btn-border_secondary[disabled]:focus, .smt-btn-border_secondary[disabled].focus,
fieldset[disabled] .smt-btn-border_secondary:hover,
fieldset[disabled] .smt-btn-border_secondary:focus,
fieldset[disabled] .smt-btn-border_secondary.focus {
  color: #fff;
  background-color: #4451B0;
}

.smt-btn-border_secondary .badge {
  color: #fff;
  background-color: #4451B0;
}

.smt-btn-border_white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.smt-btn-border_white:focus, .smt-btn-border_white.focus {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:hover {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:active, .smt-btn-border_white.active,
.open > .smt-btn-border_white.dropdown-toggle {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:active:hover, .smt-btn-border_white:active:focus, .smt-btn-border_white:active.focus, .smt-btn-border_white.active:hover, .smt-btn-border_white.active:focus, .smt-btn-border_white.active.focus,
.open > .smt-btn-border_white.dropdown-toggle:hover,
.open > .smt-btn-border_white.dropdown-toggle:focus,
.open > .smt-btn-border_white.dropdown-toggle.focus {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white:active, .smt-btn-border_white.active,
.open > .smt-btn-border_white.dropdown-toggle {
  background-image: none;
}

.smt-btn-border_white.disabled:hover, .smt-btn-border_white.disabled:focus, .smt-btn-border_white.disabled.focus, .smt-btn-border_white[disabled]:hover, .smt-btn-border_white[disabled]:focus, .smt-btn-border_white[disabled].focus,
fieldset[disabled] .smt-btn-border_white:hover,
fieldset[disabled] .smt-btn-border_white:focus,
fieldset[disabled] .smt-btn-border_white.focus {
  color: #000;
  background-color: #fff;
}

.smt-btn-border_white .badge {
  color: #000;
  background-color: #fff;
}

.smt-form .form-group-relative {
  position: relative;
}

.smt-form textarea.form-control {
  height: auto;
}

.smt-form_bordered {
  border: 1px solid #efefef;
  padding: 24px 30px;
}

.smt-form_bordered:hover {
  border-color: #FFCD4B;
}

@media (min-width: 992px) {
  .smt-form_fixed-width {
    width: 440px;
  }
}

.smt-form_search {
  overflow: hidden;
}

.smt-form_search .smt-form__submit {
  width: 30%;
  float: left;
}

@media (min-width: 992px) {
  .smt-form_search .smt-form__submit {
    padding-left: 0;
    padding-right: 0;
  }
}

.smt-form_search .form-group {
  width: 70%;
  float: left;
}

.smt-form_search .smt-form__search-field.form-control {
  border-right: 0;
  width: 100%;
}

.smt-widget_center-sm {
  text-align: center;
}

@media (min-width: 992px) {
  .smt-widget_center-sm {
    text-align: left;
  }
}

.smt-widget_margin {
  margin-bottom: 24px;
}

.smt-widget__header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .smt-widget__header {
   /* margin-bottom: 48px;*/
  }
}

.smt-widget_background {
  background-color: #efefef;
}

.smt-widget_padding {
  padding-top: 4px;
  padding-bottom: 4px;
}

/*@media (min-width: 992px) {
  .smt-widget_padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}*/

.smt-widget_padding-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.smt-widget_border {
  border-bottom: 2px solid #e69138;
}

.smt-widget_border-top {
  border-top: 1px solid #efefef;
}

.smt-widget-content {
  padding: 24px 0 0 0;
  margin-bottom: 8px;
}

.smt-widget-content_margin {
  margin-bottom: 24px;
}

.smt-list {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
}

.smt-list ul,
.smt-list ol {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
}

.smt-list__icon {
  margin-right: 6px;
  font-size: 15px;
  color: #FFCD4B;
}

.smt-list__link_active {
  color: #cb9200;
}

.smt-list_arrow li {
  position: relative;
  padding-left: 15px;
}

.smt-list_arrow li:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left-color: #FFCD4B;
}

.smt-list_border > li {
  border-top: 1px solid #efefef;
}

.smt-list_border > li:last-child {
  border-bottom: 1px solid #efefef;
}

.smt-list_base li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.smt-list_base li:before {
  top: 14px;
}

.smt-panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #efefef;
}

.smt-panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}

.smt-panel-group .panel-heading {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}

.smt-panel-group .panel-heading + .panel-collapse > .panel-body,
.smt-panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.smt-panel-group .panel-title {
  font-size: 16px;
}

.smt-panel-group .panel-title > a {
  display: block;
}

.smt-panel-group .panel-title > a:hover, .smt-panel-group .panel-title > a:focus {
  text-decoration: none;
  color: #000;
}

.smt-panel-group .panel-title > a:after {
  font-family: 'FontAwesome';
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  content: "\f067";
  color: #FFCD4B;
}

.smt-panel-group .panel-body {
  padding: 12px 20px;
}

.smt-panel-group__icon {
  margin-right: 6px;
  font-size: 15px;
  color: #FFCD4B;
}

.smt-panel-primary {
  border-color: #efefef;
}

.smt-panel-primary > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.smt-panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #efefef;
}

.smt-panel-primary > .panel-heading .badge {
  color: transparent;
  background-color: #000;
}

.smt-panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #efefef;
}

.smt-panel-primary_in .panel-title > a:after {
  content: "\f068";
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a:hover, .smt-panel-group_colored .smt-panel-primary_in .panel-title > a:focus {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-title > a:after, .smt-panel-group_colored .smt-panel-primary_in .panel-title > a:before {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .smt-panel-group__icon {
  color: #fff;
}

.smt-panel-group_colored .smt-panel-primary_in .panel-heading {
  background: #FFCD4B;
}

.smt-panel-group_left .panel-title > a:after {
  left: 10px;
  right: auto;
}

.smt-panel-group_left .panel-title {
  padding-left: 20px;
}

.smt-panel-group_left .panel-body {
  padding-left: 40px;
}

.smt-panel-group_services .panel-title > a:before {
  font-family: 'FontAwesome';
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
  right: auto;
  content: "\f067";
  color: #FFCD4B;
}

.smt-panel-group_services .panel-title {
  padding-left: 20px;
}

.smt-panel-group_services .panel-body {
  padding-left: 40px;
}

.smt-nav-tabs {
  border-color: #efefef;
}

.smt-nav-tabs > li > a {
  border-radius: 0;
}

.smt-nav-tabs > li > a:hover, .smt-nav-tabs > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs > li.active > a, .smt-nav-tabs > li.active > a:hover, .smt-nav-tabs > li.active > a:focus {
  border-color: #efefef;
  border-bottom-color: transparent;
}

.smt-tab-content {
  padding: 12px 20px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.smt-nav-tabs_colored > li > a {
  border-radius: 0;
  background-color: #efefef;
}

.smt-nav-tabs_colored > li > a:hover, .smt-nav-tabs_colored > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs_colored > li.active > a, .smt-nav-tabs_colored > li.active > a:hover, .smt-nav-tabs_colored > li.active > a:focus {
  border-color: transparent;
  background-color: #FFCD4B;
  color: #fff;
}

.smt-nav-tabs_vertical {
  padding-right: 0;
}

.smt-nav-tabs_vertical > li > a {
  border-radius: 0;
  background-color: #efefef;
}

.smt-nav-tabs_vertical > li > a:hover, .smt-nav-tabs_vertical > li > a:focus {
  background-color: #efefef;
}

.smt-nav-tabs_vertical > li.active > a, .smt-nav-tabs_vertical > li.active > a:hover, .smt-nav-tabs_vertical > li.active > a:focus {
  border-color: transparent;
}

.smt-tab-content_vertical {
  border: 1px solid #efefef;
  min-height: 360px;
}

.smt-tab-content_vertical > li.active > a, .smt-tab-content_vertical > li.active > a:hover, .smt-tab-content_vertical > li.active > a:focus {
  background-color: #FFCD4B;
  color: #fff;
}

.smt-tab-content_services {
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

.smt-nav-pills > li > a {
  border-radius: 0;
}

.smt-nav-pills > li + li {
  margin-left: 2px;
}

.smt-nav-pills > li.active > a, .smt-nav-pills > li.active > a:hover, .smt-nav-pills > li.active > a:focus {
  border-color: transparent;
}

.smt-nav-pills_services > li {
  position: relative;
}

.smt-nav-pills_services > li > a {
  text-transform: uppercase;
  padding-left: 30px;
}

.smt-nav-pills_services > li > a:before {
  font-family: "Glyphicons Halflings";
  line-height: 41px;
  font-size: 14px;
  position: absolute;
  top: 0;
  content: "\e013";
  left: 10px;
  right: auto;
}

.smt-nav-pills_services > li.active > a, .smt-nav-pills_services > li.active > a:hover, .smt-nav-pills_services > li.active > a:focus {
  background-color: #FFCD4B;
  color: #fff;
}

.smt-nav-pills_services > li.active > a:before, .smt-nav-pills_services > li.active > a:hover:before, .smt-nav-pills_services > li.active > a:focus:before {
  color: #fff;
}

.smt-divider {
  height: 0;
  line-height: 0;
  border-top: 1px solid #efefef;
  margin-top: 24px;
  margin-bottom: 24px;
}

.smt-divider_primary {
  border-color: #FFCD4B;
}

.smt-divider_secondary {
  border-color: #4451B0;
}


.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #FFCD4B;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FFCD4B;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #FFCD4B;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.smt-popup {
  position: relative;
  width: auto;
  padding: 12px 20px;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}

button.smt-popup-close {
  width: 54px;
  height: 54px;
  font-size: 40px;
  line-height: 40px;
  background: #efefef;
  font-weight: lighter;
  font-family: "Times New Roman";
}

button.smt-popup-close_out {
  width: 42px;
  height: 42px;
  background: none;
}

button.mfp-arrow-left {
  border: none;
}

button.mfp-arrow-left:before {
  border: none;
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 42px;
  color: #fff;
}

button.mfp-arrow-left:before:hover {
  color: #FFCD4B;
}

button.mfp-arrow-left:after {
  border: none;
}

button.mfp-arrow-right {
  border: none;
}

button.mfp-arrow-right:before {
  border: none;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 42px;
  color: #fff;
}

button.mfp-arrow-right:before:hover {
  color: #FFCD4B;
}

button.mfp-arrow-right:after {
  border: none;
}

.smt-go-up-arrow {
  position: fixed;
  font-size: 14px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  background-color: #FFCD4B;
  color: #fff;
  bottom: 12px;
  right: 25px;
  display: none;
  visibility: hidden;
  opacity: 0.8;
}

.smt-go-up-arrow:hover {
  cursor: pointer;
  background-color: #ffc632;
  opacity: 1;
}

@media (min-width: 992px) {
  .smt-go-up-arrow {
    visibility: visible;
  }
}

.smt-counter {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.smt-counter__value {
  font-size: 39px;
  color: #FFCD4B;
}

.smt-counter__label-before {
  text-transform: uppercase;
}

.smt-counter__label {
  text-transform: uppercase;
}

.smt-cart-list {
  margin-bottom: 12px;
}

.smt-cart-list_bordered:first-child {
  border-top: 1px solid #efefef;
}

.smt-cart-item {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.smt-cart-item p {
  margin-bottom: 0;
}

.smt-cart-item_bordered {
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}

.smt-cart-item_arrow {
  position: relative;
  padding-left: 15px;
}

.smt-cart-item_arrow:before {
  position: absolute;
  content: "";
  top: 19px;
  left: 0;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-left-color: #FFCD4B;
}

.smt-cart-item_bordered-full {
  padding-left: 15px;
  padding-right: 15px;
  
  margin-bottom: 12px;
}

.smt-cart-item_bordered-full:hover {
  border: 1px solid #FFCD4B;
}

a.smt-read-more-link {
  font-size: 13px;
  border-bottom: 1px dashed;
  text-decoration: none;
}

a.smt-read-more-link:hover {
  text-decoration: none;
  border-bottom: none;
}

a.smt-read-more-link:focus {
  text-decoration: none;
}

.smt-read-more-text {
  overflow: hidden;
  max-height: 168px;
}

.smt-read-more-text.in {
  max-height: none;
}

/* navbar styles */
.smt-top-bar {
  border-bottom: 1px solid #efefef;
  padding: 16px 0;
  font-size: 13px;
  text-align: center;
}

.smt-top-bar ul {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .smt-top-bar {
    text-align: left;
    font-size: 14px;
  }
}

.smt-top-bar__label {
  line-height: 2;
}

.smt-top-bar__contact {
  text-align: center;
}

@media (min-width: 480px) {
  .smt-top-bar__contact {
    text-align: right;
  }
}

.smt-navbar-menu-container {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .smt-navbar-menu-container {
    margin-top: 0;
    position: relative;
  }
}

@media (min-width: 992px) {
  .smt-navbar-menu-container {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .smt-navbar-menu-container_no-padding {
    padding-right: 0;
    margin-right: -20px;
  }
}

.smt-navbar__content {
  padding: 1px 0;
  -webkit-transition: .33s height ease-out;
  -o-transition: .33s height ease-out;
  transition: .33s height ease-out;
}

.smt-navbar__content .container {
  height: 100%;
}

@media (min-width: 992px) {
  .smt-navbar__content {
    padding: 2px 0;
  }
}

.smt-toggle {
  position: relative;
  float: right;
  border-color: transparent;
  margin-top: 4px;
}

@media (min-width: 992px) {
  .smt-toggle {
    display: none;
  }
}

.smt-toggle-button {
  position: relative;
  padding: 0;
  width: auto;
  margin-top: 4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

.smt-toggle-button:focus {
  outline: 0;
}

.smt-toggle-button .icon-bar {
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 1px;
  background-color: #119416;
}

.smt-toggle-button .icon-bar + .icon-bar {
  margin-top: 4px;
}

.smt-toggle-button:hover .icon-bar, .smt-toggle-button:focus .icon-bar {
  background-color: #119416;
}

.smt-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.smt-collapse:before, .smt-collapse:after {
  content: "\20";
  display: table;
}

.smt-collapse:after {
  clear: both;
}

.smt-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .smt-collapse {
    width: auto;
  }
  .smt-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .smt-collapse.in {
    overflow-y: visible;
  }
}

.smt-navbar_fixed.affix {
  position: relative !important;
}

.smt-affix-display-block {
  display: none !important;
}

@media (min-width: 992px) {
  .smt-navbar_fixed.affix {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 70px;
    border: 1px solid #efefef;
  }
  .smt-navbar_fixed.affix .smt-affix-hidden {
    display: none !important;
  }
  .smt-navbar_fixed.affix .smt-affix-display-block {
    display: block !important;
  }
  .smt-navbar_fixed.affix .smt-navbar__content {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }
}

.smt-navbar-search {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
  width: 50px;
  height: 48px;
  line-height: 42px;
  text-align: center;
}

.smt-navbar-search__button {
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 1;
}

.smt-navbar-search__button, .smt-navbar-search__button:active, .smt-navbar-search__button.active {
  color: #119416;
  font-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.smt-navbar-search__button:focus, .smt-navbar-search__button.focus, .smt-navbar-search__button:active:focus, .smt-navbar-search__button:active.focus, .smt-navbar-search__button.active:focus, .smt-navbar-search__button.active.focus {
  outline: none;
  outline-offset: 0;
}

.smt-navbar-search-form {
  position: absolute;
  z-index: 9999;
  right: 50px;
  top: 0;
  width: 100%;
  font-size: 0;
}

.smt-navbar-search-form.collapsing {
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
     transition-timing-function: ease-in-out;
}

.smt-navbar-search-form__group {
  font-size: 16px;
  width: 90% !important;
}

.smt-navbar-search-form__input {
  width: 100% !important;
  border-right: none;
}

.smt-navbar-search-form__button {
  font-size: 16px;
  width: 10% !important;
}

.smt-menu-main {
  position: relative;
  z-index: 9999;
}

.smt-menu-main:before, .smt-menu-main:after {
  content: "\20";
  display: table;
}

.smt-menu-main:after {
  clear: both;
}

.smt-menu-main, .smt-menu-main ul, .smt-menu-main li {
  direction: ltr;
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.smt-menu-main li {
  position: relative;
}

.smt-menu-main a {
  display: block;
  position: relative;
}

.smt-menu-main a.disabled {
  cursor: not-allowed;
}

.smt-menu-main ul {
  display: none;
}

.smt-menu-main {
  background-color: #FFF8DC;
}

.smt-menu-main a, .smt-menu-main a:hover, .smt-menu-main a:focus, .smt-menu-main a:active {
  padding: 16px 40px 16px 15px;
  font-size: 16px;
  /*color: #fff;*/
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.smt-menu-main a.current {
  color: #000;
  text-decoration: underline;
}

.smt-menu-main a.disabled {
  color: #c5c5c5;
}

.smt-menu-main a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 24px;
  font-family: monospace;
  text-align: center;
  text-shadow: none;
  background: #fff;
  border-radius: 4px;
}

.smt-menu-main a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

.smt-menu-main > li:first-child > a, .smt-menu-main > li:first-child > :not(ul) a {
  border-top: 0;
}

.smt-menu-main ul {
  background: #efefef;
}

.smt-menu-main ul ul {
  background: #fff;
}

.smt-menu-main ul a, .smt-menu-main ul a:hover, .smt-menu-main ul a:focus, .smt-menu-main ul a:active {
  background: transparent;
  font-size: 16px;
  color: #323232;
  text-shadow: none;
  border-left: 8px solid transparent;
}

.smt-menu-main ul a.disabled {
  color: #c5c5c5;
}

.smt-menu-main ul ul a,
.smt-menu-main ul ul a:hover,
.smt-menu-main ul ul a:focus,
.smt-menu-main ul ul a:active {
  border-left: 16px solid transparent;
}

.smt-menu-main ul ul ul a,
.smt-menu-main ul ul ul a:hover,
.smt-menu-main ul ul ul a:focus,
.smt-menu-main ul ul ul a:active {
  border-left: 24px solid transparent;
}

.smt-menu-main ul ul ul ul a,
.smt-menu-main ul ul ul ul a:hover,
.smt-menu-main ul ul ul ul a:focus,
.smt-menu-main ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.smt-menu-main ul ul ul ul ul a,
.smt-menu-main ul ul ul ul ul a:hover,
.smt-menu-main ul ul ul ul ul a:focus,
.smt-menu-main ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.smt-menu-main ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.smt-menu-main ul li:first-child {
  border-top: 0;
}

@media (min-width: 992px) {
  .smt-menu-main {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .smt-menu-main ul {
    position: absolute;
    width: 20em;
  }
  .smt-menu-main ul.smt-megamenu {
    width: auto !important;
    right: 0 !important;
    max-width: none !important;
  }
  .smt-menu-main ul.smt-megamenu h1, .smt-menu-main ul.smt-megamenu h2, .smt-menu-main ul.smt-megamenu h3, .smt-menu-main ul.smt-megamenu h4, .smt-menu-main ul.smt-megamenu h5, .smt-menu-main ul.smt-megamenu h6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .smt-menu-main ul.smt-megamenu ul {
    position: static;
    width: auto;
    display: block;
    background: none;
  }
  .smt-menu-main li {
    display: inline-block;
  }
  .smt-menu-main li.smt-megamenu-item {
    position: static;
  }
  .smt-menu-main ul li {
    float: none;
    display: block;
  }
  .smt-menu-main a {
    white-space: nowrap;
  }
  .smt-menu-main ul a {
    white-space: normal;
  }
  .smt-menu-main a, .smt-menu-main a:hover, .smt-menu-main a:focus, .smt-menu-main a:active, .smt-menu-main a.highlighted {
    padding: 16px 15px;
    /*font-size: 23px;*/
    font-weight: 700;
    color: #323232;
    border-top: none;
    text-transform: uppercase;
  }
  .smt-menu-main a.current {
    color: #000;
  }
  .smt-menu-main a.disabled {
    color: #c5c5c5;
  }
  .smt-menu-main a span.sub-arrow {
    top: 31px;
    right: -10px;
    left: auto;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
  }
  .smt-menu-main a.highlighted span.sub-arrow:before {
    display: none;
  }
  .smt-menu-main > li {
    border-left: 0;
  }
  .smt-menu-main > li:first-child {
    border-left: 0;
  }
  .smt-menu-main > li:last-child > a span.sub-arrow {
    display: none;
  }
  .smt-menu-main > li .smt-more-link {
    letter-spacing: -2px;
    font-family: monospace;
  }
  .smt-menu-main > li .smt-more-link:hover {
    text-decoration: none;
  }
  .smt-menu-main ul {
    border-top: 4px solid #FFCD4B;
    background: #fff;
  }
  .smt-menu-main ul ul {
    background: #fff;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .smt-menu-main ul a, .smt-menu-main ul a:hover, .smt-menu-main ul a:focus, .smt-menu-main ul a:active, .smt-menu-main ul a.highlighted {
    border: 0 !important;
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
    border-radius: 0 !important;
  }
  .smt-menu-main ul a span.sub-arrow {
    top: 8px;
    margin-top: 0;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .smt-menu-main ul a span.sub-arrow .fa-angle-down:before {
    content: '\f105';
  }
  .smt-menu-main ul li {
    border: 0;
    border-bottom: 1px solid #efefef;
  }
  .smt-menu-main span.scroll-up,
  .smt-menu-main span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .smt-menu-main span.scroll-up-arrow, .smt-menu-main span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #000 transparent;
  }
  .smt-menu-main span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #000 transparent transparent transparent;
  }
}

.smt-menu-main_js-hidden .smt-more-link {
  display: none;
}

.smt-menu-main_js-hidden > li.hidden {
  display: block !important;
}

@media (min-width: 992px) {
  .smt-menu-main_js-hidden {
    overflow: hidden;
    height: 48px;
  }
  .smt-menu-main_js-hidden .smt-more-link {
    display: block;
  }
  .smt-menu-main_js-hidden > li.hidden {
    display: none !important;
  }
}

.smt-menu-main_right {
 /* text-align: right;*/
}

.smt-menu-main .smt-padding-right-0 {
  padding-right: 0;
}

.smt-menu-zab:before, .smt-menu-zab:after {
  content: "\20";
  display: table;
}

.smt-menu-zab:after {
  clear: both;
}

.smt-menu-zab, .smt-menu-zab ul, .smt-menu-zab li {
  direction: ltr;
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.smt-menu-zab li {
  position: relative;
}

.smt-menu-zab a {
  display: block;
  position: relative;
}

.smt-menu-zab a.disabled {
  cursor: not-allowed;
}

.smt-menu-zab ul {
  display: none;
}

.smt-menu-zab {
  background-color: #909090;
}

.smt-menu-zab a, .smt-menu-zab a:hover, .smt-menu-zab a:focus, .smt-menu-zab a:active {
  padding: 16px 40px 16px 15px;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.smt-menu-zab a.current {
  color: #000;
  text-decoration: underline;
}

.smt-menu-zab a.disabled {
  color: #c5c5c5;
}

.smt-menu-zab a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 24px;
  font-family: monospace;
  text-align: center;
  text-shadow: none;
  background: #888888;
  border-radius: 4px;
}

.smt-menu-zab a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

.smt-menu-zab > li:first-child > a, .smt-menu-zab > li:first-child > :not(ul) a {
  border-top: 0;
}

.smt-menu-zab ul {
  background: #efefef;
}

.smt-menu-zab ul ul {
  background: #fff;
}

.smt-menu-zab ul a, .smt-menu-zab ul a:hover, .smt-menu-zab ul a:focus, .smt-menu-zab ul a:active {
  background: transparent;
  font-size: 16px;
  color: #323232;
  text-shadow: none;
  border-left: 8px solid transparent;
}

.smt-menu-zab ul a.disabled {
  color: #c5c5c5;
}

.smt-menu-zab ul ul a,
.smt-menu-zab ul ul a:hover,
.smt-menu-zab ul ul a:focus,
.smt-menu-zab ul ul a:active {
  border-left: 16px solid transparent;
}

.smt-menu-zab ul ul ul a,
.smt-menu-zab ul ul ul a:hover,
.smt-menu-zab ul ul ul a:focus,
.smt-menu-zab ul ul ul a:active {
  border-left: 24px solid transparent;
}

.smt-menu-zab ul ul ul ul a,
.smt-menu-zab ul ul ul ul a:hover,
.smt-menu-zab ul ul ul ul a:focus,
.smt-menu-zab ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.smt-menu-zab ul ul ul ul ul a,
.smt-menu-zab ul ul ul ul ul a:hover,
.smt-menu-zab ul ul ul ul ul a:focus,
.smt-menu-zab ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.smt-menu-zab ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.smt-menu-zab ul li:first-child {
  border-top: 0;
}

@media (min-width: 992px) {
  .smt-menu-zab {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .smt-menu-zab ul {
    position: absolute;
    width: 20em;
  }
  .smt-menu-zab ul.smt-megamenu {
    width: auto !important;
    right: 0 !important;
    max-width: none !important;
  }
  .smt-menu-zab ul.smt-megamenu h1, .smt-menu-zab ul.smt-megamenu h2, .smt-menu-zab ul.smt-megamenu h3, .smt-menu-zab ul.smt-megamenu h4, .smt-menu-zab ul.smt-megamenu h5, .smt-menu-zab ul.smt-megamenu h6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .smt-menu-zab ul.smt-megamenu ul {
    position: static;
    width: auto;
    display: block;
    background: none;
  }
  .smt-menu-zab li {
    display: inline-block;
  }
  .smt-menu-zab li.smt-megamenu-item {
    position: static;
  }
  .smt-menu-zab ul li {
    float: none;
    display: block;
  }

.menu-top-container {
  background: #efefef;
}

.menu-top {
  margin-bottom: 0;
}

.menu-top > li a {
  display: block;
  font-size: 13px;
  line-height: 28px;
  padding: 8px 0 8px 0;
}

.smt-list_menu a {
  display: block;
  background-color: #efefef;
  padding: 8px 10px;
  margin-bottom: 4px;
  color: #000;
}

.smt-list_menu a:hover {
  background-color: #FFCD4B;
}

.smt-menu-left {
  position: relative;
}

.smt-menu-left:before, .smt-menu-left:after {
  content: "\20";
  display: table;
}

.smt-menu-left:after {
  clear: both;
}

.smt-menu-left, .smt-menu-left ul, .smt-menu-left li {
  direction: ltr;
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.smt-menu-left li {
  position: relative;
}

.smt-menu-left a {
  display: block;
  position: relative;
}

.smt-menu-left a.disabled {
  cursor: not-allowed;
}

.smt-menu-left ul {
  display: none;
}

.smt-menu-left li.current ul {
  display: block;
}

.smt-menu-left a, .smt-menu-left a:hover, .smt-menu-left a:focus, .smt-menu-left a:active {
  color: #000;
}

.smt-menu-left a.current {
  background-color: #FFCD4B;
  color: #000;
  text-decoration: underline;
}

.smt-menu-left a.disabled {
  color: #c5c5c5;
}

.smt-menu-left a span.sub-arrow {
  position: absolute;
  right: 10px;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.smt-menu-left a span.sub-arrow:before {
  content: "\f107";
}

.smt-menu-left a.highlighted span.sub-arrow:before {
  display: block;
  content: "\f106";
}

.smt-menu-left ul a,
.smt-menu-left ul a:hover,
.smt-menu-left ul a:focus,
.smt-menu-left ul a:active {
  border-left: 20px solid transparent;
}

.smt-menu-left ul ul a,
.smt-menu-left ul ul a:hover,
.smt-menu-left ul ul a:focus,
.smt-menu-left ul ul a:active {
  border-left: 30px solid transparent;
}

.smt-menu-left ul ul ul a,
.smt-menu-left ul ul ul a:hover,
.smt-menu-left ul ul ul a:focus,
.smt-menu-left ul ul ul a:active {
  border-left: 40px solid transparent;
}

.smt-menu-left ul ul ul ul a,
.smt-menu-left ul ul ul ul a:hover,
.smt-menu-left ul ul ul ul a:focus,
.smt-menu-left ul ul ul ul a:active {
  border-left: 50px solid transparent;
}

.vol-blog-item {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.vol-blog-item .smt-image {
  margin-bottom: 12px;
}

.smt-blog-item__link {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.smt-blog-item__link:before {
  content: "";
  position: absolute;
  width: 1em;
  bottom: 0;
  border-bottom: 2px solid #FFCD4B;
}

.smt-blog-item__text {
  font-size: 15px;
}

.smt-blog-item__text p {
  margin-bottom: 0;
}

.smt-blog-item__button {
  margin-top: 12px;
}

.smt-blog-item__date {
  font-size: 13px;
  font-style: italic;
}

.smt-blog-item_line .smt-image {
  display: inline-block;
  margin-bottom: 0;
  float: left;
}

.smt-blog-item_line .smt-image__image {
  display: inline-block;
}

@media (min-width: 480px) {
  .smt-blog-item_line .smt-image__image {
    margin-bottom: 0;
  }
}

.smt-blog-item_line .smt-image__image-over {
  display: inline-block;
}

.smt-blog-item_border-bottom {
  border-bottom: 1px solid #efefef;
}

.smt-blog-item_background .smt-blog-item__content {
  background-color: #efefef;
  padding: 24px 20px;
}
.partner {
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 44px;
    padding-bottom: 4px;
    border-bottom: 1px solid #337AB7;
}