*{
	box-sizing: border-box;
	font-family: 'ITC Charter', sans-serif;
}

p,h1,h2,h3,h4,h5,h6,li,span,td,tr,span{
	font-family: 'ITC Charter', sans-serif;
}

body{
	display: block;
	font-family: 'ITC Charter', sans-serif;
}

.hide{
	display: none !important;
}

.header{
	width: 100%;
	display: block;
	background: #fff;
	z-index: 10;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	padding-top: 91px;
}

.header .center-content{
	width: 90%;
	display: table;
	margin: 0px auto;
	max-width: 1575px;
}

.header .header-content{
	display: table;
	width: 100%;
	padding: 19px 0px;
	top: 0px;
	left: 0px;
	position: fixed;
	background: #fff;
	z-index: 1002;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.header.is-hidden .header-content{
	top: -91px;
}

.header .header-content ul.lts-lf{
	display: table;
	float: left;
}

.header .header-content ul.lts-lf li{
	float: left;
}

.header .header-content ul.lts-lf li a.logo{
	width: 70px;
	display: block;
	margin-right: 10px;
}

.header .header-content ul.lts-lf li a.logo img{
	display: block;
	width: 100%;
}

.header .header-content ul.lts-lf li p{
	font-size: 16px;
	text-align: center;
	padding: 0px 22px;
	border-left: .50px solid #000000;
	margin: 32px 0px;
	margin-bottom: 0px;
}

.header .header-content ul.lts-rgt{
	display: table;
	float: right;
	padding: 8px 0px;
}

.header .header-content ul.lts-rgt li{
	display: table;
	float: left;
	margin: 0px 10px;
}

.header .header-content ul.lts-rgt li:last-child{
	margin-right: 0px;
}

.header .header-content ul.lts-rgt li a{
	font-size: 16px;
	text-align: left;
	display: table;
	cursor: pointer;
	line-height: 25px;
	font-family: 'Helvetica Neue', sans-serif;
}

.header .header-content ul.lts-rgt li a i{
	display: block;
	float: left;
	margin-right: 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .header-content ul.lts-rgt li a.search-bar{
	float: left;
	margin-left: 12px;
	margin-top: 2px;
}

.header .header-content ul.lts-rgt li .search-form{
	display: block;
	float: left;
	max-width: 0;
	overflow: hidden;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.header .header-content ul.lts-rgt li .search-form.open{
	max-width: 200px;
}

.header .header-content ul.lts-rgt li .search-form .group-input{
	margin: 0px;
}

.header .header-content ul.lts-rgt li .search-form .group-input .form-control{
	margin: 0px;
	height: 30px;
	padding: 5px;
}

i.icon-search{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icon-search.png) center center no-repeat;
	background-size: contain !important;
}

i.icon-share{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icon-share.png) center center no-repeat;
	background-size: contain !important;
}

.header .header-content ul.lts-rgt li a i.icon-search{
	margin: 0px;
}

.header .header-content ul.lts-rgt li a:hover i.icon-search{
	background: url(../images/icon-search-hover.png) center center no-repeat;
}

.header .header-content ul.lts-rgt li a:hover i.icon-share{
	background: url(../images/icon-share-hover.png) center center no-repeat;
}

.header .header-night-bar{
	width: 100%;
	height: 65px;
	display: block;
	background: #404041;
	padding: 0px 0px;
}

.header .header-night-bar .btn-spl{
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: table;
	float: left;
	padding: 24px 0px;
	padding-bottom: 21px;
	font-size: 17px;
	margin-right: 24px;
	cursor: pointer;
	font-family: 'Helvetica Neue', sans-serif;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .header-night-bar .btn-spl:hover{
	border-bottom: 3px solid #fff;
}

.header .header-night-bar .btn-white{
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: table;
	float: left;
	padding: 6px 11px;
	margin: 17px 24px;
	font-size: 17px;
	font-family: 'Helvetica Neue', sans-serif;
	cursor: pointer;
	border: 1px solid #fff;
	text-decoration: none !important;

	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .header-night-bar .btn-white:hover{
	background: #fff;
	color: #2D2D2D;
}

.header .header-night-bar .logged-name{
	float: right;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: table;
	font-size: 22px;
	padding: 21px 0px;
	position: relative;
}

.header .header-night-bar .logged-name a.btn-logout{
	position: absolute;
	display: none;
	bottom: 15px;
	left: -150px;
	border: 1px solid #fff;
	padding: 8px 20px;
	z-index: 1;
	background: #fff;
	color: #404041;
	box-shadow: 0 0 5px rgb(64 64 65 / .2);
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0;
}

.header .header-night-bar.show-logout a.btn-logout{
	opacity: 1;
}

.header .content-share{
	float: right;
	display: table;
	position: relative;
}

.header .content-share .btn-share{
	display: table;
	font-size: 14px;
	color: #2D2D2D;
	font-family: 'Arial', sans-serif;
	line-height: 26px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .content-share .btn-share .bg-white{
	display: block;
	position: absolute;
	width: calc(100% - 26px);
	top: 0px;
	right: 0px;
	background: #fff;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .content-share:hover .btn-share .bg-white{
	opacity: 0;
}

.header .content-share:hover .btn-share{
	padding-right: 20px;
	color: rgba(255, 255, 255, 0);
}

.header .content-share .btn-share i{
	float: left;
	display: inline-block;
	margin-right: 8px !important;
}

.header .content-share .btn-social-share{
	float: left;
	cursor: pointer;
	border-radius: 50%;
	margin: 0px 2px;
}

.header .content-share .btn-social-share i{
	margin-right: 0px !important;
}

.header .content-share .content-social-share{
	display: block;
	position: absolute;
	top: 1px;
	right: 0px;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header .content-share:hover .content-social-share{
	opacity: 1;
}

.page-content{
	display: block;
	width: 100%;
	background: #fff;
	position: relative;
}

.footer{
	display: block;
	width: 100%;
	background: #7D7D7D;
	border-bottom: 10px solid #2D2D2D;
}

.footer .share-content{
	width: 100%;
	height: 85px;
	display: table;
	background: #2D2D2D;
}

.footer .share-content ul{
	width: 100%;
	display: table;
	text-align: center;
	padding: 22px 0px;
}

.footer .share-content ul li{
	display: inline-table;
	margin: 0px 10px;
}

.footer .share-content ul li h4{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	line-height: 38px;
	color: #fff;
}

.footer .share-content ul li a{
	display: table;
	cursor: pointer;
	width: 20px;
	height: 20px;
	padding: 5px;
}

.footer .share-content ul li a i{
	display: block;
	margin: 0px auto;
	height: 20px !important;
	background-size: contain !important;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.footer .share-content ul li a i.icon-linkedin{
	width: 16px;
	height: 15px;
	background: url(../images/icon-footer-linkedin.png) center center no-repeat;
}

.footer .share-content ul li a:hover i.icon-linkedin{
	background: url(../images/icon-footer-linkedin-hover.png) center center no-repeat;
}

.footer .share-content ul li a i.icon-twitter{
	width: 17px;
	height: 14px;
	background: url(../images/icon-footer-twitter.png) center center no-repeat;
}

.footer .share-content ul li a:hover i.icon-twitter{
	background: url(../images/icon-footer-twitter-hover.png) center center no-repeat;
}

.footer .share-content ul li a i.icon-facebook{
	width: 8px;
	height: 20px;
	background: url(../images/icon-footer-facebook.png) center center no-repeat;
}

.footer .share-content ul li a:hover i.icon-facebook{
	background: url(../images/icon-footer-facebook-hover.png) center center no-repeat;
}

.footer .share-content ul li a i.icon-youtube{
	width: 20px;
	height: 14px;
	background: url(../images/icon-footer-youtube.png) center center no-repeat;
}

.footer .share-content ul li a:hover i.icon-youtube{
	background: url(../images/icon-footer-youtube-hover.png) center center no-repeat;
}

.footer .footer-content a.logo{
	display: table;
	cursor: pointer;
	text-decoration: none !important;
}

.footer .footer-content a.logo img{
	display: block;
	width: 166px;
}

.footer .footer-content{
	display: block;
	width: 100%;
	padding: 68px 0px;
	padding-bottom: 12px;
}

.footer .footer-content .content-center{
	max-width: 1450px;
	margin: 0px auto;
	width: 90%;
	display: block;
}

.footer .footer-content p.legal{
	padding: 18px 0px;
	margin-top: 70px;
	margin-bottom: 20px;
	border: .70px solid rgba(255, 255, 255, .4);
	border-left: 0;
	border-right: 0;
	color: #fff;
	font-family: 'Helvetica Neue LT Std', sans-serif;
	line-height: 25px;
	font-size: 15px;
	text-align: left;
}

.footer .footer-content a.powered-by{
	display: table;
	cursor: pointer;
	text-decoration: none !important;
}

.footer .footer-content a.powered-by img{
	display: block;
	width: 182px;
}

.loading{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: table;
	background: rgba(255, 255, 255, .75);
	z-index: 10;
}

.loading .loading-center{
	display: table-cell;
	vertical-align: middle;
}

.loading .loading-icon{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/icon-loading.png) center center no-repeat;
	background-size: contain !important;
	margin: 0px auto;
	animation: spin 2s infinite;
	-webkit-animation: spin linear .8s infinite;
	-moz-animation: spin linear .8s infinite;
	-o-animation: spin linear .8s infinite
}

.msg-box{
	width: 100%;
	padding:15px;
	background:#fff;
	border-left:3px solid #000;
	margin-top:10px;
	margin-bottom:20px;
}

.msg-box p{
	font-size:16px;
	margin:0px;
	font-weight: normal;
	font-family: 'Helvetica Neue', sans-serif;
}

.msg-box.success{
	background-color: #eef7ea;
	border-color: #c9e2b3;
}

.msg-box.success p{
	color: #3c763d !important;
	font-size: 15px !important;
	margin:8px 0px !important;
}

.msg-box.error{
	background-color: #f9f0f0 !important;
	border-color: #e4b9c0 !important;
}

.msg-box.error p{
	color: #a94442 !important;
	font-size: 15px !important;
	margin:8px 0px !important;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: normal;
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}