/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Print style
   ---------------------------------------------------------*/

.language-list,
.navbar-nav > li .main-menu,
.navbar-nav > li .main-menu ul,
.sub-links,
.doc-list,
.icons-list,
.links,
.footer .footer-nav ul,
.footer .address-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?ssjhah") format("truetype"), url("../fonts/icomoon/icomoon.woff?ssjhah") format("woff"), url("../fonts/icomoon/icomoon.svg?ssjhah#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

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




/*
.icon-angle-down:before {
	content: "\e900";
}

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

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

.icon-arrow-right:before {
	content: "\e903";
}

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

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

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

.icon-home:before {
	content: "\e907";
}

.icon-loading:before {
	content: "\e908";
}

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

.icon-printer:before {
	content: "\e90a";
}

.icon-report:before {
	content: "\e90b";
}

.icon-search:before {
	content: "\e90c";
}

.icon-user:before {
	content: "\e90d";
}
*/




.icon-angle-down:before {
    content: "\e900";
}
.icon-angle-right:before {
    content: "\e901";
}
.icon-angle-up:before {
    content: "\e902";
}
.icon-arrow-right:before {
    content: "\e903";
}
.icon-buildlings:before {
    content: "\e904";
}
.icon-doc:before {
    content: "\e905";
}
.icon-employee:before {
    content: "\e906";
}
.icon-home:before {
    content: "\e907";
}
.icon-loading:before {
    content: "\e908";
}
.icon-location:before {
    content: "\e909";
}
.icon-printer:before {
    content: "\e90a";
}
.icon-report:before {
    content: "\e90b";
}
.icon-search:before {
    content: "\e90c";
}
.icon-user:before {
    content: "\e90d";
}
.icon-bubble:before {
    content: "\e90e";
}





/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

/* body styles */

body {
	min-width: 320px;
	font-size: 16px;
	line-height: 1.25;
}

body.nav-active {
	overflow: hidden;
	height: 100vh;
}

body.nav-active #wrapper {
	height: 100vh;
	overflow: hidden;
}

/* main wrapper styles */

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* background stretch styles */

.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

/* form-control styles */

.form-control {
	height: auto;
	width: 100%;
	color: #454749;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #f5f8f9;
	background-color: #f5f8f9;
	border-radius: 5px;
	padding: 13px 16px;
	margin: 0;
	height: auto;
	box-shadow: none;
	outline: none;
	min-height: 48px;
	opacity: 1 !important;
}

.form-control:focus,
.form-control.active {
	border: 1px solid #ecf0f3;
	background-color: #fcfcfd;
	box-shadow: none;
	outline: none;
	height: auto;
}

.form-control::-webkit-input-placeholder {
	color: #889399;
	font-size: 15px;
	opacity: .33;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #889399;
	font-size: 15px;
	opacity: .33;
}

.form-control:-moz-placeholder {
	color: #889399;
	font-size: 15px;
	opacity: .33;
}

.form-control:-ms-input-placeholder {
	color: #889399;
	font-size: 15px;
	opacity: .33;
}

.form-control.placeholder {
	color: #889399;
	font-size: 15px;
	opacity: .33;
}

/* button styles */

.btn {
	white-space: normal;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	padding: 10px;
	border-radius: 8px;
}

.btn:active,
.btn:focus {
	box-shadow: none !important;
}

.btn.btn-outline-secondary {
	-webkit-transition: color .3s linear, background .3s linear, border .3s linear;
	transition: color .3s linear, background .3s linear, border .3s linear;
	text-align: center;
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	padding: 5px 10px;
}

.btn.btn-outline-secondary:hover {
	color: #fff;
	background: #9b9b9b;
}

/* h1 styles */

h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 17px;
}

/* h2 styles */

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* h3 styles */

h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* h4 styles */

h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* h5 styles */

h5 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* h6 styles */

h6 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
}

/* img styles */

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

/* navbar primary bg styles */

.navbar.bg-primary .navbar-brand {
	color: #fff;
}

/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/

/* header styles */

.header.navbar {
	text-align: center;
	display: block !important;
	padding: 48px 15px;
	position: relative;
	z-index: 99; /* header for homapage styles */ /* logo styles */ /* main logo of the page styles */ /* navbar toggler styles */
}

.header.navbar.homepage {
	min-height: 429px;
	padding-bottom: 30px;
}

.header.navbar:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .01) 64%, #384e6e 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .01) 64%, #384e6e 100%);
	opacity: .41;
	z-index: 1;
}

.header.navbar .container {
	z-index: 2;
}

.header.navbar .header-holder {
	width: 100%;
}

.header.navbar .logo {
	width: 100%;
	text-align: center;
	line-height: 0;
	margin: 0 0 40px;
}

.header.navbar .navbar-brand {
	width: 171px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	z-index: 3;
	position: relative;
}

.header.navbar .navbar-brand img {
	width: 100%;
	height: auto;
}

.header.navbar .navbar-toggler {
	width: 28px;
	height: 28px;
	z-index: 100;
	position: absolute;
	left: 31px;
	top: 25px;
	padding: 0;
}

.header.navbar .navbar-toggler span,
.header.navbar .navbar-toggler:before,
.header.navbar .navbar-toggler:after {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	background: #636463;
}

.header.navbar .navbar-toggler:hover span,
.header.navbar .navbar-toggler:hover:before,
.header.navbar .navbar-toggler:hover:after {
	background: #d32a30 !important;
}

.header.navbar .navbar-toggler.collapsed {
	width: 36px;
	height: 28px;
	left: 29px;
}

.header.navbar .navbar-toggler.collapsed span,
.header.navbar .navbar-toggler.collapsed:before,
.header.navbar .navbar-toggler.collapsed:after {
	background: #fff;
}

.header.navbar .navbar-toggler.collapsed span {
	display: block;
}

.header.navbar .navbar-toggler.collapsed:before {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	margin: -10px 0 0;
}

.header.navbar .navbar-toggler.collapsed:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	margin: 10px 0 0;
}

.header.navbar .navbar-toggler.collapsed ~ .login-holder .login {
	color: #fff;
}

.header.navbar .navbar-toggler.collapsed ~ .login-holder .login:hover {
	color: #d32a30;
}

.header.navbar .navbar-toggler span {
	display: none;
}

.header.navbar .navbar-toggler:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.header.navbar .navbar-toggler:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

/* logo text styles */

.logo-text {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	display: block;
	width: 52%;
	margin: 0 auto;
}

/* top header styles */

.top-header {
	width: 100%;
}

/* header logo block styles */

.header-logo-block {
	text-align: center;
}

/* main logo styles */

.main-logo {
	width: 276px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 31px;
}

.main-logo img {
	width: 100%;
	height: auto;
}

/* logo caption styles */

.logo-caption {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

/* login holder styles */

.login-holder {
	width: 50px;
	position: absolute;
	right: 17px;
	top: 18px;
	z-index: 100; /* login link styles */
}

.login-holder .login {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #636463;
	text-decoration: none;
	line-height: 1px;
	display: block;
}

.login-holder .login:hover {
	color: #d32a30 !important;
}

.login-holder .login .icon {
	font-size: 41px;
	display: inline-block;
	vertical-align: middle;
}

.login-holder .login .text {
	vertical-align: middle;
}

/* search block styles */

.search-block {
	border: 2px solid #e9e9e9;
	border-width: 2px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.search-block .search-form {
	width: calc(100% - 121px);
}

/* search form styles */

.search-form {
	border-left: 2px solid #e9e9e9;
	padding: 19px 32px 25px 28px; /* button search styles */
}

.search-form .input-holder {
	position: relative;
}

.search-form .form-control {
	margin: 0 !important;
	width: 100%;
	display: block;
	padding: 5px 30px 5px 0 !important;
	font-size: 18px;
	line-height: 22px;
	color: #454749;
	border: 1px solid #e9e9e9;
	border-width: 0 0 1px;
	border-radius: 0;
	height: auto;
	min-height: auto;
	background: transparent;
}

.search-form .form-control::-webkit-input-placeholder {
	opacity: .5;
	color: #c0c0c0;
}

.search-form .form-control::-moz-placeholder {
	opacity: 1;
	opacity: .5;
	color: #c0c0c0;
}

.search-form .form-control:-moz-placeholder {
	opacity: .5;
	color: #c0c0c0;
}

.search-form .form-control:-ms-input-placeholder {
	opacity: .5;
	color: #c0c0c0;
}

.search-form .form-control.placeholder {
	opacity: .5;
	color: #c0c0c0;
}

.search-form .form-control:focus {
	box-shadow: none;
	background: transparent;
	outline: none;
}

.search-form .btn-search {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border-radius: 0;
	border: 0;
	padding: 0;
	color: #636463;
	font-size: 22px;
	line-height: 22px;
	padding: 5px 0;
	outline: none;
	cursor: pointer;
}

.search-form .btn-search:hover,
.search-form .btn-search:focus {
	color: #d32a30;
}

/* language list styles */

.language-list {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	width: 121px;
}

.language-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #636463;
}

.language-list a:hover {
	text-decoration: none;
	color: #d32a30;
}

.language-list li {
	display: inline-block;
	vertical-align: top;
}

.language-list li.active {
	font-weight: bold;
}

.language-list li + li {
	padding: 0 0 0 19px;
	position: relative;
}

.language-list li + li:before {
	content: "";
	position: absolute;
	left: 7px;
	top: -15px;
	bottom: -15px;
	border-left: 1px solid #4a4a4a;
}

/* navbar collapse styles */

.navbar-collapse {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 99;
	padding: 0;
}

.navbar-collapse .navbar-holder {
	padding: 48px 0;
}

.nav-active .navbar-collapse .navbar-holder {
	height: 100vh;
	overflow-y: auto;
}

.navbar-collapse:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: -1;
	background: #fff;
}

.navbar-collapse .logo {
	text-align: center;
	margin: 0 0 40px;
}

/* main nav styles */

.navbar-nav {
	font-size: 16px;
	line-height: 23px;
	color: #4a4a4a;
	text-align: left;
	padding: 0;
}

.navbar-nav > li {
	border-bottom: 2px solid #e9e9e9;
}

.navbar-nav > li.active > a {
	background-color: #e9e9e9;
}

.navbar-nav > li.active > a .icon {
	color: #9b9b9b;
}

.navbar-nav > li a {
	display: block;
	position: relative;
}

.navbar-nav > li a:after {
	content: "\e902";
	position: absolute;
	top: 50%;
	right: 32px;
	font: 9px/9px "icomoon";
	color: #9b9b9b;
}

.navbar-nav > li > a {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	color: #4a4a4a;
	text-decoration: none;
	display: block;
	padding: 26px 65px 26px 78px;
}

.navbar-nav > li > a.collapsed:after {
	content: "\e900";
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a[aria-expanded="true"] {
	background-color: #e9e9e9;
}

.navbar-nav > li > a:hover .icon,
.navbar-nav > li > a[aria-expanded="true"] .icon {
	color: #9b9b9b;
}

.navbar-nav > li > a .icon {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	font-size: 32px;
	color: #d32a30;
	width: 87px;
	text-align: center;
}

.navbar-nav > li + li > a {
	border-left: 1px solid #e9e9e9 !important;
}

.navbar-nav > li .main-menu {
	text-transform: capitalize;
	text-align: left;
}

.navbar-nav > li .main-menu > li {
	border-bottom: 2px solid #e9e9e9;
}

.navbar-nav > li .main-menu > li.active > a {
	color: #7e191d;
}

.navbar-nav > li .main-menu > li.active > a:after {
	color: #7e191d;
}

.navbar-nav > li .main-menu > li:last-child:before {
	content: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -23px;
	bottom: -100px;
	z-index: -1;
	background-color: #e9e9e9;
}

.navbar-nav > li .main-menu > li a {
	-webkit-transition: background .3s linear, padding .3s linear;
	transition: background .3s linear, padding .3s linear;
	color: #d32a30;
	text-decoration: none;
	padding: 27px 60px 11px 30px;
}

.navbar-nav > li .main-menu > li a.collapsed {
	padding: 27px 60px 27px 30px;
}

.navbar-nav > li .main-menu > li a:hover {
	color: #7e191d;
}

.navbar-nav > li .main-menu > li a:hover:after {
	color: #7e191d;
}

.navbar-nav > li .main-menu > li a.collapsed:hover{
	cursor: default;
	color: #d32a30;
}

.navbar-nav > li .main-menu > li a.collapsed:after {
	margin: -3px 0 0;
	content: "\e900";
}

.navbar-nav > li .main-menu > li a:after {
	-webkit-transition: color .3s linear, margin .3s linear;
	transition: color .3s linear, margin .3s linear;
	right: 29px;
	margin: 5px 0 0;
}

.navbar-nav > li .main-menu ul {
	text-transform: none;
	line-height: 23px;
}

.navbar-nav > li .main-menu ul li {
	width: 100%;
	display: block;
	border: 0;
}

.navbar-nav > li .main-menu ul li.active a {
	color: #7e191d;
}

.navbar-nav > li .main-menu ul li.active a:after {
	color: #7e191d;
}

.navbar-nav > li .main-menu ul a {
	color: #4a4a4a;
	padding: 6px 60px 6px 30px !important;
}

.navbar-nav > li .main-menu ul a:after {
	content: "\e901";
	font-size: 15px;
	line-height: 20px;
	right: 33px;
	margin: -9px 0 0;
}

.navbar-nav > li .main-menu .sub-drop .sub-drop-holder {
	padding-bottom: 21px;
}

/* mega drop styles */

/* sub links styles */

.sub-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.sub-links li {
	width: 30%;
	border-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub-links li:last-child:before {
	content: none;
}

.sub-links li + li {
	width: 48%;
	border-left: 1px solid #d9d9d9;
}

.sub-links li + li + li {
	width: 22%;
}

.sub-links a {
	-webkit-transition: background .3s linear, color .3s linear;
	transition: background .3s linear, color .3s linear;
	color: #4a4a4a;
	padding: 27px 10px;
	display: block;
	text-align: center;
	width: 100%;
}

.sub-links a:after {
	content: none !important;
}

.sub-links a:hover {
	background: #d9d9d9;
	text-decoration: none;
}

/* login form styles */

.login-form {
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	padding: 30px;
	background-color: #fff;
	width: 280px;
	position: absolute;
	right: -10px;
	top: calc(100% + 25px);
	border-radius: 10px;
	box-shadow: 0 0 45px rgba(0, 0, 0, .15);
	display: block !important;
	opacity: 0;
	visibility: hidden;
	height: auto !important;
	overflow: visible !important;
}

.login-form:before {
	content: "";
	position: absolute;
	left: calc(100% - 50px);
	top: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 10px 13px;
	border-color: transparent transparent #fff transparent;
}

.login-form.show {
	visibility: visible;
	opacity: 1;
}

.login-form .input-holder {
	margin: 0 0 15px;
}

.login-form .btn-holder .btn {
	width: 100%;
}

/* content holder styles */

.content-holder {
	padding: 32px 0 38px;
}

/* breadcrumb styles */

.breadcrumb {
	background: transparent;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 31px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb li {
	color: #4a4a4a;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.breadcrumb .breadcrumb-item + li:before,
.breadcrumb li + .breadcrumb-item:before,
.breadcrumb li + li:before {
	content: "\e901";
	display: inline-block;
	vertical-align: middle;
	font: 13px/1 "icomoon";
	margin: 0 5px;
	color: #c0c0c0;
	padding: 0 !important;
}

.breadcrumb .breadcrumb-item:active,
.breadcrumb li:active {
	color: #4a4a4a;
}

.breadcrumb .breadcrumb-item:active a,
.breadcrumb li:active a {
	color: #4a4a4a;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb li a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #4a4a4a;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb li a:hover {
	color: #d32a30;
	text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover .icon,
.breadcrumb li a:hover .icon {
	color: #d32a30;
}

.breadcrumb a.breadcrumb-item {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.breadcrumb a.breadcrumb-item:hover {
	color: #d32a30;
}

.breadcrumb .icon {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #636463;
	font-size: 14px;
}

/* sidebar styles */

.sidebar {
	padding: 20px 15px 0; /* post style inside sidebar */
}

.sidebar .block {
	margin: 0 0 24px;
}

.sidebar .block:last-child {
	margin: 0;
}

.sidebar .post {
	padding: 0 0 10px;
}

.sidebar .post .img-holder {
	width: 100%;
	margin: 0 0 13px;
}

.sidebar .post .text-holder {
	width: 100%;
	padding: 0;
}

.sidebar .post .time {
	margin: 0 0 6px;
}

/* post styles */

.post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 29px; /* main post styles */ /* img holder styles for post */ /* text holder styles for post */
}

.post.main-post {
	display: block;
	line-height: 18px;
	padding: 0 0 21px; /* img holder styles of main post */ /* text holder styles of main post */ /* post title styles of main post */ /* time styles of main post */
}

.post.main-post .img-holder {
	width: 100%;
}

.post.main-post .text-holder {
	width: 100%;
	padding: 8px 0;
}

.post.main-post .post-title {
	line-height: 22px;
	font-size: 18px;
	margin: 0 0 13px;
}

.post.main-post .time {
	margin: 0 0 9px;
}

.post .img-holder {
	height: auto;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin: 5px 0 0;
}

.post .img-holder img {
	width: 100%;
	height: auto;
}

.post .img-holder a {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.post .img-holder a:hover {
	opacity: .7;
}

.post .text-holder {
	padding: 10px 0 0;
}

.post p {
	margin: 0;
}

/* time styles for post */

.time {
	display: block;
	color: #c0c0c0;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 11px;
}

/* post title styles for post */

.post-title {
	color: #4a4a4a;
	font-size: 18px;
	line-height: 1.1389;
	font-weight: 700;
	display: block;
	margin: 0 0 17px;
}

.post-title a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #4a4a4a;
}

.post-title a:hover {
	text-decoration: none;
	color: #d32a30;
}

/* section styles */

.section {
	position: relative;
	padding: 14px 0 2px; /* two col post styles */
}

.section .two-col {
	display: block !important;
	margin: 0 -10px -5px -13px;
}

.section .two-col .col {
	padding: 0 10px;
}

.section h2 {
	color: #d32a30;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 50px 16px;
	text-align: center;
}

/* button more styles */

.btn-more {
	-webkit-transition: color .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, border .3s linear, background .3s linear;
	width: 30px;
	height: 30px;
	border: 1px solid #e9e9e9;
	color: #d9d9d9;
	font-size: 24px;
	font-weight: 700;
	display: block;
	position: absolute;
	top: 15px;
	right: -1px;
	text-align: center;
	line-height: 28px;
}

.btn-more:hover {
	background: #d32a30;
	color: #fff;
	border-color: #d32a30;
	text-decoration: none;
}

/* button holder styles */

.btn-holder {
	text-align: center;
}

/* load more button styles */

.loadmore {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: inline-block;
	vertical-align: top;
	color: #d32a30;
	font: 25px/1 "icomoon";
	margin: 0 0 4px;
}

/* post list styles */

/* doc list styles */

.doc-list {
	font-size: 14px;
}

.doc-list li {
	border-bottom: 1px solid #e9e9e9;
}

.doc-list a {
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	color: #4a4a4a;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 10px 30px 10px 50px;
}

.doc-list a:hover {
	background-color: #e9e9e9;
}

.doc-list a:hover .icon {
	color: #c0bfbf;
}

.doc-list a .icon {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #d9d9d9;
	position: absolute;
	left: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 28px;
	line-height: 1;
}

.doc-list a .icon-arrow-right {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #c0c0c0;
	font-size: 13px;
	line-height: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* article post styles */

.article-post {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 23px; /* time styles */ /* img holder styles */
}

.article-post .time {
	width: 50%;
}

.article-post .img-holder {
	margin: 0 0 22px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.article-post .img-holder img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.article-post h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 17px;
}

.article-post p {
	margin: 0 0 22px;
}

/* img information styles */

.img-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 6px;
}

/* icons list styles */

.icons-list {
	text-align: right;
	width: 50%;
	padding: 2px 0 0;
}

.icons-list li {
	display: inline-block;
	vertical-align: top;
}

.icons-list a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #c0c0c0;
}

.icons-list a:hover {
	color: #d32a30;
	text-decoration: none;
}

/* accordion styles */

.accordion {
	color: #606470;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 10px;
}

.accordion .card {
	margin: 0 0 20px;
	border: 0;
	border-radius: 8px !important;
	position: relative;
	z-index: 1;
}

.accordion .card-body {
	padding: 0 20px 8px;
}

.accordion .card-body p {
	margin: 0 0 10px;
}

.accordion .card-header {
	background-color: rgba(255, 255, 255, .2);
	padding: 0;
	border: 0;
}

.accordion .btn.btn-link {
	-webkit-transition: color .3s linear, box-shadow .3s linear;
	transition: color .3s linear, box-shadow .3s linear;
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	padding: 20px 50px 20px 20px;
	font-size: 18px;
	line-height: 20px;
	color: #d32a30;
	text-decoration: none;
}

.accordion .btn.btn-link:focus {
	text-decoration: none;
}

.accordion .btn.btn-link.collapsed {
	box-shadow: none;
	color: #606470;
	text-decoration: none;
}

.accordion .btn.btn-link.collapsed:after {
	border: 1px solid #d9d9d9;
}

.accordion .btn.btn-link.collapsed:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #c0c0c0;
}

.accordion .btn.btn-link:before {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	content: "\e903";
	position: absolute;
	top: 25px;
	right: 15px;
	font: 15px/15px "icomoon";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #d32a30;
}

.accordion .btn.btn-link:after {
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 8px;
	border: 1px solid #d32a30;
	z-index: -1;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
}

.accordion .btn.btn-link:hover {
	text-decoration: none;
	color: #d32a30;
	text-decoration: none;
}

.accordion .btn.btn-link:hover:after {
	border: 1px solid #d32a30;
}

.accordion .btn.btn-link:hover:before {
	color: #d32a30;
}

/* links styles */

.links {
	border-top: 1px solid #e9e9e9;
	font-size: 12px;
}

.links li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #e9e9e9;
	padding: 10px 4px;
}

.links a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #c0c0c0;
}

.links a:hover {
	color: #d32a30;
	text-decoration: none;
}

.links a .icon {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	padding: 0 0 0 5px;
}

.links a .icon.icon-doc {
	font-size: 13px;
}

/* footer styles of the page */

.footer {
	background: #fafafa;
	padding: 105px 0 14px;
	position: relative;
	font-size: 16px;
	line-height: 1.1563; /* logo block styles */ /* three col */ /* footer nav styles */ /* address holder styles */
}

.footer a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #4a4a4a;
}

.footer a:hover {
	color: #d32a30;
	text-decoration: none;
}

.footer .logo-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 107px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}

.footer .logo-block:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-bottom: 1px solid #e9e9e9;
}

.footer .logo-block .logo-holder {
	width: 33%;
}

.footer .logo-block .logo-holder img {
	width: 76px;
	height: auto;
	max-width: 100%;
}

.footer .logo-holder2 {
	width: 50%;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 3;
}

.footer .logo-holder2 img {
	width: 136px;
	height: auto;
	max-width: 100%;
}

.footer .logo-holder2 a {
	display: inline-block;
	vertical-align: top;
}

.footer .three-col {
	display: block;
	text-align: center;
	padding: 37px 0 0;
	margin: 0 -30px; /* h3 styles for footer */
}

.footer .three-col .footer-col {
	display: inline-block;
	vertical-align: top;
	width: auto;
	position: static;
	padding: 0 20px 28px;
}

.footer .three-col .two-col .footer-nav + .footer-nav ul {
	line-height: 19px;
}

.footer .three-col .two-col .footer-nav + .footer-nav ul li a {
	color: #d32a30;
}

.footer .three-col .two-col .footer-nav + .footer-nav ul li a:hover {
	color: #a82226;
}

.footer .three-col h3 {
	font-size: 16px;
	line-height: 1.2;
}

.footer .three-col h3 a {
	font-weight: 700;
	color: #4a4a4a;
}

.footer .three-col h3 a:hover {
	color: #d32a30;
	text-decoration: none;
}

.footer .footer-nav ul li {
	margin: 0 0 10px;
}

.footer .address-holder {
	margin: 0 0 -4px;
}

.footer .address-holder ul {
	line-height: 18px;
}

.footer .address-holder ul li {
	margin: 0 0 23px;
}

.footer .address-holder .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .address-holder .title {
	width: 100px;
	display: block;
}

.footer .address-holder .hold {
	width: calc(100% - 100px);
}

.footer address {
	margin: 0 0 8px;
}

/* copyright styles */

.copyright {
	display: block;
	text-align: center;
	color: #d9d9d9;
	font-size: 14px;
	line-height: 20px;
}

.copyright a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	color: #d9d9d9;
}

.copyright a:hover {
	color: #d32a30;
	text-decoration: none;
}

/* map holder styles */

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

.map-holder .pointer {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #d32a30;
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.map-holder .pointer:hover {
	color: #7e191d;
}

/* ---------------------------------------------------------
   4. Print styles
   ---------------------------------------------------------*/

/* print version styles */

@media (min-width: 417px) {
	.navbar-nav {
		font-size: 18px;
	}

	.navbar-nav > li > a {
		padding: 26px 65px 26px 85px;
	}

	.post .img-holder {
		width: 153px;
	}

	.post .text-holder {
		padding: 0 0 0 20px;
		width: calc(100% - 153px);
	}

	.links {
		font-size: 14px;
	}

	.links li {
		padding: 10px 10px;
	}

	.footer .logo-holder2 {
		right: -6px;
	}

	.footer .three-col {
		margin: 0 -50px;
	}

	.footer .three-col .footer-col {
		padding: 0 50px 28px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 1.2222;
	}

	body.nav-active {
		overflow: visible;
		height: auto;
	}

	body.nav-active #wrapper {
		height: auto;
		overflow: visible;
	}

	.header.navbar.homepage {
		min-height: 600px;
	}

	.header.navbar.homepage .bg-stretch {
		bottom: 0;
	}

	.header.navbar.homepage .header-holder {
		margin: 0 0 92px;
	}

	.header.navbar.homepage:before {
		opacity: 1;
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 87%, #384e6e 100%);
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 87%, #384e6e 100%);
	}

	.header.navbar:before {
		background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .01) 75%, #384e6e 100%);
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .01) 75%, #384e6e 100%);
		opacity: .57;
	}

	.header.navbar {
		padding: 13px 0 0;
	}

	.header.navbar .header-holder {
		position: relative;
	}

	.header.navbar .bg-stretch {
		bottom: 30px;
	}

	.header.navbar .container {
		position: relative;
		display: block;
	}

	.header.navbar .logo {
		padding: 15px 0 22px;
		margin: 0;
	}

	.header.navbar .navbar-brand {
		width: 203px;
	}

	.homepage .top-header {
		margin: 0 0 56px;
	}

	.login-holder {
		width: 300px;
		text-align: right;
		top: 0;
		right: 0;
	}

	.login-holder .login {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		color: #fff;
	}

	.login-holder .login .icon {
		margin: 0 5px 0 0;
		font-size: 22px;
	}

	.search-block {
		border-width: 0 0 0 2px;
		width: 160px;
		padding: 0 20px;
		margin: 0 0 0 -1px;
		border-width: 0 0 0 1px;
	}

	.search-block .search-form {
		width: 100%;
	}

	.search-form {
		padding: 0;
		border: 0;
	}

	.search-form .form-control {
		padding: 5px 0 !important;
		width: calc(100% - 30px);
		font-size: 14px;
	}

	.search-form .btn-search {
		font-size: 16px;
		width: 30px;
	}

	.language-list {
		position: absolute;
		left: 0;
		top: 0;
		text-align: left;
	}

	.language-list a {
		color: #fff;
	}

	.language-list li + li:before {
		border-color: #fff;
	}

	.navbar-collapse {
		width: 100%;
		position: static;
		padding: 0;
		background: #fff !important;
		border-radius: 8px;
		box-shadow: 0 1px 6px 2px rgba(217, 217, 217, .2);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.navbar-collapse .navbar-holder {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.nav-active .navbar-collapse .navbar-holder {
		height: auto;
		overflow-y: visible;
	}

	.navbar-collapse {
		background: transparent;
	}

	.navbar-collapse:before {
		content: none;
	}

	.navbar-collapse .logo {
		margin: 0 !important;
	}

	.navbar-nav {
		width: calc(100% - 160px);
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}

	.navbar-nav > li {
		width: 37%;
		border: 0;
	}

	.navbar-nav > li:first-child > a {
		-webkit-transition: border-radius .3s linear;
		transition: border-radius .3s linear;
		border-radius: 8px 0 0 8px;
	}

	.navbar-nav > li:first-child > a[aria-expanded="true"] {
		border-radius: 8px 0 0 0;
	}

	.navbar-nav > li:last-child {
		width: 26%;
	}

	.navbar-nav > li a:after {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 10px;
		font-size: 6px;
		line-height: 6px;
	}

	.navbar-nav > li > a {
		display: block;
		padding: 15px 7px;
	}

	.navbar-nav > li > a .icon {
		position: static;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		line-height: 1;
		width: auto;
		font-size: 20px;
		margin: -9px 10px -7px 0;
	}

	.navbar-nav > li .main-menu {
		margin: 0 0 10px;
	}

	.navbar-nav > li .main-menu > li {
		border: 0;
		padding: 0 10px;
		width: 24.4%;
	}

	.navbar-nav > li .main-menu > li + li {
		width: 28.6%;
		position: relative;
	}

	.navbar-nav > li .main-menu > li + li + li {
		width: 24%;
	}

	.navbar-nav > li .main-menu > li + li + li + li {
		width: 23%;
	}

	.navbar-nav > li .main-menu > li + li:after {
		content: "";
		position: absolute;
		left: 0;
		top: 4px;
		bottom: 20px;
		border-left: 1px solid #e9e9e9;
	}

	.navbar-nav > li .main-menu > li:last-child {
		position: relative;
		z-index: 1;
	}

	.navbar-nav > li .main-menu > li:last-child:before {
		content: "";
	}

	.navbar-nav > li .main-menu > li:last-child:after {
		display: none;
	}

	.navbar-nav > li .main-menu > li > a:after {
		content: none !important;
	}

	.navbar-nav > li .main-menu > li a {
		padding: 0;
	}

	.navbar-nav > li .main-menu > li a.collapsed {
		padding: 0;
	}

	.navbar-nav > li .main-menu > li a:after {
		content: none;
	}

	.navbar-nav > li .main-menu ul {
		padding: 10px 0 7px;
	}

	.navbar-nav > li .main-menu ul li {
		margin: 0 0 9px;
	}

	.navbar-nav > li .main-menu ul a {
		padding: 0 30px 0 0 !important;
	}

	.navbar-nav > li .main-menu ul a:after {
		content: "\e901";
		position: absolute;
		right: 0;
		font-size: 10px;
	}

	.navbar-nav > li .main-menu .sub-drop .sub-drop-holder {
		padding: 0;
		margin: 0;
	}

	.mega-drop {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		box-shadow: 0 1px 26px 2px rgba(217, 217, 217, .29);
	}

	.mega-drop:before {
		content: "";
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		background: #fff;
		height: 10px;
		z-index: -1;
	}

	.mega-drop .mega-menu-holder {
		padding: 23px 0 25px;
		overflow: hidden;
		background: #fff;
		border-radius: 0 0 8px 8px;
	}

	.mega-drop .sub-drop {
		display: block !important;
		-webkit-transition: none !important;
		transition: none !important;
		height: auto !important;
	}

	.mega-drop .mega-menu-holder > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mega-drop .mega-menu-holder > ul > li:last-child a {
		color: #4a4a4a;
	}

	.mega-drop .mega-menu-holder > ul > li:last-child a:hover {
		color: #7e191d;
	}

	.sub-links {
		display: block !important;
		text-align: center !important;
		padding: 3px 25% 0 14% !important;
	}

	.sub-links li {
		width: auto !important;
		display: inline-block;
		vertical-align: middle;
		padding: 0 3.5% !important;
	}

	.sub-links li + li {
		border: 0;
	}

	.sub-links li + li a {
		border: 0;
	}

	.sub-links a {
		padding: 0;
	}

	.sub-links a:after {
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
		content: "\e901" !important;
		padding: 0 5px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 11px !important;
	}

	.sub-links a:hover {
		background: transparent;
		color: #d32a30;
	}

	.sub-links a:hover:after {
		color: #d32a30;
	}

	.login-form {
		width: 353px;
		padding: 33px 39px;
	}

	.breadcrumb .breadcrumb-item + .breadcrumb-item:before,
	.breadcrumb .breadcrumb-item + li:before,
	.breadcrumb li + .breadcrumb-item:before,
	.breadcrumb li + li:before {
		margin: 0 10px;
		font-size: 15px;
	}

	.sidebar {
		padding: 19px 15px 0 10px;
	}

	.sidebar .post {
		padding: 25px 2px 25px;
	}

	.post {
		padding: 0 0 30px;
	}

	.post.main-post .text-holder {
		padding: 11px 0;
	}

	.post.main-post .post-title {
		margin: 0 0 10px;
	}

	.post.main-post .time {
		margin: 0 0 5px;
	}

	.post .img-holder {
		margin: 0;
	}

	.time {
		margin: 0 0 8px;
	}

	.post-title {
		margin: 0 0 12px;
	}

	.section {
		border: 1px solid #e9e9e9;
		margin: 0 0 28px;
		padding: 13px 15px 0;
	}

	.section .two-col {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin: 0 -12px;
	}

	.section .two-col .col {
		padding: 0 15px;
	}

	.section h2 {
		margin: 0 50px 15px;
	}

	.btn-more {
		top: auto;
		bottom: -1px;
		width: 35px;
		line-height: 29px;
	}

	.post-list {
		margin: -3px 0 0;
	}

	.article-post .text-holder {
		padding: 0 8% 0 0;
	}

	.accordion .card {
		margin: 0 0 29px;
	}

	.accordion .card-body {
		padding: 0 53px 14px 41px;
	}

	.accordion .btn.btn-link {
		font-size: 24px;
		line-height: 28px;
		padding: 37px 60px 21px 40px;
	}

	.accordion .btn.btn-link.collapsed {
		padding: 28px 60px 28px 40px;
	}

	.accordion .btn.btn-link.collapsed:before {
		top: 35px;
	}

	.accordion .btn.btn-link:before {
		top: 47px;
		right: 28px;
	}

	.links {
		font-size: 16px;
	}

	.links li {
		padding: 21px 15px 24px;
		min-width: 24.7%;
		margin: 0;
		text-align: center;
	}

	.links a .icon {
		padding: 0 0 0 11px;
		font-size: 13px;
	}

	.links a .icon.icon-doc {
		font-size: 18px;
	}

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

	.footer .logo-block {
		position: relative;
		height: auto;
		padding: 28px 0 34px;
		margin: 0 0 25px;
	}

	.footer .logo-block:before {
		left: -999px;
		right: -20px;
	}

	.footer .logo-block .logo-holder {
		width: 100%;
	}

	.footer .logo-holder2 {
		position: static;
		width: 100%;
		margin: 0 0 20px;
	}

	.footer .logo-holder2 img {
		width: 110px;
	}

	.footer .three-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
		padding: 0;
		margin: 0 -10px 0 0;
	}

	.footer .three-col .footer-col {
		width: 23.7%;
		padding: 0 20px 50px 0;
		display: block;
	}

	.footer .three-col .footer-col + .footer-col {
		border-left: 1px solid #e9e9e9;
		padding: 29px 10px;
		width: 40.9%;
	}

	.footer .three-col .footer-col + .footer-col + .footer-col {
		width: 35.4%;
	}

	.footer .three-col .two-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .three-col .two-col .footer-nav {
		width: 50%;
	}

	.footer .three-col .two-col .footer-nav + .footer-nav {
		padding: 28px 0 0 15px;
	}

	.footer .three-col h3 {
		margin: 0 0 20px;
		font-size: 14px;
	}

	.footer .footer-nav ul li {
		margin: 0 0 20px;
	}

	.footer .heading-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 20px;
	}

	.footer .heading-holder h3 {
		width: 42%;
		margin: 0 !important;
	}

	.footer .heading-holder .btn-holder {
		width: 58%;
		text-align: right;
		padding: 0 0 0 5px;
		margin: -7px 0 0;
	}

	.footer .heading-holder .btn-holder .btn {
		font-size: 14px;
		margin: 0 -20px 0 0;
		padding: 5px;
	}

	.copyright {
		width: 24.33%;
		text-align: left;
		margin: -70px 0 0;
		font-size: 12px;
	}

	.map-holder {
		margin: 0 -10px;
	}
}

@media (min-width: 992px) {
	.header.navbar.homepage {
		min-height: 728px;
	}

	.logo-text {
		font-size: 18px;
	}

	.login-holder .login {
		font-size: 18px;
	}

	.login-holder .login .icon {
		margin: 0 17px 0 0;
	}

	.search-block {
		width: 100px;
	}

	.search-form .form-control::-webkit-input-placeholder {
		font-size: 18px !important;
	}

	.search-form .form-control::-moz-placeholder {
		font-size: 18px !important;
	}

	.search-form .form-control:-moz-placeholder {
		font-size: 18px !important;
	}

	.search-form .form-control:-ms-input-placeholder {
		font-size: 18px !important;
	}

	.search-form .form-control.placeholder {
		font-size: 18px !important;
	}

	.search-form .form-control {
		width: calc(100% - 42px);
		font-size: 18px;
	}

	.search-form .btn-search {
		width: 42px;
		font-size: 22px;
	}

	.navbar-nav {
		font-size: 14px;
		width: calc(100% - 215px);
		line-height: 20px;
	}

	.navbar-nav > li > a {
		padding: 20px 10px;
	}

	.navbar-nav > li > a .icon {
		font-size: 25px;
		margin: -9px 10px -7px 0;
	}

	.navbar-nav > li .main-menu > li {
		padding: 0 20px;
	}

	.navbar-nav > li .main-menu ul a:after {
		right: 0;
		font-size: 15px;
	}

	.sub-links a:after {
		font-size: 13px !important;
		line-height: 13px !important;
	}

	.breadcrumb {
		font-size: 18px;
	}

	.breadcrumb .breadcrumb-item + .breadcrumb-item:before,
	.breadcrumb .breadcrumb-item + li:before,
	.breadcrumb li + .breadcrumb-item:before,
	.breadcrumb li + li:before {
		margin: 0 19px;
	}

	.breadcrumb .icon {
		font-size: 16px;
	}

	.post .img-holder {
		width: 200px;
	}

	.post .text-holder {
		width: calc(100% - 200px);
	}

	.section {
		padding: 13px 34px 0 26px;
	}

	.doc-list {
		font-size: 18px;
	}

	.doc-list a {
		padding: 23px 30px 22px 58px;
	}

	.doc-list a .icon-arrow-right {
		right: 14px;
	}

	.footer {
		font-size: 16px;
	}

	.footer .logo-holder2 {
		margin: 0 0 32px;
	}

	.footer .logo-holder2 img {
		width: 136px;
	}

	.footer .three-col {
		margin: 0 -30px 0 0;
	}

	.footer .three-col .footer-col + .footer-col {
		padding: 43px 30px;
	}

	.footer .three-col .footer-col + .footer-col h3 {
		margin: 0 0 34px;
	}

	.footer .three-col h3 {
		margin: 0 0 42px;
		font-size: 16px;
	}

	.footer .footer-nav ul li {
		margin: 0 0 30px;
	}

	.footer .address-holder .title {
		width: 120px;
	}

	.footer .address-holder .hold {
		width: calc(100% - 120px);
	}

	.footer .heading-holder {
		margin: 0 0 24px !important;
	}

	.footer .heading-holder .btn-holder {
		padding: 0 0 0 10px;
	}

	.footer .heading-holder .btn-holder .btn {
		margin: 0 -10px 0 0;
	}

	.copyright {
		font-size: 14px;
	}

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

	.map-holder .pointer {
		font-size: 55px;
		line-height: 1;
		margin: -14px 0 0 -10px;
	}
}

@media (min-width: 1200px) {
	.search-block {
		width: 100px;
		padding: 0 31px 0 44px;
	}

	.navbar-nav {
		font-size: 16px;
		line-height: 22px;
		width: calc(100% - 256px);
	}

	.navbar-nav > li a:after {
		margin: 0 0 0 19px;
		font-size: 8px;
		line-height: 8px;
	}

	.navbar-nav > li > a {
		padding: 28px 15px;
	}

	.navbar-nav > li > a .icon {
		margin: -9px 15px -7px 0;
	}

	.navbar-nav > li .main-menu > li {
		padding: 0 30px;
	}

	.navbar-nav > li .main-menu > li .title {
		font-size: 16px !important;
		margin: 0 0 3px;
	}

	.navbar-nav > li .main-menu ul {
		font-size: 16px;
	}

	.login-form:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.post .img-holder {
		width: 321px;
	}

	.post .text-holder {
		width: calc(100% - 321px);
		padding: 0 0 0 32px;
	}

	.footer .three-col .two-col .footer-nav + .footer-nav {
		padding: 28px 0 0 51px;
	}

	.footer .heading-holder .btn-holder .btn {
		font-size: 16px;
		padding: 5px 10px;
		margin: 0;
	}
}

@media (min-width: 1440px) {
	.search-block {
		width: 100px;
	}

	.navbar-nav {
		font-size: 18px;
		width: calc(100% - 100px);
	}

	.navbar-nav > li {
		width: 33.33%;
	}

	.navbar-nav > li:last-child {
		width: 33.33%;
	}

	.navbar-nav > li > a .icon {
		font-size: 32px;
		margin: -9px 23px -7px 0;
	}

	.navbar-nav > li .main-menu > li {
		width: 22.4%;
		padding: 0 5.6% 0 4.1%;
	}

	.navbar-nav > li .main-menu > li + li {
		padding: 0 5.4% 0 5.5%;
	}

	.navbar-nav > li .main-menu > li + li + li {
		padding: 0 5.6% 0 5.8%;
	}

	.navbar-nav > li .main-menu > li + li + li + li {
		width: 25%;
		padding: 0 3.1% 0 1.8%;
	}

	.sidebar {
		padding: 14px 13px;
	}

	.section .two-col {
		margin: 0 -12px -5px;
	}
}

@media (min-width: 1600px) {
	.login-form {
		right: -67px;
	}
}

@media (max-width: 767.98px) {
	.container {
		max-width: calc(100% - 35px);
		width: 100%;
	}
}

@media print {
	* {
		border: 0 !important;
		background: none !important;
		color: #000 !important;
		overflow: visible !important;
		min-width: 0 !important;
		float: none !important;
	}

	*:before,
	*:after {
		display: none;
	}

	a {
		text-decoration: none !important;
	}

	body {
		background: #fff !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.container {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.header-logo-block {
		display: block !important;
		text-align: center !important;
	}

	.header-logo-block .logo-caption {
		display: inline-block !important;
	}

	.row,
	.col {
		display: block !important;
	}

	.accordion .btn.btn-link {
		display: block !important;
		padding: 0 !important;
		margin: 0 0 10px;
	}

	.accordion .collapse {
		display: block !important;
		height: auto !important;
		min-height: auto !important;
	}

	.accordion .card-body,
	.accordion .card {
		padding: 0 !important;
	}

	.btn,
	.btn-more,
	.load-more,
	.breadcrumb,
	.footer-nav ul,
	.footer-nav h3,
	.map-holder,
	.top-header,
	.nav.navbar-collapse,
	.sidebar .block,
	.bavbar-nav,
	.navbar-brand,
	.links,
	.main-logo,
	.search-form {
		display: none !important;
	}

	.sidebar,
	.content {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}

	.sidebar .block2,
	.content .block2 {
		display: block !important;
	}

	.header.navbar .logo {
		display: none !important;
	}

	.header.navbar.homepage {
		min-height: auto !important;
	}

	.article-post .img-holder {
		width: 600px;
	}

	.post-list {
		margin: 0;
		page-break-before: avoid !important;
	}

	.content-holder {
		padding: 0 !important;
		margin: -10px 0 0;
		page-break-before: avoid !important;
	}

	.copyright {
		margin: 0 !important;
	}

	.header-holder {
		margin: 0 0 20px !important;
	}

	.navbar-brand.d-print-block {
		display: inline-block !important;
		vertical-align: top;
	}

	.navbar-brand.d-print-block img {
		width: 203px;
		height: 117px;
	}

	.footer .three-col,
	.footer .two-col,
	.two-col.row {
		width: 100%;
		display: block !important;
	}

	.footer .three-col .footer-nav,
	.footer .three-col .footer-col,
	.footer .three-col .col,
	.footer .two-col .footer-nav,
	.footer .two-col .footer-col,
	.footer .two-col .col,
	.two-col.row .footer-nav,
	.two-col.row .footer-col,
	.two-col.row .col {
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
	}

	.main-post,
	.post {
		display: block !important;
	}

	.main-post .img-holder,
	.post .img-holder {
		width: 100%;
		height: auto;
	}

	.main-post .img-holder img,
	.post .img-holder img {
		width: auto;
		height: auto;
	}

	.main-post .text-holder,
	.post .text-holder {
		width: 100%;
		padding: 15px 0;
	}

	.footer {
		text-align: left !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.three-col {
		margin: 0 !important;
		text-align: left !important;
	}

	.logo-block {
		padding: 0 !important;
		height: auto !important;
		display: block !important;
		position: static !important;
	}

	.logo-holder,
	.logo-holder2 {
		position: static !important;
		width: 100% !important;
		margin: 0 0 20px !important;
	}

	.address-holder,
	.address-holder ul {
		display: block !important;
	}

	.copyright {
		width: 100% !important;
	}
}



/************ pages detail ************/
.encadre{
    padding: 20px 50px 20px 20px;
    background: #efefef;
    border-radius: 8px;
    margin-bottom:20px;
    margin-top:30px;
}
.encadre p:last-child{
    margin-bottom:0;
}
@media (min-width: 768px){
    .encadre{
        padding: 35px 60px 35px 40px;
    }
}

.logo-caption{
    text-shadow: 2px 2px 3px rgba(93, 93, 93, 0.47);
}
.faq-cat{
    color: #d32a30;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-align: left;
}

/************ ajustement navigation 2019 ************/

@media (min-width: 1440px){
    .navbar-nav > li .main-menu > li {
        width: 25%!important;
        padding: 0 30px 0 30px!important;
    }

    .navbar-nav > li .main-menu > li + li{

    }
}
.navbar-nav > li .main-menu > li:last-child:before {
    position: static;
    background-color: #fff;
}
.mega-drop .mega-menu-holder > ul > li:last-child > a {
    color: #d32a30;
}
.nav-main-node-one-arrow:after{
    content: ""!important;
}
.navbar-nav > li .main-menu > li + li:after {
    border-left: none!important;
}

@media (max-width: 767px){
    .navbar-nav > li .main-menu > li a.collapsed {
        padding: 27px 60px 27px 30px;
    }
    .navbar-nav > li .main-menu > li a.collapsed {
        padding: 15px 60px 15px 30px;
    }
    .navbar-nav > li .main-menu > li a {
        padding: 15px 60px 15px 30px;
    }
    .navbar-nav > li a.node-2:after {
        content: "";
        font-size: 15px;
        line-height: 20px;
        right: 33px;
        margin: -9px 0 0;
    }
    .navbar-nav > li .main-menu ul a:after{
        content: "";
    }
    .navbar-nav > li a:after{
        top:48%;
    }
    .navbar-nav > li .main-menu > li a:after{
        right: 32px;
        top: 50%
    }
}

/************ end ajustement navigation 2019 ************/


/************ ajustement header int ************/
@media (min-width: 768px){
    .bg-stretch.bg-stretch-int{
        top: -170px;
    }
}
/************ end ajustement header int ************/




/***************** search ***************/
.search-detail-input{
    padding-right:107px;
}
.search-detail-btn{
    margin-top:15px;
    width:100%;
}
@media (min-width: 768px){
    .search-detail-input{
        padding-right:107px;
    }
    .search-detail-btn{
        right:0;
        top:0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-top:0;
        width:auto;
        position:absolute;
    }
}


/************ ajustement navigation item contact ************/



@media (min-width: 768px){
    .navbar-nav > li, .navbar-nav > li:last-child{
        width: 25%;
    }
    .search-block {
        width: 42px;
        padding: 10px 10px 10px 11px;
    }
    .navbar-nav {
        width: calc(100% - 42px);
    }
}
@media (min-width: 992px){
    .navbar-nav > li, .navbar-nav > li:last-child{
        width: 25%;
    }
    .search-block {
        width: 70px;
        padding: 10px 10px 10px 26px;
    }
    .navbar-nav {
        width: calc(100% - 70px);
    }
}
@media (min-width: 1440px){
    .navbar-nav > li, .navbar-nav > li:last-child{
        width: 25%;
    }
    .search-block {
        width: 70px;
        padding: 10px 10px 10px 26px;
    }
    .navbar-nav {
        width: calc(100% - 70px);
    }
}



@media (min-width: 768px) and (max-width: 991px){
    .navbar-nav > li a:after{
        display:none;
    }
}


@media (max-width: 767px){
    .language-list li + li:before {
        content: "";
        position: absolute;
        left: 7px;
        top: 4px;
        bottom: -15px;
        border-left: 1px solid #4a4a4a;
        height: 13px;
    }
    .search-block{
        padding: 15px 0;
    }
}
/************ end ajustement navigation item contact ************/



/************ ajustement navigation item contact DE ************/

@media (min-width: 768px){
    html.de .navbar-nav > li:nth-child(1){
        width: 35%;
    }
    html.de .navbar-nav > li:nth-child(2){
        width: 35%;
    }
    html.de .navbar-nav > li:nth-child(3){
        width: 20%;
    }
    html.de .navbar-nav > li:last-child{
        width: 18%!important;
    }
}
@media (min-width: 992px){
    html.de .navbar-nav > li:nth-child(1){
        width: 35%;
    }
    html.de .navbar-nav > li:nth-child(2){
        width: 35%;
    }
    html.de .navbar-nav > li:nth-child(3){
        width: 20%;
    }
    html.de .navbar-nav > li:last-child{
        width: 18%!important;
    }
}
@media (min-width: 1440px){
    html.de .navbar-nav > li:nth-child(1){
        width: 30%;
    }
    html.de .navbar-nav > li:nth-child(2){
        width: 30%;
    }
    html.de .navbar-nav > li:nth-child(3){
        width: 20%;
    }
    html.de .navbar-nav > li:last-child{
        width: 20%!important;
    }
}


/************ end ajustement navigation item contact DE ************/
