﻿@charset "UTF-8";
/* Scss Document */
a:link, a:active, a:visited {
	color: #3a8fca;
}
a.btn-pru-white:link, a.btn-pru-white:active, a.btn-pru-white:visited {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 15px;
}

@media (max-width: 767px) {
a.btn-pru-white:link, a.btn-pru-white:active, a.btn-pru-white:visited {
	width: 100%;
	display: block;
	text-align: center;
	border: 2px solid #ffffff;
	padding: 15px 15px;
}
}
a.btn-pru-white:hover {
	text-decoration: none;
}
a.btn-pru-yellow:link, a.btn-pru-yellow:active, a.btn-pru-yellow:visited {
	color: #ffffff;
	border: 1px solid #ffcc38;
	padding: 15px 20px;
	height: 50px;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #ffcc38;
}

@media (max-width: 767px) {
a.btn-pru-yellow:link, a.btn-pru-yellow:active, a.btn-pru-yellow:visited {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-yellow:hover {
	text-decoration: none;
}
button.btn-pru-yellow {
	color: #ffffff;
	border: 1px solid #ffcc38;
	padding: 15px 20px;
	height: 50px;
	width: 120px;
	border-radius: 0;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #ffcc38;
}

@media (max-width: 767px) {
button.btn-pru-yellow {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-yellow-inverse:link, a.btn-pru-yellow-inverse:active, a.btn-pru-yellow-inverse:visited {
	color: #636363;
	border: 1px solid #ffcc38;
	padding: 15px 20px;
	height: 50px;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #ffffff;
}

@media (max-width: 767px) {
a.btn-pru-yellow-inverse:link, a.btn-pru-yellow-inverse:active, a.btn-pru-yellow-inverse:visited {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-yellow-inverse:hover {
	text-decoration: none;
}
button.btn-pru-yellow-inverse {
	color: #636363;
	border: 1px solid #ffcc38;
	padding: 15px 20px;
	height: 50px;
	width: 120px;
	border-radius: 0;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #ffffff;
}

@media (max-width: 767px) {
button.btn-pru-yellow-inverse {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-blue:link, a.btn-pru-blue:active, a.btn-pru-blue:visited {
	color: #ffffff;
	border: 1px solid #3a8fca;
	padding: 15px 20px;
	height: 50px;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #3a8fca;
}

@media (max-width: 767px) {
a.btn-pru-blue:link, a.btn-pru-blue:active, a.btn-pru-blue:visited {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-blue:hover {
	text-decoration: none;
}
button.btn-pru-blue {
	color: #ffffff;
	border: 1px solid #3a8fca;
	padding: 15px 20px;
	height: 50px;
	width: 120px;
	border-radius: 0;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #3a8fca;
}

@media (max-width: 767px) {
button.btn-pru-blue {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-grey:link, a.btn-pru-grey:active, a.btn-pru-grey:visited {
	color: #ffffff;
	border: 1px solid #999999;
	padding: 15px 20px;
	height: 50px;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #999999;
}

@media (max-width: 767px) {
a.btn-pru-grey:link, a.btn-pru-grey:active, a.btn-pru-grey:visited {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-pru-grey:hover {
	text-decoration: none;
}
button.btn-pru-grey {
	color: #ffffff;
	border: 1px solid #999999;
	padding: 15px 20px;
	height: 50px;
	width: 120px;
	border-radius: 0;
	margin: 30px 0 15px;
	text-transform: uppercase;
	background: #999999;
}

@media (max-width: 767px) {
button.btn-pru-grey {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 20px;
}
}
a.btn-xs-half, button.btn-xs-half {
	margin-right: 30px;
}

@media (max-width: 767px) {
a.btn-xs-half, button.btn-xs-half {
	width: 44%;
	display: inline;
	margin-right: 5%;
}
}
html {
	overflow-x: hidden;
	width: 100%;
}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg-page.jpg) repeat-y center top;
	background-color: #f3f5f7;
	overflow-x: hidden;
	width: 100%;
}
.pru-title {
	color: #3a8fca;
}
.vblock {
	white-space: nowrap;
	height: 100%;
}
.vblock:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.vcentered {
	display: inline-block;
	vertical-align: middle;
}
header {
	width: 100%;
	height: 125px;
	background-color: #005cb8;
	color: #ffffff;
	font-size: 18px;
}
header .vblock {
	height: 125px;
}
header .vcentered:first-of-type {
	margin-right: 10px;
}
header li {
	margin-right: 0;
}
header li:last-of-type {
	margin-right: 0;
}
header a:link, header a:active, header a:visited {
	color: #ffffff;
}
header a:hover {
	text-decoration: none;
}
header a.active {
	font-weight: bold;
}
header #header-sm {
	font-size: 16px;
}
header #header-sm li {
	margin-right: 0;
	margin-left: 0;
}
header #header-sm li:first-of-type {
	border-right: 1px solid #ffffff;
	padding-right: 10px;
}
header #header-sm li:nth-of-type(2) {
	margin-right: 20px;
}
header #header-sub {
	margin-top: 10px;
	position: relative;
	font-size: 13px;
}
header #header-sub li.controllers {
	text-align: center;
	cursor: pointer;
	width: 40px;
	padding-top: 28px;
	margin-right: 20px;
}
header #header-sub li.controllers:first-of-type {
	background: url(../images/icon-nav-user.png) no-repeat top center;
}
header #header-sub li.controllers.active:first-of-type,  header #header-sub li.controllers:first-of-type:hover {
	background: url(../images/icon-nav-user-over.png) no-repeat top center;
}
header #header-sub li.controllers:nth-of-type(2) {
	width: 60px;
	background: url(../images/icon-nav-lp.png) no-repeat top center;
}
header #header-sub li.controllers.active:nth-of-type(2),  header #header-sub li.controllers:nth-of-type(2):hover {
	background: url(../images/icon-nav-lp-over.png) no-repeat top center;
}
header #header-sub li.controllers:nth-of-type(3) {
	background: url(../images/icon-nav-bank.png) no-repeat top center;
	margin-right: 0;
}
header #header-sub li.controllers.active:nth-of-type(3),  header #header-sub li.controllers:nth-of-type(3):hover {
	background: url(../images/icon-nav-bank-over.png) no-repeat top center;
}
header #header-sub li.controllers:last-of-type {
	background: url(../images/icon-nav-search.png) no-repeat top center;
	margin-right: 0;
	display: none;
}
header #header-sub li.controllers.active:last-of-type,  header #header-sub li.controllers:last-of-type:hover {
	background: url(../images/icon-nav-search-over.png) no-repeat top center;
}
header #header-sub li.active,  header #header-sub li:hover {
	color: #203951;
}
header #header-sub #header-sub-menu {
	position: absolute;
	display: none;
	width: 100%;
	min-height: 45px;
	background-color: #ffffff;
	z-index: 10;
	top: 73px;
	left: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #3a8fca;
	text-align: left;
	font-size: 16px;
}
header #header-sub #header-sub-menu form {
	border: 1px solid #efecea;
	padding: 6px;
	height: 38px;
}
header #header-sub #header-sub-menu input[type=text] {
	width: 92%;
	border: 0;
	height: 22px;
}
header #header-sub #header-sub-menu input[type=text]:focus {
	box-shadow: none;
	border: none;
	outline: 0;
}
header #header-sub #header-sub-menu ul {
	margin-bottom: 0;
}
header #header-sub #header-sub-menu li {
	width: 100%;
	height: 45px;
	text-align: left;
	padding: 12px 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
header #header-sub #header-sub-menu li:hover {
	color: #636363;
	background-color: #dbd8d6;
}
header #header-sub #header-sub-menu li:not(.item1st) {
	border-top: 1px solid #efecea;
}
header #header-sub #header-sub-menu li.item4 {
	padding: 10px 10px;
	height: 55px;
}
header #header-sub #header-sub-menu li.no-hover:hover {
	background-color: #ffffff;
}
header #header-sub #header-sub-menu i.fa {
	color: #3a8fca;
	cursor: pointer;
}
header #header-sub #header-sub-menu a:link, header #header-sub #header-sub-menu a:active, header #header-sub #header-sub-menu a:visited, header #header-sub #header-sub-menu a:hover {
	color: #3a8fca;
	display: block;
	width: 100%;
	height: 100%;
}
header #header-sub #header-sub-menu.item1,  header #header-sub #header-sub-menu.item2,  header #header-sub #header-sub-menu.item3,  header #header-sub #header-sub-menu.item4 {
	display: block;
}
header #header-sub #header-sub-menu:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
	position: absolute;
	z-index: 12;
	top: -15px;
	left: 56%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
header #header-sub #header-sub-menu.item2:before {
	left: 72%;
}
header #header-sub #header-sub-menu.item3:before {
	left: 89%;
}
header #header-sub #header-sub-menu.item4:before {
	left: 86.5%;
}
header #header-sub #header-sub-menu.hover1st:before {
	border-bottom: 15px solid #dbd8d6;
}
.even_hight{
	height: 230px;
	}

header .header_menu{
	z-index: 1000;
	position: relative;
}

header .header_right{
	z-index: 999;
}
header .list_right_memu{
	width: 50%;
	float: right;
}
@media (min-width: 768px) and  (max-width: 1024px) {
header  .topinfor {
	margin-right: 0 ;
	position: absolute;
	top: 10px;
	right: 0;
}
}
@media (max-width: 989px) {
header {
	height: 125px;
	z-index: 5;
}
header #header-menu-m {
	padding-top: 50px;
}
header #header-menu-m li {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
}
header #header-menu-m li a {
	display: block;
	width: 40px;
	height: 40px;
}
header #header-menu-m li:first-of-type {
	background: url(../images/icon-navover-rate-over.png) no-repeat center center;
}
header #header-menu-m li.active:first-of-type {
	background: url(../images/icon-mobile-rate-over.png) no-repeat center center;
}
header #header-menu-m li:nth-of-type(2) {
	background: url(../images/icon-navover-phone-over.png) no-repeat center center;
}
header #header-menu-m li.active:nth-of-type(2) {
	background: url(../images/icon-mobile-phone-over.png) no-repeat center center;
}
header #header-menu-m li:nth-of-type(3) {
	background: url(../images/icon-navover-email-over.png) no-repeat center center;
	display: none;
}
}

@media (max-width: 989px) and (max-width: 989px) {
header #header-menu-m li:nth-of-type(3) {
	display: inline-block !important;
}
}

@media (max-width: 989px) and (max-width: 767px) {
header #header-menu-m li:nth-of-type(3) {
	display: none !important;
}
.even_hight{
	height: auto;
	}
}

@media (max-width: 989px) {
header #header-menu-m li:last-of-type {
	background: url(../images/icon-mobile-menu.png) no-repeat center center;
}
}

@media (max-width: 767px) {
header {
	height: 60px;
	z-index: 5;
}
header .container {
	padding: 0;
}
header .vblock {
	height: 60px;
}
header .vblock:first-of-type {
	margin-right: 15px;
}
header .img-responsive {
	width: auto !important;
	max-width: none;
	height: 40px;
}
header ul {
	margin-bottom: 0;
}
header #header-menu-m {
	padding: 10px 0 0;
}
header #header-menu-m li {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
}
header #header-menu-m li:first-of-type {
	background: url(../images/icon-navover-rate-over.png) no-repeat center center;
}
header #header-menu-m li.active:first-of-type {
	background: url(../images/icon-mobile-rate-over.png) no-repeat center center;
}
header #header-menu-m li:nth-of-type(2) {
	background: url(../images/icon-navover-phone-over.png) no-repeat center center;
}
header #header-menu-m li.active:nth-of-type(2) {
	background: url(../images/icon-mobile-phone-over.png) no-repeat center center;
}
header #header-menu-m li:last-of-type {
	background: url(../images/icon-mobile-menu.png) no-repeat center center;
}
}
#header-float {
	background: #3a8fca;
	width: 100%;
	top: -1000px;
	left: 0;
	position: absolute;
	z-index: 3;
}
#header-float #header-float-content {
	padding: 20px 15px;
	color: #ffffff;
}
#header-float #header-float-footer {
	border-top: 1px solid #5aa0d2;
	color: #5aa0d2;
	height: 40px;
	padding: 4px 0;
}

@media (max-width: 989px) {
#header-float.active {
	top: 125px;
}
}
@media (min-width: 1025px) {
#header-float.active {
	top: 60px;
}
}
footer {
	width: 100%;
	position: relative;
	background-color: #004b84;
	color: #ffffff;
	padding: 40px 40px 60px;
}
footer a:link, footer a:active, footer a:visited {
	color: #ffffff;
}
footer figure {
	margin-bottom: 20px;
}
footer .footer-group-links i {
	display: none;
}
footer ul.products_list{
	display: block;
	overflow: hidden;
}
footer ul.products_list li{
	display: block;
	overflow: hidden;
	float: left;
	width: 20%;
}
footer ul.products_list li li{
	float: none;
	width: auto;
}
footer .footer_company {
	margin: 25px auto 0;
	display: block;
	overflow: hidden;
	width: 70%;
}

footer .footer_company figure{
	float: left;
}
footer .footer_company .cont{
	padding: 10px 0 0 10px;
	float: left;
}

@media (max-width: 1198px) {
footer .footer_company {
	width: 85%;
}
}
@media (max-width: 991px) {
footer .footer_company {
	width: 100%;
}
footer .footer_company .cont{
	width:72%;
	}
}
@media (max-width: 989px) {
footer {
	padding: 20px 0 40px;
}
}
@media (max-width: 652px) {
footer .footer_company .cont{
	width:71%;
	}
}
@media (max-width: 767px){
	footer ul.products_list{
		padding: 0;
	}
	footer ul.products_list li{
		float: none;
		width: auto;
	}
}
@media (max-width: 360px) {
footer .footer_company .cont{
	width:99%;
	}
}
@media (max-width: 767px) {
footer {
	padding: 20px 0 40px;
}
footer figure {
	margin-top: 20px;
}
footer .footer-group-links h4 {
	border-bottom: 1px solid #ffffff;
	padding: 10px 0;
}
footer .footer-group-links i {
	display: inline;
	margin-right: 10px;
}
footer .footer-group-links ul {
	display: none;
}
footer .footer-group-links.active ul {
	display: block;
}
}
#nav-float {
	position: fixed;
	right: 0;
	top: 25%;
	width: 60px;
	height: 243px;
	z-index: 200;
}

@media (max-width: 989px) {
#nav-float {
	display: none;
}
}
#nav-float a:link, #nav-float a:active, #nav-float a:visited {
	width: 60px;
	height: 60px;
	display: block;
}
#nav-float ul {
	width: 60px;
	float: right;
}
#nav-float ul li {
	background-color: #ffffff;
	margin-bottom: 1px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#nav-float ul li:hover {
	background-color: #04233e;
}
#nav-float ul li:first-of-type {
	background: url(../images/icon-navover-phone.png) no-repeat center;
	background-color: #ffffff;
}
#nav-float ul li:first-of-type:hover {
	background: url(../images/icon-navover-phone-over.png) no-repeat center;
	background-color: #04233e;
}
#nav-float ul li:nth-of-type(2) {
	background: url(../images/icon-navover-email.png) no-repeat center;
	background-color: #ffffff;
}
#nav-float ul li:nth-of-type(2):hover {
	background: url(../images/icon-navover-email-over.png) no-repeat center;
	background-color: #04233e;
}
#nav-float ul li:nth-of-type(3) {
	background: url(../images/icon-navover-form.png) no-repeat center;
	background-color: #ffffff;
}
#nav-float ul li:nth-of-type(3):hover {
	background: url(../images/icon-navover-form-over.png) no-repeat center;
	background-color: #04233e;
}
#nav-float ul li:last-of-type {
	background: url(../images/icon-navover-rate.png) no-repeat center;
	background-color: #ffffff;
}
#nav-float ul li:last-of-type:hover {
	background: url(../images/icon-navover-rate-over.png) no-repeat center;
	background-color: #04233e;
}
#nav-float-content {
	position: fixed;
	display: none;
	right: 60px;
	top: 25%;
	min-width: 60px;
	min-height: 60px;
	padding: 20px;
	z-index: 201;
	background: #3a8fca;
	color: #ffffff;
}
#nav-float-content a:link, #nav-float-content a:active, #nav-float-content a:visited {
	color: #ffffff;
}
#nav-float-content a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
#nav-float-content {
	display: none;
}
}
#page-content {
	position: relative;
	top: -30px;
	background: #ffffff;
}

@media (max-width: 989px) {
#page-content {
	top: 0;
}
}
#page-content #shortcuts {
	overflow: hidden;
	background-color: #efecea;
	height: 60px;
	padding: 20px 65px;
	font-weight: bold;
}

@media (max-width: 989px) {
#page-content #shortcuts {
	padding: 20px 15px;
}
}

@media (max-width: 767px) {
#page-content #shortcuts ul {
	width: 500%;
}
}
#page-content #home-news {
	padding: 20px 50px;
	border-bottom: 1px solid #efecea;
}
#page-content #home-news i {
	color: #005cb8;
}
#page-content #home-news .news-date {
	color: #b3b2b1;
}

@media (max-width: 767px) {
#page-content #home-news .news-date {
	margin-top: 10px;
}
}
#page-content #home-news .news-title {
	color: #444444;
}
#page-content #home-news .news-title a {
	color: #444444;
}

@media (max-width: 767px) {
#page-content #home-news .news-title {
	margin-top: 5px;
}
}

@media (max-width: 767px) {
#page-content #home-news {
	padding: 20px 0px;
}
}

@media (max-width: 989px) {
#page-content #home-news {
	padding: 20px 0px;
}
}
#page-content #home-lovelife h2 {
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
#page-content #home-lovelife .newsletter {
	background: #efecea;
	height: 75px;
	color: #636363;
	margin-top: -8px;
}
#page-content #home-lovelife .newsletter .newsletter-icon {
	display: inline-block;
	background: #04233e;
	width: 75px;
	height: 75px;
	text-align: center;
	color: #ffffff;
	padding-top: 22px;
}
#page-content #home-lovelife .newsletter .newsletter-content {
	display: inline-block;
	font-size: 16px;
	padding-top: 25px;
	margin-left: 15px;
}
#page-content #home-lovelife .newsletter .newsletter-action {
	display: inline-block;
	font-size: 14px;
	padding-top: 8px;
	margin-left: 15px;
}
#page-content #home-lovelife .newsletter .newsletter-action .newsletter-btn {
	background: #ffcc38;
	color: #ffffff;
	padding: 12px;
	text-align: center;
	display: block;
}
#page-content #home-lovelife .news-item {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
#page-content #home-lovelife .news-item .news-item-detail {
	color: #ffffff;
	z-index: 11;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80%;
}
#page-content #home-lovelife .news-item .news-item-detail h2 {
	color: #ffffff;
	padding: 0;
}
#page-content #home-lovelife .news-item .news-item-overlay {
	background: url(../images/overlay-news.png) top left;
	background-size: cover;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-content #home-lovelife .news-item .news-item-overlay a:link, #page-content #home-lovelife .news-item .news-item-overlay a:active, #page-content #home-lovelife .news-item .news-item-overlay a:visited, #page-content #home-lovelife .news-item .news-item-overlay a:hover {
	width: 100%;
	height: 100%;
	display: block;
}
#page-content #home-lovelife .news-sub-item {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
#page-content #home-lovelife .news-sub-item .news-sub-item-title {
	color: #ffffff;
	background: #005fb5;
	z-index: 11;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: auto;
	height: 50px;
}
#page-content #home-lovelife .news-sub-item .news-sub-item-title h4 {
	color: #ffffff;
	padding: 15px 20px;
	margin: 0;
}
#page-content #home-lovelife .news-sub-item .news-sub-item-detail {
	color: #000000;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	z-index: 11;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
#page-content #home-lovelife .news-sub-item .news-sub-item-detail p {
	padding: 15px 20px;
	margin: 0;
}
#page-content #home-lovelife .news-sub-item .news-item-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-content #home-lovelife .news-sub-item .news-item-overlay a:link, #page-content #home-lovelife .news-sub-item .news-item-overlay a:active, #page-content #home-lovelife .news-sub-item .news-item-overlay a:visited, #page-content #home-lovelife .news-sub-item .news-item-overlay a:hover {
	width: 100%;
	height: 100%;
	display: block;
}

@media (min-width: 1200px) {
#page-content #home-lovelife .newsletter .newsletter-content {
	display: inline-block;
	font-size: 18px;
	padding-top: 25px;
	margin-left: 15px;
}
#page-content #home-lovelife .newsletter .newsletter-action .newsletter-btn {
	width: 95px;
}
#page-content #home-lovelife .newsletter {
    background: #efecea;
    height: 75px;
    color: #636363;
    margin-top: 5px; 
}
}

@media (max-width: 989px) {
#page-content #home-lovelife .news-item .news-item-detail {
	color: #ffffff;
	z-index: 11;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80%;
	/*background: #005fb5;
	 color: #ffffff;
	z-index: 11;
	position: absolute;
	top: auto;
	left: 15px;
	bottom: -50px;
	width: auto;
    }                     
h2 {
	color: #ffffff;
	padding: 20px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	 }*/ }
#page-content #home-lovelife .news-item .news-item-detail h2 {
	color: #ffffff;
	padding: 0;
}
#page-content #home-lovelife .news-item .news-item-overlay {
	background: none;
}
#page-content #home-lovelife .newsletter {
	height: 75px;
	padding: 0;
}
#page-content #home-lovelife .newsletter .newsletter-icon {
	display: inline-block;
}
#page-content #home-lovelife .newsletter .newsletter-content {
	display: inline-block;
	width: 64%;
	font-size: 16px;
	padding-top: 0;
	margin-left: 0;
	text-align: center;
	margin-bottom: 12px;
}
#page-content #home-lovelife .newsletter .newsletter-action {
	width: 12%;
	display: inline-block;
	font-size: 14px;
	padding-top: 0;
	margin-left: 0;
	text-align: right;
	margin-right: 15px;
}
#page-content #home-lovelife .newsletter .newsletter-action .newsletter-btn {
	width: auto;
}
}

@media (max-width: 767px) {
#page-content #home-lovelife {
	padding: 0;
}
#page-content #home-lovelife div.col-xs-12 {
	padding: 0;
}
#page-content #home-lovelife img {
	width: 100% !important;
	height: auto;
}
#page-content #home-lovelife .newsletter {
	height: auto;
	padding: 15px;
}
#page-content #home-lovelife .newsletter .newsletter-icon {
	display: none;
}
#page-content #home-lovelife .newsletter .newsletter-content {
	display: block;
	font-size: 14px;
	padding-top: 0;
	margin-left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 12px;
}
#page-content #home-lovelife .newsletter .newsletter-action {
	display: block;
	font-size: 14px;
	width: 100%;
	padding-top: 0;
	margin-left: 0;
}
#page-content #home-lovelife .newsletter .newsletter-action .newsletter-btn {
	width: 100%;
}
#page-content #home-lovelife .news-item {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
#page-content #home-lovelife .news-item .news-item-detail {
	color: #ffffff;
	z-index: 11;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 80%;/*                    background: #005fb5;
                              color: #ffffff;
                              z-index: 11;
                              position: absolute;
                              top: auto;
                              left: 15px;
                              bottom: -20px;
                              width: auto;
                              
                              h2 {
                                  color: #ffffff;
                                  padding: 20px;
                                  margin: 0;
                                  font-size: 18px;
                                  font-weight: normal;
                              }*/ }
#page-content #home-lovelife .news-item .news-item-detail h2 {
	color: #ffffff;
	padding: 0;
	font-size: 18px;
}
#page-content #home-lovelife .news-item .news-item-overlay {
	background: none;
}
#page-content #home-lovelife .news-item .news-item-overlay a:link, #page-content #home-lovelife .news-item .news-item-overlay a:active, #page-content #home-lovelife .news-item .news-item-overlay a:visited, #page-content #home-lovelife .news-item .news-item-overlay a:hover {
	width: 100%;
	height: 100%;
	display: block;
}
#page-content #home-lovelife .news-sub-item {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
#page-content #home-lovelife .news-sub-item .news-sub-item-title {
	bottom: 0;
	left: 0;
	padding: 20px;
}
#page-content #home-lovelife .news-sub-item .news-sub-item-title h4 {
	padding: 0;
}
#page-content #home-lovelife .news-sub-item .news-item-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-content #home-lovelife .news-sub-item .news-item-overlay a:link, #page-content #home-lovelife .news-sub-item .news-item-overlay a:active, #page-content #home-lovelife .news-sub-item .news-item-overlay a:visited, #page-content #home-lovelife .news-sub-item .news-item-overlay a:hover {
	width: 100%;
	height: 100%;
	display: block;
}
#page-content #home-lovelife .news-sub-item-blurb {
	padding: 0 15px 15px;
}
}
#page-content #home-products {
	color: #ffffff;
	background: url(../images/home-products-bg.jpg) bottom center, #2670b3;
	background-size: cover;
	padding: 0 50px 15px;
}
#page-content #home-products h2 {
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
#page-content #home-products li {
	font-size: 18px;
	margin-top: 20px;
}
#page-content #home-products a:link, #page-content #home-products a:visited, #page-content #home-products a:active {
	color: #ffffff;
}

@media (max-width: 989px) {
#page-content #home-products {
	padding: 0 0 15px;
}
}
#page-content #home-news1,  #page-content #home-news2 {
	width: 50%;
	float: left;
	display: inline-block;
}

@media (max-width: 767px) {
#page-content #home-news1,  #page-content #home-news2 {
	width: 100%;
}
}
#page-content #home-news1 .news-item,  #page-content #home-news2 .news-item {
	width: 100%;
	position: relative;
	cursor: pointer;
}
#page-content #home-news1 .news-item .news-item-detail,  #page-content #home-news2 .news-item .news-item-detail {
	color: #ffffff;
	z-index: 11;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 90%;
}

@media (max-width: 989px) {
#page-content #home-news1 .news-item .news-item-detail,  #page-content #home-news2 .news-item .news-item-detail {
	top: 15px;
	left: 15px;
}
}
#page-content #home-news1 .news-item .news-item-overlay,  #page-content #home-news2 .news-item .news-item-overlay {
	background: url(../images/overlay-news.png) top left;
	background-size: cover;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page-content #home-news1 .news-item .news-item-overlay a:link, #page-content #home-news1 .news-item .news-item-overlay a:active, #page-content #home-news1 .news-item .news-item-overlay a:visited, #page-content #home-news1 .news-item .news-item-overlay a:hover,  #page-content #home-news2 .news-item .news-item-overlay a:link,  #page-content #home-news2 .news-item .news-item-overlay a:active,  #page-content #home-news2 .news-item .news-item-overlay a:visited,  #page-content #home-news2 .news-item .news-item-overlay a:hover {
	width: 100%;
	height: 100%;
	display: block;
}
#page-content #home-news1 .news-item .news-item-overlay.with-video,  #page-content #home-news2 .news-item .news-item-overlay.with-video {
	background: url(../images/overlay-news.png) top left, url(../images/button-play.png) no-repeat center center;
	background-size: cover, auto;
}
#page-content #home-news1 .slick-dots,  #page-content #home-news2 .slick-dots {
	bottom: 20px !important;
}
#page-content #home-sitelinks {
	background-color: #eaeae9;
	padding: 45px 50px;
}

@media (max-width: 989px) {
#page-content #home-sitelinks {
	padding: 20px 0;
}
}
#page-content #home-sitelinks li {
	margin-bottom: 10px;
}
#page-content #home-sitelinks li:last-of-type {
	margin-bottom: 0;
}
#page-content #home-sitelinks a:link, #page-content #home-sitelinks a:active, #page-content #home-sitelinks a:visited {
	color: #3a8fca;
}
#page-content #home-contact {
	padding: 0 50px 30px;
}
#page-content #home-contact h2 {
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
#page-content #home-contact h3 {
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}
#page-content #home-contact p {
	margin: 15px auto;
}
#page-content #home-contact .contact-item {
	width: 100%;
	position: relative;
	cursor: pointer;
}
#page-content #home-contact .contact-item img {
	width: 100% !important;
	height: auto;
}
#page-content #home-contact .contact-item .contact-item-detail {
	color: #ffffff;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 18px;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
}
#page-content #home-contact .contact-item .contact-item-detail .contact-item-detail-more {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: absolute;
	top: -200%;
	width: 86%;
}
#page-content #home-contact .contact-item:hover .contact-item-detail,  #page-content #home-contact .contact-item:hover .contact-item-detail:hover {
	background-color: rgba(50, 124, 191, 0.7);
}
#page-content #home-contact .contact-item:hover .contact-item-detail .contact-item-detail-more,  #page-content #home-contact .contact-item:hover .contact-item-detail:hover .contact-item-detail-more {
	top: 40px;
}

@media (max-width: 989px) {
#page-content #home-contact {
	padding: 0;
}
#page-content #home-contact .contact-item {
	margin-bottom: 0px;
}
#page-content #home-contact .contact-item .contact-item-detail {
	background-color: rgba(50, 124, 191, 0.7);
}
#page-content #home-contact .contact-item .contact-item-detail .contact-item-detail-more {
	top: 40px;
}
#page-content #home-contact .contact-item .contact-item-detail .contact-item-detail-more p:last-of-type {
	margin-top: 20px;
}
#page-content #home-contact .col-xs-12:last-of-type .contact-item {
	margin-bottom: 0;
}
}

@media (max-width: 767px) {
#page-content #home-contact .contact-item {
	margin-bottom: 20px;
}
}
.slick-dots {
	position: absolute;
	bottom: 35px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,  .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,  .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #3a8fca;
}
.kv-slider, #home-news1-wrapper, #home-news2-wrapper, .generic-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.kv-slider img,  #home-news1-wrapper img,  #home-news2-wrapper img,  .generic-slider img {
	width: 100% !important;
	height: auto;
}
.kv-slider {
	background-color: #cac8c8;
	margin-bottom: 0;
}

@media (max-width: 989px) {
.kv-slider .slick-dots {
	bottom: 30px;
}
}

@media (max-width: 767px) {
.kv-slider .slick-dots {
	bottom: 2px;
}
}
.fancybox-close {
	background: url(../images/button-close.png) no-repeat;
	width: 40px;
	height: 40px;
	right: -60px;
	top: -30px;
}

@media (max-width: 767px) {
.fancybox-close {
	right: 0px;
	top: -60px;
}
}
.video-js {
	padding-top: 56.25%;
}
.vjs-fullscreen {
	padding-top: 0px;
}
.video-js.vjs-default-skin .vjs-big-play-button {
	display: none;
}

@media (max-width: 989px) {
#main-nav {
	z-index: 28;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
}
}
#main-nav.mmenu {
	-webkit-transform: translateX(-80%);
	-moz-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	-o-transform: translateX(-80%);
	transform: translateX(-80%);
}
#main-content {
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-ms-transition: all 0;
	-o-transition: all 0;
	transition: all 0;
}
#main-content a.anchor {
	display: block;
}

@media (max-width: 989px) {
#main-content {
	z-index: 18;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	padding-top: 125px;
}
}

@media (max-width: 767px) {
#main-content {
	padding-top: 60px;
}
}
#main-content.mmenu {
	-webkit-transform: translateX(-80%);
	-moz-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	-o-transform: translateX(-80%);
	transform: translateX(-80%);
	position: static;
}
#nav-overlay {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 8;
	display: none;
}
#nav-overlay.mmenu {
	display: block;
}
#nav-mobile {
	width: 80%;
	width: 80vw;
	height: 100vh;
	background: #b3b2b1;
	position: fixed;
	top: 0;
	left: 100%;
	left: 100vw;
	z-index: 8;
	display: none;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	overflow: hidden;
}

@media (max-width: 989px) {
#nav-mobile {
	display: block;
}
}
#nav-mobile #nav-mobile-overlay {
	z-index: 10;
	-webkit-box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	width: 5px;
	height: 100vh;
	position: absolute;
}
#nav-mobile #nav-mobile-close {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/btn-mmenu-close.png) no-repeat center center;
}
#nav-mobile #nav-mobile-top {
	height: 60px;
	padding: 20px 20px 0;
	color: #636363;
}
#nav-mobile #nav-mobile-top a:link, #nav-mobile #nav-mobile-top a:active, #nav-mobile #nav-mobile-top a:visited {
	color: #636363;
}
#nav-mobile #nav-mobile-top a.active {
	font-weight: bold;
}
#nav-mobile #nav-mobile-wrapper {
	position: relative;
}
#nav-mobile #nav-mobile-wrapper li {
	height: 59px;
	font-size: 16px;
	color: #3a8fca;
	background: #ffffff;
	border-bottom: 1px solid #efecea;
}
#nav-mobile #nav-mobile-wrapper li a:link, #nav-mobile #nav-mobile-wrapper li a:active, #nav-mobile #nav-mobile-wrapper li a:visited {
	color: #3a8fca;
	display: block;
	width: 100%;
	height: 100%;
	padding: 19px 20px 0;
}
#nav-mobile #nav-mobile-wrapper li a:hover {
	text-decoration: none;
}
#nav-mobile #nav-mobile-wrapper li:focus, #nav-mobile #nav-mobile-wrapper li:active, #nav-mobile #nav-mobile-wrapper li:hover {
	background: #dbd8d6;
	color: #636363;
}
#nav-mobile #nav-mobile-wrapper li:focus a:link, #nav-mobile #nav-mobile-wrapper li:focus a:active, #nav-mobile #nav-mobile-wrapper li:focus a:visited, #nav-mobile #nav-mobile-wrapper li:active a:link, #nav-mobile #nav-mobile-wrapper li:active a:active, #nav-mobile #nav-mobile-wrapper li:active a:visited, #nav-mobile #nav-mobile-wrapper li:hover a:link, #nav-mobile #nav-mobile-wrapper li:hover a:active, #nav-mobile #nav-mobile-wrapper li:hover a:visited {
	color: #636363;
}
#nav-mobile #nav-mobile-wrapper li:focus a:hover, #nav-mobile #nav-mobile-wrapper li:active a:hover, #nav-mobile #nav-mobile-wrapper li:hover a:hover {
	text-decoration: none;
}
#nav-mobile #nav-mobile-wrapper li.blue {
	background-color: #005cb8;
	color: #aecfe8;
	padding-left: 60px;
	border-bottom: 1px solid #3a8fca;
}
#nav-mobile #nav-mobile-wrapper li.blue a:link, #nav-mobile #nav-mobile-wrapper li.blue a:active, #nav-mobile #nav-mobile-wrapper li.blue a:visited {
	color: #aecfe8;
}
#nav-mobile #nav-mobile-wrapper li.blue.user {
	background: url(../images/icon-nav-user.png) no-repeat 25px center;
	background-color: #005cb8;
}
#nav-mobile #nav-mobile-wrapper li.blue.lp {
	background: url(../images/icon-nav-lp.png) no-repeat 20px center;
	background-color: #005cb8;
}
#nav-mobile #nav-mobile-wrapper li.blue.bank {
	background: url(../images/icon-nav-bank.png) no-repeat 25px center;
	background-color: #005cb8;
}
#nav-mobile #nav-mobile-wrapper li.search {
	display: none;
}
#nav-mobile #nav-mobile-wrapper li.white {
	background-color: #ffffff;
	padding: 10px 20px 0;
}
#nav-mobile #nav-mobile-wrapper li.white form {
	border: 1px solid #efecea;
	padding: 6px;
	height: 38px;
}
#nav-mobile #nav-mobile-wrapper li.white input[type=text] {
	width: 88%;
	border: 0;
	height: 22px;
}
#nav-mobile #nav-mobile-wrapper li.white input[type=text]:focus {
	box-shadow: none;
	border: none;
	outline: 0;
}
#nav-mobile.mmenu {
	left: 20%;
	left: 20vw;
}
#bk2top {
	width: 55px;
	height: 55px;
	position: fixed;
	z-index: 99;
	background: url(../images/btn-bk2top.png) no-repeat center center;
	right: 65px;
	bottom: -55px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}

@media (max-width: 767px) {
#bk2top {
	right: 5vw;
}
}
#bk2top.scroll {
	bottom: 0;
}
#bk2top.mmenu {
	right: 85%;
	right: 85vw;
}
.separator {
	border-bottom: 1px solid #efecea;
	margin: 15px 0;
}
.list-news-item {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border-bottom: 1px solid #efecea;
}
.list-news-item h6 {
	font-weight: bold;
	color: #b3b2b1;
	margin-top: 0;
}
.list-news-item p {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.list-news-item p a {
	color: #000000;
}
.list-news-load {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-article {
	padding: 15px;
	min-height: 500px;
}
.news-article h2 {
	font-weight: bold;
	color: #000000;
	font-size: 30px;
	margin: 15px 0;
}
.news-article h6 {
	font-weight: bold;
	color: #b3b2b1;
	margin: 0 0 15px;
}
.news-article .news-content {
	color: #636363;
	font-size: 14px;
	line-height: 22px;
}
.news-article .news-content p {
	margin: 15px 0;
}

@media (max-width: 767px) {
#page-image-m {
	margin-bottom: 15px;
}
#page-image-m img {
	width: 100%;
	height: auto;
}
}
#nav-side {
	position: relative;
	z-index: 20;
}
#nav-side .list-group {
	border-top: 6px solid #ffcc38;
}
#nav-side .list-group .list-group-item a:link, #nav-side .list-group .list-group-item a:active, #nav-side .list-group .list-group-item a:visited, #nav-side .list-group .list-group-item a:hover {
	width: 100%;
	height: 100%;
	display: block;
}
#nav-side .list-group .list-group-item.active, #nav-side .list-group .list-group-item.active:focus, #nav-side .list-group .list-group-item.active:hover {
	z-index: 20;
	color: #636363;
	background-color: #dbd8d6;
	border-color: #dbd8d6;
}
#nav-side .list-group .list-group-item.active a:link, #nav-side .list-group .list-group-item.active a:active, #nav-side .list-group .list-group-item.active a:visited, #nav-side .list-group .list-group-item.active a:hover, #nav-side .list-group .list-group-item.active:focus a:link, #nav-side .list-group .list-group-item.active:focus a:active, #nav-side .list-group .list-group-item.active:focus a:visited, #nav-side .list-group .list-group-item.active:focus a:hover, #nav-side .list-group .list-group-item.active:hover a:link, #nav-side .list-group .list-group-item.active:hover a:active, #nav-side .list-group .list-group-item.active:hover a:visited, #nav-side .list-group .list-group-item.active:hover a:hover {
	color: #636363;
	text-decoration: none;
}
#nav-side .list-group .list-group-item:first-child {
	border-radius: 0;
}
#nav-side .list-group .list-group-item:last-child {
	border-radius: 0;
}
#nav-side #nav-side-handler {
	display: none;
}

@media (max-width: 989px) {
#nav-side {
	margin-bottom: 15px;
	border-bottom: 1px solid #dbd8d6;
}
#nav-side .list-group {
	width: 50%;
}
#nav-side .list-group .list-group-item.active, #nav-side .list-group .list-group-item.active:focus, #nav-side .list-group .list-group-item.active:hover {
	z-index: 2;
	color: #636363;
	background-color: #ffffff;
	border-color: #dbd8d6;
}
#nav-side .list-group .list-group-item.active a:link, #nav-side .list-group .list-group-item.active a:active, #nav-side .list-group .list-group-item.active a:visited, #nav-side .list-group .list-group-item.active a:hover, #nav-side .list-group .list-group-item.active:focus a:link, #nav-side .list-group .list-group-item.active:focus a:active, #nav-side .list-group .list-group-item.active:focus a:visited, #nav-side .list-group .list-group-item.active:focus a:hover, #nav-side .list-group .list-group-item.active:hover a:link, #nav-side .list-group .list-group-item.active:hover a:active, #nav-side .list-group .list-group-item.active:hover a:visited, #nav-side .list-group .list-group-item.active:hover a:hover {
	color: #636363;
	text-decoration: none;
}
#nav-side .list-group .list-group-item:not(.active) {
	display: none;
}
#nav-side .list-group .list-group-item.visible {
	display: block;
}
#nav-side #nav-side-handler {
	position: absolute;
	right: 50%;
	top: 5px;
	width: 40px;
	height: 40px;
	padding: 10px 15px;
	display: block;
	z-index: 5;
}
}

@media (max-width: 767px) {
#nav-side {
	margin-bottom: 15px;
	border-bottom: 1px solid #dbd8d6;
}
#nav-side .list-group {
	width: 100%;
}
#nav-side #nav-side-handler {
	right: 20px;
}
}

@media (max-width: 767px) {
#news-filter-category {
	margin-bottom: 15px;
}
}

@media (max-width: 767px) {
#news-filter-year {
	margin-bottom: 15px;
}
}
#news-filter-year select {
	width: 70%;
	float: right;
}
.generic {
/* article BOF */
  /* article EOF */
  /* quote BOF */
  /* quote EOF */
  /* well BOF */
  /* well EOF */
  /* captions BOF */
  /* captions EOF */
  /* filters BOF */
  /* filters EOF */
  /* bullets BOF */
  /* bullets EOF */
  /* notes BOF */
  /* notes EOF */
  /* hotline BOF */
  /* hotline EOF */
  /* accordion BOF */
  /* accordion EOF */
  /* kcx2 [key choices x 2] BOF */
  /* kcx2 EOF */
  /* panelsx3 [panels x 3] BOF */
  /* panelsx3 EOF */
  /* boxx3 [boxes x 3] BOF */
  /* boxx3 EOF */
  /* heroimg [hero image] BOF */
  /* heroimg EOF */
  /* slider BOF */
  /* slider EOF */
  /* ati [alternate text and image] BOF */
  /* ati EOF */
  /* storyx2 [story x 2] BOF */
  /* storyx2 EOF */
  /* storyx2b [story x 2 ver b] BOF */
  /* storyx2b EOF */
  /* storyx3 [story x 3] BOF */
  /* storyx3 EOF */
  /* table BOF */
  /* table EOF */ }
.generic .generic-article {
	margin: 0 0 15px;
}
.generic .generic-article h2 {
	font-weight: bold;
	color: #000000;
	font-size: 30px;
	margin: 15px 0;
}
.generic .generic-article h3 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin: 15px 0;
}
.generic .generic-article h6 {
	font-weight: bold;
	color: #b3b2b1;
	margin: 0 0 15px;
}
.generic .generic-article .article-content {
	color: #636363;
	font-size: 14px;
	line-height: 22px;
}
.generic .generic-article .article-content p {
	margin: 15px 0;
}

@media (max-width: 767px) {
.generic .generic-article {
	padding-left: 15px;
	padding-right: 15px;
}
}
.generic .generic-quote {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-quote .quote-content {
	border-top: 5px solid #efecea;
	border-bottom: 5px solid #efecea;
	padding: 25px 0;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #636363;
}
.generic .generic-quote .quote-content h3 {
	font-size: 22px;
	font-weight: normal;
}

@media (max-width: 767px) {
.generic .generic-quote .quote-content {
	width: 100%;
}
}

@media (max-width: 767px) {
.generic .generic-quote {
	padding-left: 15px;
	padding-right: 15px;
}
}
.generic .generic-well {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-well .well-content {
	background-color: #efecea;
	padding: 15px;
	color: #636363;
	font-size: 14px;
}
.generic .generic-well .well-content h4 {
	color: #203951;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}
.generic .generic-well .well-content ul {
	margin-top: 15px;
	margin-bottom: 0;
}
.generic .generic-well .well-content ul li {
	margin-bottom: 15px;
}
.generic .generic-well .well-content ul li:last-of-type {
	margin-bottom: 0;
}
.generic .generic-well .well-content .well-content-l {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 5%;
	margin-right: 2%;
}
.generic .generic-well .well-content .well-content-r {
	display: inline-block;
	width: 90%;
}

@media (max-width: 767px) {
.generic .generic-well {
	padding: 0;
}
}
.generic .generic-captions {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-captions h4 {
	font-weight: bold;
	font-size: 16px;
	color: #636363;
}
.generic .generic-captions .captions-content {
	color: #636363;
	font-size: 14px;
}
.generic .generic-captions .captions-content h4 {
	color: #203951;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	background-color: #ffcc38;
	padding: 6px 15px 6px 30px;
	width: auto;
	display: table-cell;
}

@media (max-width: 767px) {
.generic .generic-captions .captions-content h4 {
	display: block;
	width: 100%;
	padding: 6px 15px;
}
}
.generic .generic-captions .captions-content p {
	padding: 6px 30px;
}

@media (max-width: 767px) {
.generic .generic-captions .captions-content p {
	padding: 6px 15px;
}
}
.generic .generic-captions .captions-content ul {
	margin-top: 15px;
	margin-bottom: 0;
}
.generic .generic-captions .captions-content ul li {
	margin-bottom: 15px;
}
.generic .generic-captions .captions-content ul li:last-of-type {
	margin-bottom: 0;
}
.generic .generic-captions .captions-content .captions-content-l {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 5%;
	margin-right: 2%;
}
.generic .generic-captions .captions-content .captions-content-r {
	display: inline-block;
	width: 90%;
}
.generic .generic-filters {
	padding: 15px 15px;
	margin: 0 0 15px;
}
.generic .generic-filters .filters-content .filter-category {
	border-bottom: solid 1px #efecea;
	padding: 0 0 15px;
	overflow: hidden;
}
.generic .generic-filters .filters-content .filter-category li {
	margin-bottom: 20px;
}

@media (max-width: 989px) {
.generic .generic-filters .filters-content .filter-category li {
	margin-bottom: 0;
}
}
.generic .generic-filters .filters-content .filter-content-target {
	padding: 15px 0;
}
.generic .generic-filters .filters-content .filter-content-target ul > li {
	padding-right: 15px;
}
.generic .generic-filters .filters-content .filter-effect {
	height: 0;
	position: relative;
	width: 100%;
}
.generic .generic-filters .filters-content .filter-effect .filter-left {
	background: url(../images/filter-l.png) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	left: -1px;
	top: 0;
}
.generic .generic-filters .filters-content .filter-effect .filter-right {
	background: url(../images/filter-r.png) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	right: -1px;
	top: 0;
}

@media (max-width: 767px) {
.generic .generic-filters {
	padding-left: 30px;
	padding-right: 30px;
}
}
.generic .generic-bullets {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-bullets .bullets-content {
	color: #636363;
	font-size: 14px;
}
.generic .generic-bullets .bullets-content h3 {
	color: #444444;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}
.generic .generic-bullets .bullets-content h4 {
	color: #444444;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
.generic .generic-bullets .bullets-content p {
	padding: 6px 30px;
}
.generic .generic-bullets .bullets-content ol, .generic .generic-bullets .bullets-content ul {
	margin-top: 15px;
	margin-bottom: 0;
}
.generic .generic-bullets .bullets-content ol li, .generic .generic-bullets .bullets-content ul li {
	margin-bottom: 15px;
}
.generic .generic-bullets .bullets-content ol li ol, .generic .generic-bullets .bullets-content ol li ul, .generic .generic-bullets .bullets-content ul li ol, .generic .generic-bullets .bullets-content ul li ul {
	padding-left: 55px;
}
.generic .generic-bullets .bullets-content ol li:last-of-type, .generic .generic-bullets .bullets-content ul li:last-of-type {
	margin-bottom: 0;
}
.generic .generic-bullets .bullets-content .captions-content-l {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 5%;
	margin-right: 2%;
}
.generic .generic-bullets .bullets-content .captions-content-r {
	display: inline-block;
	width: 90%;
}

@media (max-width: 767px) {
.generic .generic-bullets {
	padding-left: 15px;
	padding-right: 15px;
}
}
.generic .generic-notes {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-notes .notes-content {
	background-color: #efecea;
	padding: 15px;
	color: #636363;
	font-size: 12px;
}
.generic .generic-notes .notes-content p {
	margin: 0;
}
.generic .generic-notes .notes-content ol, .generic .generic-notes .notes-content ul {
	margin-top: 15px;
	margin-bottom: 0;
}
.generic .generic-notes .notes-content ol li, .generic .generic-notes .notes-content ul li {
	margin-bottom: 15px;
}
.generic .generic-notes .notes-content ol li:last-of-type, .generic .generic-notes .notes-content ul li:last-of-type {
	margin-bottom: 0;
}
.generic .generic-notes .notes-content ol p, .generic .generic-notes .notes-content ul p {
	margin: 0 0 10px;
}
.generic .generic-hotline {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-hotline .hotline-content {
	font-size: 14px;
}
.generic .generic-hotline .hotline-content table {
	color: #636363;
}
.generic .generic-hotline .hotline-content table td {
	padding: 6px 15px;
	vertical-align: top;
}
.generic .generic-hotline .hotline-content table td:first-of-type {
	background-color: #b2cde9;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.generic .generic-hotline .hotline-content table td:last-of-type {
	background-color: #efecea;
	border-bottom: 1px solid #ffffff;
}
.generic .generic-hotline .hotline-content table td:last-of-type ol, .generic .generic-hotline .hotline-content table td:last-of-type ul {
	margin-bottom: 0;
	padding-left: 20px;
}
.generic .generic-hotline .hotline-content table td:last-of-type ol li, .generic .generic-hotline .hotline-content table td:last-of-type ul li {
	margin-bottom: 10px;
}
.generic .generic-hotline .hotline-content table td:last-of-type ol li:last-of-type, .generic .generic-hotline .hotline-content table td:last-of-type ul li:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 767px) {
.generic .generic-hotline .hotline-content p {
	padding-left: 15px;
	padding-right: 15px;
}
.generic .generic-hotline .hotline-content table {
	width: 100%;
}
}
.generic .generic-accordion {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-accordion h3 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	margin: 15px 0;
}
.generic .generic-accordion .accordion-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.generic .generic-accordion .accordion-content .accordion-text {
	display: inline-block;
	background: #efecea;
	color: #333333;
	min-height: 40px;
	cursor: pointer;
	width: 100%;
	padding-right: 40px;
	position: relative;
}
.generic .generic-accordion .accordion-content .accordion-text .accordion-title {
	display: inline-block;
	width: 80%;
	position: absolute;
	margin-left: 45px;
	padding: 8px 15px 4px 0;
}

@media (max-width: 767px) {
.generic .generic-accordion .accordion-content .accordion-text .accordion-title {
	display: block;
}
}
.generic .generic-accordion .accordion-content .accordion-text .accordion-num {
	background: #005fb5;
	color: #ffffff;
	width: 40px;
	height: 100%;
	padding: 10px;
	text-align: center;
	display: inline-block;
	position: absolute;
}
.generic .generic-accordion .accordion-content .accordion-text .accordion-handler {
	color: #005fb5;
	font-weight: bold;
	font-size: 16px;
	width: 40px;
	min-height: 40px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	top: 0;
	right: 0;
	position: absolute;
}
.generic .generic-accordion .accordion-content .accordion-message {
	display: none;
	padding: 15px 10px 55px 65px;
}
.generic .generic-accordion .accordion-content .accordion-message th {
	text-align: center;
	color: #ffffff;
	background: #005fb5;
}
.generic .generic-accordion .accordion-content .accordion-message td {
	text-align: center;
}
.generic .generic-accordion .accordion-content .accordion-message th.text-left,  .generic .generic-accordion .accordion-content .accordion-message td.text-left {
	text-align: left;
}
.generic .generic-accordion .accordion-content .accordion-message th.text-right,  .generic .generic-accordion .accordion-content .accordion-message td.text-right {
	text-align: right;
}
.generic .generic-accordion .accordion-content .accordion-message tr:nth-of-type(2n+1) {
	background: #efecea;
}

@media (max-width: 767px) {
.generic .generic-accordion .accordion-content .accordion-message {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}
}
.generic .generic-accordion .accordion-content.active .accordion-message {
	display: block;
}
.generic .generic-kcx2 {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-kcx2 .kcx2-content {
	text-align: center;
	padding: 30px 55px;
}
.generic .generic-kcx2 .kcx2-content h4 {
	color: #203951;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.generic .generic-kcx2 .kcx2-content h4 a {
	color: #203951;
	font-size: 18px;
	font-weight: bold;
}
.generic .generic-kcx2 .kcx2-content p {
	margin-bottom: 30px;
}
.generic .generic-kcx2 .kcx2-content p.blurb {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
.generic .generic-kcx2 .kcx2-content {
	padding: 0 15px 0;
}
}
.generic .generic-kcx2 .kcx2-content:nth-of-type(2n+1) {
	border-right: 1px solid #dad8d6;
}

@media (max-width: 767px) {
.generic .generic-kcx2 .kcx2-content:nth-of-type(2n+1) {
	border-right: none;
}
}
.generic .generic-panelsx3 {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-panelsx3 .panelsx3-content h4 {
	color: #ffffff;
	background: #005fb5;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	min-height: 50px;
	padding: 13px;
}
.generic .generic-panelsx3 .panelsx3-content .panel-content {
	background: #efecea;
	color: #333333;
	font-size: 14px;
	min-height: 130px;
	height: 100%;
	padding: 13px;
}

@media (max-width: 767px) {
.generic .generic-panelsx3 .panelsx3-content {
	padding-left: 15px;
	padding-right: 15px;
}
}
.generic .generic-boxx3 {
	padding: 15px 0;
	margin: 0 0 15px;
	text-align: center;
}
.generic .generic-boxx3 .boxx3-content {
	color: #ffffff;
	font-size: 14px;
	padding: 13px;
}
.generic .generic-boxx3 .boxx3-content h4 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
}
.generic .generic-boxx3 .boxx3-content .box-content {
	padding: 30px;
	display: table;
	width: 100%;
}

@media (max-width: 767px) {
.generic .generic-boxx3 .boxx3-content .box-content {
	padding: 15px;
}
}
.generic .generic-boxx3 .boxx3-content p {
	margin-bottom: 15px;
}
.generic .generic-boxx3 .boxx3-content p.blurb {
	margin-bottom: 30px;
}
.generic .generic-boxx3 .boxx3-content:nth-of-type(2n+1) .box-content {
	background: #6692b7;
}
.generic .generic-boxx3 .boxx3-content:nth-of-type(2n+2) .box-content {
	background: #49596f;
}
.generic .generic-boxx3 .boxx3-content:nth-of-type(2n+3) .box-content {
	background: #253853;
}
.generic .generic-heroimg {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-heroimg .heroimg-content {
	color: #636363;
	font-size: 14px;
	padding: 0;
}
.generic .generic-heroimg .heroimg-content p {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.generic .generic-heroimg .heroimg-content p.blurb {
	padding: 0 15px;
}
}
.generic .generic-slider {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-slider .slider-content {
	color: #636363;
	font-size: 14px;
	background: #efecea;
	padding: 0;
}
.generic .generic-slider .slider-content .slick-arrow-prev {
	position: absolute;
	display: inline-block;
	right: 60px;
	bottom: 10px;
	z-index: 200;
	color: #3a8fca;
	font-size: 30px;
}
.generic .generic-slider .slider-content .slick-arrow-next {
	position: absolute;
	display: inline-block;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	color: #3a8fca;
	font-size: 30px;
}
.generic .generic-slider .slider-content h3 {
	color: #ff6a00;
	font-size: 18px;
	font-weight: bold;
}
.generic .generic-slider .slider-content h3 a {
	color: #ff6a00;
	font-size: 18px;
	font-weight: bold;
}
.generic .generic-slider .slider-content p {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.generic .generic-slider .slider-content {
	padding-bottom: 55px;
}
.generic .generic-slider .slider-content .slick-arrow-prev {
	right: 52%;
}
.generic .generic-slider .slider-content .slick-arrow-next {
	right: 42%;
}
}

@media (max-width: 767px) {
.generic .generic-slider {
	padding-left: 15px;
	padding-right: 15px;
}
}
.generic .generic-ati {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-ati .ati-content {
	color: #636363;
	font-size: 14px;
	padding: 0;
}
.generic .generic-ati .ati-content h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.generic .generic-ati .ati-content p {
	margin-bottom: 15px;
}
.generic .generic-ati .ati-content p.blurb {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.generic .generic-ati {
	padding-left: 15px;
	padding-right: 15px;
}
}
.generic .generic-storyx2 {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-storyx2 .storyx2-content {
	color: #636363;
	font-size: 14px;
	padding: 0;
}
.generic .generic-storyx2 .storyx2-content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #3a8fca;
	margin-bottom: 15px;
}
.generic .generic-storyx2 .storyx2-content h4 a {
	color: #3a8fca;
}
.generic .generic-storyx2 .storyx2-content p {
	margin-bottom: 15px;
}
.generic .generic-storyx2 .storyx2-content p.blurb {
	margin-bottom: 30px;
}
.generic .generic-storyx2b {
	padding: 15px 0;
	margin: 0 0 15px;
	background: #e5eff7;
}
.generic .generic-storyx2b .storyx2b-content {
	color: #636363;
	font-size: 14px;
	padding: 15px 0;
}
.generic .generic-storyx2b .storyx2b-content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #3a8fca;
	margin-bottom: 15px;
	margin-top: 0;
}
.generic .generic-storyx2b .storyx2b-content h4 a {
	color: #3a8fca;
}

@media (max-width: 767px) {
.generic .generic-storyx2b .storyx2b-content h4 {
	margin-top: 15px;
}
}
.generic .generic-storyx2b .storyx2b-content p {
	margin-bottom: 15px;
}
.generic .generic-storyx2b .storyx2b-content p.blurb {
	margin-bottom: 30px;
}
.generic .generic-storyx3 {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-storyx3 .storyx3-content {
	color: #636363;
	font-size: 14px;
	padding: 0;
}
.generic .generic-storyx3 .storyx3-content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #3a8fca;
	margin-bottom: 15px;
}
.generic .generic-storyx3 .storyx3-content h4 a {
	color: #3a8fca;
}
.generic .generic-storyx3 .storyx3-content p {
	margin-bottom: 15px;
}
.generic .generic-storyx3 .storyx3-content p.blurb {
	margin-bottom: 30px;
}
.generic .generic-table {
	padding: 15px 0;
	margin: 0 0 15px;
}
.generic .generic-table .table-content {
	color: #636363;
	font-size: 14px;
	padding: 0;
}
.generic .generic-table .table-content .generic-table-filter {
	margin-bottom: 15px;
}
.generic .generic-table .table-content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #3a8fca;
	margin-bottom: 15px;
}
.generic .generic-table .table-content h4 a {
	color: #3a8fca;
}
.generic .generic-table .table-content p {
	margin-bottom: 15px;
	white-space: pre-line;
}
.generic .generic-table .table-content p.blurb {
	margin-bottom: 30px;
}
.generic .generic-table .table-content .table {
	display: none;
}
.generic .generic-table .table-content .table.active {
	display: table;
}
.generic .generic-table .table-content th {
	text-align: center;
	color: #ffffff;
	background: #005fb5;
}
.generic .generic-table .table-content td {
	text-align: center;
}
.generic .generic-table .table-content th.text-left,  .generic .generic-table .table-content td.text-left {
	text-align: left;
}
.generic .generic-table .table-content th.text-right,  .generic .generic-table .table-content td.text-right {
	text-align: right;
}
.generic .generic-table .table-content tr:nth-of-type(2n+1) {
	background: #efecea;
}
.generic .generic-table .table-content th.border-right-white,  .generic .generic-table .table-content td.border-right-white {
	border-right: 1px solid #ffffff;
}
.generic .generic-table .table-content th.border-right-grey,  .generic .generic-table .table-content td.border-right-grey {
	border-right: 1px solid #dddddd;
}
.generic.debug .generic-section:hover {
	background-color: rgba(255, 206, 0, 0.25);
}
#page-contact .text-required {
	color: #ff6a00;
}
#page-contact .text-intro {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
#page-contact .text-intro {
	padding-bottom: 15px;
	border-bottom: 1px solid #efecea;
}
}
#page-contact h4 {
	font-weight: bold;
	font-size: 18px;
}
#page-contact input[type=text], #page-contact input[type=email], #page-contact textarea, #page-contact select {
	border-radius: 0;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#page-contact form {
	margin-bottom: 15px;
}
#page-login {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
#page-login {
	padding-top: 30px;
	padding-bottom: 70px;
}
}
#page-login .text-required, #page-login .text-warning {
	color: #ff6a00;
}
#page-login .text-description, #page-login .control-label {
	color: #636363;
}
#page-login .login-info-1 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#page-login .login-info-1 .list-login-item-handler {
	background: url(../images/products/icon-handler-plus.png) no-repeat center center;
	height: 30px;
}

@media (max-width: 767px) {
#page-login .login-info-1 {
	border-bottom: 1px solid #efecea;
}
#page-login .login-info-1 .list-login-item {
	display: none;
}
#page-login .login-info-1 .list-login-title {
	display: block;
	cursor: pointer;
	position: relative;
}
}
#page-login .login-info-1.active .list-login-item-handler {
	background: url(../images/products/icon-handler-minus.png) no-repeat center center;
	height: 30px;
}

@media (max-width: 767px) {
#page-login .login-info-1.active .list-login-item {
	display: block !important;
}
}
#page-login .login-info-2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#page-login .login-info-2 .form-horizontal .control-label {
	text-align: left;
}
#page-login .login-info-2 .list-login-indicator-up {
	display: none;
}
#page-login .login-info-2 .list-login-indicator-down {
	display: none;
}

@media (max-width: 767px) {
#page-login .login-info-2 {
	border-bottom: 1px solid #efecea;
}
#page-login .login-info-2 .list-login-item {
	display: none;
}
#page-login .login-info-2 .list-login-title {
	display: block;
	cursor: pointer;
	position: relative;
	text-align: center;
}
#page-login .login-info-2 .list-login-title .list-login-indicator-up {
	display: none;
}
#page-login .login-info-2 .list-login-title .list-login-indicator-down {
	display: inline-block;
}
}

@media (max-width: 767px) {
#page-login .login-info-2.active .list-login-item {
	display: block;
}
#page-login .login-info-2.active .list-login-title .list-login-indicator-up {
	display: inline-block;
}
#page-login .login-info-2.active .list-login-title .list-login-indicator-down {
	display: none;
}
}
#page-login h2 {
	font-weight: bold;
	color: #005cb8;
	margin-top: 0;
}
#page-login h2 .fa-stack {
	font-size: 65%;
}
#page-login h4 {
	font-weight: bold;
	font-size: 18px;
}
#page-login input[type=text],  #page-login input[type=email],  #page-login input[type=password],  #page-login textarea,  #page-login select {
	border-radius: 0;
	border: 1px solid #999999;
	margin-bottom: 0px;
}
#page-login button {
	margin: 0;
}
#page-login form {
	margin-bottom: 15px;
}
#page-editorial #shortcuts {
	overflow: hidden;
	height: 75px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
#page-editorial #shortcuts .shortcut-content {
	width: 33%;
	height: 60px;
	padding: 20px 65px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	position: relative;
}
#page-editorial #shortcuts .shortcut-content a {
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: block;
}
#page-editorial #shortcuts .shortcut-content a:hover {
	text-decoration: none;
}
#page-editorial #shortcuts .shortcut-content:first-of-type {
	background-color: #203951;
	width: 34%;
}
#page-editorial #shortcuts .shortcut-content:first-of-type:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #203951;
	position: absolute;
	z-index: 12;
	bottom: -12px;
	left: 48%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#page-editorial #shortcuts .shortcut-content:nth-of-type(2) {
	background-color: #465a6e;
}
#page-editorial #shortcuts .shortcut-content:nth-of-type(3) {
	background-color: #5e93b5;
}

@media (max-width: 989px) {
#page-editorial #shortcuts {
	font-size: 16px;
	font-weight: normal;
}
#page-editorial #shortcuts .shortcut-content {
	height: 60px;
	padding: 15px;
}
}

@media (max-width: 767px) {
#page-editorial #shortcuts {
	width: 300%;
}
}
#page-editorial #shortcuts-nav {
	position: relative;
	color: #ffffff;
	height: 20px;
}
#page-editorial #shortcuts-nav .shortcuts-left {
	position: absolute;
	top: -58px;
	left: 15px;
	width: 20px;
}
#page-editorial #shortcuts-nav .shortcuts-right {
	position: absolute;
	top: -58px;
	right: 15px;
	width: 20px;
}
#page-editorial .text-intro {
	background-color: #203951;
	color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
}
#page-editorial .text-intro h4 {
	color: #5e93b5;
}
#page-editorial .story {
	cursor: pointer;
	position: relative;
	display: none;
}
#page-editorial .story .story-item-detail {
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#page-editorial .story .story-item-detail h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-top: 0;
}

@media (max-width: 767px) {
#page-editorial .story .story-item-detail h2 {
	font-size: 18px;
}
}
#page-editorial .story .story-item-detail h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}
#page-editorial .story .story-item-detail .text-heart {
	color: #ffffff;
}
#page-editorial .story .story-item-detail .text-heart i {
	color: #e43c3c;
	/*color: #999999;*/
}
#page-editorial .story .story-item-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#page-editorial .story .story-item-overlay a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#page-editorial .story .story-item-overlay a p {
	display: none;
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border: 2px solid #ffffff;
	color: #ffffff;
}
#page-editorial .story .story-item-overlay_play {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#page-editorial .story .story-item-overlay_play a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#page-editorial .story .story-item-overlay_play a p {
	display: none;
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border: 2px solid #ffffff;
	color: #ffffff;
}

@media (max-width: 767px) {
#page-editorial .story .story-item-overlay a p {
	width: 160px;
}
#page-editorial .story .story-item-overlay_play a p {
	width: 160px;
}
}
#page-editorial .story:hover .story-item-overlay a {
	background-color: rgba(0, 95, 181, 0.8);
	padding-top: 80%;
}
#page-editorial .story:hover .story-item-overlay_play a {
	background-color: rgba(0, 95, 181, 0.8);
	padding-top: 80%;
}



@media (max-width: 767px) {
#page-editorial .story:hover .story-item-overlay a {
	padding-top: 75%;
}
#page-editorial .story:hover .story-item-overlay_play a {
	padding-top: 75%;
}
}
#page-editorial .story:hover .story-item-overlay a p {
	display: block;
}
#page-editorial .story.active .story-item-overlay a {
	background-color: rgba(0, 95, 181, 0.8);
	padding-top: 80%;
}
#page-editorial .story:hover .story-item-overlay_play a p {
	display: block;
}
#page-editorial .story.active .story-item-overlay_play a {
	background-color: rgba(0, 95, 181, 0.8);
	padding-top: 80%;
}

@media (max-width: 767px) {
#page-editorial .story.active .story-item-overlay a {
	padding-top: 75%;
}
#page-editorial .story.active .story-item-overlay_play a {
	padding-top: 75%;
}
}
#page-editorial .story.active .story-item-overlay a p {
	display: block;
	background: #ffffff;
	color: #357fc2;
}
#page-editorial .story.active .story-item-overlay_play a p {
	display: block;
	background: #ffffff;
	color: #357fc2;
}
#page-editorial .story-small {
	margin: 0;
	margin-bottom: 15px;
	margin-right: 15px;
	background: #999999;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#page-editorial .story-small .story-item-overlay a {
	padding-top: 70% !important;
}
#page-editorial .story-small .story-item-overlay a p {
	width: 80%;
}
#page-editorial .story-small .story-item-overlay_play a {
	padding-top: 70% !important;
}
#page-editorial .story-small .story-item-overlay_play a p {
	width: 80%;
}

@media (max-width: 767px) {
#page-editorial .story-small .story-item-overlay a p {
	width: 160px;
}
#page-editorial .story-small .story-item-overlay_play a p {
	width: 160px;
}
}
#page-editorial .story-small.right {
	margin-right: 0;
	background: #cccccc;
}
#page-editorial .story-big {
	margin: 0;
	width: 100%;
	margin-bottom: 15px;
	background: #666666;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#page-editorial .story-detail {
	width: 100%;
	color: #636363;
	background-color: #efecea;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#page-editorial .story-detail .story-detail-like {
	margin-left: 15px;
	display: inline-block;
}
#page-editorial .story-detail .story-detail-like.text-heart {
	color: #636363;
}
#page-editorial .story-detail .story-detail-like.text-heart i {
	/*color: #E43C3C;*/
	color: #999999;
	cursor: pointer;
}
#page-editorial .story-detail .story-detail-like.text-heart.liked i {
	/*color: #e43c3c;*/
	color: #999999;
}
#page-editorial .story-detail:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #efecea;
	position: absolute;
	z-index: 12;
	top: -15px;
	left: 47.5%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#page-editorial .story-detail.left:before {
	left: 22.5%;
}
#page-editorial .story-detail.right:before {
	left: 77.5%;
}
#product-filter-category {
	overflow: hidden;
}
#product-filter-category li {
	margin-bottom: 20px;
}

@media (max-width: 989px) {
#product-filter-category li {
	margin-bottom: 0;
}
}
.list-products-category .list-products-item {
	margin-bottom: 15px;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 989px) {
.list-products-category .list-products-item {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
}
.list-products-category .list-products-item h3 {
	font-size: 30px;
	font-weight: bold;
	color: #005fb5;
	margin: 0;
}
.list-products-category .list-products-item h3 small {
	font-size: 30px;
	font-weight: bold;
	color: #005fb5;
}
.list-products-category .list-products-item h4 {
	font-size: 18px;
	font-weight: bold;
	color: #04233e;
	margin: 0;
}
.list-products-category .list-products-item p {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
}

@media (max-width: 989px) {
.list-products-category .list-products-item p {
	width: 100%;
	display: block;
}
}
.list-products-category .list-products-item .list-products-detail {
	border: 1px solid #d5d5d5;
	border-left: none;
	padding: 20px;
	vertical-align: top;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.list-products-category .list-products-item .list-products-detail ul {
	list-style: disc;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: row;
	flex-direction: row;
	border: 1px solid #d5d5d5;
	border-top: none;
}
.list-products-category .list-products-item .list-products-detail ul.list-unstyled {
	padding-left: 0px;
	margin-right: auto;
}
}
.list-products-category .list-products-item .list-products-detail:first-of-type {
	background: #f7f5f4;
	border-left: 1px solid #d5d5d5;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail:first-of-type {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 1px solid #d5d5d5;
}
}
.list-products-category .list-products-item .list-products-detail.description {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail.description {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
}
.list-products-category .list-products-item .list-products-detail.icons {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-moz-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	font-size: 15px;
	color: #005fb5;
	font-weight: bold;
}
.list-products-category .list-products-item .list-products-detail.icons ul {
	margin-bottom: -20px;
	min-width: 215px;
}
.list-products-category .list-products-item .list-products-detail.icons ul li {
	margin-bottom: 20px;
	min-width: 66px;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail.icons {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
}
.list-products-category .list-products-item .list-products-detail.links {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.list-products-category .list-products-item .list-products-detail.links .btn-pru-yellow {
	width: 80%;
	margin: 0 auto;
	display: block;
}

@media (max-width: 767px) {
.list-products-category .list-products-item .list-products-detail.links .btn-pru-yellow {
	width: 100%;
}
}
.list-products-category .list-products-item .list-products-detail.links .link-note a {
	font-size: 12px;
	color: #3a8fca;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail.links {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
}
.list-products-category .list-products-item .list-products-detail.empty {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-moz-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	border: none;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail.empty {
	display: none;
}
}
.list-products-category .list-products-item .list-products-detail.empty2 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-moz-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	border: none;
}

@media (max-width: 989px) {
.list-products-category .list-products-item .list-products-detail.empty2 {
	display: none;
}
}

@media (max-width: 989px) {
.list-products-category {
	border-bottom: 1px solid #efecea;
	padding: 15px;
}
.list-products-category .list-products-item {
	display: none;
}
.list-products-category .list-products-item.list-products-title {
	display: block;
	margin-bottom: 0;
}
.list-products-category .list-products-item.list-products-title h3 small {
	font-size: 65%;
	color: #005fb5;
}
.list-products-category .list-porudcts-item-handler {
	background: url(../images/products/icon-handler-plus.png) no-repeat center center;
	height: 30px;
}
}

@media (max-width: 989px) {
.list-products-category.active .list-products-item {
	display: block;
}
.list-products-category.active .list-products-item.list-products-title {
	display: block;
	margin-bottom: 15px;
}
.list-products-category.active .list-porudcts-item-handler {
	background: url(../images/products/icon-handler-minus.png) no-repeat center center;
}
}
.list-locations-category .list-locations-item {
	margin-bottom: 15px;
	padding: 0 15px;
}
.list-locations-category .list-locations-item h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 15px;
}
.list-locations-category .list-locations-item h3 small {
	font-size: 30px;
	font-weight: bold;
	color: #005fb5;
}

@media (max-width: 767px) {
.list-locations-category .list-locations-item h3 {
	padding: 0;
}
}
.list-locations-category .list-locations-item h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	margin-bottom: 15px;
}
.list-locations-category .list-locations-item p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 0;
}

@media (max-width: 989px) {
.list-locations-category .list-locations-item p {
	width: 100%;
	display: block;
}
}
.list-locations-category .list-locations-item .list-locations-detail {
	padding: 0px;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
	min-height: 150px;
}
.list-locations-category .list-locations-item .list-locations-detail ul {
	list-style: disc;
}

@media (max-width: 989px) {
.list-locations-category .list-locations-item .list-locations-detail {
	padding-right: 0;
	min-height: 0;
	margin-bottom: 15px;
}
.list-locations-category .list-locations-item .list-locations-detail ul.list-unstyled {
	padding-left: 0px;
	margin-right: auto;
}
}

@media (max-width: 989px) {
.list-locations-category .list-locations-item .list-locations-detail:first-of-type {
	margin-top: 40px;
}
}

@media (max-width: 989px) {
.list-locations-category {
	border-bottom: 1px solid #efecea;
	padding: 15px;
}
.list-locations-category .list-locations-item {
	display: none;
}
.list-locations-category .list-locations-item.list-locations-title {
	display: block;
	margin-bottom: 0;
	padding: 0;
}
.list-locations-category .list-locations-item.list-locations-title h3 small {
	font-size: 65%;
	color: #005fb5;
}
.list-locations-category .list-locations-item-handler {
	background: url(../images/products/icon-handler-plus.png) no-repeat center center;
	height: 30px;
}
}

@media (max-width: 989px) {
.list-locations-category.active .list-locations-item {
	display: block;
	padding: 0;
}
.list-locations-category.active .list-locations-item.list-locations-title {
	display: block;
	margin-bottom: 15px;
}
.list-locations-category.active .list-locations-item-handler {
	background: url(../images/products/icon-handler-minus.png) no-repeat center center;
}
}
/* override bootstrap styles BOF */
.breadcrumb {
	background: #ffffff;
	padding: 15px 0;
}
.breadcrumb > li {
	font-size: 12px;
}
.breadcrumb > li + li:before {
	color: #b3b2b1;
	content: "";
	font-family: FontAwesome;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #203951;
}
.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
	text-decoration: none;
	background-color: #efecea;
	color: #636363;
	margin-right: 15px;
}
.nav-pills > li:last-of-type > a {
	margin-right: 0;
}
.nav-pills > li > a {
	border-radius: 20px;
}
/* override bootstrap styles EOF */
.padding-0 {
	padding: 0;
}
.content-overlap {
	top: -30px;
	position: relative;
}

@media (max-width: 767px) {
.padding-xs-0 {
	padding: 0;
}
}
/* en BOF */
.en .list-locations-category .list-locations-item h3 {
	padding-left: 0;
	padding-right: 0;
}

/* en EOF */

/*# sourceMappingURL=main.css.map */

.hidden-991 {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-991-op {
	display: block !important;
}
#page-content #home-lovelife .newsletter {
	position:relative;
}
#page-content #home-lovelife .newsletter {
    background: #efecea none repeat scroll 0 0;
    color: #636363;
    height: 75px;
    margin-top: -24px;
}
#page-content #home-lovelife .newsletter .newsletter-content{
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    padding-top: 0px;
    position: absolute;
    top: 15px;
    width: 150px;
}
#page-content #home-lovelife .newsletter .newsletter-action{
	display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    padding-top: 8px;
    position: absolute;
    right: 0px;
    top: 8px;
	width: 60px;
	}

}

