body		{
	color:#454f56;
	line-height:1.7rem;  
}
a {
  color: #226ca3;
}
a:hover, a:focus, a:active {
  color: #454f56;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.89rem;
	margin-bottom: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#2f373d;
}
.h3, h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Header ----------------------------------------------------------*/
.topheader      {
    padding-top: 10px;
    background:#fff;
}
.headerright    {
    text-align: right;
    float: right;
}

.logo-image {
    margin-top: -22px;
}

.mainheader     {
    background:#fff;
}
#sp-top-bar			{
	display:none;
}

#sp-header {
	box-shadow: none;
    /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);*/
}

.body-innerwrapper		{
	background:#f0f3fb;
}

/* Menu ----------------------------------------------------------*/

.sp-megamenu-parent > li:hover > a {
    color: #226ca3;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #226ca3;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin: 0 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #226ca3;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #226ca3;
}
#offcanvas-toggler {
    font-size: 28px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

/* Banner & Title ----------------------------------------------------------*/
.mainbanner       {
    padding: 40px 0;
    background: #216ca3;
}
.mainbanner-inner       {
    max-width: 600px;
    margin: 0 auto;
}


/* Body ----------------------------------------------------------*/
.componentheading   {
    font-size:40px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
}
#sp-main-body {
    padding: 60px 0 280px 0;
	background: url(../images/bottom_bg.jpg) no-repeat center bottom;
}
.article-header, .article-info      {
    max-width:850px;
    margin:0 auto;
}
[itemprop="articleBody"] {
    max-width:850px;
    margin:0 auto;
}

.category-list		{
    max-width:850px;
    margin:0 auto;
}

/* Right ----------------------------------------------------------*/




/* Bottom ----------------------------------------------------------*/
.hormenu        {
    text-align: center;
    font-size:16px;
    background: #226ca3;
}
.hormenu ul > li > a::before {
    content:none!important;
    font-family: "FontAwesome";
}
.hormenu ul.menu_hor-menu ul    {
    list-style-type:none;
}
.hormenu ul.menu_hor-menu li    {
    display:inline
}
.hormenu ul.menu_hor-menu ul     a {
    list-style-type:none;
    padding:0;
    margin:0;
}
.hormenu ul.menu_hor-menu li a    {
    padding:0 10px;
    display:inline;
    color:#fff;
}
.hormenu ul.menu_hor-menu li a:hover    {
    display:inline;
    color:#c3e5ff;
}
.hormenu ul > li {
    border-bottom: none;
}


#sp-footer, #sp-bottom {
    background: #226ca3;
    color: #fff;
	text-align:center;
}
#sp-footer a, #sp-bottom a {
    color: #fff;
}
#sp-footer {
    font-size: 16px;
    padding: 0;
}
#sp-footer .container-inner {
    padding: 20px 0 70px 0;
    border-top: 0px solid rgba(255, 255, 255, .1);
	max-width:700px;
	margin:0 auto;
}


/* TYPO ----------------------------------------------------------*/

ul.social-icons {
    padding: 0 15px!important;
    font-size: 30px;
}
.social-icons li {
    padding: 0 15px!important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2a92cf;
    border-color: #2a92cf;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    border-color: #216ca3;
    background-color: #216ca3;
}

select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    max-width: 200px;
}


.btn,
.sppb-btn		{
    font-weight: 400;
	color: #fff!important;
	background: #2a92cf;
    padding: 10px 20px!important;
    font-size: 14px!important;
    line-height: 1.5;
    border-radius: 3px!important;
}
.btn:hover,
.sppb-btn:hover		{
	color: #fff!important;
	text-decoration: none;
	background: #216ca3;
}
.btn-lg,
.sppb-btn-lg		{
	font-size: 16px!important;
	padding: 12px 30px!important;
}
.btn-primary,
.sppb-btn-primary		{
	color: #fff!important;
	background: #2a92cf!important;
	border: 2px solid #2a92cf!important;
}
.btn-primary:hover,
.sppb-btn-primary:hover	{
	color: #fff!important;
	background: #216ca3!important;
	border: 2px solid #216ca3!important;
}
.btn-secondary,
.sppb-btn-secondary		{
	color: #fff!important;
	background: #404757!important;
	border: 2px solid #404757!important;
}
.btn-secondary:hover,
.sppb-btn-secondary:hover	{
	color: #fff!important;
	background: #2e333e!important;
	border: 2px solid #2e333e!important;
}
.btn-success,
.sppb-btn-success		{
	color: #fff!important;
	background: #5cb85c!important;
	border: 2px solid #5cb85c!important;
}
.btn-success:hover,
.sppb-btn-success:hover	{
	color: #fff!important;
	background: #489e48!important;
	border: 2px solid #489e48!important;
}
.btn-warning,
.sppb-btn-warning		{
	color: #fff!important;
	background: #f0ad4e!important;
	border: 2px solid #f0ad4e!important;
}
.btn-warning:hover,
.sppb-btn-warning:hover	{
	color: #fff!important;
	background: #e09f42!important;
	border: 2px solid #e09f42!important;
}
.btn-danger,
.sppb-btn-danger		{
	color: #fff!important;
	background: #ed1d24!important;
	border: 2px solid #ed1d24!important;
}
.btn-danger:hover,
.sppb-btn-danger:hover	{
	color: #fff!important;
	background: #cc1e23!important;
	border: 2px solid #cc1e23!important;
}
.btn-info	,
.sppb-btn-info		{
	color: #59698d!important;
	background: none!important;
	border: 2px solid #59698d!important;
}
.btn-info:hover,
.sppb-btn-info:hover	{
	color: #fff!important;
	background: #59698d!important;
	border: 2px solid #59698d!important;
}
.btn-link,
.sppb-btn-link		{
	color: #337ab7!important;
	background: none!important;
	border: 2px solid #337ab7!important;
}
.btn-link:hover,
.sppb-btn-link:hover	{
	color: #fff!important;
	background: #337ab7!important;
	border: 2px solid #337ab7!important;
}
blockquote   {
	background: #f1f3f7;
	padding: 40px 40px 20px 40px;
	border-left: 6px solid #de2f34;
	font-size: 18px;
}




/* K2 ----------------------------------------------------------*/
.k2narrowwidth      {
    max-width: 850px!important;
    margin: 0 auto!important;
}
.catItemExtraFields a     {
    color:#454f56;
}
.catItemExtraFields a:hover     {
    color:#226ca3;
}


/* Responsive ----------------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
 
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
.logo-image-phone {
    height: 59px!important;
}
#sp-header .logo {
    height: 90px!important;
}
#offcanvas-toggler {
    height: 90px!important;
    line-height: 90px!important;
}
#sp-header {
    height: 90px!important;
}


}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
 
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
.itemImageBlock {padding:8px 0;margin:0 0 5px 0px!important; float: right;}
.logo-image {
    margin-top: 0px!important;
}

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
 
}



/* XXXXX ----------------------------------------------------------*/




/* XXXXX ----------------------------------------------------------*/




