/* body */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
	background: #ffffff;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.title-new {
    display: inline-block;
    padding: 5px 10px;
    background: #1f60a4;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
/* preload */
#preload {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#preload .preload-image {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	text-align: center;
}
/* back to top */
#back-to-top {
	display: inline-block;
	position: fixed;
	width: 50px;
	height: 50px;
	background: #ffbe0e;
	bottom: -100px;
	right: 20px;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
	z-index: 100;
}
#back-to-top:hover,
#back-to-top:focus {
	background: #ffcb3e;
}
#back-to-top.visible {
	bottom: 20px;
}
#back-to-top.gone {
	bottom: -100px;
}
/* mixitup */
#mixitup .mix {
	display: none;
}
/* content */
.col-center {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	clear: both;
}
.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;
}
.middle-left {
	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;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.6;
	}
}
/* typography */
a {
	color: #1f60a4;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
a:focus {
	color: #ffbe0e;
	text-decoration: none;
	outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333333;
	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: #333333;
	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 {
	text-decoration: none;
}
h1,
.h1 {
	font-size: 27px;
}
h2,
.h2 {
	font-size: 24px;
}
h3,
.h3 {
	font-size: 21px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 15px;
}
h6,
.h6 {
	font-size: 15px;
}
hr,
.hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #f3f3f3;
}
p {
	padding: 0;
	margin: 0 0 20px;
}
em,
i {
	font-style: italic;
}
strong,
b {
	font-weight: 700;
	color: #333333;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.white {
	color: #ffffff !important;
}
.blue {
	color: #1f60a4 !important;
}
.light {
	color: #81a7cb !important;
}
.mark {
	background: #f3f3f3;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	border-left: 4px solid #ffbe0e;
}
ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}
ul li {
	position: relative;
	margin-bottom: 10px;
}
ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
ol li {
	position: relative;
	margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
	h1,
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 21px;
	}
	h3,
	.h3 {
		font-size: 18px;
	}
	h4,
	.h4 {
		font-size: 15px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 21px;
	}
	h2,
	.h2 {
		font-size: 18px;
	}
	h3,
	.h3 {
		font-size: 15px;
	}
	h4,
	.h4 {
		font-size: 15px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 15px;
	}
}
/* 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-decoration: none;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	color: #333333;
	border: 2px solid #ffbe0e;
	background: #ffbe0e;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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;
	vertical-align: middle;
	font-size: 130%;
	font-style: normal;
	line-height: 0;
	margin-right: 8px;
}
.btn:hover {
	color: #333333;
	border-color: #ffcb3e;
	background-color: #ffcb3e;
}
.btn.btn-border {
	color: #333333;
	background: transparent;
}
.btn.btn-border:hover {
	color: #333333;
	border-color: #ffbe0e;
	background-color: #ffbe0e;
}
.btn.btn-lg {
	padding: 14px 20px 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}
.btn.btn-sm {
	padding: 6px 10px 6px;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
}
.btn.btn-block {
	width: 100%;
}
@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;
	}
}
/* 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: #333333;
	background: #ffffff;
	border: 1px solid #dadada;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
form input.form-control {
	height: 42px;
}
form textarea.form-control {
	padding: 15px 15px;
	resize: none;
}
form select.form-control {
	height: 42px;
}
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: 1px solid #dadada;
	background: #ffffff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.checkbox input:not(checked) + label.empty:before {
	border: 1px solid #e74c3c;
}
.checkbox input:not(checked) + label:after {
	position: absolute;
	width: 18px;
	height: 18px;
	font-family: 'FontAwesome';
	content: '\f00c';
	font-size: 14px;
	color: #1f60a4;
	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: 1px solid #dadada;
	background: #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.radio input:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: -24px;
	width: 10px;
	height: 10px;
	background: #1f60a4;
	-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: 42px;
	padding: 0 35px 0 15px;
	font-size: 15px;
	line-height: 40px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #dadada;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-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: 40px;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
	position: absolute;
	display: block;
	background: transparent;
	height: 40px;
	width: 30px;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:after {
	position: absolute;
	height: 40px;
	width: 30px;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #1f60a4;
	font-family: 'FontAwesome';
	content: '\f107';
}
.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: 1px solid #dadada;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-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: #333333;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.jq-selectbox ul li + li {
	border-top: 1px solid #f3f3f3;
}
.jq-selectbox ul li:hover {
	background-color: #f3f3f3;
}
/* 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;
}
/* owl */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}
.owl-wrap {
	margin: 0 -5px;
}
.owl-wrap .item {
	margin: 0 5px;
}
.owl-gallery .owl-controls {
	text-align: center;
}
.owl-gallery .owl-controls .owl-buttons {

}
.owl-gallery .owl-controls .owl-buttons div{
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	font-size: 21px;
	color: #ffbe0e;
	background: transparent;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.owl-gallery .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-gallery .owl-controls .owl-buttons div i {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 5px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: #ffbe0e;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.owl-gallery .owl-controls .owl-buttons div.owl-next {
	right: 10px;
}
.owl-gallery .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
.owl-gallery .owl-controls .owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}
.owl-gallery .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-gallery .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffbe0e;
	border:2px solid #fff;
}
.owl-gallery .owl-controls .owl-page.active span,
.owl-gallery .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-gallery .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(../img/owl.carousel/loader.gif) no-repeat center center
}
/* table */
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
table tr th {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
table tr td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
table.table-striped tr:nth-of-type(odd) {
	background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 20px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border-bottom: 1px solid #dadada;
		border-right: 1px solid #dadada;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive table {
		margin-bottom: 0;
		border: none;
	}
  /*table {
		display: block;
		width: 100%;
		thead, tbody, tr, td, th {
			width: 100%;
			display: block;
		}
		}*/
	}
	/* wrap */
	.wrap {
		position: relative;
		width: 100%;
		padding: 40px 0 20px;
		overflow: hidden;
	}
	.wrap-main {
		padding: 0;
	}
	.wrap-header {
		padding: 0;
		overflow: visible;
	}
	.wrap-grey {
		background: #f3f3f3;
	}
	.wrap-page {
		padding: 60px 0 30px;
		background: #f3f3f3;
	}
	.wrap-footer {
		background: #0d396a;
	}
	.wrap-copyright {
		padding: 20px 0;
		background: #052647;
	}
	@media only screen and (max-width: 767px) {
		.wrap-page {
			padding: 40px 0 10px;
			background: #f3f3f3;
		}
	}
	/* 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;
		padding: 0;
		list-style: none;
	}
	.nav li {
		position: relative;
		display: block;
	}
	.nav li a {
		position: relative;
		display: block;
		padding: 10px 10px;
		text-decoration: none;
		line-height: 20px;
		outline: none;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	/* navbar */
	.navbar {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 5px 0 0;
		top: 25px;
		margin-top: -25px;
		background: #1f60a4;
		z-index: 10;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
	}
	.navbar:before {
		position: absolute;
		width: 100%;
		height: 2px;
		content: '';
		top: -4px;
		left: 0;
		background: #1f60a4;
	}
	.navbar .navbar-header {
		position: relative;
		float: left;
		color: #ffffff;
	}
	.navbar .navbar-header .navbar-phone {
		display: none;
		float: left;
		padding: 10px 0;
		font-size: 18px;
		line-height: 30px;
	}
	.navbar .navbar-header .navbar-phone a {
		text-decoration: none!important;
		color: #ffffff !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: 24px;
		line-height: 30px;
		text-align: center;
		color: #ffffff;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.navbar .navbar-header .navbar-toggle:hover,
	.navbar .navbar-header .navbar-toggle:focus {
		color: #ffffff;
	}
	.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 a {
		display: block;
		padding: 15px 0;
		margin: 0 0 0 20px;
		font-size: 11px;
		font-weight: 700;
		line-height: 20px;
		text-transform: uppercase;
		text-decoration: none;
		color: #ffffff;
		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: #ffbe0e;
	}
	.navbar .navbar-collapse .navbar-nav > li.active a {
		color: #ffbe0e;
	}
	.navbar .navbar-collapse .navbar-nav > li.active a:before {
		position: absolute;
		width: 100%;
		height: 2px;
		content: '';
		top: -4px;
		left: 0;
		background: #ffbe0e;
	}
	.navbar .navbar-collapse .navbar-nav > li .sub-menu {
		position: absolute;
		top: 100%;
		width: 240px;
		padding: 0;
		margin: 0;
		background: #ffffff;
		border-bottom: 3px solid #1f60a4;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
		text-align: left;
		z-index: 2;
		-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: 0;
	}
	.navbar .navbar-collapse .navbar-nav > li .sub-menu li + li {
		border-top: 1px solid #f3f3f3;
	}
	.navbar .navbar-collapse .navbar-nav > li .sub-menu li a {
		padding: 15px 20px;
		line-height: 1;
		margin: 0;
		color: #1f60a4;
	}
	.navbar .navbar-collapse .navbar-nav > li .sub-menu li a:hover,
	.navbar .navbar-collapse .navbar-nav > li .sub-menu li a:focus {
		color: #ffbe0e;
	}
	.navbar .navbar-collapse .navbar-nav > li .sub-menu li.active a {
		color: #ffbe0e;
	}
	.navbar .navbar-collapse .navbar-nav .sub-menu li a:before {
		display: none;
	}
	/* nav-sidebar */
	.nav-sidebar,
	.nav-sidebar ul,
	.nav-sidebar li {
		list-style: none;
	}
	.nav-sidebar ul {
		display: none;
		padding: 0;
		margin: 0 0 5px 20px;
	}
	.nav-sidebar li.active .sub-menu {
		display: block;
	}
	.nav-sidebar ul li {
		position: relative;
	}
	.nav-sidebar ul li:before {
		position: absolute;
		content: '-';
		width: 15px;
		height: 40px;
		line-height: 35px;
		top: 0;
		left: 0;
	}
	.nav-sidebar {
		padding: 0;
		margin: 0 0 30px;
		border-bottom: 1px solid #eeeeee;
	}
	.nav-sidebar li {
		margin: 0;
	}
	.nav-sidebar > li + li {
		border-top: 1px solid #eeeeee;
	}
	.nav-sidebar li a {
		padding: 12px 30px 12px 15px;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.1;
		color: #333333;
		text-transform: uppercase;
	}
	.nav-sidebar li a:hover,
	.nav-sidebar li a:focus {
		color: #1f60a4;
	}
	.nav-sidebar li.active > a {
		color: #1f60a4;
		font-weight: 700;
	}
	.nav-sidebar li > a > span {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9;
		width: 30px;
		height: 100%;
	}
	.nav-sidebar li > a > span:after {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 13px;
		color: #333333;
		background: #f3f3f3;
		font-family: 'Themify';
		content: '\e61a';
		-webkit-border-radius: 30px;
		border-radius: 30px;
	}
	.nav-sidebar li.open > a > span:after {
		content: '\e622';
	}
	@media only screen and (max-width: 767px) {
		/* nav */
		.navbar {
			padding: 10px 15px;
		}
		.navbar:before {
			display: none;
		}
		.navbar .navbar-header {
			float: none;
			display: block;
		}
		.navbar .navbar-header .navbar-phone {
			display: block;
			padding: 0;
		}
		.navbar .navbar-header .navbar-toggle {
			display: block;
		}
		.navbar .navbar-collapse {
			float: none;
			margin-top: 10px;
		}
		.navbar .navbar-collapse .navbar-nav {
			float: none;
		}
		.navbar .navbar-collapse .navbar-nav li {
			float: none;
			margin-left: 0;
			border-top: 1px solid rgba(255, 255, 255, 0.1);
		}
		.navbar .navbar-collapse .navbar-nav li a {
			margin: 0;
			padding: 12px 30px;
			text-align: center;
		}
		.navbar .navbar-collapse .navbar-nav li a span.toggle {
			position: absolute;
			top: 0;
			right: 0;
			z-index: 9;
			width: 30px;
			height: 100%;
			background: #1f60a4;
			border-left: 1px solid rgba(255, 255, 255, 0.1);
		}
		.navbar .navbar-collapse .navbar-nav li a span.toggle:after {
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -10px;
			width: 30px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			font-size: 14px;
			color: #ffffff;
			font-family: 'Themify';
			content: '\e61a';
		}
		.navbar .navbar-collapse .navbar-nav li a span.toggle.toggle-on:after {
			content: '\e622';
		}
		.navbar .navbar-collapse .navbar-nav li.active a:before {
			display: none;
		}
		.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;
		}
	}
	@media only screen and (min-width: 768px) {
		/* nav */
		.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 {
			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;
		}
	}
	/* breadcrumb */
	.breadcrumb {
		position: relative;
		margin: 0 0 20px;
		padding: 0;
		list-style: none;
	}
	.breadcrumb li {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
	.breadcrumb li + li:before {
		content: "-";
		padding: 0 5px 0 2px;
		color: #1f60a4;
	}
	.breadcrumb li a {
		text-decoration: none;
	}
	.breadcrumb li a:hover,
	.breadcrumb li a:focus {
		color: #ffbe0e;
	}
	/* 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 5px;
		width: 30px;
		height: 30px;
		line-height: 26px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		color: #1f60a4;
		background-color: transparent;
		border: 1px solid #dadada;
		outline: none;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-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: #1f60a4;
		background-color: transparent;
		border: 1px solid #1f60a4;
		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: #ffffff;
		background-color: #1f60a4;
		border: 2px solid #1f60a4;
		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: #eeeeee;
		background-color: transparent;
		border-color: #eeeeee;
		cursor: not-allowed;
	}
	/* tabs */
	.nav-tabs {
		position: relative;
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
		border-bottom: 1px solid #dadada;
	}
	.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: -1px;
	}
	.nav-tabs li a {
		position: relative;
		display: block;
		margin-right: 5px;
		padding: 10px 15px;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		background: #f3f3f3;
		border: 1px solid #dadada;
		outline: none;
		color: #1f60a4;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.nav-tabs li.active a {
		color: #333333;
		background: #ffffff;
		border-bottom-color: #ffffff;
	}
	.nav-tabs.nav-tabs-center {
		text-align: center;
	}
	.nav-tabs.nav-tabs-center li {
		display: inline-block;
		float: none;
	}
	.tab-content {
		margin: 20px 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-bottom: 1px solid #dadada;
	}
	.collapse-group .collapse-box a {
		position: relative;
		display: block;
		margin: 0;
		padding: 20px 15px 20px 35px;
		color: #333333;
		font-weight: 600;
		line-height: 20px;
		text-align: left;
		text-decoration: none;
		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: 'Themify';
		content: '\e622';
		width: 24px;
		height: 24px;
		top: 50%;
		left: 0;
		margin-top: -12px;
		padding: 3px 6px 3px 6px;
		text-align: center;
		vertical-align: middle;
		color: #ffffff;
		background: #ffbe0e;
		font-size: 12px;
		line-height: 18px;
		z-index: 9;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.collapse-group .collapse-box a.collapsed:before {
		background: #1f60a4;
		content: '\e61a';
	}
	@media only screen and (max-width: 767px) {
		.nav-tabs {
			border-bottom: none;
		}
		.nav-tabs li {
			float: none;
			margin-bottom: 5px;
		}
		.nav-tabs li a {
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
		.nav-tabs li.active a {
			background: #ffffff;
			border: 1px solid #dadada;
		}
		.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: 0;
		border-radius: 0;
		-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: #333333;
	}
	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.modal-backdrop.in {
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	.modal-content .close {
		position: absolute;
		width: 40px;
		height: 40px;
		top: 0px;
		right: 0px;
		line-height: 40px;
		text-align: center;
		background: transparent;
		border: none;
		font-size: 20px;
		white-space: nowrap;
		cursor: pointer;
		outline: none;
	}
	.modal-scrollbar-measure {
		position: absolute;
		top: -9999px;
		width: 50px;
		height: 50px;
		overflow: scroll;
	}
	@media only screen and (min-width: 768px) {
		.modal-dialog {
			width: 480px;
			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);
		}
	}
	/* logo-main */
	.main-logo {
		position: absolute;
		width: 250px;
		height: 250px;
		background: #ffffff;
		top: 50%;
		left: 50%;
		margin: -125px 0 0 -125px;
		z-index: 100;
		padding: 10px;
		-webkit-border-radius: 200px;
		border-radius: 200px;
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
	}
	.main-logo img {
		margin-bottom: -5px;
	}
	.main-logo .name {
		position: relative;
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		font-weight: 900;
		line-height: 1;
		margin-bottom: 5px;
	}
	.main-logo .text {
		display: block;
		text-align: center;
		line-height: 1.2;
		font-size: 12px;
	}
	/* main-box */
	.main-box {
		position: relative;
		display: block;
		height: 100%;
		width: 100%;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #ffffff !important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 0;
	}
	.main-box:before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.65);
		z-index: 10;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}
	.main-box .inner {
		position: relative;
		height: 100%;
		width: 100%;
		padding: 30px;
		z-index: 20;
	}
	.main-box .inner:before,
	.main-box .inner:after {
		position: absolute;
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
		content: '';
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
		transition: opacity 0.35s, -webkit-transform 0.45s;
		transition: opacity 0.35s, transform 0.45s;
		transition: opacity 0.35s, transform 0.45s, -webkit-transform 0.45s;
	}
	.main-box .inner:before {
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		transform: scale(0, 1);
	}
	.main-box .inner:after {
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	.main-box .inner h2 {
		font-size: 21px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		line-height: 1;
		color: #ffffff !important;
		-webkit-transition: -webkit-transform 0.35s;
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	.main-box .inner p {
		color: #ffffff !important;
		margin: 0;
		padding: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	.main-box:hover:before {
		background: rgba(0, 0, 0, 0.35);
	}
	.main-box:hover .inner:before,
	.main-box:hover .inner:after {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.main-box:hover .inner h2 {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.main-box:hover .inner p {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	/* header */
	.wrap-header hr {
		margin: 0;
	}
	/* top-box */
	.top-box {
		padding: 8px 0;
		font-size: 13px;
	}
	.top-box.time {
		text-align: right;
	}
	.top-box i {
		display: inline-block;
		color: #1f60a4;
		font-size: 15px;
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 3px;
	}
	/* logo */
	.logo {
		position: relative;
		padding: 30px 0 30px 85px;
	}
	.logo a {
		display: block;
		color: #333333;
		text-decoration: none;
	}
	.logo a img {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -30px;
	}
	.logo a .inner .name {
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		font-weight: 900;
		line-height: 36px;
	}
	.logo a .inner .text {
		display: block;
		line-height: 12px;
		font-size: 11px;
	}
	/* brand-box */
	.brand-box {
		padding: 30px 0;
		text-align: left;
	}
	.brand-box img {
		height: 60px;
		width: auto;
	}
	/* header-box */
	.header-box {
		position: relative;
		padding: 30px 0;
		text-align: right;
	}
	.header-box .item {
		display: inline-block;
		vertical-align: middle;
	}
	.header-box .item.phone {
		padding: 6px 0;
		font-size: 21px;
		font-weight: 600;
		line-height: 24px;
		margin-right: 24px;
	}
	.header-box .item.phone span {
		color: #1f60a4;
	}
	.header-box .item.call .btn {
		margin: 0;
	}
	/* circle-box */
	.circle-box {
		position: relative;
		margin-bottom: 30px;
	}
	.circle-box a {
		display: block;
		text-decoration: none;
	}
	.circle-box a .new {
	    position: absolute;
	    display: inline-block;
	    padding: 2px 5px;
	    background: #1f60a4;
	    color: #fff;
	    font-weight: bold;
	    right: 0;
	    z-index: 10;
	    text-transform: uppercase;
	    font-size: 14px;
	}
	.circle-box a .image {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		overflow: hidden;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.circle-box a .image img {
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.circle-box a .name {
		display: block;
		font-weight: 700;
		line-height: 1.1;
		text-transform: uppercase;
		text-align: center;
	}
	.circle-box a:hover .image,
	.circle-box a:focus .image {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	.circle-box a:hover .image img,
	.circle-box a:focus .image img {
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	/* news-box */
	.news-box {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f3f3f3;
	}
	.news-box .image {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		overflow: hidden;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.news-box .image img {
		-webkit-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.news-box .image:hover,
	.news-box .image:focus {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	.news-box .image:hover img,
	.news-box .image:focus img {
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	.news-box .text .h5,
	.news-box .text h5 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.news-box .text .h5 a,
	.news-box .text h5 a {
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.news-box .text .h5 a:hover,
	.news-box .text h5 a:hover,
	.news-box .text .h5 a:focus,
	.news-box .text h5 a:focus {
		color: #ffbe0e;
	}
	.news-box .text .date {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.news-box .text p {
		margin-bottom: 10px;
	}
	/* contact-box */
	.contact-box {
		position: relative;
		margin-bottom: 30px;
		padding-left: 40px;
	}
	.contact-box i {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 20px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		font-size: 21px;
		line-height: 20px;
		text-align: center;
		color: #1f60a4;
	}
	.contact-box .name {
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1;
		color: #1f60a4;
		margin-bottom: 5px;
	}
	/* footer */
	.wrap-footer {
		color: #81a7cb;
		font-size: 14px;
	}
	.footer-title {
		position: relative;
		color: #ffffff;
		font-family: 'Roboto', sans-serif;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.footer-title:after {
		position: absolute;
		content: '';
		width: 40px;
		height: 2px;
		background: #ffffff;
		bottom: -2px;
		left: 0;
	}
	.nav-footer li {
		margin-bottom: 15px;
	}
	.nav-footer li a {
		color: #81a7cb;
		text-decoration: none;
	}
	.nav-footer li a:hover,
	.nav-footer li a:focus {
		color: #ffffff;
	}
	.footer-news-box {
		position: relative;
		margin-bottom: 20px;
	}
	.footer-news-box span {
		display: block;
		font-weight: 600;
		color: #ffffff;
		margin-bottom: 2px;
	}
	.footer-news-box a {
		display: block;
		color: #81a7cb;
		text-decoration: none;
		line-height: 1.2;
	}
	.footer-news-box a:hover,
	.footer-news-box a:focus {
		color: #ffffff;
	}
	.footer-contact-box {
		position: relative;
		margin-bottom: 15px;
		padding-left: 30px;
		line-height: 1.2;
	}
	.footer-contact-box i {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		top: 50%;
		left: 0;
		margin-top: -15px;
		color: #ffffff;
	}
	.copyright-box {
		font-size: 13px;
		color: #81a7cb;
	}
	.author-box {
		font-size: 13px;
		text-align: right;
	}
	.author-box a {
		color: #81a7cb;
		text-decoration: none;
	}
	.author-box a img {
		position: relative;
		top: -1px;
		left: 5px;
		height: 18px;
	}
	@media only screen and (max-width: 1199px) {
		/* logo */
		.logo {
			position: relative;
			padding: 30px 0 30px 60px;
		}
		.logo a img {
			height: 40px;
			margin-top: -20px;
		}
		.logo a .inner .name {
			font-size: 24px;
			line-height: 26px;
		}
		.logo a .inner .text {
			font-size: 10px;
		}
		/* brand-box */
		.brand-box img {
			height: 50px;
		}
		/* header-box */
		.header-box {
			padding: 20px 0;
		}
		.header-box .item.phone {
			padding: 14px 0;
			font-size: 18px;
			line-height: 21px;
			margin-right: 20px;
		}
	}
	@media only screen and (max-width: 991px) {
		/* logo */
		.logo {
			position: relative;
			padding: 30px 0 30px 60px;
		}
		.logo a img {
			height: 40px;
			margin-top: -20px;
		}
		.logo a .inner .name {
			font-size: 24px;
			line-height: 26px;
		}
		.logo a .inner .text {
			font-size: 10px;
		}
		/* header-box */
		.header-box {
			padding: 20px 0;
		}
		.header-box .item.phone {
			margin-right: 0px;
		}
		.header-box .item.call {
			display: none;
		}
	}
	@media only screen and (max-width: 767px) {
		/* main-logo */
		.main-logo {
			position: relative;
			margin: 0;
			padding: 20px 0;
			width: 100%;
			height: auto;
			top: auto;
			left: auto;
			-webkit-border-radius: 0;
			border-radius: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}
		/* main-box */
		.main-box .inner {
			padding: 80px 0;
		}
		.main-box .inner:before,
		.main-box .inner:after {
			top: 15px;
			right: 15px;
			bottom: 15px;
			left: 15px;
		}
		.main-box .inner h2 {
			font-size: 16px;
			margin-bottom: 10px;
			-webkit-transform: translate3d(0, 10px, 0);
			transform: translate3d(0, 10px, 0);
		}
		.main-box .inner p {
			-webkit-transform: translate3d(0, -10px, 0);
			transform: translate3d(0, -10px, 0);
		}
		/* logo */
		.logo {
			text-align: center;
			padding: 20px 0;
		}
		.logo a img {
			position: relative;
			margin-top: -40px;
			margin-right: 10px;
		}
		.logo a .inner {
			display: inline-block;
			text-align: left;
		}
		/* news-box */
		.news-box .text {
			display: block!important;
			text-align: center;
		}
		/* copyright */
		.copyright-box {
			text-align: center;
			margin-bottom: 20px;
		}
		/* author */
		.author-box {
			text-align: center;
		}
	}
