@import url(flexslider.css);

/* # Homepage
================================================== */
::-webkit-input-placeholder {
text-align: right;
}
::-moz-placeholder {
text-align: right;
}
:-ms-input-placeholder {
text-align: right;
}
input:-moz-placeholder {
text-align: right;
}
.header {
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	z-index: 1;
	height: 120px;
}
.header .navbar-header {
	width: 100%;
}
.header a.navbar-brand img {
	width: 390px;
	margin: 30px 0 0 40px;
}
.header .navbar-default .navbar-nav {
	margin: 51px 0 0 0px  !important;
}
.header .navbar-default .navbar-nav > li {
	margin: 0 12px!important;
}
.header .navbar-default .navbar-nav > li:last-child {
	margin: 0 0 0 12px!important;
}
.header .navbar-default .navbar-nav > li.normal-link > a, .header .navbar-default .navbar-nav > li.divider > span {
	line-height: 1.2em;
	padding: 0px !important;
}
.header .navbar-default .navbar-nav .dropdown-menu {
	margin-top: 10px!important;
}
#navbar-mobile {
	padding: 0;
}
#navbar-mobile .navbar-nav {
	padding: 0;
	text-align: center;
	margin: 10px auto 0;
	background-color: #f4f4f4;
	float: none!important;
}
#navbar-mobile .navbar-nav > li {
	display: inline-block;
	float: none!important;
}
#navbar-mobile .navbar-nav > li a {
	height: 40px!important;
	padding: 0 12px;
	line-height: 40px;
	color: #787878;
}
#navbar-mobile .navbar-nav > li a:hover {
	color: #000;
}
.navbar-toggle {
	position: absolute;
	right: 0;
	top: 8px;
	width: 40px;
	text-align: center;
}
.right-col {
	width: 54%;
}
.left-col {
	width: 46%;
	-webkit-box-shadow: 8px 0px 8px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: 8px 0px 8px -8px rgba(0,0,0,0.15);
	box-shadow: 8px 0px 8px -8px rgba(0,0,0,0.15);
}
.captcha-holder {
	padding-right: 40px;
	position: relative;
}
.captcha-holder img {
	vertical-align: middle!important;
	line-height: 42px!important;
}
.btn-refresh {
	top: 3px;
	right: 10px;
	font-size: 20px;
	position: absolute;
	color: #898989;
}
.btn-refresh:hover {
	color: #b00f61;
}
.left-col .widget-container {
	padding: 30px 40px 30px 0px;
}
.right-col .widget-container {
	padding: 30px 0px 30px 40px;
}
.widget-title:after {
	width: 250px;
}
.widget-title h1 small {
	font-size: 13px!important;
	margin-left: 15px;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.widget-action {
	margin: 30px 0;
}
.form-body .form-table-row:last-child {
	border-bottom: 1px solid #dedede;
}
.btn-login {
	height: 58px;
	line-height: 58px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #b00f61;
	background-image: url(../images/icon-login.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.btn-login:hover {
	color: #b00f61;
}
.btn-widget {
	background-color: #fff;
	height: 90px;
	padding: 0 0 0 20px;
	border: 1px solid #b00f61;
	line-height: 90px;
	font-size: 17px;
	color: #b00f61;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px!important;
}
.btn-widget:active, .btn-widget:focus {
	color: #787878;
	border: 1px solid #b00f61;
}
.btn-widget:hover {
	color: #000;
	border: 1px solid #000;
}
.icon-tools {
	width: 32px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-image: url(../images/icon-tools.png);
}
.icon-tools.icon-tools-security {
	background-position: 0 0;
}
.icon-tools.icon-tools-disclosure {
	background-position: 0 -28px;
}
.icon-tools.icon-tools-privacy {
	background-position: 0 -56px;
}
.icon-tools.icon-tools-network {
	background-position: 0 -84px;
}
.contact-info-left {
	width: 46%;
}

/* # Homepage Banner
================================================== */
.flexslider {
	margin: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flexslider .slides > li {
	position: relative;
}
.flex-direction-nav a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: -30px 0 0;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 60px;
	content: '\f104';
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.flex-control-nav {
	margin-bottom: 46px;
}

/******* News List ********/
ul.news-list  {
	height: 190px;
	overflow: hidden;
}
ul.news-list-all  {
	/*height: 190px;
	overflow: hidden;*/
}
ul.news-list li a {
	padding: 0px 0 0px 15px;
	line-height: 1.65em;
}
ul.news-list-all li a {
	padding: 0px 0 0px 15px;
	line-height: 1.65em;
}

/* # Responsive
================================================== */
@media only screen and (max-width: 1199px) {
.header a.navbar-brand img {
	width: 340px;
	margin: 35px 0 0 20px;
}
.header .navbar-default .navbar-nav > li {
	margin: 0 5px!important;
}
.header .navbar-default .navbar-nav > li:last-child {
	margin: 0 0 0 5px!important;
}
.header .navbar-default .navbar-nav > li.normal-link > a, .header .navbar-default .navbar-nav > li.divider > span {
	font-size: 15px;
}
.left-col .widget-container {
	padding: 30px 20px 30px 0px;
}
.right-col .widget-container {
	padding: 30px 0px 30px 20px;
}
.btn-widget {
	padding: 0 0 0 10px;
	font-size: 15px;
}
}

@media only screen and (max-width: 991px) {
.left-col, .right-col {
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.left-col .widget-container, .right-col .widget-container {
	padding: 20px 10px;
}
.header {
	height: 65px;
}
.header .navbar-header {
	float: none;
	text-align: center;
	width: 100%;
}
.header a.navbar-brand {
	float: none;
	display: inline-block;
	width: 280px;
}
.header a.navbar-brand img {
	width: 100%;
	margin: 13px 0 0 0;
	padding: 0;
}
.btn-widget {
	padding: 0 0 0 30px;
}
}

@media only screen and (max-width: 767px) {
#navbar-mobile .navbar-nav li {
	display: block;
	text-align: center;
}
#navbar-mobile .navbar-nav li a {
	text-align: center;
}
}

@media only screen and (max-width: 480px) {
.header a.navbar-brand {
	float: left;
	display: block;
}
.navbar-toggle {
	right: -10px;
}
}

@media only screen and (max-width: 390px) {
.header a.navbar-brand {
	width: 220px;
}
.header a.navbar-brand img {
	margin: 18px 0 0 0;
}
}

@media only screen and (max-width: 414px) {
.widget-item {
	width: 100%;
	float: none;
}
}


.input-mask-trigger {
	position: absolute;
	right: 40px;
	top: -5px;
	width: 46px;
	height: 46px;
	display: block;
	z-index: 99;
	cursor: pointer;
	color: #b00f61;
}
.input-mask-trigger:after {
	line-height: 46px;
	text-align: center;
	font-size: 26px;
	font-family: 'FontAwesome';
	font-weight: 400;
	content: "\f070";
	display: block;
}
.input-mask-trigger.secret-field:after {
	content: "\f06e";
	color: #898989;
}