@charset "UTF-8"; 

@
-webkit-keyframes fadeIn { 0%{
	opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes fadeIn { 0%{
	opacity: 0
}

to {
	opacity: 1
}

}
@
-webkit-keyframes fadeInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInDown { 0%{
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
-webkit-keyframes fadeInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes fadeInLeft { 0%{
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
-webkit-keyframes fadeInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
keyframes fadeInRight { 0%{
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px)
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}
@
-webkit-keyframes fadeInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
keyframes fadeInUp { 0%{
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px)
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}
@
-webkit-keyframes bounce { 0%,20%,50%,80%,
	to {-webkit-transform: translateY(0);
	transform: translateY(0)
}

40%{
-webkit-transform
:translateY(-30px)
;transform
:translateY(-30px)
}
60%{
-webkit-transform
:translateY(-15px)
;transform
:translateY(-15px)
}
}
@
keyframes bounce { 0%,20%,50%,80%,
	to {-webkit-transform: translateY(0);
	transform: translateY(0)
}

40%{
-webkit-transform
:translateY(-30px)
;transform
:translateY(-30px)
}
60%{
-webkit-transform
:translateY(-15px)
;transform
:translateY(-15px)
}
}
@
-webkit-keyframes bounceArrow { 0%,20%,50%,80%,
	to {-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%)
}

40%{
-webkit-transform
:translateY(-30px)
 
translateX
(-50%);transform
:translateY(-30px)
 
translateX
(-50%)
}
60%{
-webkit-transform
:translateY(-15px)
 
translateX
(-50%);transform
:translateY(-15px)
 
translateX
(-50%)
}
}
@
keyframes bounceArrow { 0%,20%,50%,80%,
	to {-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%)
}

40%{
-webkit-transform
:translateY(-30px)
 
translateX
(-50%);transform
:translateY(-30px)
 
translateX
(-50%)
}
60%{
-webkit-transform
:translateY(-15px)
 
translateX
(-50%);transform
:translateY(-15px)
 
translateX
(-50%)
}
}
@
-webkit-keyframes swing { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

50%{
-webkit-transform
:translate3d
(0
,
-30
px
,
0);
transform
:translate3d
(0
,
-30
px
,
0)
}
to {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0)
}

}
@
keyframes swing { 0%{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

50%{
-webkit-transform
:translate3d
(0
,
-30
px
,
0);
transform
:translate3d
(0
,
-30
px
,
0)
}
to {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0)
}

}
@
-webkit-keyframes swingCatLitter { 0%{
	-webkit-transform: translate3d(0, -13px, 0);
	transform: translate3d(0, -13px, 0)
}

to {
	-webkit-transform: translate3d(0, 13px, 0);
	transform: translate3d(0, 13px, 0)
}

}
@
keyframes swingCatLitter { 0%{
	-webkit-transform: translate3d(0, -13px, 0);
	transform: translate3d(0, -13px, 0)
}

to {
	-webkit-transform: translate3d(0, 13px, 0);
	transform: translate3d(0, 13px, 0)
}

}
@
-webkit-keyframes zoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3)
}

50%{
opacity
:
1
}
}
@
keyframes zoomIn { 0%{
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3)
}

50%{
opacity
:
1
}
}
@
-webkit-keyframes zoomOut { 0%{
	opacity: 1
}

50%{
opacity
:
0;-webkit-transform
:scale3d
(
.3
,
.3
,
.3
);transform
:scale3d
(
.3
,
.3
,
.3
)
}
to {
	opacity: 0
}

}
@
keyframes zoomOut { 0%{
	opacity: 1
}

50%{
opacity
:
0;-webkit-transform
:scale3d
(
.3
,
.3
,
.3
);transform
:scale3d
(
.3
,
.3
,
.3
)
}
to {
	opacity: 0
}

}
@
-webkit-keyframes pulsate { 0%{
	-webkit-transform: scale(.1, .1);
	transform: scale(.1, .1);
	opacity: 0
}

50%{
opacity
:
1
}
to {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	opacity: 0
}

}
@
keyframes pulsate { 0%{
	-webkit-transform: scale(.1, .1);
	transform: scale(.1, .1);
	opacity: 0
}

50%{
opacity
:
1
}
to {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	opacity: 0
}

}
@
-webkit-keyframes spin { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
@
keyframes spin { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
@
-webkit-keyframes fancybox-rotate { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}

}
@
keyframes fancybox-rotate { 0%{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

to {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}

}
@
-webkit-keyframes fadeOut { 0%{
	opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes fadeOut { 0%{
	opacity: 1
}

to {
	opacity: 0
}

}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #666;
	letter-spacing: -.2px;
	overflow-x: hidden
}

article, aside, details, figcaption, figure, footer, header, main, menu,
	nav, section {
	display: block
}

h1 {
	font-size: 2em
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, canvas, video {
	display: inline-block
}

audio:not ([controls] ){
	display: none;
	height: 0
}

img {
	border-style: none;
	vertical-align: middle
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
	button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring,
	button:-moz-focusring {
	outline: 1px dotted ButtonText
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox], [type=radio], legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
	{
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

blockquote, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, menu,
	ol, p, pre, ul {
	margin: 0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}

input {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	background: 0 0;
	cursor: pointer
}

button, fieldset, iframe, input {
	border: 0
}

button, fieldset, menu, ol, td, ul {
	padding: 0
}

ol, ul {
	list-style: none
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

svg {
	width: 1em;
	height: 1em
}

@media ( max-width :767px) {
	svg {
	width: 0.8em;
	height: 0.8em
	}	
}

button {
	outline: 0
}

.icon {
	font-size: 18px;
	color: currentColor;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1
}

*, ::after, ::before, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto
}

@media ( max-width :479px) {
	.container {
		max-width: 390px
	}
}

@media ( min-width :480px) {
	.container {
		max-width: 600px
	}
}

@media ( min-width :768px) {
	.container {
		max-width: 768px
	}
}

@media ( min-width :992px) {
	.container {
		max-width: 992px
	}
}

@media ( min-width :1200px) {
	.container {
		max-width: 1250px
	}
	.container.size-1 {
		max-width: 1320px
	}
}

@media ( min-width :1750px) {
	.container {
		max-width: 1250px
	}
}

.container-fluid {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto
}

@media ( min-width :1400px) {
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media ( min-width :1750px) {
	.container-fluid {
		padding-left: 120px;
		padding-right: 120px
	}
}

@media ( min-width :2020px) {
	.container-fluid {
		max-width: 2000px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.container-fluid {
		max-width: 992px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.container-fluid {
		max-width: 768px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.container-fluid {
		max-width: 600px
	}
}

@media ( max-width :479px) {
	.container-fluid {
		max-width: 390px
	}
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.no-gutters {
	margin-left: 0;
	margin-right: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-left: 0;
	padding-right: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
	.col-6, .col-7, .col-8, .col-9 {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px
}

.col-auto {
	position: relative;
	padding-left: 10px;
	padding-right: 10px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
	.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
	.col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11,
	.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
	.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
	.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
	.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
	.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
	.col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	-webkit-box-flex: 0;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	-webkit-box-flex: 0;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	-webkit-box-flex: 0;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%
}

@media ( min-width :480px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.d-none {
	display: none !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: inline-flex !important
}

@media ( max-width :479px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media ( max-width :767px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media ( max-width :991px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media ( max-width :1199px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}
	.d-print-inline-block {
		display: inline-block !important
	}
	.d-print-block {
		display: block !important
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: flex !important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: inline-flex !important
	}
}

@media ( min-width :1200px) {
	.gutter {
		margin-left: -20px;
		margin-right: -20px
	}
	.gutter>.col, .gutter>[class*=col-] {
		padding-left: 20px;
		padding-right: 20px
	}
	.gutter-15 {
		margin-left: -15px;
		margin-right: -15px
	}
	.gutter-15>.col, .gutter-15>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
	.gutter-30 {
		margin-left: -30px;
		margin-right: -30px
	}
	.gutter-30>.col, .gutter-30>[class*=col-] {
		padding-left: 30px;
		padding-right: 30px
	}
	.gutter-large {
		margin-left: -50px;
		margin-right: -50px
	}
	.gutter-large>.col, .gutter-large>[class*=col-] {
		padding-left: 50px;
		padding-right: 50px
	}
}

.gutter-5 {
	margin-left: -5px !important;
	margin-right: -5px !important
}

.gutter-5>.col, .gutter-5>[class*=col-] {
	padding-left: 5px !important;
	padding-right: 5px !important
}

.gutter-1 {
	margin-left: -1px !important;
	margin-right: -1px !important
}

.gutter-1>.col, .gutter-1>[class*=col-] {
	padding-left: 1px !important;
	padding-right: 1px !important
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

.bounceArrow {
	-webkit-animation-name: bounceArrow;
	animation-name: bounceArrow
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-bg, .fancybox-container, .fancybox-controls {
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-container {
	width: 100%;
	height: 100%;
	z-index: 99993;
	position: fixed
}

.fancybox-container ~.fancybox-container {
	z-index: 99992
}

.fancybox-bg, .fancybox-controls {
	position: absolute;
	right: 0;
	opacity: 0
}

.fancybox-bg {
	bottom: 0;
	background: #000;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19)
}

.fancybox-container--ready .fancybox-bg {
	opacity: .6;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
	text-align: center;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	direction: ltr
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1
}

.fancybox-infobar {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100001;
	width: 100%
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all
}

.fancybox-infobar__body {
	display: none;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all
}

.fancybox-button.fancybox-button--fullscreen, .fancybox-button.fancybox-button--play,
	.fancybox-button.fancybox-button--thumbs, .owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
	display: none !important
}

.fancybox-show-buttons .fancybox-buttons {
	display: block
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent
}

.fancybox-slide, .fancybox-slide>* {
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	white-space: normal;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff
}

.fancybox-slide--image {
	overflow: hidden
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: 0;
	font-size: 16px;
	font-family: Arial, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe
	{
	background: 0 0
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	background-size: 100% 100%
}

.fancybox-placeholder {
	padding: 0;
	z-index: 99995;
	background: 0 0;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-image, .fancybox-spaceball {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none
}

.fancybox-image {
	border-radius: 20px;
	overflow: hidden
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: 0 0
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-caption-wrap {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: none;
	z-index: 99998;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-thumbs>ul>li.fancybox-thumbs-active:before
	{
	opacity: 1
}

.fancybox-caption {
	background: #d70000 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: .8rem 1rem;
	-webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-button {
	background: 0 0;
	border: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	margin: 0;
	outline: medium;
	padding: 0;
	position: absolute;
	vertical-align: top;
	width: 44px
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none
}

.fancybox-infobar__body, .owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff
}

.fancybox-button {
	background: #357ae8 0 0
}

.fancybox-button::after, .fancybox-button::before {
	content: '';
	pointer-events: none;
	position: absolute;
	border-color: #000;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button--disabled::after, .fancybox-button--disabled::before {
	opacity: .5
}

.fancybox-button--left::after, .fancybox-button--right::after {
	top: 21px;
	width: 15px;
	height: 15px;
	background: 0 0;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor
}

.fancybox-button--left::after {
	left: 18px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--right::after {
	right: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	left: 0
}

.fancybox-button--right {
	right: 0
}

.fancybox-button--close {
	right: 0;
	top: 0;
	z-index: 100001;
	height: 44px
}

.fancybox-button--close::after, .fancybox-button--close::before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@media all and (max-width:800px) {
	.fancybox-controls {
		text-align: left
	}
	.fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not
		(.fancybox-button--close ){
		display: none !important
	}
	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}
}

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: 0 0
}

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: 0 0
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
	background: 0 0
}

.fancybox-button--thumbs span {
	font-size: 23px
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	-webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset,
		-4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0
		0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap {
	right: 220px
}

.fancybox-thumbs, .fancybox-thumbs>ul>li {
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-thumbs {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 220px;
	padding: 5px 5px 0 0
}

.fancybox-thumbs>ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: 0;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		display: none !important
	}
	.fancybox-container--thumbs .fancybox-caption-wrap,
		.fancybox-container--thumbs .fancybox-controls,
		.fancybox-container--thumbs .fancybox-slider-wrap {
		right: 0
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev
	{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
	.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: 0;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy:not ([src] ), .owl-carousel .owl-item .owl-lazy[src^=""]
	{
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn
	{
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 50px
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	outline: 0;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #fff;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: visible;
	border-radius: 20px
}

.owl-theme .owl-dots .owl-dot.active span {
	width: 50px
}

.owl-nav-style .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -25px
}

.owl-nav-style .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 18px;
	padding-top: 1px !important;
	background: rgba(53, 122, 232, .4);
	border: 1px solid transparent;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: .3s;
	transition: .3s
}

.owl-nav-style .owl-theme .owl-nav [class*=owl-]:hover {
	background: #357ae8
}

@media ( max-width :1199px) {
	.owl-nav-style .owl-theme .owl-nav [class*=owl-] {
		width: 40px;
		height: 40px;
		font-size: 16px
	}
}

.owl-nav-style .owl-theme .owl-nav button.owl-prev {
	left: 50px;
	padding-right: 2px !important
}

@media ( max-width :1199px) {
	.owl-nav-style .owl-theme .owl-nav button.owl-prev {
		left: 10px !important
	}
}

.owl-nav-style .owl-theme .owl-nav button.owl-next {
	right: 50px;
	padding-left: 2px !important
}

@media ( max-width :1199px) {
	.owl-nav-style .owl-theme .owl-nav button.owl-next {
		right: 10px !important
	}
}

.owl-nav-style.nav-outer .owl-theme .owl-nav {
	margin-top: -45px
}

.owl-nav-style.nav-outer .owl-theme .owl-nav button.owl-prev {
	left: -65px
}

.owl-nav-style.nav-outer .owl-theme .owl-nav button.owl-next {
	right: -65px
}

.owl-nav-style.nav-outer.logos .owl-theme .owl-nav {
	margin-top: -60px
}

.owl-nav-style.nav-outer.logos .owl-theme .owl-nav button.owl-prev {
	left: -75px
}

.owl-nav-style.nav-outer.logos .owl-theme .owl-nav button.owl-next {
	right: -75px
}

@media ( min-width :480px) {
	.owl-nav-style.banner .owl-theme .owl-nav [class*=owl-] {
		width: 70px;
		height: 70px;
		font-size: 24px
	}
	.owl-nav-style.banner .owl-theme .owl-nav [class*=owl-] svg path {
		stroke-width: 1px !important
	}
}

.owl-nav-style.no-circle .owl-theme .owl-nav {
	top: 50%;
	margin-top: -25px
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*=owl-] {
	background: 0 0;
	width: 25px;
	height: 25px
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*=owl-] svg {
	font-size: 24px
}

@media ( max-width :479px) {
	.owl-nav-style.no-circle .owl-theme .owl-nav [class*=owl-] svg {
		font-size: 20px
	}
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*=owl-] svg path {
	stroke: #357ae8 !important;
	stroke-width: 2px !important
}

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-prev {
	left: 20px
}

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-next {
	right: 20px
}

.owl-nav-style.bottom-right .owl-theme .owl-nav {
	top: inherit;
	right: 0;
	bottom: 0;
	left: inherit;
	position: relative;
	text-align: right
}

.owl-nav-style.bottom-left .owl-theme .owl-nav [class*=owl-],
	.owl-nav-style.bottom-right .owl-theme .owl-nav [class*=owl-] {
	position: relative
}

.owl-nav-style.bottom-left .owl-theme .owl-nav button, .owl-nav-style.bottom-right .owl-theme .owl-nav button
	{
	left: inherit;
	right: inherit
}

.owl-nav-style.bottom-left .owl-theme .owl-nav {
	top: inherit;
	left: 0;
	right: inherit;
	bottom: 0;
	position: absolute;
	text-align: left;
	margin-top: 0
}

.owl-nav-style.bottom-left._highlights .owl-theme .owl-nav {
	right: 0;
	bottom: 120px;
	max-width: calc(1250px - ( 20px/ 2));
	width: 100%;
	margin: 0 auto
}

.owl-nav-style.bottom-center .owl-theme .owl-nav {
	position: absolute;
	top: inherit;
	bottom: inherit
}

.owl-nav-style.bottom-center .owl-theme .owl-nav [class*=owl-] {
	background: #e4591f;
	width: 40px;
	height: 40px;
	padding-top: 2px !important
}

.owl-nav-style.bottom-center .owl-theme .owl-nav [class*=owl-]:hover {
	background: #f17743
}

.owl-nav-style.bottom-center .owl-theme .owl-nav button {
	left: inherit !important;
	right: inherit !important
}

.owl-nav-style.bottom-center.multimedia .owl-theme .owl-nav {
	bottom: -20px
}

.owl-nav-style.bottom-center.multimedia .owl-theme .owl-nav [class*=owl-]
	{
	position: relative;
	opacity: 1
}

.owl-nav-style.top-right .owl-theme .owl-nav {
	top: -50px;
	right: -5px;
	bottom: inherit;
	left: inherit
}

.owl-nav-style.top-right .owl-theme .owl-nav [class*=owl-], .view-common
	{
	position: relative
}

.owl-nav-style.top-right .owl-theme .owl-nav button {
	left: inherit;
	right: inherit
}

.headline-news .owl-theme .owl-dots {
	text-align: left;
	background: #012155;
	height: 60px;
	margin-top: 3px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: dots
}

.headline-news .owl-theme .owl-dots .owl-dot {
	background: rgba(0, 0, 0, .1);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 100%;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.headline-news .owl-theme .owl-dots .owl-dot.active, .headline-news .owl-theme .owl-dots .owl-dot:hover
	{
	background: rgba(0, 0, 0, .3)
}

.headline-news .owl-theme .owl-dots .owl-dot:before {
	counter-increment: dots;
	content: counter(dots)
}

.headline-news .owl-theme .owl-dots .owl-dot span, .slide-list li {
	display: none
}

@media ( max-width :479px) {
	.headline-news .owl-theme .owl-dots .owl-dot {
		font-size: 14px
	}
}

.headline-news .owl-theme .owl-nav, .projects .owl-theme .owl-nav {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #9bc2ff;
	-webkit-box-shadow: 0 0 50px rgba(53, 122, 232, .3);
	box-shadow: 0 0 50px rgba(53, 122, 232, .3);
	position: relative;
	z-index: 2
}

.headline-news .owl-theme .owl-nav [class*=owl-] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: 0 0;
	margin: 0;
	border-radius: 11px;
	height: 60px;
	width: 65px;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 24px
}

@media ( max-width :479px) {
	.headline-news .owl-theme .owl-nav [class*=owl-] {
		width: 55px;
		font-size: 22px
	}
}

.headline-news .owl-theme .owl-nav [class*=owl-]:hover, .projects .owl-theme .owl-nav [class*=owl-]:hover
	{
	background: #4d90fe
}

.projects .owl-theme .owl-nav {
	max-width: 420px;
	border-radius: 25px;
	position: absolute;
	right: 0;
	bottom: calc(( 60px/ 2)*-1);
	left: 0;
	z-index:2;
}

.projects .owl-theme .owl-nav [class*=owl-] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: 0 0;
	margin: 0;
	border-radius: 25px;
	height: 60px;
	width: 65px;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 24px
}

body.bg {
	background: rgba(241, 241, 241, .3)
}

body.is-scroll {
	overflow: hidden
}

.view-common {
	background: rgba(255, 255, 255, .5);
	border-radius: 11px;
	-webkit-box-shadow: 0 0 50px rgba(1, 33, 85, .15);
	box-shadow: 0 0 50px rgba(1, 33, 85, .15);
	padding: 15px
}

.view-common.no-padding {
	padding: 0
}

.view-common._buttons {
	height: 545px
}

.view-common._buttons .shortcuts {
	margin-top: 15px;
	height: 445px;
	overflow-y: auto;
	padding-right: 15px;
	padding-left: 15px;
	scrollbar-color: #e4591f rgba(228, 89, 31, .3);
	scrollbar-width: thin
}

.view-common._buttons .shortcuts::-webkit-scrollbar-track {
	background-color: rgba(228, 89, 31, .3)
}

.view-common._buttons .shortcuts::-webkit-scrollbar {
	width: 6px
}

.view-common._buttons .shortcuts::-webkit-scrollbar-thumb {
	background-color: #e4591f
}

@media ( max-width :479px) {
	.view-common._buttons .shortcuts ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.view-common__header {
	background: rgba(228, 89, 31, .1);
	border-radius: 8px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px
}

.view-common__header-wrapper {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px
}

.view-common__header .heading {
	color: #e4591f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3
}

.whatsapp {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 70px;
	right: 33px;
	background: #25d366;
	border: 5px solid #fff;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	text-align: center;
	color: #fff;
	z-index: 999;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :767px) {
	.whatsapp {
		right: 12px;
		width: 55px;
		height: 55px
	}
}

.whatsapp:after, .whatsapp:before {
	content: "";
	position: absolute;
	background: rgba(37, 211, 102, .1);
	border-radius: 100%;
	-webkit-animation: pulsate 1.5s ease-out;
	animation: pulsate 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0
}

.whatsapp:before {
	width: 80px;
	height: 80px
}

@media ( max-width :767px) {
	.whatsapp:before {
		width: 65px;
		height: 65px
	}
}

.whatsapp:after {
	width: 100px;
	height: 100px
}

@media ( max-width :767px) {
	.whatsapp:after {
		width: 75px;
		height: 75px
	}
}

.whatsapp .icon {
	font-size: 28px
}

@media ( max-width :767px) {
	.whatsapp .icon {
		font-size: 22px
	}
}

.whatsapp.is-active {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px)
}

@media ( max-width :767px) {
	.whatsapp.is-active {
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px)
	}
}

.small-title:not (.not ){
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 1.3;
	color: #357ae8;
	font-weight: 600;
	letter-spacing: 4px
}

.hero, .slide, .slide-material {
	height: 100vh
}

@media ( max-width :479px) {
	.hero, .slide, .slide-material {
		height: 550px
	}
}

.slide {
	background: #000
}

.slide-list {
	position: relative;
	top: 0;
	left: 0
}

.slide-material {
	overflow: hidden;
	position: relative
}

.slide-material img, .slide-photo>div {
	height: 100%;
	-webkit-transition: -webkit-transform 10s ease-in 0s;
	transition: -webkit-transform 10s ease-in 0s;
	transition: transform 10s ease-in 0s;
	transition: transform 10s ease-in 0s, -webkit-transform 10s ease-in 0s
}

.slide-material img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.popup-wrapper .cover img, .slide-material video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.slide-photo>div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*opacity: .7*/
}

.slide-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.slide-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding-top: 60px
}

@media ( max-width :479px) {
	.slide-container {
		padding-top: 30px
	}
}

.slide-content {
	width: 60%;
	position: relative;
	z-index: 3
}

@media ( max-width :767px) {
	.slide-content {
		width: 100%
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.slide-content {
		width: 70%
	}
}

.slide-content .heading {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.2;
	text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

@media ( max-width :479px) {
	.slide-content .heading {
		font-size: 36px
	}
}

.slide-content .border {
	height: 1px;
	background: #fff;
	margin: 20px auto
}

@media ( max-width :479px) {
	.slide-content .border {
		margin: 15px auto
	}
}

.slide-content .text {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto;
	width: 100%;
	text-shadow: 0 0 20px rgba(0, 0, 0, .7)
}

@media ( max-width :479px) {
	.slide-content .text {
		font-size: 14px
	}
}

.slide-content .btn-wrapper {
	margin-top: 30px
}

.slide-pagination {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	margin: 0 auto;
	max-width: 1250px;
	width: 100%;
	z-index: 2;
	text-align: center;
	display: none
}

@media ( max-width :767px) {
	.slide-pagination {
		display: block
	}
}

.slide-pagination li {
	display: inline-block
}

.slide-pagination li a {
	width: 12px;
	height: 12px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	position: relative;
	margin: 0 5px;
	border-radius: 20px;
	background: 0 0;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.slide-pagination li.is-active a {
	background: #fff;
	width: 50px
}

.slide-arrows {
	position: absolute;
	margin-top: -20px;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%
}

@media ( max-width :767px) {
	.slide-arrows a {
	height: 35px !important;
	width: 30px !important;
	}	
}

.slide-arrows a {
	position: absolute;
	z-index: 3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 75px;
	border: 1px solid rgba(255, 255, 255, .4);
	width: 60px;
	font-size: 36px;
	padding-top: 3px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.slide-arrows a svg path {
	stroke-width: 1px !important
}

.slide-arrows a:hover {
	width: 70px
}

.slide-arrows a.prev {
	left: 0;
	padding-right: 2px;
	border-radius: 0 11px 11px 0;
	border-left: 0 none
}

.slide-arrows a.next {
	right: 0;
	padding-left: 2px;
	border-radius: 11px 0 0 11px;
	border-right: 0 none
}

.gallery-card a:hover .gallery-photo img, .news-card a:hover .news-cover img,
	.slide-list li.is-active .slide-material img, .slide-list li.is-active .slide-photo>div
	{
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.slide-list li.is-active .slide-content .border, .slide-list li.is-active .slide-content .btn-wrapper,
	.slide-list li.is-active .slide-content .heading, .slide-list li.is-active .slide-content .text
	{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.slide-list li.is-active .slide-content .border {
	width: 250px
}

@media ( max-width :479px) {
	.slide-list li.is-active .slide-content .border {
		width: 150px
	}
}

.slide-content .border, .slide-content .btn-wrapper, .slide-content .heading,
	.slide-content .text {
	opacity: 0;
	visibility: hidden
}

.slide-content .heading {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	-webkit-transition: .9s .2s;
	transition: .9s .2s
}

.slide-content .border {
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px);
	-webkit-transition: .9s .1s;
	transition: .9s .1s;
	width: 0
}

.slide-content .text {
	-webkit-transform: translateY(-110px);
	transform: translateY(-110px);
	-webkit-transition: .9s .3s;
	transition: .9s .3s
}

.slide-content .btn-wrapper {
	-webkit-transform: translateY(-130px);
	transform: translateY(-130px);
	-webkit-transition: .9s .4s;
	transition: .9s .4s
}

.header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: -15px;
	margin-right: -15px
}

@media ( max-width :991px) {
	.header-nav {
		display: none
	}
}

.header-nav__item {
	padding-left: 15px;
	padding-right: 15px
}

@media ( min-width :1750px) {
	.header-nav__item {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.header-nav__item {
		padding-left: 12px;
		padding-right: 12px
	}
}

.header-nav__item>a, .header-nav__links>li>a {
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: .3s;
	transition: .3s
}

.header-nav__item>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	height: 110px;
	font-family: inherit;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	color: #fff
}

@media ( min-width :992px) and (max-width:1199px) {
	.header-nav__item>a {
		font-size: 14px
	}
}

.header-nav__item>a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 35px;
	left: 0;
	height: 2px;
	background: #fff;
	width: 0;
	margin: 0 auto;
	-webkit-transition: width .3s;
	transition: width .3s
}

.header-nav__item:hover>a::before {
	width: 100%
}

.header-nav__item:hover .header-nav__dropdown, .header-nav__item:hover>.header-nav__links
	{
	opacity: 1;
	visibility: visible
}

.header-nav__item:hover .header-nav__dropdown-container {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.header-nav__dropdown, .header-nav__links {
	background: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden
}

.header-nav__links {
	border-radius: 11px;
	min-width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

.header-nav__links>li, .mobile-nav__sub>li {
	display: block
}

.header-nav__links>li>a {
	display: block;
	letter-spacing: -.3px;
	padding: 12px 30px;
	color: #e4591f
}

.header-nav__links>li>a:hover {
	color: #fff;
	background: #e4591f
}

.header-nav__dropdown {
	z-index: 1;
	left: 0;
	right: 0;
	will-change: opacity
}

.header-nav__dropdown.bg-cover::after, .header-nav__dropdown.bg-cover::before
	{
	content: "";
	position: absolute;
	z-index: -1
}

.header-nav__dropdown.bg-cover::after {
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background-image: url("/javax.faces.resource/assets/img/slide/1.jpg.xhtml?ln=dist"); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .1
}

.header-nav__dropdown.bg-cover::before {
	top: 0;
	right: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(transparent));
	background: linear-gradient(#fff, transparent);
	height: 100%;
	opacity: .8
}

.header-nav__dropdown-container {
	padding-top: 50px;
	padding-bottom: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .4s;
	transition: .4s;
	will-change: transform, opacity
}

.header-nav__dropdown-container .btn-wrapper {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: calc(( 60px/ 2)*-1);
	left: 0;
	margin: 0 auto
}

.header-nav__dropdown-container .btn-wrapper .btn {
	position: relative;
	z-index: 2
}

.header-nav__dropdown-card {
	background: rgba(255, 255, 255, .5);
	border-radius: 11px;
	-webkit-box-shadow: 0 0 50px rgba(30, 29, 28, .15);
	box-shadow: 0 0 50px rgba(30, 29, 28, .15);
	padding: 20px 0 20px 20px
}

.header-nav__dropdown-card.large {
	padding: 35px 0 35px 35px
}

.header-nav__dropdown-card.large ul {
	padding-right: 35px;
	min-height: 280px;
	max-height: 280px
}

.header-nav__dropdown-card .heading {
	color: #e4591f;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .3px;
	margin-bottom: 5px
}

.header-nav__dropdown-card ul {
	min-height: 250px;
	max-height: 250px;
	overflow-y: auto;
	padding-right: 20px;
	scrollbar-color: #e4591f rgba(228, 89, 31, .2);
	scrollbar-width: thin
}

.header-nav__dropdown-card ul::-webkit-scrollbar-track {
	background-color: rgba(228, 89, 31, .2)
}

.header-nav__dropdown-card ul::-webkit-scrollbar {
	width: 5px
}

.header-nav__dropdown-card ul::-webkit-scrollbar-thumb {
	background-color: #e4591f
}

.header-nav__dropdown-card ul li {
	border-bottom: 1px solid rgba(102, 102, 102, .1)
}

.header-nav__dropdown-card ul li a {
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	display: block;
	padding: 7px 25px 7px 4px;
	position: relative
}

.header-nav__dropdown-card ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header-nav__tab {
	margin-top: 10px
}

.header-nav__tab ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-nav__tab ul li:not(:last-child){
	margin-right: 0
}

.header-nav__tab ul li.is-current a {
	background: #e4591f;
	color: #fff
}

.header-nav__tab ul li:not (.is-current ):hover a {
	background: #012155;
	color: #fff
}

.header-nav__tab ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	text-transform: uppercase;
	background: rgba(1, 33, 85, .1);
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 30px;
	color: #012155;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	line-height: 1.25;
	-webkit-transition: .3s;
	transition: .3s
}

.header-nav__tab-container .owl-projects {
	position: inherit !important
}

.header-nav__tab-container .projects {
	margin-top: 10px
}

.header-nav__tab-container .projects .owl-item .item {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: .4s;
	transition: .4s
}

.header-nav__tab-container .projects .owl-item:not (.active ) .item {
	opacity: .3;
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.mobile-nav {
	background-color: #f3f3f3;
	-webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, .15);
	box-shadow: 5px 10px 15px rgba(0, 0, 0, .15);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 445px;
	height: 100%;
	overflow: hidden;
	z-index: 2003;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .35s cubic-bezier(0, 0, .2, 1);
	transition: all .35s cubic-bezier(0, 0, .2, 1)
}

.mobile-nav.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media ( max-width :479px) {
	.mobile-nav {
		width: 320px
	}
}

.mobile-nav__wrapper {
	overflow-y: auto;
	height: calc(100% - 65px);
	scrollbar-color: rgba(0, 0, 0, .12) #fff;
	scrollbar-width: thin
}

.mobile-nav__wrapper::-webkit-scrollbar-track {
	background-color: #fff
}

.mobile-nav__wrapper::-webkit-scrollbar {
	width: 6px
}

.mobile-nav__wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .12)
}

.mobile-nav__header {
	position: relative;
	background: #f3f3f3;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-nav__header-body {
	position: relative;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 20px
}

.mobile-nav__header-logo a {
	color: #666;
	font-size: 16px;
	font-weight: 500
}

.mobile-nav__content {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-nav__content.other {
	padding-top: 20px;
	padding-bottom: 20px
}

.mobile-nav__content li.heading {
	padding: 20px 25px 10px;
	color: #e4591f;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 700;
	z-index: 1
}

.mobile-nav__content>ul>li:not(.heading):not(.not).is-open>a,
	.mobile-nav__content>ul>li:not(.heading):not(.not):hover>a {
	background: #fff;
	color: #e4591f
}

.mobile-nav__content>ul>li:not(.heading).not>a {
	color: #666;
	letter-spacing: 0
}

.mobile-nav__content>ul>li:not(.heading).not>a:hover {
	color: #e4591f
}

.mobile-nav__content>ul>li:not(.heading)>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 25px;
	color: #1e1d1c;
	font-size: 13px;
	letter-spacing: -.3px;
	font-weight: 500;
	position: sticky;
	top: 0;
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s
}

.mobile-nav__content>ul>li:not(.heading)>a.icon {
	opacity: .3;
	width: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mobile-nav__content>ul>li:not(.heading)>a.link {
	font-size: 20px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px
}

.mobile-nav__plus {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	margin-right: 0;
	color: #666
}

.mobile-nav__sub {
	background: #fff 0 0;
	display: none
}

.mobile-nav__sub>li:last-child {
	padding-bottom: 20px
}

.mobile-nav__sub>li:last-child a {
	border-bottom: 0 none
}

.mobile-nav__sub>li>a {
	color: #666;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	padding: 10px 40px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.mobile-nav__sub>li>a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: currentColor;
	opacity: .3;
	width: 5px;
	height: 5px;
	border-radius: 100%
}

.mobile-nav__close, .mobile-nav__sub>li>a:hover {
	color: #e4591f
}

.mobile-nav__sub>li.heading {
	position: sticky;
	top: 40px;
	background: #fff
}

.mobile-nav__close .icon {
	font-size: 28px
}

.mobile-nav__footer {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	height: 65px;
	background: #fff;
	-webkit-box-shadow: 8px 12px 25px rgba(0, 0, 0, .1);
	box-shadow: 8px 12px 25px rgba(0, 0, 0, .1)
}

.mobile-nav__footer a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 65px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	color: #1e1d1c;
	opacity: .3
}

.form-custom.no-icon ul li input, .form-custom.no-icon ul li select {
	padding-left: 25px !important
}

.form-custom>form>ul>li {
	margin-bottom: 15px;
	position: relative
}

.form-custom ul li .heading {
	color: #357ae8;
	font-size: 13px;
	font-weight: 600
}

.form-custom ul li.is-error .current, .form-custom ul li.is-error input,
	.form-custom ul li.is-error label, .form-custom ul li.is-error select,
	.form-custom ul li.is-error textarea {
	border: 2px solid red !important
}

.form-custom ul li.is-error .icon, .form-custom ul li.is-error label {
	color: red !important
}

.form-custom ul li input, .form-custom ul li textarea {
	width: 100%;
	border: 2px solid rgba(102, 102, 102, .1);
	font-family: inherit;
	padding-right: 25px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s
}

.form-custom ul li input {
	height: 60px;
	border-radius: 8px
}

.form-custom ul li textarea {
	padding-left: 25px
}

.form-custom ul li input:focus, .form-custom ul li textarea:focus,
	select.selectbox:focus {
	outline: 0;
	border: 2px solid #357ae8
}

.form-custom ul li input:hover, .form-custom ul li textarea:hover,
	select.selectbox:hover {
	border: 2px solid rgba(102, 102, 102, .2)
}

.form-custom ul li input::-webkit-input-placeholder, .form-custom ul li textarea::-webkit-input-placeholder,
	select.selectbox::-webkit-input-placeholder {
	color: #666
}

.form-custom ul li input:-ms-input-placeholder, .form-custom ul li textarea:-ms-input-placeholder,
	select.selectbox:-ms-input-placeholder {
	color: #666
}

.form-custom ul li input::-webkit-input-placeholder, .form-custom ul li textarea::-webkit-input-placeholder,
	select.selectbox::-webkit-input-placeholder {
	color: #666
}

.form-custom ul li input::-moz-placeholder, .form-custom ul li textarea::-moz-placeholder,
	select.selectbox::-moz-placeholder {
	color: #666
}

.form-custom ul li input:-ms-input-placeholder, .form-custom ul li textarea:-ms-input-placeholder,
	select.selectbox:-ms-input-placeholder {
	color: #666
}

.form-custom ul li input::-ms-input-placeholder, .form-custom ul li textarea::-ms-input-placeholder,
	select.selectbox::-ms-input-placeholder {
	color: #666
}

.form-custom ul li input::placeholder, .form-custom ul li textarea::placeholder,
	select.selectbox::placeholder {
	color: #666
}

.form-custom ul li input, .form-custom ul li select {
	padding-left: 55px
}

.form-custom ul li textarea {
	padding-top: 20px;
	height: 120px;
	border-radius: 8px
}

.form-custom ul li .icon:not(.arrow):not(.not){
	width: 60px;
	height: 60px;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #357ae8;
	font-size: 16px;
	z-index: 1
}

.form-custom ul li .icon.arrow, .form-error {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.form-custom ul li .icon.arrow {
	pointer-events: none;
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px
}

.form-custom ul li .icon.arrow+.form-error {
	right: 50px
}

.form-custom .form-kvkk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.form-custom .form-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-custom .send {
	margin-top: 30px
}

.form-custom .send>input {
	background: #357ae8;
	height: 60px;
	min-width: 250px;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	will-change: transform
}

.form-custom .send>input:hover, .news.list-ordered .news-card a:hover .news-photo
	{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

@media ( max-width :479px) {
	.form-custom .send>input {
		min-width: 230px;
		height: 70px;
		font-size: 16px
	}
}

.form-error {
	color: red;
	font-size: 12px;
	font-weight: 500
}

.form-messages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 8px;
	padding: 25px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4
}

.form-messages.success {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6
}

.form-messages.error {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1
}

.popup, .popup-wrapper {
	opacity: 0;
	visibility: hidden
}

.popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 2000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.popup-wrapper.is-visible, .popup.is-visible {
	opacity: 1;
	visibility: visible
}

.popup-wrapper {
	padding: 55px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px)
}

@media ( max-width :767px) {
	.popup-wrapper {
		padding: 0
	}
}

.popup-wrapper.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.popup-wrapper .cover {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.popup-wrapper .cover a:not(.video){
	max-width: 85%;
	max-height: 85%;
	height: 100%;
	text-align: center;
	padding: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.news.list-single .news-card a, .popup-wrapper .cover a.video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.button, .popup-close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.popup-close {
	top: 30px;
	right: 30px;
	width: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	height: 1em;
	font-size: 28px;
	z-index: 12
}

.popup-close:after, .popup-close:before {
	content: "";
	position: absolute;
	background: #fff;
	height: 2px;
	width: 100%
}

.popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.buttons-container.center {
	text-align: center;
	width: 100%
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 20px;
	padding-right: 20px;
	font-family: inherit;
	text-align: center;
	line-height: 1.2;
	outline: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
	height: 55px;
	color: #fff;
	min-width: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	background: #012155
}

.button-border::before, .button::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .08);
	z-index: -1;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.button:not (.style-1 ):hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.button-border:not (.style-1 ):hover::before, .button:not (.style-1 ):hover::before
	{
	width: 100%
}

.button .icon {
	font-size: 18px;
	margin-left: 20px
}

.button.auto {
	min-width: inherit
}

.button.full-width {
	width: 100%
}

.button.style-1 {
	background: rgba(53, 122, 232, .8)
}

.button.style-1:hover {
	background: #357ae8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.button.color-1 {
	background: #357ae8
}

.button.color-1 .icon {
	color: #357ae8
}

.accordion>ul>li.is-open .accordion-header, .accordion>ul>li:hover .accordion-header,
	.button.color-2 {
	background: #e4591f
}

.button.color-2 .icon {
	color: #e4591f
}

.button.color-3 {
	background: #20af0e
}

.button.color-3 .icon {
	color: #20af0e
}

.button.light {
	background: #fff;
	color: #e4591f
}

.button.light:hover {
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important
}

.button.light::before {
	background: 0 0
}

.button-border {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	font-family: inherit;
	text-align: center;
	line-height: 1.2;
	outline: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 8px;
	height: 55px;
	color: #fff;
	min-width: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #fff
}

.button-border:not (.style-1 ):hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.button-border .icon {
	font-size: 18px;
	margin-left: 20px
}

.button-border.auto {
	min-width: inherit
}

.button-border.full-width, .search-header form {
	width: 100%
}

.button-border.b-dark {
	color: #1e1d1c;
	border: 1px solid rgba(0, 0, 0, .11)
}

.button-border.b-dark::before {
	background: rgba(0, 0, 0, .05)
}

.button-common, .button-line {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700
}

.button-line {
	position: relative;
	color: #1e1d1c;
	font-size: 14px
}

.button-line:hover .icon {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

.button-line .icon {
	margin-left: 11px;
	color: #357ae8;
	font-size: 24px;
	-webkit-transition: .3s;
	transition: .3s
}

.button-common {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position:relative;
	height: 60px;
	min-width: 250px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 3;
	background: #357ae8;
	-webkit-box-shadow: 0 0 50px rgba(53, 122, 232, .3);
	box-shadow: 0 0 50px rgba(53, 122, 232, .3);
	color: #fff;
	font-size: 18px;
	border-radius: 25px;
	-webkit-transition: .3s;
	transition: .3s
}

.button-common:hover {
	background: #2463c9
}

@media ( max-width :479px) {
	.button-common {
		width: 200px
	}
}

.app-overlay, .app-scroll {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.app-overlay {
	left: 0;
	top: 0;
	background: #000;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}

.app-overlay.is-visible, .app-overlay.is-visible-mobile {
	opacity: .6;
	visibility: visible
}

.app-overlay.is-visible-mobile.z-index-1005 {
	z-index: 1005
}

.app-scroll {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 35px;
	bottom: 70px;
	background: #357ae8;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	z-index: 2002;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

@media ( max-width :767px) {
	.app-scroll {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 70px
	}
}

.app-scroll .icon, .common-list.small .common-list__left .icon {
	font-size: 20px
}

@media ( max-width :767px) {
	.app-scroll .icon {
		font-size: 16px
	}
}

.app-scroll.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.app-loading, .breadcrumb {
	position: absolute;
	right: 0;
	left: 0
}

.app-loading {
	top: 0;
	bottom: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	background: rgba(255, 255, 255, .7)
}

.app-loading.small, .app-loading.style-1 {
	background: 0 0
}

.app-loading.small:before {
	width: 60px;
	height: 60px
}

.app-loading.is-visible {
	opacity: 1;
	visibility: visible
}

.app-loading:before {
	content: "";
	position: absolute;
	border: 5px solid #fff;
	border-top: 5px solid #357ae8;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	-webkit-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite
}

.breadcrumb {
	top: calc(( -1 * 60px));
	background: rgba(102, 102, 102, .3);
	border-radius: 11px 11px 0 0;
	padding-left: 30px;
	padding-right: 30px
}

.breadcrumb.pos-right {
	position: relative;
	top: 0;
	background: 0 0;
	left: 0 !important;
	right: 0 !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 50px
}

.breadcrumb.dark ul li a {
	color: #999;
	height: auto;
	font-weight: 400
}

.breadcrumb.dark ul li a::before {
	bottom: 0
}

@media ( max-width :767px) {
	.breadcrumb {
		display: none
	}
}

.breadcrumb ul, label.checkbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.breadcrumb ul li, .breadcrumb ul li a, label.radio {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.breadcrumb ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	height: 60px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( min-width :768px) and (max-width:991px) {
	.breadcrumb ul li a {
		font-size: 13px
	}
}

.breadcrumb ul li a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 12px;
	margin-right: 17px
}

.breadcrumb ul li a::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	background: currentColor;
	height: 1px;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.breadcrumb ul li a .icon {
	font-size: 14px
}

.breadcrumb ul li a[href]:not (.not ):hover::before {
	width: calc(100% - 35px)
}

.breadcrumb ul li:last-child a:after {
	display: none
}

select.selectbox {
	width: 100%;
	height: 60px;
	border: 2px solid rgba(102, 102, 102, .1);
	border-radius: 8px;
	font-family: inherit;
	padding-left: 25px;
	padding-right: 25px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: relative
}

select.selectbox:before {
	content: ""
}

select.selectbox.small {
	height: 45px;
	padding-left: 13px;
	padding-right: 40px;
	font-size: 14px
}

select.selectbox:focus+.icon.arrow {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}

.checkbox-groups label.checkbox:not(:last-child), .radio-groups label.radio:not(:last-child){
	margin-right: 30px
}

label.checkbox input, label.radio input {
	position: absolute;
	left: -9999px
}

label.checkbox:not(:last-child), label.radio:not(:last-child){
	margin-bottom: 8px
}

label.checkbox.is-error .checkbox {
	border: 2px solid red
}

label.checkbox.is-error .text, label.checkbox.is-error .text a {
	color: red
}

label.checkbox .checkbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: 0 0;
	border: 2px solid rgba(102, 102, 102, .1);
	border-radius: 5px;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative
}

label.checkbox .checkbox:before {
	content: "✓";
	position: absolute;
	top: -5px;
	line-height: .7;
	font-size: 24px;
	-webkit-transform: scale(0);
	transform: scale(0);
	color: #357ae8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s
}

label.checkbox .text {
	color: #666;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 1.3;
	padding-left: 10px
}

label.checkbox .text span, label.radio .text span {
	color: rgba(153, 153, 153, .7);
	margin-left: 5px
}

label.checkbox .text a, label.radio .text a {
	font-weight: 700;
	color: #357ae8
}

label.checkbox input:checked+.checkbox:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

label.radio .radio {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, .08);
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative
}

label.radio .radio:before {
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	background: #357ae8;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden
}

label.radio .text {
	color: #666;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 1.2;
	padding-left: 10px
}

label.radio input:checked+.radio:before {
	opacity: 1;
	visibility: visible
}

.pagination {
	margin-top: 35px
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px
}

.pagination ul li {
	padding-left: 5px;
	padding-right: 5px
}

.pagination ul li a, .search-nav ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500
}

.pagination ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 5px 5px 20px rgba(1, 33, 85, .15);
	box-shadow: 5px 5px 20px rgba(1, 33, 85, .15);
	color: #012155
}

.pagination ul li a:hover {
	background: #012155;
	color: #fff
}

.pagination ul li a .icon {
	font-size: 13px
}

.search, .search-wrapper {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.search {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	background: rgba(0, 0, 0, .7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px
}

.search-wrapper.is-visible, .search.is-visible {
	opacity: 1;
	visibility: visible
}

.search-wrapper {
	width: 800px;
	max-width: 100%;
	height: 90vh;
	max-height: 750px;
	background: #fff;
	border-radius: 15px;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px)
}

@media ( max-width :767px) {
	.search-wrapper {
		height: 85vh
	}
}

.search-wrapper.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.page-content__cards .card .btn-wrapper a:hover::after, .search-wrapper .row,
	.search-wrapper .row>div {
	height: 100%
}

.search-header {
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

.search-header .heading {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #357ae8;
	font-weight: 700;
	font-size: 18px
}

.search-header .heading .icon {
	font-size: 20px;
	margin-right: 20px
}

.search-header input {
	font-family: "Roboto", sans-serif;
	color: #1e1d1c;
	height: 63px;
	width: 100%;
	font-size: 16px
}

.search-close {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.search-close .icon {
	color: #357ae8;
	font-size: 28px
}

.search-nav {
	background: rgba(53, 122, 232, .08);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
	max-width: 260px;
	position: relative;
	border-radius: 8px 0 0 8px
}

@media ( max-width :767px) {
	.search-nav {
		display: none
	}
}

.search-nav ul {
	padding-top: 15px
}

.search-nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 25px;
	color: #357ae8;
	-webkit-transition: .3s;
	transition: .3s
}

.search-nav ul li a:hover {
	background: #357ae8;
	color: #fff
}

.search-nav ul li a .icon {
	width: 25px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	margin-right: 15px;
	opacity: .3
}

.search-nav ul li a .text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.search-content {
	width: calc(100% - 260px)
}

@media ( max-width :767px) {
	.search-content {
		width: 100%
	}
}

.search-list {
	height: calc(97% - 65px);
	overflow-y: auto;
	scrollbar-color: rgba(0, 0, 0, .2) #fff;
	scrollbar-width: thin
}

.search-list::-webkit-scrollbar-track {
	background-color: #fff
}

.search-list::-webkit-scrollbar {
	width: 6px
}

.search-list::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2)
}

.search-list ul {
	padding: 10px 25px
}

.search-list ul:not (.special ) li {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	z-index: 1
}

.search-list ul:not (.special ) li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	right: -15px;
	bottom: -1px;
	left: -15px;
	border-radius: 15px;
	background: rgba(53, 122, 232, .08);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.search-list ul:not (.special ) li:last-child {
	border-bottom: 0 none
}

.search-list ul:not (.special ) li:hover:before {
	opacity: 1;
	visibility: visible
}

.search-list ul:not (.special ) li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.search-list__photo {
	width: 100px;
	height: 80px;
	overflow: hidden;
	border-radius: 11px;
	padding: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	background: #fff
}

.search-list__photo img {
	border-radius: 8px
}

.search-list__right {
	padding-left: 15px;
	width: calc(100% - 100px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Roboto", sans-serif
}

.search-list__right .title {
	color: #357ae8;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	overflow: hidden;
	max-height: 42px
}

.search-list__right .text {
	font-size: 14px;
	color: #999
}

.section-header.txt-center {
	text-align: center
}

.section-header.txt-large .title {
	font-size: 54px;
	letter-spacing: -2px
}

@media ( max-width :479px) {
	.section-header.txt-large .title {
		font-size: 42px
	}
}

.section-header.txt-small .title {
	font-size: 36px;
	letter-spacing: -1px
}

.section-header.txt-small .text {
	font-size: 16px
}

.section-header.txt-light .text, .section-header.txt-light .title {
	color: #fff
}

.section-header .title span, .section-header.color-1 .text,
	.section-header.color-1 .title {
	color: #357ae8
}

.section-header.color-2 .text, .section-header.color-2 .title {
	color: #012155
}

.section-header .title {
	color: #222;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 1.3
}

@media ( max-width :479px) {
	.section-header .title {
		font-size: 32px
	}
}

.section-header .text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #1e1d1c;
	max-width: 550px;
	width: 100%;
	margin: 0 auto
}

.shortcuts.pos-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3
}

.shortcuts-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative
}

.shortcuts-item:hover .shortcuts-wrapper::before {
	width: 100%
}

.shortcuts-dropdown__list li a:hover::after, .shortcuts-item:hover .shortcuts-dropdown,
	.tab-nav ul li.is-current a::before, .tab-nav ul li:hover a::before {
	opacity: 1;
	visibility: visible
}

.header-buttons._desktop .btn-item:hover .btn-dropdown ul li a::before,
	.shortcuts-item:hover .shortcuts-dropdown__list li a::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.shortcuts-wrapper {
	background-color: rgba(53, 122, 232, .5);
	height: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	border-radius: 15px 15px 0 0;
	overflow: hidden
}

@media ( min-width :992px) and (max-width:1199px) {
	.shortcuts-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
}

.shortcuts-wrapper::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
	height: 4px;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.shortcuts-wrapper .icon {
	color: #fff;
	font-size: 24px
}

.shortcuts-wrapper .desc {
	padding-left: 15px;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.shortcuts-wrapper .desc .title {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase
}

@media ( min-width :992px) and (max-width:1199px) {
	.shortcuts-wrapper .desc .title {
		font-size: 13px
	}
}

.shortcuts-wrapper .desc .text {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 3px
}

@media ( min-width :992px) and (max-width:1199px) {
	.shortcuts-wrapper .desc .text {
		font-size: 11px
	}
}

.shortcuts-dropdown, .shortcuts-dropdown__list li a::after {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.shortcuts-dropdown {
	background: rgba(53, 122, 232, .9);
	padding: 15px;
	border-radius: 15px;
	right: 10px;
	bottom: 95px;
	left: 10px
}

.shortcuts-dropdown .heading {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	border-bottom: 3px solid rgba(0, 0, 0, .35);
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase
}

.shortcuts-dropdown__list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1
}

.shortcuts-dropdown__list li a::after {
	content: "";
	z-index: -1;
	top: -1px;
	left: -15px;
	bottom: -1px;
	right: -15px;
	background: #1b58b9
}

.shortcuts-dropdown__list li a::before {
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s;
	transition: .3s
}

.headline-news {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .3);
	box-shadow: 0 0 50px rgba(0, 0, 0, .3)
}

@media ( max-width :1199px) {
	.headline-news {
		margin-bottom: 2px
	}
}

.headline-news__photo {
	height: 500px;
	overflow: hidden
}

@media ( min-width :1750px) {
	.headline-news__photo {
		height: 582px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.headline-news__photo {
		height: 400px
	}
}

@media ( max-width :479px) {
	.headline-news__photo {
		height: 330px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.headline-news__photo {
		height: 550px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.headline-news__photo {
		height: 550px
	}
}

.common-list__left .photo img, .headline-news__photo img, .news.list-single .news-photo img,
	.search-list__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.headline-news__body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent),
		to(rgba(0, 0, 0, .9)));
	background: linear-gradient(transparent, rgba(0, 0, 0, .9));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px;
	color: #fff
}

@media ( max-width :767px) {
	.headline-news__body {
		padding: 10px 25px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.headline-news__body {
		padding: 60px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.headline-news__body {
		padding: 60px
	}
}

.headline-news__body .title {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	overflow: hidden;
	max-height: 76px
}

@media ( min-width :1200px) {
	.headline-news__body .title {
		padding-right: 150px
	}
}

@media ( max-width :767px) {
	.headline-news__body .title {
		font-size: 24px;
		max-height: 91px;
		line-height: 1.3
	}
}

.headline-news__body .date {
	font-size: 12px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px
}

.headline-news__body .text {
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	max-height: 49px
}

@media ( max-width :767px) {
	.headline-news__body .text {
		display: none
	}
}

.tab, .tab-nav ul li a {
	position: relative;
	z-index: 1;
	height: 545px
}

.tab-nav {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px
}

.tab-nav ul {
	background: rgba(228, 89, 31, .1);
	border-radius: 8px
}

.accordion>ul>li.is-open .accordion-header .title, .accordion>ul>li.is-open .accordion-right .date,
	.accordion>ul>li.is-open .accordion-right>.icon, .accordion>ul>li:hover .accordion-header .title,
	.accordion>ul>li:hover .accordion-right .date, .accordion>ul>li:hover .accordion-right>.icon,
	.news.list-single .news-card a:hover .news-description .title, .tab-nav ul li.is-current a,
	.tab-nav ul li:hover a {
	color: #fff
}

@media ( max-width :479px) {
	.tab-nav ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

.tab-nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	padding-left: 20px;
	padding-right: 20px;
	height: 55px;
	font-size: 14px;
	font-weight: 500;
	color: #e4591f
}

@media ( max-width :479px) {
	.tab-nav ul li a {
		font-size: 13px
	}
}

.tab-nav ul li a::before {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	border-radius: 5px;
	background: #e4591f;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.tab-container {
	margin-top: 10px
}

.tab-container .common-list {
	height: 425px;
	overflow-y: auto;
	padding-right: 15px;
	padding-left: 15px;
	scrollbar-color: #e4591f rgba(228, 89, 31, .3);
	scrollbar-width: thin
}

.tab-container .common-list::-webkit-scrollbar-track {
	background-color: rgba(228, 89, 31, .3)
}

.tab-container .common-list::-webkit-scrollbar {
	width: 6px
}

.tab-container .common-list::-webkit-scrollbar-thumb {
	background-color: #e4591f
}

.tab-link {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #e4591f;
	font-size: 13px;
	font-weight: 600
}

.tab-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: currentColor;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.tab-link:hover::after {
	width: 100%
}

.common-list.small .common-list__left {
	width: 25%
}

.common-list.small .common-list__left-bg {
	height: 60px
}

.common-list.small .common-list__descritption {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 25%);
	flex: 0 0 calc(100% - 25%);
	max-width: calc(100% - 25%)
}

.common-list.v-text .common-list__description .title {
	line-height: 1.4;
	font-size: 14px;
	max-height: 37px
}

.common-list.gap-1 ul li {
	margin-bottom: 20px !important
}

.common-list ul:hover li a {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: .6
}

.common-list ul li:not(:last-child){
	margin-bottom: 10px
}

.common-list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 11px
}

.common-list ul li a:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.common-list__left {
	position: relative;
	width: 35%
}

.common-list__left .photo {
	overflow: hidden;
	width: 100%;
	height: 96px
}

.common-list__left-bg {
	width: 100%;
	height: 96px;
	color: #e4591f;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, .03);
	border-radius: 11px 0 0 11px
}

.common-list__left .icon {
	font-size: 32px
}

.common-list__left .date {
	line-height: 1.3
}

.common-list__left .date .number {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1
}

.common-list__left .date .title, .news-link a {
	font-size: 13px
}

.common-list__description {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 35%);
	flex: 0 0 calc(100% - 35%);
	max-width: calc(100% - 35%);
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize
}

.common-list__description .title {
	color: #1e1d1c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	max-height: 64px;
	overflow: hidden
}

.common-list__description .text {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
	max-height: 32px;
	color: #666;
	overflow: hidden
}

.common-list__description .date {
	font-size: 12px;
	color: #999;
	margin-top: 5px
}

.common-list__description .date .icon {
	font-size: 12px;
	margin-right: 5px
}

.news-link {
	background: #e4591f;
	height: 63px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px
}

@media ( max-width :479px) {
	.news-link {
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.news-link a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	padding: 6px 15px;
	border-radius: 5px
}

.news-link a:hover {
	background: rgba(255, 255, 255, .2)
}

.news-link a:not(:last-child){
	margin-right: 10px
}

@media ( max-width :479px) {
	.news-link a {
		margin-bottom: 10px
	}
}

.view-multimedia {
	height: 260px;
	position: relative
}

.view-multimedia:not(:last-child){
	margin-bottom: 25px
}

.view-multimedia__carousel {
	margin-top: 15px
}

.view-multimedia .owl-multimedia {
	position: inherit
}

.accordion.no-content .accordion-header {
	padding-right: 25px
}

.accordion.no-content .accordion-right>.icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.accordion.v-open .accordion-header {
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.accordion.v-open .accordion-content {
	display: block
}

.accordion.title-bold .accordion-header .title,
	.page-content__description strong {
	font-weight: 800
}

.accordion>ul>li {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 11px;
	margin-bottom: 15px;
	overflow: hidden
}

.accordion>ul>li:last-child {
	margin-bottom: 0
}

.accordion>ul>li.is-open, .accordion>ul>li:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	border: 1px solid transparent
}

.accordion>ul>li.is-open .accordion-header .title span, .accordion>ul>li:hover .accordion-header .title span,
	.news.list-single .news-card a:hover .news-description .text {
	color: rgba(255, 255, 255, .7)
}

.accordion>ul>li:hover .accordion-right>.icon {
	-webkit-transform: scale(1.3) translateX(5px) rotate(-90deg);
	transform: scale(1.3) translateX(5px) rotate(-90deg)
}

.accordion>ul>li.is-open .accordion-right>.icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.accordion.color-1>ul>li.is-open .accordion-header, .accordion.color-1>ul>li:hover .accordion-header,
	.news.list-single .news-card a:hover .news-description {
	background: #357ae8
}

.accordion-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :479px) {
	.accordion-header {
		padding-left: 17px;
		padding-right: 17px
	}
}

.accordion-header .title {
	color: #1e1d1c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	overflow: hidden;
	max-height: 39px
}

@media ( max-width :479px) {
	.accordion-header .title {
		font-size: 13px;
		max-height: 31px
	}
}

.accordion-header .title span {
	display: block;
	font-size: 13px;
	color: #999;
	font-weight: 400;
	margin-top: 5px
}

.accordion-right {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.accordion-right>.icon {
	color: #999;
	font-size: 16px;
	-webkit-transition: all .4s cubic-bezier(.215, .61, .335, 1);
	transition: all .4s cubic-bezier(.215, .61, .335, 1);
	-webkit-transition: .3s;
	transition: .3s
}

.accordion-right .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	font-size: 13px;
	margin-right: 20px
}

@media ( max-width :479px) {
	.accordion-right .date {
		display: none
	}
}

.accordion-right .date .icon {
	font-size: 13px;
	color: currentColor;
	margin-right: 7px
}

.accordion-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	display: none
}

.accordion-content .documents-files, .accordion-content .ordered-links,
	.accordion-content .ordered-list, .accordion-content .page-content__description,
	.accordion-content .page-content__gallery, .accordion-content .page-content__info
	{
	padding-top: 30px
}

.accordion-content .page-content__gallery {
	margin-top: 0
}

.accordion-content>img {
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}

.documents-files {
	display: inline-block;
	width: 100%
}

.documents-files.style-2 ul li a {
	border-left: 5px solid #357ae8
}

.documents-files.style-2 .documents-icon, .documents-files.style-2 .page-content__heading
	{
	color: #357ae8
}

.documents-files ul li {
	margin-bottom: 10px
}

.documents-files ul li:last-child {
	margin-bottom: 0
}

.documents-files ul li a {
	background: rgba(241, 241, 241, .7);
	padding: 17px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 11px;
	-webkit-transition: .3s;
	transition: .3s
}

.documents-files ul li a:hover {
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
	background: #fff
}

@media ( max-width :479px) {
	.documents-files ul li a {
		padding: 10px 23px
	}
}

.documents-files ul li a .title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.3px;
	color: #1e1d1c;
	line-height: 1.25;
	padding-right: 30px
}

@media ( max-width :479px) {
	.documents-files ul li a .title {
		font-size: 14px
	}
}

.documents-files ul li a .text {
	font-size: 16px;
	font-weight: 300;
	color: #666
}

@media ( max-width :479px) {
	.documents-files ul li a .text {
		font-size: 14px
	}
}

.documents-files ul li a .date {
	font-size: 12px;
	color: #999
}

@media ( max-width :479px) {
	.documents-files ul li a .date {
		font-size: 11px;
		margin-top: 5px
	}
}

.documents-files ul li a .icon {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #000;
	opacity: .15
}

@media ( max-width :479px) {
	.documents-files ul li a .icon {
		right: 15px;
		font-size: 16px
	}
}

.documents-files ul li a .number {
	font-weight: 900;
	margin-left: 15px
}

.documents-icon {
	font-size: 28px;
	color: #357ae8;
	margin-right: 25px
}

@media ( max-width :479px) {
	.documents-icon {
		font-size: 24px;
		margin-right: 15px
	}
}

.view-table ul li:nth-child(even) a {
	background: #f4f4f4
}

.view-table ul li:hover .view-table__item {
	background: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	z-index: 2
}

.view-table ul li:last-child .view-table__item {
	border-radius: 0 0 11px 11px
}

.view-table__header {
	padding: 15px 15px 15px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .04);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 11px 11px 0 0
}

.view-table__header .page-content__heading {
	color: #999 !important;
	font-size: 12px
}

@media ( max-width :479px) {
	.view-table__header {
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.view-table__filter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.view-table__filter ul li {
	position: relative
}

.view-table__filter ul li:not(:last-child){
	margin-right: 10px
}

.view-table__filter ul li .icon {
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(0, 0, 0, .2);
	font-size: 12px;
	-webkit-transition: .3s;
	transition: .3s
}

.view-table__filter .btn {
	background: #357ae8;
	color: #fff;
	height: 45px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	cursor: pointer
}

.view-table__filter .btn:hover {
	background: #2463c9
}

.view-table__item {
	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;
	min-height: 75px;
	background: #fbfbfb;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :479px) {
	.view-table__item {
		padding-left: 10px;
		padding-right: 10px
	}
}

.view-table__item>div {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	color: #666;
	font-weight: 300;
	line-height: 1.5;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px
}

.footer-contact__info a strong, .page-content__information .text strong,
	.view-table__item>div.txt-bold {
	font-weight: 700
}

.view-table__item>div.desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	font-size: 16px
}

@media ( max-width :767px) {
	.view-table__item>div.desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.view-table__item>div.desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.view-table__item>div.desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%
	}
}

.view-table__item>div.action {
	text-align: center
}

@media ( max-width :767px) {
	.view-table__item>div.action {
		text-align: left
	}
}

.view-table__item>div.action .icon {
	color: #e4591f;
	font-size: 24px
}

.ordered-links:not (.style-1 ) ul li a:hover {
	padding-left: 10px
}

.ordered-links.style-1 ul li:not (.more ){
	border-bottom: 0 none;
	margin-bottom: 7px
}

.ordered-links.style-1 ul li:not (.more ) a {
	background: rgba(241, 241, 241, .7);
	color: #666;
	padding: 17px 40px 17px 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.ordered-links.style-1 ul li:not (.more ) a:hover {
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.ordered-links.style-1 ul li:not (.more ) a:after {
	right: 25px
}

.ordered-links ul li:not (.more ){
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ordered-links ul li:not (.more ):last-child {
	border-bottom: 0 none
}

.ordered-links ul li:not (.more ) a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #666;
	font-size: 16px;
	overflow: hidden;
	border-radius: 8px;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

.ordered-links ul li:not (.more ) a:after {
	content: "";
	position: absolute;
	z-index: 12;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :767px) {
	.ordered-links ul li:not (.more ) a:after {
		display: none
	}
}

.ordered-links ul li:not (.more ) a .date {
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	color: #666
}

.ordered-links ul li.more {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center
}

.ordered-links ul li.more a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f1f1f1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	height: 50px;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .3px;
	-webkit-transition: .3s;
	transition: .3s
}

.ordered-links ul li.more a:hover {
	color: #666
}

.ordered-links ul li.more .icon {
	margin-right: 12px;
	font-size: 18px
}

.news.gap-1 ul {
	margin-left: -1px;
	margin-right: -1px
}

.news.gap-1 ul li {
	padding-left: 1px;
	padding-right: 1px
}

.news.gap-1 ul li:nth-last-child(n+3) {
	margin-bottom: 2px
}

.news.list ul li {
	margin-bottom: 20px
}

.news.list-ordered ul li.more, .news.list-single ul li.more {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 15px
}

.news.list-single ul li.more {
	margin-top: 50px
}

.news.list-ordered ul li.more a, .news.list-single ul li.more a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f1f1f1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 11px;
	height: 55px;
	width: 300px;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .3px;
	-webkit-transition: .3s;
	transition: .3s
}

.news.list-ordered ul li.more a:hover, .news.list-single ul li.more a:hover
	{
	color: #666;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	background: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.news.list-ordered ul li.more .icon, .news.list-single ul li.more .icon
	{
	margin-right: 12px;
	font-size: 16px
}

.news-card a, .news.list-ordered .news-card {
	display: block;
	position: relative
}

.news.list-ordered .news-photo {
	overflow: hidden;
	height: 210px;
	border-radius: 11px;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :767px) {
	.news.list-ordered .news-photo {
		height: 210px;
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.news.list-single ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px
	}
	.news.list-single ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px
	}
}

.news.list-single ul li:not(:last-child){
	margin-bottom: 20px
}

@media ( max-width :479px) {
	.news.list-single.small .news-card a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.news.list-single.small .news-photo {
	width: 110px;
	height: 100px
}

@media ( max-width :479px) {
	.news.list-single.small .news-photo {
		border-radius: 11px 0 0 11px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.news.list-single.small .news-photo {
		width: 100%;
		height: auto
	}
}

.news.list-single.small .news-description {
	padding-left: 10px;
	padding-right: 10px
}

@media ( min-width :768px) and (max-width:991px) {
	.news.list-single.small .news-description {
		padding-left: 13px;
		padding-right: 13px
	}
}

@media ( max-width :479px) {
	.news.list-single.small .news-description {
		border-radius: 0 11px 11px 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

.news.list-single.small .news-description .title {
	font-size: 14px;
	max-height: 55px;
	line-height: 1.3
}

@media ( min-width :768px) and (max-width:991px) {
	.news.list-single.small .news-description .title {
		max-height: 36px
	}
}

.news.list-single.small .news-description .date {
	margin-top: 5px
}

@media ( max-width :767px) {
	.news.list-single .news-card a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.news.list-single .news-card a:hover .news-description .date {
	color: rgba(255, 255, 255, .4)
}

.news.list-single .news-card a:hover .news-description>.icon {
	-webkit-transform: translateY(-50%) translateX(10px) scale(1.2);
	transform: translateY(-50%) translateX(10px) scale(1.2);
	color: #fff
}

.news.list-single .news-photo {
	width: 290px;
	height: 170px;
	overflow: hidden;
	border-radius: 11px 0 0 11px
}

@media ( max-width :767px) {
	.news.list-single .news-photo {
		width: 100%;
		height: auto;
		border-radius: 11px 11px 0 0
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.news.list-single .news-photo {
		width: 200px
	}
}

.news.list-number ul {
	counter-reset: dots
}

.news.list-number ul li {
	position: relative
}

.news.list-number ul li .news-dot {
	background: #357ae8
}

.news.list-number ul li:nth-child(1) .news-dot {
	background: #357ae8
}

.news.list-number ul li:nth-child(2) .news-dot {
	background: #2c74e7
}

.news.list-number ul li:nth-child(3) .news-dot {
	background: #236ee6
}

.news.list-number ul li:nth-child(4) .news-dot {
	background: #1a68e4
}

.news.list-number ul li:nth-child(5) .news-dot {
	background: #1964db
}

.news.list-number ul li:nth-child(6) .news-dot {
	background: #1860d2
}

.news.list-number ul li:nth-child(7) .news-dot {
	background: #175cc9
}

.news.list-number ul li:nth-child(8) .news-dot {
	background: #1657c0
}

.news.list-number ul li:nth-child(9) .news-dot {
	background: #1553b7
}

.news.list-number ul li:nth-child(10) .news-dot {
	background: #144fad
}

.news.list-number .news-dot {
	counter-increment: dots;
	position: absolute;
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 31px;
	height: 31px;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 900;
	z-index: 1
}

.news.list-number .news-dot:before {
	content: counter(dots, decimal-leading-zero) " "
}

.news-card a:hover .news-body::after {
	opacity: .85
}

.news-card a:hover .news-footer .border {
	width: 90px
}

.news-card a:hover .news-footer .sub>.icon {
	-webkit-transform: translateX(5px) scale(1.2);
	transform: translateX(5px) scale(1.2)
}

.news-cover img, .news-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.news-footer {
	padding: 30px 20px 0;
	height: 300px;
	position: relative
}

@media ( min-width :480px) and (max-width:767px) {
	.news-footer {
		padding: 20px 10px 0
	}
}

.news-footer .title {
	color: #1e1d1c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	max-height: 49px;
	overflow: hidden
}

.news-footer .border {
	width: 50px;
	height: 4px;
	background: #e4591f;
	margin-top: 15px;
	-webkit-transition: width .3s;
	transition: width .3s
}

.news-footer .text {
	color: #666;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	max-height: 108px
}

.news-footer .sub {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px
}

.news-footer .sub .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	font-size: 12px
}

.news-footer .sub .date .icon {
	margin-right: 10px;
	font-size: 13px
}

@media ( min-width :480px) and (max-width:767px) {
	.news-footer .sub .date .icon {
		font-size: 12px
	}
}

.news-footer .sub>.icon {
	color: #e4591f;
	font-size: 16px;
	margin-right: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( min-width :480px) and (max-width:767px) {
	.news-footer .sub>.icon {
		font-size: 14px
	}
}

.news-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	border-radius: 0 11px 11px 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	border-left: 2px solid #fff;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( min-width :1200px) {
	.news-description {
		padding-right: 130px
	}
}

@media ( max-width :767px) {
	.news-description {
		border-radius: 0 0 11px 11px
	}
}

@media ( max-width :479px) {
	.news-description {
		padding: 25px 30px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.news-description {
		padding: 15px 20px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.news-description {
		padding-left: 20px;
		padding-right: 20px
	}
}

.news-description .title {
	color: #1e1d1c;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	max-height: 49px;
	overflow: hidden
}

.news-description .text {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	max-height: 42px;
	line-height: 1.5;
	margin-top: 8px
}

.news-description .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	font-size: 12px;
	margin-top: 8px
}

@media ( min-width :768px) and (max-width:991px) {
	.news-description .date {
		font-size: 12px
	}
}

.news-description .date .icon {
	margin-right: 7px;
	font-size: 12px
}

@media ( min-width :768px) and (max-width:991px) {
	.news-description .date .icon {
		display: none
	}
}

.news-description>.icon {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e4591f;
	font-size: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :1199px) {
	.news-description>.icon {
		display: none
	}
}

.news-cover {
	height: 249px;
	overflow: hidden
}

@media ( min-width :1750px) {
	.news-cover {
		height: 290px
	}
}

.news-cover img {
	-webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, .2, 1);
	transition: 1s -webkit-transform cubic-bezier(0, 0, .2, 1);
	transition: 1s transform cubic-bezier(0, 0, .2, 1);
	transition: 1s transform cubic-bezier(0, 0, .2, 1), 1s -webkit-transform
		cubic-bezier(0, 0, .2, 1)
}

.news-body, .news-body::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.news-body {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1
}

.news-body::after {
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(transparent),
		to(#000));
	background: linear-gradient(transparent, #000);
	opacity: .7;
	z-index: -1
}

.news-body .date {
	color: #fff;
	font-size: 12px;
	margin-bottom: 3px
}

.news-body .title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	max-height: 80px;
	overflow: hidden
}

@media ( min-width :1200px) {
	.news-body .title {
		padding-right: 40px
	}
}

@media ( min-width :480px) {
	.shortcuts.gap-1 ul li:nth-last-child(n+4) {
		margin-bottom: 10px
	}
}

@media ( max-width :479px) {
	.shortcuts.gap-1 ul li:nth-last-child(n+3) {
		margin-bottom: 10px
	}
}

.shortcuts.gap-2 ul li:nth-last-child(n+3) {
	margin-bottom: 10px
}

.shortcuts:hover ul:hover li .shortcut-btn {
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: .6
}

.shortcuts:hover ul li .shortcut-btn:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.shortcut-card a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	height: 230px;
	border-radius: 11px;
	padding: 25px 15px 45px;
	z-index: 1
}

.shortcut-card a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: calc(100% - 45px);
	-webkit-box-shadow: 0 2px 15px rgba(1, 33, 85, .1);
	box-shadow: 0 2px 15px rgba(1, 33, 85, .1);
	border-radius: 11px 11px 0 0;
	z-index: -1
}

.shortcut-card a:hover .more {
	background: #012155;
	color: #fff
}

.shortcut-card .icon {
	color: #357ae8;
	font-size: 36px
}

.shortcut-card .title {
	color: #1e1d1c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 17px;
	text-transform: uppercase
}

.shortcut-card .text {
	font-size: 12px;
	color: #999;
	line-height: 1.4;
	margin-top: 10px
}

.shortcut-btn, .shortcut-card .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	transition: .3s
}

.shortcut-card .more {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(1, 33, 85, .08);
	color: rgba(1, 33, 85, .6);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	border-radius: 0 0 11px 11px
}

.shortcut-btn {
	height: 141px;
	border: 1px solid rgba(0, 0, 0, .08);
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 10px;
	color: #1e1d1c;
	border-radius: 11px
}

.shortcut-btn .icon {
	font-size: 24px;
	margin-bottom: 15px;
	color: #e4591f
}

.shortcut-btn .title {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500
}

.gallery.gap-1 ul li {
	margin-bottom: 20px
}

.gallery.gap-2 ul li {
	margin-bottom: 30px
}

.cards .card a:hover .cards-photo img, .gallery-card a:hover .gallery-cover img
	{
	-webkit-transform: scale3d(1.15, 1.15, 1.15);
	transform: scale3d(1.15, 1.15, 1.15)
}

.gallery-card a:hover .gallery-body>.icon {
	-webkit-transform: translateX(7px) scale(1.2);
	transform: translateX(7px) scale(1.2)
}

.gallery-header, .shortcut-btn {
	position: relative
}

.gallery-header .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: rgba(1, 33, 85, .7);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	padding-top: 2px;
	padding-left: 2px
}

.gallery-photo {
	height: 110px;
	overflow: hidden;
	border-radius: 5px
}

@media ( max-width :479px) {
	.gallery-photo {
		height: 80px
	}
}

.gallery-cover img, .gallery-photo img, .project-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
	transition: transform 1s cubic-bezier(0, 0, .2, 1);
	transition: transform 1s cubic-bezier(0, 0, .2, 1), -webkit-transform 1s
		cubic-bezier(0, 0, .2, 1)
}

.gallery-footer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px
}

.gallery-footer .title {
	font-size: 13px;
	font-weight: 500;
	color: #012155;
	line-height: 1.2;
	overflow: hidden;
	max-height: 30px;
	text-transform: capitalize
}

.gallery.list-video .gallery-body .title:before {
	background: #357ae8
}

.gallery-cover {
	height: 230px;
	overflow: hidden;
	border-radius: 11px
}

.gallery-body, .gallery-body::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.gallery-body {
	padding: 30px 40px;
	z-index: 1
}

@media ( max-width :479px) {
	.gallery-body {
		padding: 25px 30px
	}
}

.gallery-body::before {
	content: "";
	background: -webkit-gradient(linear, right top, left top, from(transparent),
		color-stop(70%, #000));
	background: linear-gradient(to left, transparent, #000 70%);
	z-index: -1;
	border-radius: 11px;
	opacity: .7
}

.gallery-body .title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.3px;
	max-width: 175px;
	color: #fff;
	line-height: 1.3;
	position: relative;
	padding-left: 20px
}

@media ( max-width :479px) {
	.gallery-body .title {
		font-size: 24px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.gallery-body .title {
		font-size: 24px
	}
}

.gallery-body .title::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 0;
	width: 5px;
	background: #e4591f
}

.gallery-body .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	padding-left: 20px;
	margin-top: 5px
}

.gallery-body .date .icon {
	margin-right: 6px;
	font-size: 12px;
	margin-top: -2px
}

.gallery-body>.icon {
	position: absolute;
	right: 35px;
	bottom: 25px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

.gallery-card a, .logos-card a, .project-card a {
	display: block;
	position: relative
}

.project-card a {
	-webkit-box-shadow: 0 0 50px rgba(53, 122, 232, .4);
	box-shadow: 0 0 50px rgba(53, 122, 232, .4);
	border-radius: 0 0 11px 11px
}

.project-card a:hover .project-photo img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.project-card a:hover .project-footer {
	background: #e4591f;
	color: #fff
}

.project-photo {
	overflow: hidden;
	height: 190px
}

.project-footer {
	background: #fff;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0 0 11px 11px;
	color: #012155;
	-webkit-transition: background .3s;
	transition: background .3s
}

.project-footer .title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	overflow: hidden;
	max-height: 36px
}

.logos.gap-1 ul li {
	margin-bottom: 20px
}

.logos-card a {
	border: 2px solid rgba(0, 0, 0, .15);
	border-radius: 11px;
	overflow: hidden
}

.logos-card a:hover {
	border: 2px solid #e4591f
}

.logos-card a:hover .logos-photo {
	border-bottom: 1px solid rgba(228, 89, 31, .3)
}

.logos-card a:hover .logos-photo img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.logos-photo {
	height: 100px;
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.logos-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s
}

.logos-footer {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.logos-footer .title {
	color: #000;
	font-weight: 700;
	line-height: 1.3;
	font-size: 13px;
	overflow: hidden;
	max-height: 32px
}

.videos ul li:not(:last-child){
	margin-bottom: 25px
}

.video-card a:hover .video-photo img {
	-webkit-transform: scale3d(1.15, 1.15, 1.15);
	transform: scale3d(1.15, 1.15, 1.15);
	opacity: .8
}

.video-header {
	position: relative
}

.video-header .date {
	position: absolute;
	right: 7px;
	bottom: 7px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 11px;
	padding: 3px 12px;
	border-radius: 5px
}

.video-header .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: linear-gradient(45deg, rgba(53, 122, 232, .9) 0,
		rgba(192, 145, 215, .9) 100%);
	width: 64px;
	height: 64px;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 28px
}

.video-photo {
	overflow: hidden;
	height: 175px;
	border-radius: 11px;
	background: #000
}

.video-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: .7;
	-webkit-transition: opacity .3s, -webkit-transform 1s
		cubic-bezier(0, 0, .2, 1);
	transition: opacity .3s, -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
	transition: transform 1s cubic-bezier(0, 0, .2, 1), opacity .3s;
	transition: transform 1s cubic-bezier(0, 0, .2, 1), opacity .3s,
		-webkit-transform 1s cubic-bezier(0, 0, .2, 1)
}

.video-footer {
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 15px
}

.video-footer .date {
	color: #999;
	font-size: 12px;
	margin-top: 7px
}

.video-footer .date .icon {
	font-size: 12px;
	margin-right: 7px
}

.video-footer .title {
	color: #1e1d1c;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 1.3
}

.cards:not (.color-1 ) .card a:hover .cards-figure {
	background: #e4591f
}

.cards:not (.color-1 ) .card a:hover .cards-figure .icon {
	color: #fff
}

.cards .card {
	margin-bottom: 30px
}

.cards .card a {
	padding: 9px;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
	display: block;
	background: #fff;
	border-radius: 8px;
	-webkit-transition: .3s;
	transition: .3s
}

.cards .card a:hover .cards-photo {
	overflow: hidden
}

.cards.no-sub .cards-footer {
	height: 150px
}

.cards.no-date .cards-footer .sub {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.cards.color-1 .card a:hover .cards-figure {
	background: #357ae8
}

.cards.color-1 .card a:hover .cards-figure .icon, .footer-card ul li a:hover,
	.footer-contact__numbers ul li a:hover, .personnel-card a:hover .personnel-description .title,
	.personnel-card a:hover .personnel-footer .title {
	color: #fff
}

.cards.color-1 .cards-figure {
	background: rgba(53, 122, 232, .1)
}

.cards.color-1 .cards-figure .icon, .cards.color-1 .cards-footer .title
	{
	color: #357ae8
}

.cards.list-large ul li {
	margin-bottom: 40px
}

.cards.list-large .cards-photo {
	height: 185px
}

@media ( min-width :480px) and (max-width:767px) {
	.cards.list-large .cards-photo {
		height: 130px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.cards.list-large .cards-photo {
		height: 130px
	}
}

.cards.list-large .cards-footer {
	height: 205px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px
}

.cards.list-large .cards-footer .title {
	font-size: 18px;
	max-height: 49px
}

@media ( min-width :480px) and (max-width:767px) {
	.cards.list-large .cards-footer .title {
		font-size: 16px;
		max-height: 44px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.cards.list-large .cards-footer .title {
		font-size: 16px;
		max-height: 44px
	}
}

.cards.list-large .cards-footer .text {
	font-size: 14px;
	max-height: 64px
}

@media ( min-width :480px) and (max-width:767px) {
	.cards.list-large .cards-footer .text {
		font-size: 13px;
		max-height: 61px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.cards.list-large .cards-footer .text {
		font-size: 13px;
		max-height: 61px
	}
}

.cards .card a, .cards-header {
	position: relative
}

.cards-figure, .cards-photo {
	height: 150px;
	overflow: hidden
}

.cards-figure {
	background: rgba(228, 89, 31, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 10px
}

.cards-figure .icon {
	color: #e4591f;
	font-size: 60px
}

.cards-photo {
	border-radius: 5px;
	position: relative;
	z-index: 1
}

.cards-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
	transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
	transition: transform 1s cubic-bezier(0, 0, .2, 1);
	transition: transform 1s cubic-bezier(0, 0, .2, 1), -webkit-transform 1s
		cubic-bezier(0, 0, .2, 1)
}

.cards-footer {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	height: 190px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.cards-footer .title {
	color: #e4591f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
	max-height: 44px
}

.cards-footer .text {
	color: #666;
	font-size: 13px;
	margin-top: 10px;
	overflow: hidden;
	max-height: 61px
}

.cards-footer .sub {
	position: absolute;
	right: -9px;
	bottom: -7px;
	left: -9px;
	border-radius: 0 0 15px 15px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 25px
}

.cards-footer .sub .date .icon {
	font-size: 11px;
	margin-right: 7px;
	margin-top: -4px;
	opacity: .5
}

.cards-footer .sub .date, .cards-footer .sub .more {
	color: #999;
	font-size: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cards-footer .sub .more .icon {
	color: #e4591f;
	font-size: 11px;
	margin-left: 7px
}

.boxes.grid-5 ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	height:100px;
}

.boxes ul li {
	background-color: #f8f8f8
}

.boxes ul li:nth-child(even) {
	background-color: #f4f4f4
}

.card-box {
	padding: 50px 60px 50px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
	height: 100%;
	-webkit-transition: background .2s;
	transition: background .2s;
	font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
}

.card-box:hover {
	background: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	z-index: 2
}

.card-box .icon {
	font-size: 54px;
	line-height: 1;
	color: #e4591f
}

.card-box .title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	max-width: 150px;
	line-height: 1.4;
	letter-spacing: -.2px
}

.card-box, .personnel.list-single .personnel-card a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media ( max-width :767px) {
	.personnel.list-single .personnel-card a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.personnel.list-single .personnel-photo {
	width: 45%;
	height: 160px;
	border-radius: 8px 0 0 8px
}

@media ( max-width :479px) {
	.personnel.list-single .personnel-photo {
		height: auto
	}
}

@media ( max-width :767px) {
	.personnel.list-single .personnel-photo {
		border-radius: 8px 8px 0 0;
		width: 100%
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.personnel.list-single .personnel-photo {
		height: 200px
	}
}

.personnel.list-ordered .personnel-photo {
	border-radius: 8px 8px 0 0;
	height: 270px
}

@media ( min-width :480px) and (max-width:767px) {
	.personnel.list-ordered .personnel-photo {
		height: 200px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.personnel.list-ordered .personnel-photo {
		height: 220px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.personnel.list-ordered .personnel-photo {
		height: 220px
	}
}

.page-content__description.kvkk table, .page-content__description>p,
	.personnel ul li {
	margin-bottom: 30px
}

.personnel-card a:hover .personnel-photo:before {
	opacity: .1
}

.personnel-card a:hover .personnel-description, .personnel-card a:hover .personnel-footer
	{
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #e4591f
}

.personnel-card a:hover .personnel-description .rank, .personnel-card a:hover .personnel-footer .rank
	{
	color: rgba(255, 255, 255, .5)
}

.personnel-card a:hover .personnel-description .icon, .personnel-card a:hover .personnel-footer .icon
	{
	-webkit-transform: translateX(5px) scale(1.2);
	transform: translateX(5px) scale(1.2);
	color: #fff
}

.personnel-photo {
	overflow: hidden;
	position: relative
}

.personnel-photo:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent),
		to(#000));
	background: linear-gradient(transparent, #000);
	height: calc(100% - 5px);
	z-index: 1;
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s
}

.page-content__news .photo img, .personnel-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.personnel-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	border-radius: 0 8px 8px 0;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 25px;
	position: relative;
	border-left: 2px solid #fff;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :767px) {
	.personnel-description {
		border-radius: 0 0 8px 8px
	}
}

.personnel-description .title {
	color: #1e1d1c;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	font-size: 16px
}

.personnel-description .rank {
	color: #999;
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.3
}

.personnel-description .icon {
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: #e4591f;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s
}

.personnel-footer {
	background: #fff;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 100px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :1199px) {
	.personnel-footer {
		padding: 0 15px
	}
}

.personnel-footer .title {
	color: #1e1d1c;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
	font-size: 16px
}

@media ( max-width :1199px) {
	.personnel-footer .title {
		font-size: 14px
	}
}

.personnel-footer .rank {
	color: #999;
	margin-top: 5px;
	font-size: 13px
}

@media ( max-width :1199px) {
	.personnel-footer .rank {
		font-size: 12px
	}
}

.personnel-footer .icon {
	position: absolute;
	right: 25px;
	bottom: 20px;
	color: #e4591f;
	font-size: 16px;
	-webkit-transition: .3s;
	transition: .3s
}

.header, .header::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1001
}

.header::before {
	content: "";
	top: 60px;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 33, 85, .95
		)), to(transparent));
	background: linear-gradient(rgba(1, 33, 85, .95), transparent);
	height: 190px
}

@media ( max-width :991px) {
	.header::before {
		top: 0
	}
}

.header-top {
	background: #012155;
	height: 60px
}

@media ( max-width :991px) {
	.header-top {
		display: none
	}
}

.header-top .container, .header-top .container-fluid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-bottom {
	height: 110px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :767px) {
	.header-bottom {
		height: 120px
	}
}

.header-bottom.is-active {
	background: rgba(1, 33, 85, .3)
}

.header-bottom .container, .header-bottom .container-fluid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media ( max-width :991px) {
	.header-bottom .container, .header-bottom .container-fluid {
		position: relative
	}
}

.header-row {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-links, .header-social {
	margin-left: 20px
}

.header-social a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 2px solid rgba(0, 0, 0, .2);
	width: 30px;
	height: 30px;
	border-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(255, 255, 255, .6);
	font-size: 11px;
	-webkit-transition: .3s;
	transition: .3s
}

.header-social a:not(:last-child){
	margin-right: 7px
}

.header-social a:hover {
	background: #fff;
	color: #012155
}

.header-links a {
	color: #fff;
	opacity: .6;
	font-size: 13px;
	-webkit-transition: .3s;
	transition: .3s
}

.header-links a:not(:last-child){
	margin-right: 13px
}

.header-links a:hover {
	opacity: 1
}

.header-logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}

.header-logo a {
	display: block;
	position: relative;
	background: #fff;
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
	border-radius: 999px;
	width: 160px;
	padding: 8px
}

@media ( max-width :767px) {
	.header-logo a {
		width: 95px;
		padding: 5px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.header-logo a {
		width: 120px
	}
}

.footer-logo img, .header-logo img, .sidebar-info__contact a:hover .text:before
	{
	width: 100%
}

.header-search {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 25px;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #fff;
	font-family: inherit;
	margin-left: 30px
}

.header-search .icon {
	font-size: 24px
}

.header-search .text {
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px
}

@media ( max-width :767px) {
	.header-search .text {
		display: none
	}
}

.header-buttons._desktop:hover .btn:not(.no-hover){
	-webkit-transform: scale(.97);
	transform: scale(.97);
	opacity: .5
}

.header-buttons._desktop .btn {
	font-family: inherit;
	background: #e4591f;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	height: 45px;
	color: #fff;
	line-height: 1.1;
	padding-left: 10px;
	padding-right: 15px;
	-webkit-transition: .3s;
	transition: .3s
}

.header-buttons._desktop .btn:not(.no-hover):hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.header-buttons._desktop .btn._wp {
	background: #25d366
}

.header-buttons._desktop .btn._online, .page-content__news a:hover .description
	{
	background: #357ae8
}

.header-buttons._desktop .btn .icon {
	font-size: 24px
}

.header-buttons._desktop .btn .desc {
	padding-left: 10px
}

.header-buttons._desktop .btn .desc .heading {
	font-weight: 500;
	font-size: 10px
}

.header-buttons._desktop .btn .desc .text {
	font-weight: 800;
	font-size: 16px;
	letter-spacing: -.5px
}

.header-buttons._desktop .btn-item {
	position: relative
}

.header-buttons._desktop .btn-item:not(:last-child){
	margin-right: 10px
}

.header-buttons._desktop .btn-dropdown ul li a:hover::after,
	.header-buttons._desktop .btn-item:hover .btn-dropdown {
	opacity: 1;
	visibility: visible
}

.header-buttons._desktop .btn-dropdown {
	background: #357ae8;
	position: absolute;
	margin-top: 2px;
	left: -5px;
	right: -5px;
	z-index: 3;
	border-radius: 8px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden
}

.header-buttons._desktop .btn-dropdown ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	position: relative;
	z-index: 1
}

.header-buttons._desktop .btn-dropdown ul li a::before {
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s;
	transition: .3s
}

.header-buttons._desktop .btn-dropdown ul li a::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	bottom: -1px;
	right: 0;
	background: #1b58b9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.header-buttons._mobile {
	position: absolute;
	left: 10px;
	right: 10px;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media ( max-width :991px) {
	.header-buttons._mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.header-buttons._mobile .btn .icon {
	color: #fff;
	font-size: 24px
}

.header-buttons._mobile .btn .icon svg {
	fill: #fff
}

.header-buttons._mobile .btn-bar .icon {
	font-size: 28px
}

.footer-top {
	background: #012155;
	min-height: 444px;
	position: relative;
	padding-bottom: 40px
}

.footer-top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, .4);
	height: 72px
}

.footer-heading {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 72px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px
}

@media ( min-width :992px) and (max-width:1199px) {
	.footer-heading {
		font-size: 16px
	}
}

@media ( max-width :479px) {
	.footer-heading {
		font-size: 16px
	}
	.footer-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.footer-card ul li a {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	font-weight: 300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.footer-card ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media ( max-width :991px) {
	.footer-contact {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer-contact__numbers {
	width: 100%;
	margin-top: 30px
}

@media ( min-width :1200px) {
	.footer-contact__numbers {
		padding-left: 40px
	}
}

@media ( max-width :991px) {
	.footer-contact__numbers {
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, .15)
	}
}

.footer-contact__numbers ul li {
	margin-bottom: 20px
}

.footer-contact__numbers ul li:last-child {
	margin-bottom: 0
}

@media ( max-width :991px) {
	.footer-contact__numbers ul li {
		text-align: center
	}
}

.footer-contact__numbers ul li a {
	display: block;
	position: relative;
	text-align: right;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :991px) {
	.footer-contact__numbers ul li a {
		text-align: center
	}
}

.footer-contact__numbers ul li a .title {
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 5px
}

.footer-contact__numbers ul li a .number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "sfm-400";
	font-size: 78px;
	line-height: .8
}

@media ( max-width :1199px) {
	.footer-contact__numbers ul li a .number {
		font-size: 60px
	}
}

.footer-contact__numbers ul li a .icon {
	font-size: 48px;
	margin-right: 20px
}

@media ( max-width :1199px) {
	.footer-contact__numbers ul li a .icon {
		font-size: 42px
	}
}

.footer-contact__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
	margin-top: 20px
}

@media ( min-width :768px) and (max-width:991px) {
	.footer-contact__info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.footer-contact__info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media ( max-width :991px) {
	.footer-contact__info {
		text-align: center
	}
}

.footer-contact__info a {
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	font-weight: 300;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( min-width :480px) and (max-width:767px) {
	.footer-contact__info a {
		margin-left: 10px;
		margin-right: 10px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.footer-contact__info a {
		margin-left: 10px;
		margin-right: 10px
	}
}

.footer-contact__info a:hover {
	color: #fff
}

.footer-logo {
	margin-top: 30px;
	margin-right: -20px
}

@media ( max-width :991px) {
	.footer-logo {
		display: none
	}
}

.footer-logo a {
	display: block;
	background: #fff;
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, .25);
	border-radius: 999px;
	width: 160px;
	padding: 8px
}

.footer-bottom {
	background: #001a44;
	padding-top: 25px;
	padding-bottom: 25px
}

@media ( max-width :479px) {
	.footer-bottom .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-bottom .text {
	color: #fff;
	font-size: 13px
}

.footer-bottom .design {
	color: #002a6f
}

.footer-logo a, .hero {
	position: relative
}

.hero::before, .section.bg-cover::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0
}

.hero::before {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent),
		to(#012155));
	background: linear-gradient(transparent, #012155);
	opacity: .9;
	z-index: 1;
	height: 50%
}

@media ( max-width :991px) {
	.hero-shortcuts.deneme {
		display: none
	}
}

@media ( max-width :991px) {
	.deneme {
		display: none
	}
}

.mobile_logolar{
	width:100px;
	height:80px;
	margin-left:20px;
}

.mobile_meskiLogo{
	width:100px;
	height:80px;
	margin-right:20px;
}

@media ( max-width :991px) {
	.mobile_logolar {
		width:50px;
		height:40px;
		margin-left:0;
		margin-top:-10px;
	}
	
	.mobile_logoPart{
		width:50px;
		height:40px;
		margin-top:20px;
	}	
	
	.mobile_meskiLogo{
		
		margin-left:-10px;
	}
	
	.mobile_mbbLogo{
		margin-left:10px;
	}
}

.section.bg-cover {
	position: relative;
	z-index: 1
}

.section.bg-cover::before {
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%
}

.section.cover-1::before {
	background-image: url("/javax.faces.resource/assets/img/slide/1.jpg.xhtml?ln=dist"); 
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .21
}

.section.cover-1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent),
		to(#fff));
	background: linear-gradient(transparent, #fff);
	z-index: -1
}

.section.cover-2 {
	height: 560px
}

@media ( max-width :991px) {
	.section.cover-2 {
		height: auto
	}
}

.section.cover-2::before {
	background-image: url("/javax.faces.resource/assets/img/slide/4.jpg.xhtml?ln=dist"); 
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .3
}

.section.cover-2::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(transparent));
	background: linear-gradient(#fff, transparent);
	z-index: -1
}

.section-news {
	padding-top: 3px
}

.section-news .btn {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	width: 60%;
	background: #357ae8;
	-webkit-box-shadow: 0 0 50px rgba(53, 122, 232, .3);
	box-shadow: 0 0 50px rgba(53, 122, 232, .3);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 65px;
	left: 0;
	margin: 0 auto;
	border-radius: 25px;
	-webkit-transition: .3s;
	transition: .3s
}

.section-news .btn:hover {
	background: #2463c9
}

@media ( max-width :991px) {
	.section-news .btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

@media ( max-width :479px) {
	.section-news .btn {
		font-size: 16px
	}
	.section-news .news {
		display: none
	}
}

.section-banner {
	background: rgba(53, 122, 232, .08);
	padding-top: 80px;
	padding-bottom: 80px
}

@media ( max-width :479px) {
	.section-banner {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.section-banner .owl-item .item .photo {
	-webkit-transition: .4s;
	transition: .4s
}

.section-banner .owl-item:not (.active ) .item .photo {
	opacity: .5;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-filter: blur(2px);
	filter: blur(2px)
}

.section-shortcuts._online {
	padding-top: 50px;
	padding-bottom: 50px
}

.section-shortcuts._online .shortcuts {
	margin-top: 30px
}

.section-shortcuts._online .shortcuts .item {
	margin-top: 20px;
	margin-bottom: 20px
}

.section-rows._1 {
	padding-top: 70px;
	padding-bottom: 70px
}

@media ( max-width :767px) {
	.section-rows .container-fluid>.row>div:not(:last-child){
		margin-bottom: 30px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.section-rows .container-fluid>.row>div:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.section-rows .container-fluid>.row>div:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 30px
	}
	.section-rows .container-fluid>.row>div:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.section-projects {
	padding-top: 60px;
	padding-bottom: 80px;
	background: rgba(53, 122, 232, .05);
	position: relative
}

.section-projects .owl-projects {
	position: inherit !important
}

.section-projects .projects {
	margin-top: 10px
}

.section-projects .projects .owl-item .item {
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-transition: .4s;
	transition: .4s
}

.section-projects .projects .owl-item:not (.active ) .item {
	opacity: .3;
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.section-projects .btn-wrapper {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: calc(( 60px/ 2)*-1);
	left: 0;
	margin: 0 auto
}

.section-logos .container {
	padding-top: 60px;
	padding-bottom: 60px
}

.section-mayor .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 50px
}

@media ( max-width :991px) {
	.section-mayor .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding-bottom: 0;
		padding-top: 70px;
		height: unset !important;
	}
}

.mayor-photo {
	position: absolute;
	bottom: 0;
	left: 50px
}

@media ( max-width :991px) {
	.mayor-photo {
		left: 0;
		position: relative;
		margin-top: 40px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.mayor-photo {
		left: -50px
	}
}

.mayor-photo img {
	max-width: 600px;
	width: 100%
}

@media ( min-width :992px) and (max-width:1199px) {
	.mayor-photo img {
		max-width: 550px
	}
}

.mayor-info .text {
	color: rgba(1, 33, 85, .9);
	font-weight: 800;
	line-height: 1.2
}

.mayor-info .title {
	font-size: 92px;
	letter-spacing: -2px
}

@media ( max-width :479px) {
	.mayor-info .title {
		font-size: 48px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.mayor-info .title {
		font-size: 72px
	}
}

.mayor-info .rank {
	font-size: 28px;
	letter-spacing: .75px;
	font-weight: 200
}

@media ( max-width :479px) {
	.mayor-info .rank {
		font-size: 20px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.mayor-info .rank {
		font-size: 24px
	}
}

@media ( max-width :767px) {
	.mayor-info .rank {
		line-height: 1.3;
		margin-top: 10px
	}
}

.mayor-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70px;
	background: #e4591f;
	min-width: 250px;
	padding-left: 25px;
	padding-right: 25px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700
}

@media ( max-width :479px) {
	.mayor-btn {
		height: 60px;
		min-width: 220px;
		font-size: 16px
	}
}

.mayor-btn .icon {
	font-size: 16px;
	margin-left: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

.mayor-btn:hover .icon {
	-webkit-transform: translateX(5px) scale(1.1);
	transform: translateX(5px) scale(1.1)
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.inner-page__header {
	position: relative
}

.inner-page__header-bg {
	margin-top: 60px;
	height: 280px
}

@media ( max-width :767px) {
	.inner-page__header-bg {
		height: 150px
	}
}

@media ( max-width :991px) {
	.inner-page__header-bg {
		margin-top: 0
	}
}

.inner-page__header-bg.small {
	height: 180px
}

.inner-page__header-bg._mayor, .inner-page__mayor .header::before {
	height: 120px
}

.inner-page__header-bg>div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: .1;
	position: relative;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.inner-page__photo {
	height: 350px;
	background: #000
}

.inner-page__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: .9;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.inner-page__heading, .inner-page__wrapper.no-sidebar .container {
	position: relative
}

.inner-page__heading .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 280px;
	padding-top: 90px
}

.inner-page__heading .title {
	color: #666;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1.5px;
	line-height: 1;
	margin-bottom: 5px
}

.inner-page__heading .text {
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	max-width: 700px;
	text-shadow: 0 0 20px rgba(0, 0, 0, .7);
	margin: 5px auto 0
}

@media ( max-width :479px) {
	.inner-page__heading .text {
		font-size: 14px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.inner-page__heading .text {
		font-size: 16px
	}
}

.inner-page__nav {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	background: #fff
}

.inner-page__nav.pos-sticky {
	z-index: 50;
	top: 0
}

.inner-page__nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media ( max-width :767px) {
	.inner-page__nav ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-y: auto
	}
}

@media ( min-width :600px) and (max-width:767px) {
	.inner-page__nav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.inner-page__nav ul li {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.inner-page__nav ul li.heading a {
	font-weight: 800;
	color: #1e1d1c
}

.inner-page__nav ul li:not (.heading ).is-current a, .inner-page__nav ul li:not
	(.heading ):hover a {
	color: #666
}

.inner-page__nav ul li:not (.heading ).is-current a::after,
	.inner-page__nav ul li:not (.heading ):hover a::after {
	width: 100%
}

.inner-page__nav ul li a {
	height: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(102, 102, 102, .6);
	font-size: 16px;
	font-weight: 600;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.inner-page__nav ul li a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: #357ae8;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.inner-page__wrapper {
	margin-bottom: 100px
}

.inner-page__wrapper.mb-0 {
	margin-bottom: 0
}

.inner-page__wrapper.mt-0 {
	margin-top: 0
}

.inner-page__wrapper.mv-0 {
	margin-top: 0;
	margin-bottom: 0
}

.inner-page__wrapper.no-sidebar .breadcrumb {
	left: 10px;
	right: 10px
}

.inner-page__wrapper.no-sidebar .inner-page__content {
	min-height: 700px
}

.inner-page__article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	position: relative
}

@media ( max-width :767px) {
	.inner-page__article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.inner-page__article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.inner-page__article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 67%;
		flex: 0 0 67%;
		max-width: 67%
	}
}

.inner-page__sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 75%);
	flex: 0 0 calc(100% - 75%);
	max-width: calc(100% - 75%)
}

@media ( max-width :767px) {
	.inner-page__sidebar {
		margin-top: 40px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.inner-page__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 62%);
		flex: 0 0 calc(100% - 62%);
		max-width: calc(100% - 62%)
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.inner-page__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 67%);
		flex: 0 0 calc(100% - 67%);
		max-width: calc(100% - 67%)
	}
}

.inner-page__sidebar>div {
	margin-bottom: 35px
}

.inner-page__sidebar-wrapper>div {
	margin-bottom: 25px
}

.inner-page__content {
	background: rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 50px 0 rgba(0, 0, 0, .1);
	min-height: 100%;
	padding: 35px;
	position: relative;
	z-index: 1;
	border-radius: 0 0 11px 11px
}

@media ( max-width :479px) {
	.inner-page__content {
		padding: 25px
	}
}

.inner-page__content.no-bg {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	z-index: inherit;
	position: inherit
}

.inner-page__mayor .sidebar-nav {
	position: sticky;
	top: 0;
	-webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .08);
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .08);
	border-radius: 0 0 11px 11px
}

.page-content__header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

@media ( max-width :991px) {
	.page-content__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.page-content__header.txt-large {
	padding-bottom: 30px;
	margin-bottom: 40px
}

.page-content__header.txt-large .title {
	font-size: 32px
}

.page-content__header .title {
	color: #e4591f;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.4
}

.page-content__header .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	font-size: 13px;
	margin-left: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

@media ( max-width :991px) {
	.page-content__header .date {
		margin-top: 10px;
		margin-left: 0
	}
}

.page-content__header .date .icon {
	margin-right: 3px;
	margin-top: -2px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(102, 102, 102, .5);
	width: 30px;
	height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px
}

.page-content__heading {
	color: #1e1d1c;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .3px;
	margin-bottom: 5px
}

.page-content__heading.color-1 {
	color: #357ae8
}

.page-content__heading.color-2 {
	color: #e4591f
}

.page-content__heading.color-3 {
	color: #ff9446
}

.page-content__heading.color-4 {
	color: #012155
}

.page-content__photo{
	overflow: hidden;
	height: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 50%;
	position: relative;
	border-radius: 11px
}

@media (min-width :768px) and (max-width:991px) {
	.page-content__photo{
		margin-left: 0;
		width: 100%;
		float: none
	}
}

@media (max-width :767px) {
	.page-content__photo{
		height: auto !important;
		margin-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 30px
	}
}

.page-content__photo.large, .page-content__photo.small {
	width: 100%;
	float: inherit;
	margin-right: 0
}

.page-content__photo.small {
	height: 175px;
	margin-bottom: 0
}

.page-content__photo.large{
	height: 450px
}

@media (max-width :767px) {
	.page-content__photo.large{
		height: 250px !important;
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__photo.large{
		height: 250px
	}
}

.page-content__photo.auto{
	height: auto
}

.page-content__photo.img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover
}

.page-content__photo-wrapper{
	position: relative
}

.page-content__photo-body {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px 45px;
	z-index: 1
}

.page-content__photo-body::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 11px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent),
		to(#000));
	background: linear-gradient(transparent, #000);
	opacity: .7;
	z-index: -1
}

@media ( max-width :479px) {
	.page-content__photo-body{
		padding: 15px 20px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__photo-body{
		padding: 25px 30px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__photo-body{
		padding: 25px 30px
	}
}

.page-content__photo-body>.icon {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #fff;
	font-size: 28px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :479px) {
	.page-content__photo-body>.icon {
		top: 20px;
		right: 20px;
		font-size: 16px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__photo-body>.icon {
		top: 20px;
		right: 20px
	}
}

.page-content__photo-body .title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -.3px;
	color: #fff;
	line-height: 1.3;
	position: relative;
	padding-left: 20px
}

@media ( max-width :479px) {
	.page-content__photo-body .title {
		font-size: 20px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__photo-body .title {
		font-size: 28px
	}
}

.page-content__photo-body .title:before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 0;
	width: 5px;
	background: #e4591f
}

.page-content__photo-body .text {
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin-top: 10px
}

@media ( max-width :991px) {
	.page-content__photo-body .text {
		display: none
	}
}

.page-content__photo-body .sub {
	margin-left: 20px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	margin-top: 20px;
	padding-top: 20px
}

@media ( max-width :479px) {
	.page-content__photo-body .sub {
		margin-top: 15px;
		padding-top: 15px
	}
}

.page-content__photo-body .sub .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 13px
}

@media ( max-width :479px) {
	.page-content__photo-body .sub .date {
		font-size: 11px
	}
}

.page-content__photo-body .sub .date .icon {
	font-size: 13px;
	margin-top: -3px;
	margin-right: 8px
}

.page-content__spot {
	margin-bottom: 20px;
	font-size: 18px;
	color: #222;
	font-weight: 500;
	letter-spacing: -.5px
}

.page-content__description {
	color: #666 !important;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	font-family: "Roboto", sans-serif !important
}

.page-content__description.txt-center {
	text-align: center
}

.page-content__description a {
	color: #55acef;
	font-weight: 600
}

.page-content__description a:hover {
	text-decoration: underline
}

.page-content__description h3 {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -1px
}

.page-content__description h5 {
	font-weight: 700;
	font-size: 14px
}

.page-content__description img {
	max-width: 100%
}

.page-content__description ol, .page-content__description ul,
	.page-content__information .text ol, .page-content__information .text ul
	{
	padding-left: 20px
}

.page-content__description ul li {
	list-style: disc
}

.page-content__description ol li {
	list-style: decimal
}

.page-content__description table {
	width: 100% !important;
	border: 1px solid rgba(0, 0, 0, .06) !important
}

.page-content__description table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, .06) !important
}

.page-content__description table tbody tr:first-child {
	background: #357ae8
}

.page-content__description table tbody tr:first-child td,
	.page-content__description table tbody tr:first-child th {
	color: #fff;
	font-weight: 900
}

.page-content__description table tbody tr:not (:first-child ):nth-child(odd)
	{
	background: #f1f1f1
}

.page-content__description table tbody tr:not (:first-child ):nth-child(odd) td
	{
	font-weight: 600
}

.page-content__description table tbody tr td, .page-content__description table tbody tr th
	{
	padding: 18px 26px !important;
	border-right: 1px solid rgba(0, 0, 0, .06) !important;
	line-height: 1.5
}

.page-content__description table tbody tr td:last-child,
	.page-content__description table tbody tr th:last-child {
	border-right: 0 none !important
}

.page-content__wrapper {
	margin-top: 60px
}

@media ( min-width :1200px) {
	.page-content__wrapper {
		padding-left: 150px;
		padding-right: 150px
	}
}

.page-content__gallery {
	width: 100%;
	display: inline-block
}

@media ( max-width :479px) {
	.page-content__gallery ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.page-content__other {
	margin-top: 50px
}

.page-content__item:not(:last-child){
	margin-bottom: 50px
}

.page-content__info {
	padding-bottom: 30px
}

@media ( max-width :991px) {
	.page-content__info ul li:not(:last-child){
		margin-bottom: 10px
	}
}

.page-content__info.small ul li {
	margin-bottom: 10px
}

.page-content__info.small .item {
	padding-right: 15px
}

.page-content__info.small .item .icon {
	width: 55px;
	height: 55px;
	font-size: 22px
}

.page-content__info.small .item .desc, .sidebar-nav>ul>li ul {
	padding-left: 15px
}

.page-content__info.small .item .desc .heading {
	font-size: 10px
}

.page-content__info.small .item .desc .text {
	font-size: 14px
}

.page-content__info.color-1 .item .desc .text, .page-content__info.color-1 .item .icon
	{
	color: #e4591f
}

.page-content__info .item {
	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;
	border: 2px solid rgba(0, 0, 0, .05);
	border-radius: 11px;
	padding-right: 25px
}

.page-content__info .item .icon {
	color: #357ae8;
	font-size: 28px;
	width: 75px;
	height: 75px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	border-radius: 11px
}

@media ( min-width :992px) and (max-width:1199px) {
	.page-content__info .item .icon {
		width: 55px;
		height: 55px;
		font-size: 24px
	}
}

.page-content__info .item .desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px
}

@media ( min-width :992px) and (max-width:1199px) {
	.page-content__info .item .desc {
		padding-left: 10px
	}
}

.page-content__info .item .desc .heading {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-weight: 600;
	letter-spacing: 1px
}

@media ( min-width :992px) and (max-width:1199px) {
	.page-content__info .item .desc .heading {
		font-size: 9px
	}
}

.page-content__info .item .desc .text {
	color: #357ae8;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3
}

@media ( min-width :992px) and (max-width:1199px) {
	.page-content__info .item .desc .text {
		font-size: 13px
	}
}

.page-content__news {
	margin-top: 40px
}

.page-content__news a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media ( max-width :479px) {
	.page-content__news a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.page-content__news a:hover .description .small-title {
	color: rgba(255, 255, 255, .5)
}

.page-content__cards .card .btn-wrapper a:hover, .page-content__news a:hover .description .title
	{
	color: #fff
}

.page-content__news a:hover .description .icon {
	-webkit-transform: translateY(-50%) translateX(10px) scale(1.2);
	transform: translateY(-50%) translateX(10px) scale(1.2);
	color: #fff
}

.page-content__news .photo {
	width: 230px;
	height: 140px;
	border-radius: 11px 0 0 11px;
	overflow: hidden
}

@media ( max-width :479px) {
	.page-content__news .photo {
		width: 100%;
		border-radius: 11px 11px 0 0;
		height: auto
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__news .photo {
		width: 40%
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__news .photo {
		width: 40%
	}
}

.page-content__news .description {
	padding-left: 30px;
	padding-right: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	background: #fff;
	border-radius: 0 11px 11px 0;
	border-left: 2px solid #fff;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :479px) {
	.page-content__news .description {
		padding: 25px 30px;
		border-radius: 0 0 11px 11px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__news .description {
		padding-right: 30px;
		padding-left: 20px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__news .description {
		padding-right: 30px;
		padding-left: 20px
	}
}

.page-content__news .description .small-title {
	color: #999;
	font-size: 12px;
	font-weight: 500
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__news .description .small-title {
		font-size: 12px
	}
}

.page-content__news .description .title {
	color: #1e1d1c;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 5px
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__news .description .title {
		font-size: 18px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__news .description .title {
		font-size: 18px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.page-content__news .description .title {
		font-size: 20px
	}
}

.page-content__news .description .icon {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e4591f;
	font-size: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

@media ( max-width :991px) {
	.page-content__news .description .icon {
		display: none
	}
}

.page-content__cards {
	margin-top: 70px;
	margin-bottom: 30px
}

.page-content__cards.v-contact {
	margin-top: 0;
	margin-bottom: 0
}

.page-content__cards.v-contact .card .text {
	height: 70px
}

@media ( max-width :767px) {
	.page-content__cards ul li {
		margin-bottom: 30px
	}
}

.page-content__cards .card {
	height: 310px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px
}

@media ( max-width :479px) {
	.page-content__cards .card {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card {
		height: 250px !important
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__cards .card {
		padding-left: 25px;
		padding-right: 25px;
		height: 350px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.page-content__cards .card {
		padding-left: 30px;
		padding-right: 30px
	}
}

.page-content__cards .card:hover>.icon {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.page-content__cards .card:hover>.icon::after {
	-webkit-transform: translateY(10px) scale(.75);
	transform: translateY(10px) scale(.75)
}

.page-content__cards .card .title {
	color: #1e1d1c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card .title {
		font-size: 16px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__cards .card .title {
		font-size: 16px
	}
}

.page-content__cards .card>.icon, .page-content__cards .card>.icon::after
	{
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transition-timing-function: cubic-bezier(.12, .845, .305, 1);
	transition-timing-function: cubic-bezier(.12, .845, .305, 1)
}

.page-content__cards .card>.icon {
	color: #357ae8;
	font-size: 48px;
	margin-top: 25px;
	margin-bottom: 50px;
	position: relative
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card>.icon {
		font-size: 54px;
		margin-bottom: 25px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__cards .card>.icon {
		font-size: 54px
	}
}

.page-content__cards .card>.icon::after {
	position: absolute;
	height: 8px;
	width: 66px;
	content: "";
	bottom: -25px;
	left: 50%;
	margin-left: -33px;
	background: rgba(0, 0, 0, .06);
	z-index: -1;
	border-radius: 100%;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.page-content__cards .card .text {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	line-height: 1.4
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card .text {
		display: none
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__cards .card .text {
		font-size: 13px
	}
}

.page-content__cards .card .btn-wrapper {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card .btn-wrapper {
		bottom: 25px
	}
}

.page-content__cards .card .btn-wrapper a {
	color: #e4591f;
	font-size: 14px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card .btn-wrapper a {
		font-size: 12px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__cards .card .btn-wrapper a {
		font-size: 13px
	}
}

.page-content__cards .card .btn-wrapper a::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0;
	left: -10px;
	background: #e4591f;
	z-index: -1;
	height: 0;
	-webkit-transition: height .3s;
	transition: height .3s
}

.page-content__cards .card .btn-wrapper a .icon {
	font-size: 14px;
	margin-left: 10px
}

@media ( min-width :480px) and (max-width:767px) {
	.page-content__cards .card .btn-wrapper a .icon {
		font-size: 12px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.page-content__cards .card .btn-wrapper a .icon {
		font-size: 13px
	}
}

.page-content__information .item:nth-child(even) {
	background: rgba(241, 241, 241, .75)
}

.page-content__information .item:hover .content .btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.page-content__information .content .btn {
	position: absolute;
	right: -210px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

@media ( min-width :992px) {
	.page-content__information:not (.not-container ) .container {
		max-width: 800px
	}
}

.page-content__information .container {
	padding-top: 60px;
	padding-bottom: 60px
}

.page-content__information .heading {
	color: #e4591f;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3
}

.page-content__information .text {
	font-size: 16px;
	color: #666;
	line-height: 1.8
}

.page-content__information .text ul li {
	list-style: disc
}

.page-content__information .text ol li {
	list-style: decimal
}

.sidebar-heading {
	color: #e4591f;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .3px;
	margin-bottom: 5px
}

.sidebar-nav {
	background: #fff;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
	padding: 25px 25px 10px;
	border-radius: 0 11px 11px 0
}

@media ( max-width :479px) {
	.sidebar-nav {
		margin-top: 20px
	}
}

.sidebar-nav>ul>li ul li:not(:last-child), .sidebar-nav>ul>li:not(:last-child){
	border-bottom: 1px solid rgba(102, 102, 102, .1)
}

.sidebar-nav>ul>li.is-current>a::before, .sidebar-nav>ul>li:hover>a::before
	{
	width: calc(100% + 50px)
}

.sidebar-nav>ul>li.is-current>a .icon, .sidebar-nav>ul>li:hover>a .icon
	{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.sidebar-nav>ul>li>a {
	color: #666;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 15px 8px;
	-webkit-transition: .3s;
	transition: .3s
}

.sidebar-nav>ul>li>a::before {
	content: "";
	background: rgba(241, 241, 241, .75);
	position: absolute;
	z-index: -1;
	top: -1px;
	right: -25px;
	bottom: -1px;
	left: -25px;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.sidebar-nav>ul>li>a .icon {
	position: absolute;
	font-size: 16px;
	right: 0;
	color: #666;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: .3s;
	transition: .3s;
	will-change: transform
}

.sidebar-nav>ul>li ul li:hover>a {
	color: #e4591f;
	font-weight: 500
}

.sidebar-nav>ul>li ul li.is-current>a {
	color: #357ae8;
	font-weight: 500
}

.sidebar-nav>ul>li ul li a {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px
}

.sidebar-nav>ul>li ul li ul li a {
	position: relative;
	padding-left: 14px
}

.sidebar-nav>ul>li ul li ul li a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 13px;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 99px
}

.sidebar-info {
	background: #fff;
	-webkit-box-shadow: 0 .625rem .875rem -.3125rem #e0e0e0;
	box-shadow: 0 .625rem .875rem -.3125rem #e0e0e0;
	padding: 25px 30px;
	border-radius: 11px
}

.sidebar-info._sale, .sidebar-info._search {
	background: #e4591f;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.sidebar-info._sale::before, .sidebar-info._search::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .07);
	z-index: -1;
	width: 40%;
	border-radius: 0 999px 999px 0
}

.sidebar-info._sale .sidebar-info__text, .sidebar-info._search .sidebar-info__text
	{
	color: #fff
}

@media ( max-width :479px) {
	.sidebar-info {
		padding: 30px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.sidebar-info {
		padding: 30px
	}
}

.sidebar-info__text {
	color: #1e1d1c;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.5px;
	line-height: 1.4
}

.sidebar-info__contact {
	margin-top: 20px;
	margin-left: -15px
}

.sidebar-info__contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ff9446;
	font-weight: 600;
	font-size: 16px
}

@media ( max-width :479px) {
	.sidebar-info__contact a {
		font-size: 12px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.sidebar-info__contact a {
		font-size: 12px
	}
}

@media ( min-width :992px) and (max-width:1199px) {
	.sidebar-info__contact a {
		font-size: 13px
	}
}

.sidebar-info__contact a:not(:last-child){
	margin-bottom: 10px
}

.sidebar-info__contact a.phone {
	letter-spacing: -1px;
	font-size: 20px
}

.sidebar-info__contact a.phone .icon {
	font-size: 24px
}

.sidebar-info__contact a.phone .text:before {
	right: 0;
	bottom: 3px;
	left: 0
}

.sidebar-info__contact a .icon {
	font-size: 18px;
	width: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sidebar-info__contact a .text {
	position: relative
}

.sidebar-info__contact a .text:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #ff9446;
	width: 0;
	-webkit-transition: width .3s;
	transition: width .3s
}

.sidebar-mayor .sidebar-heading {
	background: #fff;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05);
	padding: 20px 23px;
	margin-bottom: 0;
	border-radius: 0 11px 0 0
}

.sidebar-mayor__photo {
	height: 185px;
	overflow: hidden
}

@media ( max-width :767px) {
	.sidebar-mayor__photo {
		height:15%;
	}
}

.contact-form__left .photo img, .mayor-cover img, .sidebar-mayor__photo img
	{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.sidebar-mayor__info {
	background: #012155;
	padding: 10px 20px;
	text-align: center
}

.sidebar-mayor__info .rank, .sidebar-mayor__info .title {
	color: #fff
}

.sidebar-mayor__info .title {
	font-size: 18px;
	font-weight: 500
}

.sidebar-mayor__info .rank {
	font-size: 13px;
	opacity: .5
}

.sidebar-mayor__list {
	padding-left: 25px;
	padding-right: 25px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	border-radius: 0 0 11px 0
}

.sidebar-mayor__list ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.sidebar-mayor__list ul li a {
	color: #666;
	font-size: 14px;
	font-weight: 300;
	display: block;
	padding: 12px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative
}

.sidebar-mayor__list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	background: #999
}

.mayor-links ul li a:hover, .sidebar-mayor__list ul li a:hover {
	color: #e4591f
}

@media ( min-width :768px) {
	.sidebar-card {
		padding-left: 25px
	}
}

@media ( max-width :479px) {
	.sidebar-buttons ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.sidebar-buttons .shortcut-btn {
	padding-left: 20px;
	padding-right: 20px
}

.sidebar-news {
	padding-top: 25px
}

.sidebar-albums .gallery-cover {
	height: 175px
}

.sidebar-albums .gallery-body {
	padding: 20px 25px
}

.sidebar-albums .gallery-body>.icon {
	right: 25px
}

.sidebar-albums .gallery-body .title {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.4;
	max-width: 120px
}

.sidebar-albums .gallery-body .title::before {
	width: 3px
}

.contact-item:not(:last-child)>div {
	padding-bottom: 60px
}

.contact-form__right, .contact-map {
	background: #fff;
	-webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 35px rgba(0, 0, 0, .1)
}

.contact-map {
	margin-top: 30px;
	padding: 20px;
	border-radius: 11px
}

.contact-map iframe {
	width: 100%;
	height: 550px
}

@media ( max-width :479px) {
	.contact-map iframe {
		height: 300px
	}
}

.contact-form__left .photo {
	height: 680px;
	border-radius: 11px 0 0 11px;
	overflow: hidden
}

@media ( max-width :767px) {
	.contact-form__left .photo {
		height: auto;
		border-radius: 11px 11px 0 0
	}
}

.contact-form__right {
	border-radius: 0 11px 11px 0;
	height: 100%;
	padding: 70px
}

@media ( max-width :767px) {
	.contact-form__right {
		padding: 20px;
		border-radius: 0 0 11px 11px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.contact-form__right {
		padding: 30px
	}
}

.mayor {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 2
}

@media ( max-width :991px) {
	.mayor>.row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.mayor-cover {
	overflow: hidden;
	height: 585px
}

@media ( max-width :991px) {
	.mayor-cover {
		height: auto
	}
}

.mayor-wrapper {
	float: right;
	max-width: 620px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media ( min-width :992px) and (max-width:1199px) {
	.mayor-wrapper {
		max-width: 490px
	}
}

@media ( max-width :991px) {
	.mayor-wrapper {
		margin: 0 auto;
		float: inherit;
		padding: 30px 10px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.mayor-wrapper {
		max-width: 600px
	}
}

@media ( max-width :479px) {
	.mayor-wrapper {
		max-width: 390px
	}
}

@media ( max-width :991px) {
	.mayor-content {
		text-align: center
	}
}

.mayor-content .title {
	color: #012155;
	font-size: 78px;
	letter-spacing: -2px;
	font-weight: 800;
	line-height: 1
}

@media ( min-width :992px) and (max-width:1199px) {
	.mayor-content .title {
		font-size: 48px;
		letter-spacing: -1px
	}
}

@media ( min-width :480px) and (max-width:767px) {
	.mayor-content .title {
		font-size: 48px;
		letter-spacing: -1px
	}
}

@media ( max-width :479px) {
	.mayor-content .title {
		font-size: 36px;
		letter-spacing: -1px
	}
}

.mayor-content .rank {
	color: #012155;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 3px;
	margin-top: 10px;
	text-transform: uppercase
}

@media ( max-width :479px) {
	.mayor-content .rank {
		font-size: 16px;
		letter-spacing: 1.5px
	}
}

.mayor-links {
	margin-top: 40px
}

@media ( max-width :479px) {
	.mayor-links ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.mayor-links ul li a {
	background: #fff;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
	position: relative;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3;
	color: #999;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px
}

@media ( min-width :768px) and (max-width:991px) {
	.mayor-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media ( max-width :767px) {
	.mayor-social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.mayor-social .page-content__heading {
	padding-bottom: 0
}

.mayor-social__links {
	margin-left: 30px
}

@media ( max-width :767px) {
	.mayor-social__links {
		margin-left: 0;
		margin-top: 5px
	}
}

.mayor-social__links a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 45px;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid rgba(0, 0, 0, .1);
	color: #666;
	border-radius: 8px;
	-webkit-transition: .3s;
	transition: .3s
}

.mayor-social__links a:not(:last-child){
	margin-right: 8px
}

.mayor-social__links a:hover {
	background: #e4591f;
	color: #fff
}

.personnel-cover {
	overflow: hidden;
	border-radius: 15px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	padding: 10px;
	height: 500px
}

@media ( max-width :1199px) {
	.personnel-cover {
		height: 500px;
	}
}

.personnel-cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	border-radius: 11px
}

.personnel-summary {
	padding-top: 50px
}

@media ( min-width :1200px) {
	.personnel-summary {
		padding-left: 25px
	}
}

.personnel-summary .title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -.5px;
	color: #e4591f;
	line-height: 1.2
}

.personnel-summary .rank {
	color: #666;
	font-size: 18px;
	font-weight: 300
}

.personnel-info {
	margin-top: 30px
}

.personnel-field {
	margin-bottom: 13px;
	width: 100%
}

.personnel-field:last-child {
	margin-bottom: 0
}

.personnel-field .detail, .personnel-field .text {
	font-size: 18px
}

.personnel-field .text {
	float: left;
	color: #1e1d1c;
	font-weight: 700;
	margin-right: 7px
}

.personnel-field .detail {
	color: #666;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 300
}

.personnel-field a:hover, .personnel-social a:hover {
	color: #e4591f
}

.personnel-social {
	margin-top: 40px
}

.personnel-social a {
	color: #1e1d1c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

.personnel-social a:last-child {
	margin-right: 0
}

.personnel-social a .icon {
	font-size: 20px
}

.personnel-detail__bio, .personnel-other {
	margin-top: 50px
}

.no-scroll {
	overflow: hidden
}

.no-scroll-y {
	overflow-y: hidden
}

.no-scroll-x {
	overflow-x: hidden
}

.pos-relative {
	position: relative
}

.pos-inherit {
	position: inherit
}

.pos-sticky {
	position: sticky;
	top: 20px
}

.text-center {
	text-align: center
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-between {
	-webkit-box-align: space-between;
	-ms-flex-align: space-between;
	align-items: space-between
}

.z-index {
	position: relative;
	z-index: 9
}

.hidden {
	display: none
}

@media ( max-width :479px) {
	.xs-hidden {
		display: none
	}
}

@media ( max-width :767px) {
	.sm-hidden {
		display: none
	}
}

@media ( max-width :991px) {
	.md-hidden {
		display: none
	}
}

.pv-5px {
	margin-top: 5px;
	margin-bottom: 5px
}

.pv-10px {
	margin-top: 10px;
	margin-bottom: 10px
}

.pv-15px {
	margin-top: 15px;
	margin-bottom: 15px
}

.pv-20px {
	margin-top: 20px;
	margin-bottom: 20px
}

.pv-25px {
	margin-top: 25px;
	margin-bottom: 25px
}

.pv-30px {
	margin-top: 30px;
	margin-bottom: 30px
}

.pv-40px {
	margin-top: 40px;
	margin-bottom: 40px
}

.pv-50px {
	margin-top: 50px;
	margin-bottom: 50px
}

.pv-60px {
	margin-top: 60px;
	margin-bottom: 60px
}

.pv-70px {
	margin-top: 70px;
	margin-bottom: 70px
}

.pv-80px {
	margin-top: 80px;
	margin-bottom: 80px
}

.pv-90px {
	margin-top: 90px;
	margin-bottom: 90px
}

.pv-100px {
	margin-top: 100px;
	margin-bottom: 100px
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pt-5px {
	padding-top: 5px
}

.pt-10px {
	padding-top: 10px
}

.pt-15px {
	padding-top: 15px
}

.pt-20px {
	padding-top: 20px
}

.pt-25px {
	padding-top: 25px
}

.pt-30px {
	padding-top: 30px
}

.pt-40px {
	padding-top: 40px
}

.pt-50px {
	padding-top: 50px
}

.pt-60px {
	padding-top: 60px
}

.pt-70px {
	padding-top: 70px
}

.pt-80px {
	padding-top: 80px
}

.pt-90px {
	padding-top: 90px
}

.pt-100px {
	padding-top: 100px
}

.pb-5px {
	padding-bottom: 5px
}

.pb-10px {
	padding-bottom: 10px
}

.pb-15px {
	padding-bottom: 15px
}

.pb-20px {
	padding-bottom: 20px
}

.pb-25px {
	padding-bottom: 25px
}

.pb-30px {
	padding-bottom: 30px
}

.pb-40px {
	padding-bottom: 40px
}

.pb-50px {
	padding-bottom: 50px
}

.pb-60px {
	padding-bottom: 60px
}

.pb-70px {
	padding-bottom: 70px
}

.pb-80px {
	padding-bottom: 80px
}

.pb-90px {
	padding-bottom: 90px
}

.pb-100px {
	padding-bottom: 100px
}

.mv-5px {
	margin-top: 5px;
	margin-bottom: 5px
}

.mv-10px {
	margin-top: 10px;
	margin-bottom: 10px
}

.mv-15px {
	margin-top: 15px;
	margin-bottom: 15px
}

.mv-20px {
	margin-top: 20px;
	margin-bottom: 20px
}

.mv-25px {
	margin-top: 25px;
	margin-bottom: 25px
}

.mv-30px {
	margin-top: 30px;
	margin-bottom: 30px
}

.mv-40px {
	margin-top: 40px;
	margin-bottom: 40px
}

.mv-50px {
	margin-top: 50px;
	margin-bottom: 50px
}

.mv-60px {
	margin-top: 60px;
	margin-bottom: 60px
}

.mv-70px {
	margin-top: 70px;
	margin-bottom: 70px
}

.mv-80px {
	margin-top: 80px;
	margin-bottom: 80px
}

.mv-90px {
	margin-top: 90px;
	margin-bottom: 90px
}

.mv-100px {
	margin-top: 100px;
	margin-bottom: 100px
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mt-5px {
	margin-top: 5px
}

.mt-10px {
	margin-top: 10px
}

.mt-15px {
	margin-top: 15px
}

.mt-20px {
	margin-top: 20px
}

.mt-25px {
	margin-top: 25px
}

.mt-30px {
	margin-top: 30px
}

.mt-40px {
	margin-top: 40px
}

.mt-50px {
	margin-top: 50px
}

.mt-60px {
	margin-top: 60px
}

.mt-70px {
	margin-top: 70px
}

.mt-80px {
	margin-top: 80px
}

.mt-90px {
	margin-top: 90px
}

.mt-100px {
	margin-top: 100px
}

.mb-5px {
	margin-bottom: 5px
}

.mb-10px {
	margin-bottom: 10px
}

.mb-15px {
	margin-bottom: 15px
}

.mb-20px {
	margin-bottom: 20px
}

.mb-25px {
	margin-bottom: 25px
}

.mb-30px {
	margin-bottom: 30px
}

.mb-40px {
	margin-bottom: 40px
}

.mb-50px {
	margin-bottom: 50px
}

.mb-60px {
	margin-bottom: 60px
}

.mb-70px {
	margin-bottom: 70px
}

.mb-80px {
	margin-bottom: 80px
}

.mb-90px {
	margin-bottom: 90px
}

.mb-100px {
	margin-bottom: 100px
}
.header-nav__dropdown-container .boxes ul li { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% / 6); flex: 0 0 calc(100% / 6); max-width: calc(100% / 6); }

.header-nav__dropdown-container .card-box { padding: 30px; }

.header-nav__dropdown-container .card-box .icon { font-size: 32px; }

.header-nav__dropdown-container .card-box .title { font-size: 14px; }