hobody {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
*:focus, *.form-control:focus, * .btn.focus, * .btn:focus {
	outline: none;
	box-shadow: none;
	border-color: transparent;
}
.btn.disabled, .btn:disabled {
	opacity: 1 !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form-group .form-control {
	border-radius: 0;
}
.form-group .form-control::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.form-group .form-control::-moz-placeholder {
	color: rgba(0,0,0,0.5);
}
.form-group .form-control:-ms-input-placeholder {
	color: rgba(0,0,0,0.5);
}
.btn {
	font-size: 12px;
	line-height: 20px;
	border-radius: 0;
	min-width: 140px;
}
.btn.btn-bordered {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
}
.btn.btn-gradient {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -0.022em;
	min-width: inherit;
	padding: 9px 24px 10px 24px;
	color: #FFF;
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#08276e 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#08276e 100%);
	background: linear-gradient(to right,#264796 0%,#08276e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#08276e',GradientType=1);
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.btn.btn-gradient:hover {
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#08276e 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#08276e 100%);
	background: linear-gradient(to right,#264796 0%,#08276e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#08276e',GradientType=1);
}
.btn.btn-gradient-link {
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#264796 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#264796 100%);
	background: linear-gradient(to right,#264796 0%,#264796 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#264796',GradientType=1);
	border: none;
	padding: 1px;
}
.btn.btn-gradient-link > span {
	display: block;
	background-color: #FFF;
	padding: 9px 24px 10px 24px;
}
.btn.btn-gradient-link:hover span {
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#264796 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#264796 100%);
	background: linear-gradient(to right,#264796 0%,#264796 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#264796',GradientType=1);
}
.btn.btn-gradient-link:hover span span {
	background: transparent;
	-webkit-text-fill-color: inherit;
	color: #FFF !important;
}
.btn.btn-green {
	font-size: 13px;
	line-height: 17px;
	letter-spacing: -0.025em;
	color: #FFF;
	background-color: #032470;
	padding: 9px 24px 8px 24px;
}
.btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green:focus {
	background-color: #032470;
}
.custom-control {
	border: 1px solid #032470;
	border-radius: 3px;
	padding: 9px 0px 9px 32px;
}
.custom-control label, .custom-control .custom-control-label {
	font-weight: lighter;
	font-size: 14px;
	color: #032470;
	white-space: nowrap;
}
.custom-control label:before, .custom-control .custom-control-label:before {
	margin-top: -2px;
	border-color: #032470;
}
.custom-control .custom-control-input:checked + .custom-control-label:before {
	border-color: #d5a8ab;
	background-color: transparent;
	background: url('../images/icon-tick.png') no-repeat center;
	box-shadow: none;
}
.custom-control .custom-control-input:checked + .custom-control-label:after {
	display: none;
}
.custom-control .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
	background-color: transparent;
	border-color: #d5a8ab;
	box-shadow: none;
}
.text-gradient {
	background: #264796;
	background: -ms-linear-gradient(top right,#264796 0%,#032470 100%);
	background: -moz-linear-gradient(top right,#264796 0%,#032470 100%);
	background: -o-linear-gradient(top right,#264796 0%,#032470 100%);
	background: -webkit-gradient(linear,right top,left bottom,color-stop(0,#264796),color-stop(100,#032470));
	background: -webkit-linear-gradient(top right,#264796 0%,#032470 100%);
	background: linear-gradient(top right,#264796 0%,#032470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='red',endColorstr='brown00',GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-danger {
	color: #264796 !important;
}

.hastaglink {
	padding-top: 123px;
	margin-top: -123px;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
	.text-gradient {
		color: #264796;
		background: transparent;
	}
}
header {
	background-color: #FFF;
	box-shadow: 0px 0px 2px #ccc;
}
header .container {
	position: relative;
}
header .header_top {
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#032470 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#032470 100%);
	background: linear-gradient(to right,#264796 0%,#032470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#032470',GradientType=1);
	height: 12px;
	line-height: 0;
}
header .logo {
	display: inline-block;
	/*margin-top: -12px;*/
}
header .header-links {
	padding-top: 16px;
}
header .header-links .dropdown-language {
	display: inline-block;
	vertical-align: middle;
}
header .header-links .dropdown-language .btn {
	min-width: inherit;
}
header .header-links .dropdown-language button, header .header-links .dropdown-language .dropdown-item {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	padding: 8px 12px;
	background-color: transparent;
}
header .header-links .dropdown-language button i, header .header-links .dropdown-language .dropdown-item i {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
header .header-links .dropdown-language button i img, header .header-links .dropdown-language .dropdown-item i img {
	width: 14px;
	height: auto;
	margin-top: -3px;
}
header .header-links .dropdown-language button:hover, header .header-links .dropdown-language .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
header .header-links .dropdown-language .dropdown-menu {
	padding: 0;
}
header .header-links .dropdown-language .dropdown-toggle::after {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
header .header-links .btn + .btn {
	margin-left: 9px;
}
header .header-links a.link {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.022em;
	border-left: 1px solid #c4c4c4;
	padding: 0 13px;
}
header .navbar .navbar-collapse .nav-item .nav-link {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.022em;
	color: #000;
	padding: 10px 15px;
}
header .navbar .navbar-collapse .nav-item .nav-link:focus, header .navbar .navbar-collapse .nav-item .nav-link:hover {
	color: #264796;
}
header .navbar .navbar-collapse .nav-item:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
header .search-area {
	position: absolute;
	z-index: 85;
	top: 100%;
	right: 15px;
	width: 300px;
}
header .search-area input[type='text'] {
	width: 100%;
	border: none;
	background-color: #000;
	font-size: 14px;
	line-height: 15px;
	color: #e6e6e6;
	padding: 7px 12px 6px 12px;
}
header .search-area input[type='text']::-webkit-input-placeholder {
	color: #e6e6e6;
}
header .search-area input[type='text']:-ms-input-placeholder {
	color: #e6e6e6;
}
header .search-area input[type='text']::placeholder {
	color: #e6e6e6;
}
header .search-area .icon-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	border-left: 1px solid #FFF;
	background: url('../images/icon-search-white.png') no-repeat center;
}
footer {
	padding-top: 3rem;
}
footer * {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.022em;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	display: block;
	margin: 0;
	padding: 0;
}
footer .footer_top {
	position: relative;
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#032470 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#032470 100%);
	background: linear-gradient(to right,#264796 0%,#032470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#032470',GradientType=1);
	color: #FFF;
	padding: 24px 0;
}
footer .footer_top a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
footer .footer_top h6 {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 0;
}
footer .footer_top address {
	margin-bottom: 0;
	line-height: 14px;
}
footer .footer_top address * {
	letter-spacing: normal;
}
footer .footer_top address p {
	margin-bottom: 12px;
	line-height: 14px;
}
footer .footer_top address p span, footer .footer_top address p strong {
	line-height: 14px;
}
footer .footer_top .form-group {
	margin-bottom: 10px;
}
footer .footer_top .form-group .form-control {
	border: none;
	font-size: 12px;
	line-height: 12px;
	color: #1c1c1c;
	height: auto;
	padding: .5rem .75rem;
}
footer .footer_top .social-media {
	position: relative;
	display: table;
	width: 100%;
}
footer .footer_top .social-media:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 103%;
	height: 12px;
	margin-top: -6px;
	border-left: 1px solid #FFF;
}
footer .footer_top .social-media a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	background-color: transparent;
}
footer .footer_top .social-media a:hover {
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
#homeSlider {
	position: relative;
}
#homeSlider .owl-carousel {
	position: relative;
}
#homeSlider .owl-carousel .owl-item {
	overflow: hidden;
}
#homeSlider .owl-carousel .owl-item .item {
	height: calc(100vh - 123px);
	max-height: 850px;
}
#homeSlider .owl-carousel .owl-item .item img{
    object-fit: cover;
    height:100%;
    object-position: 0px 90%;
}
#homeSlider .owl-carousel .owl-item .item .content {
	position: absolute;
	z-index: 8;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 85px;
}
#homeSlider .owl-carousel .owl-item .item .content .container {
	position: relative;
}
#homeSlider .owl-carousel .owl-item .item .content .container .title {
	font-weight: bold;
	font-style: italic;
	font-size: 38px;
	line-height: 42px;
	letter-spacing: -0.01em;
	color: #FFF;
}
#homeSlider .owl-carousel .owl-item .item .content .container .desc {
	font-weight: lighter;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	margin-top: 24px;
}
#homeSlider .owl-carousel .owl-item .item .content .container .btn {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	padding: 27px 80px;
	margin-top: 33px;
}
#homeSlider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#homeSlider .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin: 0 8px;
	background-color: #b9b9b9;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#homeSlider .owl-carousel .owl-dots .owl-dot.active {
	background-color: #FFF;
}
#homeSlider .owl-carousel .owl-nav .owl-prev, #homeSlider .owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: 2vw;
	top: 50%;
	width: 23px;
	height: 42px;
	background: url('../images/arrows-big.png') no-repeat bottom left;
	background-size: 200%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 0;
	outline: none;
}
#homeSlider .owl-carousel .owl-nav .owl-prev:hover, #homeSlider .owl-carousel .owl-nav .owl-next:hover {
	background-position: bottom right;
}
#homeSlider .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 2vw;
	background-position: top right;
}
#homeSlider .owl-carousel .owl-nav .owl-next:hover {
	background-position: top left;
}
#withNumbers .block .icon {
	display: block;
}
#withNumbers .block strong {
	display: block;
	font-size: 32px;
	color: #264796;
}
#withNumbers .block small {
	display: block;
	font-size: 13px;
}
.text-block {
	padding-bottom: 32px;
}
.text-block h4 {
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 3px;
	color: #000;
}
.text-block p {
	font-size: 13px;
	line-height: 20px;
}
#newests {
	padding: 108px 0 157px 0;
	background: #f9f9f9 url('../images/bg-newws.jpg') repeat center;
	background-size: 25%;
}
#newests h4 {
	font-weight: bolder;
	font-style: italic;
	font-size: 58px;
	line-height: 58px;
	padding-bottom: 24px;
}
#newests strong {
	display: block;
	font-size: 18px;
	padding-bottom: 1px;
}
#newests p {
	font-size: 16px;
	margin: 0;
}
#newests .btn {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;
	padding: 21px 60px;
	margin-top: 65px;
}
#businessPartners div {
	margin-top: 5px;
	margin-bottom: 5px;
}
#businessPartners img {
	max-height: 105px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#businessPartners img:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
#businessPartners .owl-carousel {
	margin-bottom: 62px;
}
#businessPartners .owl-carousel .owl-item {
	text-align: center;
}
#businessPartners .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
	max-width: calc(70%);
	max-height: 155px;
}
#businessPartners .owl-carousel .owl-nav .owl-prev, #businessPartners .owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 29px;
	background: url('../images/partners/partners-arrow.png') no-repeat bottom left;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 0;
	outline: none;
}
#businessPartners .owl-carousel .owl-nav .owl-prev:hover, #businessPartners .owl-carousel .owl-nav .owl-next:hover {
	background-position: bottom right;
}
#businessPartners .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	background-position: top right;
}
#businessPartners .owl-carousel .owl-nav .owl-next:hover {
	background-position: top left;
}
#news .block {
	margin-bottom: 52px;
}
#news .block .img {
	position: relative;
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
	margin-bottom: 15px;
}
#news .block .img img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: initial;
	height: 100%;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#news .block .img .date {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
	font-size: 10px;
	color: #FFF;
	background-color: #781b3f;
	padding: 4px 10px;
}
#news .block:hover .img img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#news .block:hover a {
	color: #032470;
}
#news .block h4 {
	font-weight: bolder;
	font-style: italic;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #000;
}
#news .block p {
	line-height: 20px;
	padding-right: 10px;
}
#news .block p a {
	font-weight: bold;
	font-style: italic;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#news .owl-carousel .owl-item {
	position: relative;
	overflow: hidden;
	height: 300px;
}
#news .owl-carousel .owl-item img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: auto;
	min-width: 100%;
	height: 100%;
	object-fit:cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#news .owl-carousel .owl-prev, #news .owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 18px;
	height: 33px;
	background: url('../images/arrows-big.png') no-repeat bottom left;
	background-size: 200%;
	font-size: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	outline: none;
}
#news .owl-carousel .owl-next {
	left: auto;
	right: 10px;
	background-position: top right;
}
#news .owl-carousel .owl-prev:hover {
	background-position: bottom right;
}
#news .owl-carousel .owl-next:hover {
	background-position: top left;
}
#leadCustomerForm h6 {
	font-size: 13px;
	color: #000;
	margin: 15px 0 10px 0;
}
#leadCustomerForm .form-group {
	margin-bottom: 10px;
}
#leadCustomerForm .form-group .form-control {
	border-color: #d5a8ab;
	border-radius: 3px;
	padding: 10px 12px;
	height: auto;
	font-weight: lighter;
	font-size: 13px;
	color: #8d8d8d;
}
#leadCustomerForm .ms-options-wrap {
	position: relative;
}
#leadCustomerForm .ms-options-wrap.ms-active button {
	border-color: #9c292a;
}
#leadCustomerForm .ms-options-wrap button {
	border-color: #d5a8ab;
	border-radius: 3px;
	padding: 10px 12px;
	height: auto;
	outline: none;
}
#leadCustomerForm .ms-options-wrap .ms-options {
	border: none;
	border-radius: 3px;
	background-color: #f9f9f9;
	box-shadow: 0 0 9px rgba(38,38,38,0.31);
	padding: 21px 27px;
}
#leadCustomerForm .ms-options-wrap .ms-options ul {
	font-size: 0;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li {
	display: block;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li span {
	display: block;
	font-weight: lighter;
	font-size: 13px;
	line-height: 25px;
	color: #8d8d8d;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li label {
	display: block;
	font-weight: lighter;
	font-size: 13px;
	line-height: 25px;
	color: #8d8d8d;
	border: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 0 6px;
	border: 1px solid #d1a5a8;
	border-radius: 1px;
	margin-top: -2px;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li label input {
	position: absolute;
	opacity: 0;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li.selected label:before {
	background: url('../images/icon-tick.png') no-repeat center;
}
#leadCustomerForm .ms-options-wrap .ms-options ul li.optgroup {
	padding: 0;
}
#leadCustomerForm select.form-control[data='single'] + .ms-options-wrap .ms-options {
	padding: 11px 17px;
}
#leadCustomerForm .btn {
	margin: 27px 0 21px 0;
}
#leadCustomerForm small {
	font-weight: lighter;
	font-size: 13px;
}
#banner {
	position: relative;
	background-repeat: no-repeat;
}
#banner .content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#banner .content h1 {
	font-weight: bolder;
	font-style: italic;
	font-size: 58px;
	line-height: 60px;
	letter-spacing: -0.01em;
	color: #FFF;
	margin-bottom: 25px;
}
#banner .content h1 span {
	background-image: linear-gradient(transparent 12px,#264796 0%,#032470 100%);
}
#banner .content p {
	font-weight: lighter;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 0;
}
#banner.gradient:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#9facca 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#9facca 100%);
	background: linear-gradient(to right,#264796 0%,#9facca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#9facca',GradientType=1);
}
#banner.gradient .content {
	text-align: center;
}
#banner.gradient .content h1 span {
	background: none;
}
#history .history-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#history .history-wrapper .history-group {
	display: table-row;
}
#history .history-wrapper .history-group > * {
	display: table-cell;
	vertical-align: top;
	width: calc((100% - 100px) / 2);
	padding: 0 20px 14px 20px;
}
#history .history-wrapper .history-group .cell-date {
	position: relative;
	width: 100px;
	font-size: 40px;
	line-height: 60px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: -0.022em;
	color: #08276e;
	padding: 0;
}
#history .history-wrapper .history-group .cell-date:before, #history .history-wrapper .history-group .cell-date:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #08276e;
}
#history .history-wrapper .history-group .cell-date:after {
	top: 1px;
	background-color: #08276e;
}
#history .history-wrapper .history-group .cell-text {
	position: relative;
	font-size: 18px;
	font-weight: lighter;
	color: #000;
	padding-top: 9px;
}
#history .history-wrapper .history-group .cell-text:before, #history .history-wrapper .history-group .cell-text:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 1px;
	background-color: #08276e;
}
#history .history-wrapper .history-group .cell-text:after {
	top: 1px;
	background-color: #08276e;
}
#history .history-wrapper .history-group .cell-text p {
	width: 70%;
}
#history .history-wrapper .history-group > .cell-images:first-child {
	text-align: right;
}
#history .history-wrapper .history-group > .cell-text:first-child {
	text-align: right;
}
#history .history-wrapper .history-group > .cell-text:first-child:before, #history .history-wrapper .history-group > .cell-text:first-child:after {
	left: auto;
	right: 0;
}
#history .history-wrapper .history-group > .cell-text:first-child:after {
	top: 1px;
	background-color: #08276e;
}
#history .history-wrapper .history-group > .cell-text:first-child p {
	margin-left: auto;
}
#history .flag-yolcu {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 103%;
	background-repeat: no-repeat;
	background-size: cover;
}
#productList a {
	position: relative;
	display: block;
	border: 1px solid #e8c8c9;
	margin: 10px 0;
	text-decoration: none;
}
#productList a img {
	width: 100%;
	height: auto;
}
#productList a .product-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#032470 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#032470 100%);
	background: linear-gradient(to right,#264796 0%,#032470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#032470',GradientType=1);
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	padding: 9px 9px 8px 9px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#productList a .product-info strong:after {
	
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}
#productList a .product-info span {
	font-weight: lighter;
}
#productList a:hover .product-info {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	height: 100%;
	background: #264796;
	background: -moz-linear-gradient(left,rgb(38, 71, 150) 0%,rgba(255, 255, 255, 0.85) 100%);
	background: -webkit-linear-gradient(left,rgb(38, 71, 150) 0%,rgba(255, 255, 255, 0.85) 100%);
	background: linear-gradient(to right,rgb(38, 71, 150)0%,rgba(255, 255, 255, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264796',endColorstr='#264796',GradientType=1);
}
#productList a:hover .product-info strong {
	position: absolute;
	width: 100%;
	left: 50%;
	top: calc(30%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#productList a:hover .product-info strong:after {
	display: none;
}
#productList a:hover .product-info span {
	position: absolute;
	width: 100%;
	left: 50%;
	top: calc(70%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.list-gradient {
	display: block;
	margin: 0;
	padding: 0;
}
.list-gradient li {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 0 4px 43px;
	font-size: 15px;
	line-height: 20px;
}
/* .list-gradient li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 35px;
	height: 5px;
	background: #6a1547;
	background: -moz-linear-gradient(left,#6a1547 0%,#9d292a 100%);
	background: -webkit-linear-gradient(left,#6a1547 0%,#9d292a 100%);
	background: linear-gradient(to right,#6a1547 0%,#9d292a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a1547',endColorstr='#9d292a',GradientType=1);
} */
#hrForm {
	background: #f9f9f9 url(../images/bg-newests.png) repeat;
}
#hrForm .form-group {
	margin-bottom: 15px;
}
#hrForm .form-group .form-control {
	border: none;
	height: auto;
	padding: 10px 12px;
	font-size: 13px;
}
#hrForm .form-group .form-control::-webkit-input-placeholder {
	color: #000;
}
#hrForm .form-group .form-control:-ms-input-placeholder {
	color: #000;
}
#hrForm .form-group .form-control::placeholder {
	color: #000;
}
#hrForm .upload-file span {
	display: inline-block;
	vertical-align: middle;
	width: 95px;
}
.social-links {
	font-size: 0;
}
.social-links a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #1c1c1c;
	padding: 11px 15px 7px 15px;
}
.social-links a img {
	margin: -6px 4px 0 0;
}
.social-links a + * {
	margin-left: 23px;
}
.social-links a:hover {
	color: #1c1c1c;
	text-decoration: none;
}
#tabBasbug {
	text-align: center;
}
#tabBasbug .nav-tabs {
	border-bottom: none;
}
#tabBasbug .nav-tabs .nav-item {
	margin-bottom: 0;
	padding: 0 17px;
}
#tabBasbug .nav-tabs .nav-item .nav-link {
	position: relative;
	font-size: 22px;
	color: #000;
	padding: 0;
}
#tabBasbug .nav-tabs .nav-item .nav-link.active, #tabBasbug .nav-tabs .nav-item .nav-link:hover {
	font-weight: bold;
	border: none;
}
#tabBasbug .nav-tabs .nav-item .nav-link.active:before, #tabBasbug .nav-tabs .nav-item .nav-link:hover:before {
	height: 5px;
}
#tabBasbug .nav-tabs .nav-item .nav-link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 0;
	background: #6a1547;
	background: -moz-linear-gradient(left,#6a1547 0%,#9d292a 100%);
	background: -webkit-linear-gradient(left,#6a1547 0%,#9d292a 100%);
	background: linear-gradient(to right,#6a1547 0%,#9d292a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a1547',endColorstr='#9d292a',GradientType=1);
}
#tabBasbug .tab-content .tab-pane .owl-carousel {
	margin-top: -13px;
}
#tabBasbug .tab-content .tab-pane .owl-carousel .owl-stage-outer {
	padding: 35px 0;
}
#tabBasbug .tab-content .tab-pane .owl-carousel .owl-item {
	position: relative;
}
#tabBasbug .tab-content .tab-pane .owl-carousel .owl-item.active .item {
	position: relative;
	height: 225px;
}
#tabBasbug .tab-content .tab-pane .owl-carousel .owl-item.active .item img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: -3px -4px 7px 0px rgba(161,161,161,0.38);
	-moz-box-shadow: -3px -4px 7px 0px rgba(161,161,161,0.38);
	box-shadow: -3px -4px 7px 0px rgba(161,161,161,0.38);
}
#tabBasbug .tab-content .tab-pane .owl-carousel .owl-item.active.center {
	z-index: 50;
}
#tabBasbug .tab-content .tab-pane .owl-carousel .owl-item.active.center .item img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
#contact address {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.02em;
	min-height: 101px;
}
#contact address p {
	margin-bottom: 0;
	letter-spacing: -0.05em;
}
#contact address p strong {
	color: #264796;
}
#contact address a {
	display: inline-block;
	vertical-align: middle;
	color: #1c1c1c;
}
#contact .map {
	position: relative;
	margin-bottom: 76px;
}
#contact .map a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #FFF;
	opacity: 0;
	background: #264796;
	background: -moz-linear-gradient(left,#264796 0%,#9facca 100%);
	background: -webkit-linear-gradient(left,#264796 0%,#9facca 100%);
	background: linear-gradient(to right,#264796 0%,#9facca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a1547',endColorstr='#9d292a',GradientType=1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#contact .map a span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#contact .map:hover a {
	opacity: 1;
}
#videos .owl-carousel {
	position: relative;
}
#videos .owl-carousel .owl-item .item .image {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 310px;
	font-size: 0;
	margin-bottom: 13px;
}
#videos .owl-carousel .owl-item .item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#videos .owl-carousel .owl-item .item .image:before {
	content: '';
	position: absolute;
	z-index: 6;
	left: 9px;
	bottom: 11px;
	width: 37px;
	height: 35px;
	background: url(../images/icon-play.png) no-repeat center;
}
#videos .owl-carousel .owl-item .item strong {
	display: block;
	font-size: 18px;
	font-style: italic;
	letter-spacing: -0.01em;
	color: #000;
	margin-bottom: 5px;
}
#videos .owl-carousel .owl-item .item .date {
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #939393;
	margin-right: 2px;
}
#videos .owl-carousel .owl-item .item:hover .image img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
#videos .owl-carousel .owl-prev, #videos .owl-carousel .owl-next {
	position: absolute;
	z-index: 5;
	left: -37px;
	top: 50%;
	width: 16px;
	height: 29px;
	font-size: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: url(../images/arrows.png) no-repeat bottom left;
}
#videos .owl-carousel .owl-prev:hover, #videos .owl-carousel .owl-next:hover {
	background-position: bottom right;
}
#videos .owl-carousel .owl-next {
	left: auto;
	right: -37px;
	background-position: top right;
}
#videos .owl-carousel .owl-next:hover {
	background-position: top left;
}
.magazine {
	position: relative;
	margin-bottom: 52px;
}
.magazine img {
	position: relative;
	z-index: -1;
	width: calc(-10%);
	margin-left: -25px;
}
.magazine .content {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 50%;
	text-align: right;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.magazine .content span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -0.015em;
	color: #97262e;
	margin-bottom: 6px;
}
.magazine .content .btn {
	color: #FFF;
}
.share {
	display: block;
	font-size: 0;
}
.share > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.share > * + * {
	margin-left: 9px;
}
.share > * + *:before {
	content: '';
	position: absolute;
	left: -5px;
	top: 4px;
	width: 1px;
	height: 13px;
	background-color: #3a3a3a;
}
.share span {
	font-size: 14px;
	line-height: 22px;
	padding-right: 5px;
}
.share a {
	width: 20px;
	height: 20px;
}
.share a.icon-facebook {
	background: url(../images/icon-facebook-black.png) no-repeat center;
}
.share a.icon-twitter {
	background: url(../images/icon-twitter-black.png) no-repeat center;
}
.share a.icon-linkendin {
	background: url(../images/icon-linkedin-black.png) no-repeat center;
}
.zoom-image {
	overflow: hidden;
}
.zoom-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.zoom-image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.my-select-wrapper {
	position: relative;
}
.my-select-wrapper select.form-control {
	display: none;
}
.my-select-wrapper .my-select {
	position: relative;
	display: block;
	border: 1px solid #CCC;
	color: #444;
	padding: 6px 30px 6px 14px;
	border-radius: 3px;
	text-decoration: none;
}
.my-select-wrapper .my-select:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	margin-top: -2px;
}
.my-select-wrapper .my-select .count {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #851f38;
	font-size: 11px;
	text-align: center;
	line-height: 19px;
	color: #FFF;
	margin-left: 5px;
}
.my-select-wrapper .my-select-content {
	display: none;
	position: absolute;
	z-index: 94;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #444;
	padding: 5px 6px;
	border-radius: 3px;
}
.my-select-wrapper .my-select-content .my-select-item, .my-select-wrapper .my-select-content .my-select-collapse {
	position: relative;
	display: block;
	color: #444;
	white-space: nowrap;
	padding: 5px 6px;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
.my-select-wrapper .my-select-content .my-select-item:hover {
	background-color: #ededed;
}
.my-select-wrapper .my-select-content .my-select-item i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: 1px solid #CCC;
}
.my-select-wrapper .my-select-content .my-select-item.checked i:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 8px;
	border-bottom: 1px solid #882135;
	border-right: 1px solid #882135;
	-webkit-transform: translate(-50%,-60%) rotate(45deg);
	transform: translate(-50%,-60%) rotate(45deg);
}
.my-select-wrapper .my-select-content .my-select-collapse:hover {
	background-color: #ededed;
}
.my-select-wrapper .my-select-content .my-select-collapse span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: 1px solid #CCC;
}
.my-select-wrapper .my-select-content .my-select-collapse.show span:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 8px;
	border-bottom: 1px solid #264796;
	border-right: 1px solid #264796;
	-webkit-transform: translate(-50%,-60%) rotate(45deg);
  transform: translate(-50%,-60%) rotate(45deg);
  cursor: not-allowed;
}

.my-select-content {
	font-size: 12px !important;
	cursor: pointer;
}

#mySelectWrapper1 .my-select-content .my-select-collapse-content a:nth-child(n+1){
	font-size: 12px !important;
	margin-left: 5px !important;
	cursor: pointer;
}

/* Side navBar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #bfbfbf;
    overflow: auto;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sidenav::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.right-arrow:after {
    content: "▼";
    font-size: 13px;
}

.sidenav .item-link:hover {
    color: #264796;
}

.sidenav .sub-item {
    font-size: 20px;
    margin-left: 10px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px!important;
    }
    .sidenav a {
        font-size: 18px!important;
    }
}
.no-padding{
    padding-right: 5px !important;
}

.logo-resim {
	margin-top: 55px;
	
}