/* body */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	color: #434a54;
	background: #ffffff;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
/* preload */
#preload {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#preload .preload-img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	text-align: center;
}
/* back to top */
#back-to-top {
	display: inline-block;
	position: fixed;
	z-index: 999;
	bottom: -100px;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 21px;
	text-align: center;
	line-height: 50px;
	background: #007dc5;
	color: #ffffff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#back-to-top i {
	display: inline-block;
	line-height: 50px;
}
#back-to-top.visible {
	bottom: 20px;
}
#back-to-top.gone {
	bottom: -100px;
}
#back-to-top:hover,
#back-to-top:focus {
	background: #006aa8;
}
/* mixitup */
#mixitup .mix {
	display: none;
}
/* content */
.col-center {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	clear: both;
}
.content-middle {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.title-wrap {
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.5;
	}
}
/* typography */
a {
	color: #007dc5;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
a:focus {
	color: #007dc5;
	text-decoration: none;
	outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	color: #434a54;
	margin: 10px 0 20px;
	padding: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	font-size: 75%;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #434a54;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
h1 a:focus,
.h1 a:focus,
h2 a:focus,
.h2 a:focus,
h3 a:focus,
.h3 a:focus,
h4 a:focus,
.h4 a:focus,
h5 a:focus,
.h5 a:focus,
h6 a:focus,
.h6 a:focus {
	text-decoration: none;
}
h1,
.h1 {
	font-size: 27px;
}
h2,
.h2 {
	font-size: 24px;
}
h3,
.h3 {
	font-size: 21px;
}
h4,
.h4 {
	font-size: 20px;
}
h5,
.h5 {
	font-size: 18px;
}
h6,
.h6 {
	font-size: 16px;
}
hr,
.hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #dee4eb;
}
p {
	padding: 0;
	margin: 0 0 20px;
}
em,
i {
	font-style: italic;
}
strong,
b {
	font-weight: 700;
	color: #434a54;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;
}
.blue {
	color: #007dc5 !important;
}
.blue-dark {
	color: #006aa8 !important;
}
.red {
	color: #e74c3c !important;
}
.red-dark {
	color: #c54133 !important;
}
.green {
	color: #009759 !important;
}
.green-dark {
	color: #00804c !important;
}
.border-box {
	display: inline-block;
	padding: 3px 5px;
	border: 2px solid #007dc5;
	color: #007dc5;
	font-weight: 600;
}
.pdf {
	display: block;
	position: relative;
	padding-left: 12px;
}
.pdf:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f1c1';
	left: 0;
	color: #e74c3c!important;
}
ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}
ul li {
	position: relative;
	margin-bottom: 15px;
}
.content ul {

}
.content ul li {
	margin-bottom: 3px;
}
ol {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
ol li {
	position: relative;
	margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
	h1,
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 20px;
	}
	h3,
	.h3 {
		font-size: 18px;
	}
	h4,
	.h4 {
		font-size: 16px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 20px;
	}
	h3,
	.h3 {
		font-size: 18px;
	}
	h4,
	.h4 {
		font-size: 16px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
}
/* btn */
.btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 10px 15px 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
	border: 2px solid #007dc5;
	background: #007dc5;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn i {
	position: relative;
	display: inline-block;
	font-size: 130%;
	font-style: normal;
	line-height: 0;
	margin-right: 7px;
	margin-top: 0px;
	top: 2px;
}
.btn.btn-red {
	border: 2px solid #e74c3c;
	background: #e74c3c;
}
.btn:hover,
.btn:focus {
	color: #ffffff;
	border-color: #006aa8;
	background-color: #006aa8;
}
.btn:hover.btn-red,
.btn:focus.btn-red {
	border: 2px solid #c54133;
	background: #c54133;
}
.btn.btn-border {
	color: #007dc5;
	background: transparent;
}
.btn.btn-border.btn.btn-border:hover,
.btn.btn-border:focus {
	color: #ffffff;
	border-color: #006aa8;
	background-color: #006aa8;
}
.btn.btn-lg {
	padding: 14px 18px 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
.btn.btn-lg i {
	line-height: 18px;
}
.btn.btn-sm {
	padding: 6px 10px 6px;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
}
.btn.btn-sm i {
	line-height: 14px;
}
.btn.btn-block {
	width: 100%;
}
.btn-circle {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 0 5px;
	font-size: 21px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #007dc5;
	border: 2px solid #007dc5;
	background: transparent;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-circle:hover,
.btn-circle:focus {
	color: #ffffff;
	border-color: #006aa8;
	background-color: #006aa8;
}
@media only screen and (max-width: 767px) {
	.btn {
		padding: 8px 10px 8px;
		font-size: 12px;
	}
	.btn.btn-lg {
		padding: 12px 12px 12px;
		font-size: 13px;
	}
	.btn.btn-sm {
		padding: 4px 8px 4px;
		font-size: 10px;
	}
}
::-webkit-input-placeholder {
	color: #434a54;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
::-moz-placeholder {
	color: #434a54;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
:-moz-placeholder {
	color: #434a54;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
:-ms-input-placeholder {
	color: #434a54;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* form */
form {
	position: relative;
	margin-bottom: 30px;
}
form .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
form .col-xs-1,
form .col-sm-1,
form .col-md-1,
form .col-lg-1,
form .col-xs-2,
form .col-sm-2,
form .col-md-2,
form .col-lg-2,
form .col-xs-3,
form .col-sm-3,
form .col-md-3,
form .col-lg-3,
form .col-xs-4,
form .col-sm-4,
form .col-md-4,
form .col-lg-4,
form .col-xs-5,
form .col-sm-5,
form .col-md-5,
form .col-lg-5,
form .col-xs-6,
form .col-sm-6,
form .col-md-6,
form .col-lg-6,
form .col-xs-7,
form .col-sm-7,
form .col-md-7,
form .col-lg-7,
form .col-xs-8,
form .col-sm-8,
form .col-md-8,
form .col-lg-8,
form .col-xs-9,
form .col-sm-9,
form .col-md-9,
form .col-lg-9,
form .col-xs-10,
form .col-sm-10,
form .col-md-10,
form .col-lg-10,
form .col-xs-11,
form .col-sm-11,
form .col-md-11,
form .col-lg-11,
form .col-xs-12,
form .col-sm-12,
form .col-md-12,
form .col-lg-12 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
form .form-group {
	margin-bottom: 15px;
}
form .form-control {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 24px;
	color: #434a54;
	background: #ffffff;
	border: 2px solid #dee4eb;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
form input.form-control {
	height: 40px;
}
form textarea.form-control {
	padding: 8px 15px;
	line-height: 25px;
	resize: none;
}
form select.form-control {
	height: 40px;
}
form .form-loader {
	display: none;
	margin-bottom: 30px;
}
form .form-thanks {
	display: none;
	margin-bottom: 30px;
}
/* checkbox */
.checkbox {
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding: 2px 0 2px 30px;
	line-height: 18px;
}
.checkbox input {
	display: none;
}
.checkbox input + label {
	cursor: pointer;
}
.checkbox input:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox input:not(checked) + label {
	position: relative;
	padding: 0;
	margin: 0;
}
.checkbox input:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -30px;
	width: 22px;
	height: 22px;
	border: 2px solid #dee4eb;
	background: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.checkbox input:not(checked) + label:after {
	position: absolute;
	width: 18px;
	height: 18px;
	color: #007dc5;
	font-family: 'FontAwesome';
	content: '\f00c';
	font-size: 12px;
	top: 1px;
	left: -28px;
	line-height: 18px;
	text-align: center;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox input:checked + label:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* radio */
.radio {
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding: 2px 0 2px 30px;
	line-height: 18px;
}
.radio input + label {
	cursor: pointer;
}
.radio input:not(checked) {
	position: absolute;
	opacity: 0;
}
.radio input:not(checked) + label {
	position: relative;
	padding: 0;
	margin: 0;
}
.radio input:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -30px;
	width: 22px;
	height: 22px;
	border: 2px solid #dee4eb;
	background: #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.radio input:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: -23px;
	width: 8px;
	height: 8px;
	background: #007dc5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	filter: alpha(opacity=0);
}
.radio input:checked + label:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* formstyler select */
.jq-selectbox {
	position: relative;
	display: block!important;
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox .jq-selectbox__select {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px;
	font-size: 15px;
	line-height: 36px;
	color: #434a54;
	background: #ffffff;
	border: 2px solid #dee4eb;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.jq-selectbox .jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 36px;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	position: absolute;
	display: block;
	background: transparent;
	height: 36px;
	width: 30px;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:after {
	position: absolute;
	height: 36px;
	width: 30px;
	top: 0;
	left: 0;
	line-height: 36px;
	text-align: center;
	font-size: 17px;
	color: #007dc5;
	font-family: 'Linearicons-Free';
	content: '\e874';
}
.jq-selectbox .jq-selectbox__dropdown {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	background: #ffffff;
	border: 2px solid #dee4eb;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox ul li {
	min-height: 18px;
	margin: 0;
	padding: 5px 15px 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	color: #434a54;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.jq-selectbox ul li + li {
	border-top: 1px dotted #dee4eb;
}
.jq-selectbox ul li:hover {
	background-color: #f0f3f8;
}
/* no-margin, no-padding */
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
/* padding-top */
.pt-0 {
	padding-top: 0!important;
}
.pt-5 {
	padding-top: 5px!important;
}
.pt-10 {
	padding-top: 10px!important;
}
.pt-15 {
	padding-top: 15px!important;
}
.pt-20 {
	padding-top: 20px!important;
}
.pt-25 {
	padding-top: 25px!important;
}
.pt-30 {
	padding-top: 30px!important;
}
.pt-35 {
	padding-top: 35px!important;
}
.pt-40 {
	padding-top: 40px!important;
}
.pt-45 {
	padding-top: 45px!important;
}
.pt-50 {
	padding-top: 50px!important;
}
.pt-60 {
	padding-top: 60px!important;
}
.pt-70 {
	padding-top: 70px!important;
}
.pt-80 {
	padding-top: 80px!important;
}
.pt-90 {
	padding-top: 90px!important;
}
.pt-100 {
	padding-top: 100px!important;
}
/* padding-right */
.pr-0 {
	padding-right: 0!important;
}
.pr-5 {
	padding-right: 5px!important;
}
.pr-10 {
	padding-right: 10px!important;
}
.pr-15 {
	padding-right: 15px!important;
}
.pr-20 {
	padding-right: 20px!important;
}
.pr-25 {
	padding-right: 25px!important;
}
.pr-30 {
	padding-right: 30px!important;
}
.pr-35 {
	padding-right: 35px!important;
}
.pr-40 {
	padding-right: 40px!important;
}
.pr-45 {
	padding-right: 45px!important;
}
.pr-50 {
	padding-right: 50px!important;
}
.pr-60 {
	padding-right: 60px!important;
}
.pr-70 {
	padding-right: 70px!important;
}
.pr-80 {
	padding-right: 80px!important;
}
.pr-90 {
	padding-right: 90px!important;
}
.pr-100 {
	padding-right: 100px!important;
}
/* padding-bottom */
.pb-0 {
	padding-bottom: 0!important;
}
.pb-5 {
	padding-bottom: 5px!important;
}
.pb-10 {
	padding-bottom: 10px!important;
}
.pb-15 {
	padding-bottom: 15px!important;
}
.pb-20 {
	padding-bottom: 20px!important;
}
.pb-25 {
	padding-bottom: 25px!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pb-35 {
	padding-bottom: 35px!important;
}
.pb-40 {
	padding-bottom: 40px!important;
}
.pb-45 {
	padding-bottom: 45px!important;
}
.pb-50 {
	padding-bottom: 50px!important;
}
.pb-60 {
	padding-bottom: 60px!important;
}
.pb-70 {
	padding-bottom: 70px!important;
}
.pb-80 {
	padding-bottom: 80px!important;
}
.pb-90 {
	padding-bottom: 90px!important;
}
.pb-100 {
	padding-bottom: 100px!important;
}
/* padding-left */
.pl-0 {
	padding-left: 0!important;
}
.pl-5 {
	padding-left: 5px!important;
}
.pl-10 {
	padding-left: 10px!important;
}
.pl-15 {
	padding-left: 15px!important;
}
.pl-20 {
	padding-left: 20px!important;
}
.pl-25 {
	padding-left: 25px!important;
}
.pl-30 {
	padding-left: 30px!important;
}
.pl-35 {
	padding-left: 35px!important;
}
.pl-40 {
	padding-left: 40px!important;
}
.pl-45 {
	padding-left: 45px!important;
}
.pl-50 {
	padding-left: 50px!important;
}
.pl-60 {
	padding-left: 60px!important;
}
.pl-70 {
	padding-left: 70px!important;
}
.pl-80 {
	padding-left: 80px!important;
}
.pl-90 {
	padding-left: 90px!important;
}
.pl-100 {
	padding-left: 100px!important;
}
/* margin-top */
.mt-0 {
	margin-top: 0!important;
}
.mt-5 {
	margin-top: 5px!important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-15 {
	margin-top: 15px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.mt-25 {
	margin-top: 25px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-35 {
	margin-top: 35px!important;
}
.mt-40 {
	margin-top: 40px!important;
}
.mt-45 {
	margin-top: 45px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mt-60 {
	margin-top: 60px!important;
}
.mt-70 {
	margin-top: 70px!important;
}
.mt-80 {
	margin-top: 80px!important;
}
.mt-90 {
	margin-top: 90px!important;
}
.mt-100 {
	margin-top: 100px!important;
}
/* margin-right */
.mr-0 {
	margin-right: 0!important;
}
.mr-5 {
	margin-right: 5px!important;
}
.mr-10 {
	margin-right: 10px!important;
}
.mr-15 {
	margin-right: 15px!important;
}
.mr-20 {
	margin-right: 20px!important;
}
.mr-25 {
	margin-right: 25px!important;
}
.mr-30 {
	margin-right: 30px!important;
}
.mr-35 {
	margin-right: 35px!important;
}
.mr-40 {
	margin-right: 40px!important;
}
.mr-45 {
	margin-right: 45px!important;
}
.mr-50 {
	margin-right: 50px!important;
}
.mr-60 {
	margin-right: 60px!important;
}
.mr-70 {
	margin-right: 70px!important;
}
.mr-80 {
	margin-right: 80px!important;
}
.mr-90 {
	margin-right: 90px!important;
}
.mr-100 {
	margin-right: 100px!important;
}
/* margin-bottom */
.mb-0 {
	margin-bottom: 0!important;
}
.mb-5 {
	margin-bottom: 5px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-15 {
	margin-bottom: 15px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mb-25 {
	margin-bottom: 25px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-35 {
	margin-bottom: 35px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.mb-45 {
	margin-bottom: 45px!important;
}
.mb-50 {
	margin-bottom: 50px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
.mb-70 {
	margin-bottom: 70px!important;
}
.mb-80 {
	margin-bottom: 80px!important;
}
.mb-90 {
	margin-bottom: 90px!important;
}
.mb-100 {
	margin-bottom: 100px!important;
}
/* margin-left */
.ml-0 {
	margin-left: 0!important;
}
.ml-5 {
	margin-left: 5px!important;
}
.ml-10 {
	margin-left: 10px!important;
}
.ml-15 {
	margin-left: 15px!important;
}
.ml-20 {
	margin-left: 20px!important;
}
.ml-25 {
	margin-left: 25px!important;
}
.ml-30 {
	margin-left: 30px!important;
}
.ml-35 {
	margin-left: 35px!important;
}
.ml-40 {
	margin-left: 40px!important;
}
.ml-45 {
	margin-left: 45px!important;
}
.ml-50 {
	margin-left: 50px!important;
}
.ml-60 {
	margin-left: 60px!important;
}
.ml-70 {
	margin-left: 70px!important;
}
.ml-80 {
	margin-left: 80px!important;
}
.ml-90 {
	margin-left: 90px!important;
}
.ml-100 {
	margin-left: 100px!important;
}
/* table */
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #dee4eb;
	border-right: 1px solid #dee4eb;
}
table tr th {
	padding: 7px 2px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dee4eb;
	border-left: 1px solid #dee4eb;
}
table tr td {
	padding: 7px 2px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dee4eb;
	border-left: 1px solid #dee4eb;
}
table.table-striped tr:nth-of-type(odd) {
	background-color: #f0f3f8;
}
.content table tr th,
.content table tr th p {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	background-color: #f0f3f8;
	vertical-align: middle;
}
.content table tr td,
.content table tr td p {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.table {
		width: 100%;
		margin-bottom: 30px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border-bottom: 1px solid #dee4eb;
		border-right: 1px solid #dee4eb;
		-webkit-overflow-scrolling: touch;
	}
	.table table {
		margin-bottom: 0;
		border: none;
	}
  /*
  table {
    display: block;
    width: 100%;
  }
  table thead,
  table tbody,
  table tr,
  table td,
  table th {
    width: 100%;
    display: block;
  }
  */
}
/* wrap */
.wrap {
	position: relative;
	width: 100%;
	padding: 40px 0 20px;
}
.wrap-table {
	display: table;
	width: 100%;
	height: 100%;
}
.wrap-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.wrap-index {
	padding: 0!important;
}
.wrap-header {
	padding: 10px 0!important;
}
.wrap-nav {
	padding: 0!important;
	background: #f0f3f8;
}
.wrap-offer {
	padding: 50px 0 50px;
	background: #007dc5;
	color: #ffffff;
}
.wrap-page {
	padding: 50px 0 50px;
	background: url(../img/bg_page_blue.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.wrap-grey {
	background: #f0f3f8;
}
.wrap-white {
	background: #ffffff;
}
.wrap-footer {
	background: #434a54;
}
@media only screen and (max-width: 767px) {
	.wrap {
		padding: 30px 0 10px;
	}
	.wrap-page {
		padding: 30px 0 30px;
	}
	.wrap-offer {
		padding: 30px 0 30px;
		background: url(../img/bg_page_blue.jpg);
	}
}
/* nav */
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-logo:before,
.navbar-collapse:before {
	content: '';
	display: table;
}
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-logo:after,
.navbar-collapse:after {
	content: '';
	display: table;
	clear: both;
}
.nav {
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.nav li {
	position: relative;
	display: block;
}
.nav li a {
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav.nav-link li {
	float: left;
	padding: 0;
	margin: 0 15px 5px 0;
}
.nav.nav-link li:last-child {
	margin-right: 0;
}
.nav.nav-link li a {
	color: #aab2bd;
}
.nav.nav-link li a:hover,
.nav.nav-link li a:focus {
	color: #434a54;
}
.nav.nav-link li.active a {
	color: #434a54;
}
.nav.nav-vertical li {
	float: none;
}
.nav.nav-vertical li + li {
	border-top: 1px solid #dee4eb;
}
.nav.nav-justify li {
	float: none;
}
.nav.nav-center {
	text-align: center;
}
.nav.nav-center li {
	display: inline-block;
	float: none;
}
/* navbar */
.navbar {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f0f3f8;
}
.navbar .navbar-header {
	position: relative;
	float: left;
	color: #ffffff;
}
.navbar .navbar-header .navbar-phone {
	display: none;
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	color: #434a54;
}
.navbar .navbar-header .navbar-phone a {
	text-decoration: none;
	color: #434a54!important;
}
.navbar .navbar-header .navbar-toggle {
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	outline: none;
	font-size: 27px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #e74c3c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar .navbar-header .navbar-toggle:hover,
.navbar .navbar-header .navbar-toggle:focus {
	color: #c54133;
}
.navbar .navbar-header .navbar-toggle i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
}
.navbar .navbar-collapse {
	float: left;
}
.navbar .navbar-collapse .navbar-nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar .navbar-collapse .navbar-nav li {
	float: left;
	padding: 0;
	margin: 0;
}
.navbar .navbar-collapse .navbar-nav li + li {
	margin-left: 25px;
}
.navbar .navbar-collapse .navbar-nav li a {
	display: block;
	padding: 15px 0 11px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	color: #434a54;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar .navbar-collapse .navbar-nav li a:hover,
.navbar .navbar-collapse .navbar-nav li a:focus {
	color: #e74c3c;
}
.navbar .navbar-collapse .navbar-nav li.active a {
	color: #434a54;
	border-bottom: 4px solid #e74c3c;
}
.navbar .navbar-collapse .navbar-nav li .sub-menu {
	position: absolute;
	top: 100%;
	width: 240px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	background: #f0f3f8;
	text-align: left;
	z-index: 99;
	border-bottom: 1px solid #dee4eb;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar .navbar-collapse .navbar-nav li .sub-menu li {
	display: block;
	float: none;
	margin-left: 0;
	border-top: 1px solid #dee4eb;
}
.navbar .navbar-collapse .navbar-nav li .sub-menu li a {
	padding: 15px 20px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	border: none;
	color: #434a54;
}
.navbar .navbar-collapse .navbar-nav li .sub-menu li a:hover,
.navbar .navbar-collapse .navbar-nav li .sub-menu li a:focus {
	border: none;
	color: #e74c3c;
}
/* breadcrumb */
.breadcrumb {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #dee4eb;
	line-height: 1.2;
}
.breadcrumb li + li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 0 5px;
	color: #aab2bd;
}
.breadcrumb li a {
	color: #dee4eb;
	text-decoration: none;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #ffffff;
}
/* pagination */
.pagination {
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagination li a,
.pagination li span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 -3px;
	width: 27px;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #aab2bd;
	background-color: transparent;
	outline: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
	color: #434a54;
	cursor: pointer;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active span,
.pagination li.active span:hover,
.pagination li.active span:focus {
	color: #434a54;
	cursor: default;
}
.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled a:focus,
.pagination li.disabled span,
.pagination li.disabled span:hover,
.pagination li.disabled span:focus {
	color: #aab2bd;
	cursor: not-allowed;
}
/* pager */
.pager {
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pager:before {
	content: '';
	display: table;
}
.pager:after {
	content: '';
	display: table;
	clear: both;
}
.pager li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.pager li a {
	position: relative;
	display: inline-block;
	margin: 0 0 5px;
	padding: 10px 0px;
	font-weight: 500;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	color: #aab2bd;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.pager li a:hover,
.pager li a:focus {
	color: #434a54;
	cursor: pointer;
}
.pager li.prev {
	float: left;
}
.pager li.next {
	float: right;
}
@media only screen and (max-width: 767px) {
	/* nav */
	.navbar {
		padding: 10px 0px;
	}
	.navbar .navbar-header {
		float: none;
		display: block;
	}
	.navbar .navbar-header .navbar-phone {
		display: block;
	}
	.navbar .navbar-header .navbar-toggle {
		display: block;
	}
	.navbar .navbar-collapse {
		float: none;
		margin-top: 10px;
	}
	.navbar .navbar-collapse .navbar-nav {
		float: none;
		border-top: 1px solid #dee4eb;
	}
	.navbar .navbar-collapse .navbar-nav li {
		float: none;
		margin-left: 0;
	}
	.navbar .navbar-collapse .navbar-nav li + li {
		margin-left: 0;
		border-top: 1px solid #dee4eb;
	}
	.navbar .navbar-collapse .navbar-nav li.active a {
		color: #e74c3c;
		border-bottom: none;
	}
	.navbar .navbar-collapse .navbar-nav li a {
		text-align: center;
	}
	.navbar .navbar-collapse .navbar-nav li a span.toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		width: 40px;
		height: 100%;
		background: transparent;
	}
	.navbar .navbar-collapse .navbar-nav li a span.toggle:after {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -10px;
		width: 40px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-size: 18px;
		color: #aab2bd;
		font-family: 'Linearicons-Free';
		content: '\e881';
	}
	.navbar .navbar-collapse .navbar-nav li a span.toggle.toggle-on:after {
		content: '\e882';
	}
	.navbar .navbar-collapse .navbar-nav li .sub-menu {
		position: relative;
		display: none;
		width: 100%;
		border-bottom: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar .navbar-collapse .navbar-nav li .sub-menu.toggle-on {
		display: block;
	}
	.navbar .navbar-collapse .navbar-nav li .sub-menu li {
		border-top: 1px solid #dee4eb;
	}
	/* pager */
	.pager li {
		display: block;
		width: 100%;
		float: none!important;
	}
	.pager li a {
		display: block;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	/* nav */
	.nav-justify li {
		display: table-cell;
		width: 1%;
	}
	.nav-justify li a {
		text-align: center;
	}
	.navbar-collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar .navbar-collapse .sub-menu {
		left: 0;
		visibility: hidden;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
	}
	.navbar .navbar-collapse .sub-menu.right-menu {
		left: auto!important;
		right: 0;
	}
	.navbar .navbar-collapse .sub-menu li ul {
		top: 0px!important;
		left: 240px!important;
	}
	.navbar .navbar-collapse .sub-menu li ul.right-menu {
		left: -240px !important;
	}
	.navbar .navbar-collapse .navbar-nav li:hover > .sub-menu {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		visibility: visible;
	}
}
/* tabs */
.nav-tabs {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
.nav-tabs:before {
	content: '';
	display: table;
}
.nav-tabs:after {
	content: '';
	display: table;
	clear: both;
}
.nav-tabs li {
	position: relative;
	display: block;
	float: left;
	margin-bottom: -2px;
}
.nav-tabs li + li {
	margin-left: 20px;
}
.nav-tabs li a {
	position: relative;
	display: block;
	margin-right: 5px;
	padding: 10px 0;
	font-size: 15px;
	color: #aab2bd;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-tabs li.active a {
	color: #434a54;
}
.nav-tabs.nav-tabs-center {
	text-align: center;
}
.nav-tabs.nav-tabs-center li {
	display: inline-block;
	float: none;
}
.tab-content {
	margin: 0 0 30px;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
/* collapse */
.collapse-group {
	position: relative;
	margin-bottom: 30px;
}
.collapse-group .collapse-box {
	position: relative;
	border: 1px solid #dee4eb;
	margin-bottom: 10px;
	padding: 0px 20px;
}
.collapse-group .collapse-box a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 45px 12px 0px;
	color: #434a54;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.collapse-group .collapse-box a:before {
	position: absolute;
	font-family: 'Linearicons-Free';
	content: '\e873';
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	margin-top: -12px;
	padding: 3px 6px 3px 6px;
	text-align: center;
	vertical-align: middle;
	color: #007dc5;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	z-index: 9;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.collapse-group .collapse-box a.collapsed:before {
	content: '\e874';
}
.collapse-group .collapse-box p {
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	.nav-tabs {
		border-bottom: none;
	}
	.nav-tabs li {
		float: none;
	}
	.nav-tabs li + li {
		margin-left: 0;
		border-top: 1px solid #dee4eb;
	}
	.nav-tabs.nav-tabs-center li {
		display: block;
		text-align: center;
	}
}
/* modal */
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 30px 15px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: none;
	padding: 30px 40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-content .close {
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 0 5px;
	padding: 0;
	font-size: 21px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #434a54;
	background: #aab2bd;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 40px;
	border: none;
	border-radius: 40px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal-content .close i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.modal-content .close:hover,
.modal-content .close:focus {
	color: #434a54;
	background-color: #aab2bd;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media only screen and (max-width: 767px) {
	.modal-content {
		padding: 20px 30px;
	}
}
@media only screen and (min-width: 768px) {
	.modal-dialog {
		width: 640px;
		margin: 60px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
	}
	.modal-sm {
		width: 480px;
	}
}
@media only screen and (min-width: 992px) {
	.modal-lg {
		width: 960px;
	}
}
/* index */
.brand-box {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 60px 60px;
	text-decoration: none;
}
.brand-box:before {
	position: absolute;
	content: '';
	border: 5px solid rgba(255, 255, 255, 0.1);
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 10;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.brand-box .brand {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #ffffff;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.brand-box .brand.brand-hansa {
	background-image: url(../img/bg-kawasaki.jpg);
}
.brand-box .brand.brand-kawasaki {
	background-image: url(../img/bg-hansa.jpg);
}
.brand-box .brand.brand-rickmeier {
	background-image: url(../img/bg-rickmeier.jpg);
}
.brand-box .brand.brand-italgroup {
	background-image: url(../img/bg-italgroup.jpg);
}
.brand-box img {
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.brand-box .logo-box {
	position: relative;
	display: inline-block;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	z-index: 99;
}
.brand-box .logo-box  img {
	position: relative;
	z-index: 99;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.brand-box p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	z-index: 99;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.brand-box:hover:before,
.brand-box:focus:before {
	border: 5px solid #ffffff;
}
.brand-box:hover img,
.brand-box:focus img,
.brand-box:hover p,
.brand-box:focus p {
	opacity: 1;
	filter: alpha(opacity=100);
}
.brand-box:hover .brand,
.brand-box:focus .brand {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
/* logo */
.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo a {
	margin-right: 30px;
}
.logo a img {
	max-width: 240px;
}
.logo span {
	display: inline-block;
	background: #f0f3f8;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	line-height: 1;
	margin-top: 10px;
	padding: 4px 10px;
}
.partners {
	display: inline-block;
    max-width: 520px;
    position: relative;
    float: right;
    height: 0;
    top: -50px;
}
.partners a img {
	max-width: 73px;
    margin-right: 10px;
    margin-top: 15px;
}
.partners a:hover img {
	filter: brightness(120%);
}
@media only screen and (max-width: 1199px) {
	.partners {
		max-width: 520px;
	    position: static;
	    float: left;
	    height: auto;
	}
    .navbar .navbar-collapse .navbar-nav li a {
		font-size: 11px;
	}
}
@media only screen and (max-width: 991px) {
	.partners {
	    max-width: 100%;
	    width: 100%;
	    float: none;
	    text-align: center;
	}
	.partners a img {
		max-width: 75px;
		margin: 20px;
	}
	.navbar .navbar-collapse .navbar-nav li a {
		font-size: 9px;
	}
}
/* header contact */
/*.header-contact {
	text-align: right;
	.item {
		position: relative;
		display: inline-block;
		text-align: left;
		vertical-align: middle;
		padding-left: 45px;
		margin-top: 30px;
		margin-bottom: 30px;
		color: @text;
		font-size: 16px;
		font-weight: 600;
		line-height: 18px;
		&.left {
			margin-right: 40px;
		}
		i {
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -20px;
			width: 40px;
			height: 40px;
			font-size: 24px;
			line-height: 40px;
			text-align: center;
			color: @blue;
		}
		span {
			display: block;
			font-size: 85%;
			font-weight: 400;
		}
	}
}
*/
.header-contact {
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
.header-contact .item {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding-left: 45px;
	color: #434a54;
}
.header-contact .item i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #007dc5;
}
.header-contact .item span.phone {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
.header-contact .item span.email {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
/* offer */
.img-box {
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	position: absolute;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.offer, .offer h1 {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 27px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
}
.offer span {
	font-weight: 700;
}
/* catalog */
.catalog-container {
	position: relative;
	z-index: 9;
}
.catalog-box {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background: #ffffff;
}
.catalog-box a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #434a54;
}
.catalog-box a .name {
	position: absolute;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #434a54;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catalog-box a .name span {
	display: block;
	line-height: 1.1;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}
.catalog-box a .image {
	text-align: center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.catalog-box a .readmore {
	display: block;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
	font-size: 21px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #007dc5;
	color: #007dc5;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.catalog-box a .readmore i {
	display: inline-block;
	line-height: 42px;
}
.catalog-box:hover a .name,
.catalog-box:focus a .name {
	color: #007dc5;
}
.catalog-box:hover a .image,
.catalog-box:focus a .image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.catalog-box:hover a .readmore,
.catalog-box:focus a .readmore {
	background: #007dc5;
	color: #ffffff;
}
.catalog-box a .vendor {
	position: absolute;
	max-width: 100px;
	bottom: 0;
	left: 0;
}
.catalog-box a .vendor img {
	width: 100%;
}
/* product-box */
.product-box {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background: #ffffff;
}
.product-box a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #434a54;
}
.product-box a .name {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #434a54;
	margin-bottom: 5px;
}
.product-box a .text {
	text-transform: none;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #434a54;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-box a .image {
	overflow: hidden;
	text-align: center;
}
.product-box a .image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.product-box a .price {
	height: 44px;
	line-height: 44px;
	color: #e74c3c;
}
.product-box a .price span {
	display: inline-block;
	line-height: 44px;
	color: #e74c3c;
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
}
.product-box a .price i {
	font-size: 16px;
}
.product-box a .readmore {
	display: block;
	margin: 0 auto;
	width: 44px;
	height: 44px;
	font-size: 21px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #007dc5;
	color: #007dc5;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-box a .readmore i {
	display: inline-block;
	line-height: 42px;
}
.product-box:hover a .name,
.product-box:focus a .name {
	color: #007dc5;
}
.product-box:hover a .image img,
.product-box:focus a .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product-box:hover a .readmore,
.product-box:focus a .readmore {
	background: #007dc5;
	color: #ffffff;
}
/* product */
.product-image {
	text-align: center;
	margin-bottom: 20px;
}
.product-info {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: left;
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-intro {
	margin-bottom: 20px;
}
.product-name img {
	width: 180px;
}
.product-price {
	margin-bottom: 20px;
	line-height: 30px;
	color: #e74c3c;
	font-size: 27px;
	font-weight: 700;
	margin-right: 5px;
}
.product-price span.text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.product-price i {
	display: inline-block;
	margin-left: 5px;
	font-size: 24px;
}
.product-btn {
	margin-bottom: 30px;
}
.product-text {
	position: relative;
	z-index: 9;
	padding-top: 30px;
	border-top: 1px solid #dee4eb;
}
/* contact-box */
.contact-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 50px;
}
.contact-box i {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: left;
	color: #007dc5;
}
.contact-box .name {
	font-size: 16px;
	font-weight: 700;
}
/* icon-box */
.icon-box {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.icon-box .icon {
	font-size: 40px;
	line-height: 1;
	color: #e74c3c;
	margin-bottom: 10px;
}
.icon-box-2 {
	display: block;
	position: relative;
	padding-left: 60px;
	margin-bottom: 40px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.icon-box-2 .icon {
	position: absolute;
	left: 0;
	top: 50%;
	height: 40px;
	margin-top: -20px;
	font-size: 40px;
	line-height: 40px;
	color: #e74c3c;
}
/* blog-box */
.readmore {
	display: block;
	z-index: 9;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #007dc5;
	color: #007dc5;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.readmore a {
	text-decoration: none;
	color: #007dc5;
}
.readmore i {
	display: inline-block;
	line-height: 38px;
}
.readmore:hover {
	color: #ffffff;
	background: #007dc5;
}
.readmore:hover a {
	color: #ffffff;
}
.blog-wrap {
	padding: 30px 30px 30px 0;
	margin-bottom: 30px;
	background: #ffffff;
}
.blog-wrap .blog-box {
	margin-bottom: 0!important;
}
.blog-box {
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
}
.blog-box:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: #007dc5;
}
.blog-box h3,
.blog-box .h3,
.blog-box h4,
.blog-box .h4,
.blog-box h5,
.blog-box .h5,
.blog-box h6,
.blog-box .h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.2;
}
.blog-box h3 a,
.blog-box .h3 a,
.blog-box h4 a,
.blog-box .h4 a,
.blog-box h5 a,
.blog-box .h5 a,
.blog-box h6 a,
.blog-box .h6 a {
	text-decoration: none;
}
.blog-box .date {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.blog-box .text {
	margin-bottom: 10px;
}
/* navgoco */
.sidebar {
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
	background: #ffffff;
}
.sidebar-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #434a54;
	text-transform: uppercase;
}
.sidebar-title:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #434a54;
	left: 0;
	bottom: 0;
	position: absolute;
}
.nav-categories,
.nav-categories ul,
.nav-categories li {
	list-style: none;
}
.nav-categories ul {
	padding: 0;
	margin: 0 0 5px 15px;
}
.nav-categories {
	padding: 0;
	margin: 0;
}
.nav-categories li {
	margin: 0;
}
.nav-categories > li + li {
	border-top: 1px solid #dee4eb;
}
.nav-categories li a {
	display: block;
	line-height: 1;
	padding: 10px 0;
	font-size: 15px;
	text-decoration: none;
	color: #434a54;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-categories li > a > span {
	float: right;
	display: block;
	width: 24px;
	height: 18px;
	text-align: right;
	line-height: 18px;
	font-size: 11px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-categories li > a:hover > span {
	color: #434a54;
}
.nav-categories li > a > span:after {
	font-family: 'Linearicons-Free';
	content: '\e874';
}
.nav-categories li.open > a > span:after {
	font-family: 'Linearicons-Free';
	content: '\e873';
}
.nav-categories a:hover,
.nav-categories li.active > a {
	color: #007dc5;
}
/* content */
.content {
	position: relative;
	padding: 30px;
	background: #ffffff;
	margin-bottom: 30px;
}
/* footer-logo */
.footer-logo {
	margin-bottom: 15px;
}
.footer-logo a {
	display: block;
	text-decoration: none;
	margin-bottom: 15px;
}
.footer-logo a img {
	max-width: 180px;
}
/* footer-nav */
.footer-nav ul li {
	margin-bottom: 10px;
}
.footer-nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
	color: #aab2bd;
}
.footer-nav ul li.active a {
	color: #aab2bd;
}
/* footer contact */
.footer-contact {
	display: block;
	position: relative;
}
.footer-contact .item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	vertical-align: middle;
	padding-left: 45px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}
.footer-contact .item i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #aab2bd;
}
.footer-contact .item span.text {
	display: block;
	font-size: 85%;
	font-weight: 400;
}
.copyright {
	margin-bottom: 30px;
	font-size: 14px;
	color: #aab2bd;
}
.author {
	padding-top: 30px;
	border-top: 1px solid #565c65;
	font-size: 13px;
	margin-bottom: 30px;
}
.author a {
	text-decoration: none;
	color: #aab2bd;
}
.author a img {
	position: relative;
	top: -1px;
	left: 5px;
	height: 18px;
}
@media only screen and (max-width: 1199px) {
	/* logo */
	.logo a {
		margin-right: 30px;
	}
	.logo a img {
		max-width: 190px;
	}
	/* header-contact */
	.header-contact .item span.phone {
		font-size: 21px;
	}
	.header-contact .item span.email {
		font-size: 14px;
	}
}
@media only screen and (max-width: 991px) {
	/* logo */
	.logo {
		margin-top: 10px;
		text-align: center;
	}
	.logo a {
		margin: 0 15px;
	}
	.logo a img {
		max-width: 190px;
	}
	/* header-contact */
	.header-contact {
		margin-top: 0;
		margin-bottom: 10px;
		text-align: center;
		float: none;
	}
	.header-contact .item span.phone {
		font-size: 21px;
	}
	.header-contact .item span.email {
		font-size: 14px;
	}
	/* offer */
	.offer, .offer h1 {
		font-size: 24px;
	}
	.img-box {
		width: 36.5%;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-logo a {
		display: inline-block;
		margin: 0 10px 15px;
	}
}
@media only screen and (max-width: 767px) {
	/* logo */
	.logo {
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.logo a {
		display: inline-block;
		margin: 0 5px 10px;
	}
	.logo a img {
		max-width: 120px;
	}
	/* offer */
	.offer, .offer h1 {
		font-size: 21px;
	}
	.img-box {
		display: none;
	}
	.author {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.header-contact .item.call {
		display: none;
	}
}

.rick {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 30px;
}
.dealer {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
	border: 10px solid #111;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.55);
	box-shadow: 0 5px 15px rgba(0,0,0,.55);
}