/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/
input.form_field_h{
    display:none;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #434c56;
}
h1 {
	font-size: 70px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
h3 {
	font-size: 28px;
	line-height: 35px;
	color: #434C56;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 32px;
}
h4 {
	/*font-size: 20px;*/
	line-height: 25px;
	text-transform: uppercase;
	font-family: inherit;
	color: #e27536;
	font-weight: 300;
	margin-bottom: 17px;
}
h5 {
	margin: 10px 0;
}
h6 {
	/*color: #e27536; RRM EDIT*/
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
}
.alert-heading {
	color: inherit;
}
p {
	text-transform: none;
	margin: 0;
	padding-bottom: 24px;
	color: #777;
}
.moduletable.tag_line {
    position:relative;
}
.mod-article-single.mod-article-single__tag_line {
    position:absolute;
}
.item_introtext p {
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	color: #444;
}
#footer .item_introtext p {
	color: #aaa;
	font-size: 16px;
}
#footer .item_introtext a {
    color: #246896;/*#aaa;*/
    font-size: 16px;
}
#footer .item_introtext a:hover {
    color: #e27536;
}
.item_header h4 {
	margin-bottom: 17px;
}
.contact-image {
	margin: 0 0 20px 0;
	width: 100%;
}
.contact_form p {
	padding: 20px 0 5px 0;
}
.sub_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 300;
}
#contact-form .sub_title {
	font-size: 16px;
}
#contact-form fieldset p {
    margin-bottom:5px;
}
.contact_misc h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 300;
}
.item_content {
	/*font-size:12px;*/
	text-transform: uppercase;
}
.item_content h4 {
	margin-bottom: 0px
}
.icons-marker {
	font-size: 16.8px;
	line-height: 24px;
}
/*Buttons*/
.btn {
	padding: 4px 14px;
	font-size: 16px;
	line-height: 24px;
	background: #ffffff;
	color: #bab9b9;
	text-shadow: none;
	border: 1px solid #e6e6e6;
	border-bottom-color: #e6e6e6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn:hover {
	text-decoration: none;
	background: #e6e6e6;
	color: #000000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn.disabled {
	cursor: default !important;
}
.btn-primary {
	background: #e27536;
	color: #ffffff;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	line-height: 45px;
	padding: 0 59px 0 17px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary:after {
	right: 0;
	top: 0;
	height: 100%;
	width: 44px;
	background: url(../images/btn_marker.png) 50% 50% no-repeat #434C56;
	position: absolute;
	content: '';
}
.btn-primary:hover {
	background: #434C56;
	color: #ffffff;
}
.btn-primary.submitButton {
	float: right;
}
.btn-primary.disabled {
	background: #434C56;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-primary:focus, .btn-primary:active {
	background: #e27536;
	color: #ffffff;
	text-shadow: none;
}
.btn-primary:focus:hover, .btn-primary:active:hover {
	background: #434C56;
	color: #ffffff;
}
.btn-info {
	/*background: #e27536;*/
	color: #777;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	/*line-height: 45px;*/
	padding: 0 34px 0 0;
	margin: 0 0 10px 0;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn-info:after {
	right: 0;
	top: 0;
	height: 100%;
	width: 44px;
	background: url(../images/sml_btn_marker.png) 50% 50% no-repeat;
	position: absolute;
	content: '';
}
.btn-info:hover {
	/*background: #434C56;*/
	background: #fff;
	color: #e27536;
}
#searchForm .btn.btn-primary {
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-right: 17px;
}
#searchForm .btn.btn-primary:after {
	display: none;
}
/*Lists*/
ul.categories-module h5 {
	font-size: 1em;
	line-height: inherit;
	font-weight: normal;
	margin: 0;
}
/*Pagination*/
.pagination {
	height: auto;
	margin: 0;
	padding: 0 0 50px;
}
.pagination ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin-right: 20px;
}
.pagination ul li .pagenav, .pagination ul li .hasTooltip {
	padding: 0;
	text-transform: none;
	color: #555555;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none;
	box-shadow: none;
}
.pagination ul li span.pagenav, .pagination ul li .span.hasTooltip {
	color: #555555;
}
.pagination ul li a.pagenav, .pagination ul li a.hasTooltip {
	color: #434c56;
}
.pagination ul li a.pagenav:hover, .pagination ul li a.hasTooltip:hover {
	background: none;
	color: #e27536;
}
.pagination ul li.num span.pagenav, .pagination ul li.num span.hasTooltip {
	color: #e27536;
}
/*Forms*/
input[type='radio'], input[type='checkbox'] {
	margin: 5px 0 0;
}
/* Images */
.item_img, .category_img {
	margin-bottom: 24px;
	position: relative;
}
.item_img {
	/*font-size: 0;*/
	line-height: 0;
}
.item_img a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.item_img a:after {
	content: '\f14d';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 3;
}
.item_img a:hover:after {
	font-size: 40px;
}
.item_img a .BWfade {
	width: 100% !important;
	height: 100% !important;
	z-index: 2;
}
.item_img a img {
	opacity: 0.99;
	filter: alpha(opacity=99);
}
.img-intro__left, .img-full__left {
	float: left;
	margin: 0 30px 9px 0;
	max-width: 50%;
}
.img-intro__right, .img-full__right {
	float: right;
	margin: 0 18px 9px 0;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
body:before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 38px;
	content: '';
	border-bottom: 1px solid #ddd;
	border-top: 4px solid #ccc;
	z-index: 4;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
	padding: 17px 0 0 0;/*0 0 75px; RRM EDIT */
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.phone {
	float: right;
	width: auto;
	padding-left: 0;
	/*background: url(../images/phone.png) 0 4px no-repeat;*/
	color: #888;
	font-size: 14px;
	line-height: normal;
	margin-top: 37px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
/*#logo .span6{
	width:300px;
}*/
.phone a:hover {
	color: #e27536 !important;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
	padding: 0 0 40px;/*0 0 72px; RRM EDIT */
}
.navigation ul.sf-menu {
	display: table;
	width: 100%;
	table-layout: fixed;/*SubMenu Styles*//*Define 1st SubMenu position*//*Define menu width*//*Define SubMenu position*//*Define 2nd+ SubMenu position*/
}
.navigation ul.sf-menu > li {
	background-color: transparent;
	float: none;
	display: table-cell;
	padding: 0;
}
.navigation ul.sf-menu > li.sfHover > .sfHolder > a, .navigation ul.sf-menu > li.sfHover > .sfHolder > span {
	/* background: #2d3237;
    color: #ffffff;*/
	border-top: 4px solid #ccc;/*color:#e27536;*/
}
.navigation ul.sf-menu > li.active > .sfHolder > a, .navigation ul.sf-menu > li.current > .sfHolder > a, .navigation ul.sf-menu > li.active > .sfHolder > span, .navigation ul.sf-menu > li.current > .sfHolder > span {
	border-top: 4px solid #095C95 !important;/* background: #e27536 !important;
  color: #095C95 ;*/
}
.navigation ul.sf-menu > li + li > .sfHolder {
/*background: url(../images/menu_border.gif) repeat-y;*/
}
.navigation ul.sf-menu > li > .sfHolder {
	position: relative;
}
.navigation ul.sf-menu > li > .sfHolder > a, .navigation ul.sf-menu > li > .sfHolder > span {
	background-color: transparent;
	text-align: center;
	font-size: 14px;
	line-height: 37px;
	font-family: 'Open Sans', sans-serif;
	color: #676767;
	height: 40px;
	font-weight: 600;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	border-top: 4px solid transparent;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover, .navigation ul.sf-menu > li > .sfHolder > span:hover {
	/*background: #2d3237;
  color: #2d3237;*/
	border-top: 4px solid #e27536;/*color:#e27536;*/
}
.navigation ul.sf-menu li > .sfHolder > ul, .navigation ul.sf-menu li > .sfHolder > ul {
	top: 43px;
}
.navigation ul.sf-menu ul {
	width: 100%;
}
.navigation ul.sf-menu li li > .sfHolder ul, .navigation ul.sf-menu li li > .sfHolder ul {
	top: -5px;
	left: 100%;
	margin-left: 12px;
}
.navigation ul.sf-menu li li li > .sfHolder ul, .navigation ul.sf-menu li li li > .sfHolder ul {
	top: -5px;
	left: 100%;
	margin-left: 12px;
}
.navigation ul.sf-menu ul {
 background:;
	padding: 0;
}
.navigation ul.sf-menu ul ul {
	background: #e27536;
}
.navigation ul.sf-menu ul ul li a:hover, .navigation ul.sf-menu ul ul li span:hover {
	color: #434c56;
}
.navigation ul.sf-menu ul ul li.active > .sfHolder > a, .navigation ul.sf-menu ul ul li.sfHover > .sfHolder > a, .navigation ul.sf-menu ul ul li.active > .sfHolder > span, .navigation ul.sf-menu ul ul li.sfHover > .sfHolder > span {
	color: #434c56;
}
.navigation ul.sf-menu ul ul:before {
	position: absolute;
	top: 13px;
	left: -5px;
	content: '';
	border-right: 5px solid #e27536;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
	display: block !important;
}
.navigation ul.sf-menu ul li a, .navigation ul.sf-menu ul li span {
	font-size: 14px;
	line-height: 17px;
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	color: #777;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
}
.navigation ul.sf-menu ul li a:hover, .navigation ul.sf-menu ul li span:hover {
	color: #e27536;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a, .navigation ul.sf-menu ul li.sfHover > .sfHolder > a, .navigation ul.sf-menu ul li.active > .sfHolder > span, .navigation ul.sf-menu ul li.sfHover > .sfHolder > span {
	color: #e27536;
}
.navigation ul.sf-menu ul li.firstItem {
	border: none;
}
.navigation ul.sf-menu.sf-vertical {
	width: 100%;/*Define 1st SubMenu position*/
}
.navigation ul.sf-menu.sf-vertical li {
	width: 100%;
	margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul, .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
	top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
	left: 102%;
}
.navigation ul.sf-menu.sf-vertical ul li a, .navigation ul.sf-menu.sf-vertical ul li span {
	padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
	height: 88px;
	padding-bottom: 88px;
	margin-bottom: 2px;/*Define 1st SubMenu position*/
}
.navigation ul.sf-menu.sf-navbar li:hover > ul, .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
	top: 90px;
	left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
	width: auto;
	padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
	width: 100%;
	top: 88px;
}
.search-block {
	text-align: right;
}
.search-block input {
	max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
	margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
	padding: 0 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
	text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
.top_blocks h3 {
	margin-bottom: 19px;
}
.top_blocks p {
	padding-bottom: 37px;
}
.top_blocks p.more {
	padding-bottom: 20px;
    min-height:220px;
}
.top_blocks h3 {
    line-height:normal !important;
}
/*======================= CONTENT =======================*/
#content-row {
	padding: 46px 15px;
}
#component {
	min-height: 0;
}
.container-fluid {
	padding: 0 !important;
}
.item {
	margin-bottom: 30px;
}
.item:after {
	content: '';
	display: block;
	clear: both;
}
.page-header {
	border: none;
	padding: 0;
	margin: 0;
}
.item_info_dl {
	margin: 0;
	font-weight: bold;
	color: #434C56;
}
.item_info_dl dd {
	margin: 0;
	display: inline;
	margin-right: 20px;
}
.item_info_dl dd > * {
	display: inline;
}
.item_info_dl dd.komento {
	padding-left: 29px;
	background: url(../images/comments.png) 0 50% no-repeat;
}
.item_icons.btn-group.pull-right {
	margin: 0px 0 10px 10px;
	position: relative;
	z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
	margin: 0 0 0 -30px;
}
ul.gallery .gallery-item {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 20px 30px;
	float: left;
	list-style: none;
}
ul.gallery .gallery-item .item_img {
	margin-right: 0;
	float: none;
	max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
	float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
	float: left;
	margin: 0 24px 24px 0 !important;
}
.gallery-item .view .content * {
	color: inherit;
}
.gallery-item .view .content a:hover {
	color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
	margin-bottom: 30px;
}
blockquote {
	padding: 0;
	margin: 0;
	border-left: none;
}
blockquote p {
	margin-bottom: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
}
blockquote p:before {
	content: '"';
}
blockquote p:after {
	content: '"';
}
blockquote small {
	text-align: right;
}
/*===== Blog Page ======*/
.page-blog .item_published, .page-item__blog .item_published {
	float: left;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	background: #e27536;
	width: 70px;
	padding: 13px 0;
	margin-right: 30px;
	text-transform: uppercase;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
.page-blog .item_published span, .page-item__blog .item_published span {
	font-size: 24px;
	display: block;
}
.page-blog .item_content {
	overflow: hidden;
}
.page-item__blog .item_content {
	margin-left: 100px;
}
.tags {
	clear: both;
}
.addthis_toolbox {
	padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a, .categories-module li a, .mod-menu .nav.menu li a, .list1 ul li a {
	display: inline;
}
.archive-module li a:hover, .categories-module li a:hover, .mod-menu .nav.menu li a:hover, .list1 ul li a:hover {
	background: none;
}
.tagspopular ul {
	margin: 0;
}
.tagspopular ul li {
	list-style: none;
	display: inline-block;
	padding: 0 15px 12px 0;
}
.dropcap-2 {
	float: left;
	text-align: center;
	width: 70px;
	background: #e27536;
	line-height: 70px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	color: #fff;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-right: 17px;
}
.offer .item_title {
	overflow: hidden;
    /*max-width: 200px;*/
}
.offer .item_introtext {
	clear: both;
	padding-top: 15px;
}
.offer .item_introtext p {
	padding-bottom: 13px;
}
/*======================= MAINBOTTOM =======================*/
p.cntct {
    margin:0 30px 30px 30px !important;
}

#mainbottom-row {
	padding: 0 0 25px;
}
.dropcap {
	float: left;
	text-align: center;
	width: 87px;
	background: #e27536;
	line-height: 87px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-right: 17px;
}
.services h3.item_title {
	margin-bottom: 10px;
}
.services .item_introtext h4 {
	margin-bottom: 30px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
	background: #434C56;
	color: #858c92;
	padding: 80px 0 16px;
}
#bottom-row h3 {
	color: #fff;
}
.about p {
	padding-bottom: 12px;
}
.news {
	overflow: hidden;
}
.mod_caroufredsel .item_content {
	overflow: hidden;
}
.mod_caroufredsel .item_content p {
	padding-bottom: 30px;
}
.mod_caroufredsel h4 a:focus, .mod_caroufredsel h4 a:active {
	color: #434c56;
}

/*======================= CAREER/PARTNER =======================*/

.copy-career, .ttl-career {
    color:#fff !important;
    text-align:center;
    width:100%;
}

h4.ttl-career{
    text-transform:none;
    font-weight:bold;
    font-size:22px;
    
}
.partner {
    margin-bottom: 40px;
    margin-top: -30px;
}

p.btn-wrapper{
    padding-top:20px;
}

.btn-career{
    color:#fff;
    padding: 8px 35px;
    background: #434C56;
    border: 1px solid #bbb;
    border-radius:3px;
    margin-top:20px;
}
.btn-career:hover {
    color:#111;
    background: #8b9eb3;
    border: 1px solid #fff;
}
#partner{
    max-width:700px;
    margin:0 auto;
    padding:0 20px;
}


/*======================= FOOTER =======================*/
#footer-row {
	background: #222;
	color: #845c12; /*#aa7616;  RRM EDIT */
	padding: 61px 0 0 10px;/*border-top:1px solid #ddd;*/
}
#footer-row h4 {
	color: #ddd;
	margin-bottom: 10px;
	font-size: 16px;
    font-weight:bold;
}
#footer-row .btn-info {
	background: #434C56;
}
#footer-row .btn-info:after {
	background: url(../images/bottom_btn_marker.png) 50% 50% no-repeat #ffffff;
}
#footer-row .btn-info:hover {
	background: #fff;
	color: #434C56;
}
#footer-row .moduletable {
	margin-bottom: 30px;
}
#footer-row .moduletable .item_published {
	float: left;
	font-size: 25px;
	color: #333745;
	text-transform: uppercase;
	line-height: 54px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	margin-right: 25px;
}
#footer-row .moduletable .item_published span {
	display: block;
	color: #fff;
	font-size: 66px;
}
#copyright-row {
	border-top: 1px solid #555;
	padding: 23px 0 0;
}
#copyright {
	font-size: 14px;
	padding-top: 6px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	/*color: #858c92;*/
	color: #777;
	text-transform: capitalize;
    margin-left: 15px;
}
#copyright .siteName {
	text-transform: uppercase;
	color: #777;
	font-weight: 600;
	/*margin-left: 15px;*/
}
#copyright .year:after {
	content: '|';
	padding: 0 0 0 4px;
}
#copyright a {
	color: inherit;
}
#copyright a:hover {
	color: #fff;
}
#footer-wrapper {
	background: #111;/*background: #2f343a;*/
}
/*===== Social Media ======*/
.social {
	margin: 0;
}
.social li {
	margin: 0 0 0 9px;
}
.social li a {
	width: 34px;
	height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	text-indent: 9999px;
	background-color: #434c56;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
.social li a:hover {
	background-color: #e27536;
}
/*======CUSTOM OVERRIDES======*/
.home_message {
    text-align: center; 
    font-size:18px;
    line-height: 30px;
    margin: 0 auto;
}
ul {
	margin-bottom: 20px;
}
ul li {
	font-size: 17px;
	color: #777;
}
ul li span {
	font-size: 17px;
	color: #777;
}
ul.check-list {
	margin: 0;
	padding: 0 0 30px 0;
	padding: 0 0 50px 0;
}
ul.check-list li {
	/*	background: url("http://www.westchestermediaworks.com/digipay/images/blt_checkmark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 16px;
	height: 30px;
	line-height: 22px;
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 4px 0 0 40px;
	max-width: 400px;*/
	margin: 0 0 0 15px;
}
ul.dollar-list {
	margin: 0;
	padding: 0 0 20px 0;
	padding: 0 0 50px 0;
}
ul.dollar-list li {
	/*	background: url("http://www.westchestermediaworks.com/digipay/images/blt_dollar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 16px;
	height: 30px;
	line-height: 22px;
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 4px 0 0 40px;
	max-width: 400px;*/
	margin: 0 0 0 15px;
}
ul.menu-list {
	margin: 20px 0;
}
ul.menu-list li {
	background-image: url("../images/blt_arrow.png");
	background-repeat:no-repeat;
	background-color:transparent;
	/*background: url("http://www.westchestermediaworks.com/digipay/images/blt_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	font-size: 16px;
	height: 30px;
	line-height: 18px;
	list-style: none outside none;
	margin: 0 0 10px 0;
	padding: 7px 0 0 40px;
	max-width: 400px;
}
.hrln {
	width: 70%;
	border-bottom: 3px solid #e7e7e7;
	margin: 20px auto 0px auto;
	padding: 0;
}
#content-bottom h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
/*.body__features h4  {
	color:#333;
}
.body__features h4 a:hover  {
	color:#E27536;
}
.body__features .btn-info{
	color:#E27536;
}
.body__features .btn-info:hover{
	color:#777;
}*/
.mbl-center {
	text-align: center;
	margin: 0 auto;
}
.mbl-off {
	display: inline-block;
	color: #777;
}
.mbl-phn-lft {
	padding-top: 7px;
	float: left;
	min-width:237px;
}
.mbl-phn-rgt {
	min-width: 150px;
	float: left;
}
/*=====FEATURES PAGES=======*/
.txt-col-one {
	margin: 15px 70px 20px 0;
	max-width: 340px;
	float: left;
}
.txt-col-two {
	float: left;
}
.col-clearfix{
    clear:both;
}
.body__interchange .txt-col-one {
	margin: 15px 70px 20px 0;
	max-width: 405px;
	float: left;
}
.body__interchange .txt-col-two {
	float: left;
}
.body__interchange .txt-col-two img {
	position: relative;
	height: 430px;
	bottom: -15px;
	left: 10px;
}
.body__security .txt-col-one {
	margin: 5px 70px 5px 0;
	max-width: 340px;
	float: left;
}
.body__security .txt-col-two {
	max-width: 430px;
	margin-top: 20px;
}
.body__security .img-col-one {
	margin-right: 0;
	float: left;
}
.body__security .img-col-one img {
	width: 261px;
	margin: 15px 40px 20px 0;
}
.body__security .img-col-two {
	max-width: 500px;
	float: left;
}
.mbl-reader {
	position: relative;
	bottom: 30px;
	left: 40px;
	width: 320px;
	margin-bottom: 0;
}
.mny-img {
	width: 225px;
	position: relative;
	left: 20px;
}
.vault-img {
	width: 280px;
	position: relative;
	bottom: 15px;
	left: 10px;
	padding-bottom: 10px;
}
.lst-col-one {
	margin-right: 70px;
}
.lst-col-one, .lst-col-two {
	max-width: 300px;
	float: left;
}
.lst-col-two-data {
	float: left;
	max-width: 360px;
	margin-top: 10px;
}
.data-block {
    clear:both;
}
.big-line {
	font-size: 18px;
	font-weight: 300;
}
.ul-xtra-info {
	padding-top: 15px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.li-xtra-info {
	height: 27px !important;
	margin-bottom: 0;
	padding-bottom: 0;
}
.p-xtra-info {
	margin: 0;
	margin-top: -10px;
	margin-top: 0;
	padding: 0 0 20px 40px;
	max-width: 500px;
	font-style: italic;
	font-size: 16px;
}
.italic {
	font-style: italic;
}
.bottom-buffer {
	padding: 15px 0 10px 0;
}
.msg-text {
	margin-top: 0;
	padding-top: 0;
	font-size: 28px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}
.hlt-clr {
	color: #E27536;
	font-size:19px;
}
.subhd {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #999;
}
.h3-sub {
	text-transform: none;
}
/*.body__security .item_fulltext,.body__fraud .item_fulltext, .body__mobile .item_fulltext,.body__interchange .item_fulltext,.body__titan .item_fulltext, .body__processing .item_fulltext {
	max-width: 760px;
}*/
.body__security h2, .body__fraud h2, .body__mobile h2, .body__interchange h2, .body__titan h2, .body__processing h2, .body__gateway h2, .body__interface h2 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
}
.body__security h4, .body__fraud h4, .body__mobile h4, .body__interchange h4, .body__titan h4, .body__processing h4, .body__gateway h4, .body__interface h4 {
	font-size: 21px;
}
.body__security #aside-right h3, .body__fraud #aside-right h3, .body__mobile #aside-right h3, .body__interchange #aside-right h3, .body__titan #aside-right h3, .body__processing #aside-right h3, .body__gateway #aside-right h3, .body__interface #aside-right h3 {
	font-size: 24px;
}
.body__security #aside-right h4, .body__fraud #aside-right h4, .body__mobile #aside-right h4, .body__interchange #aside-right h4, .body__titan #aside-right h4, .body__processing #aside-right h4, .body__gateway #aside-right h4, .body__interface #aside-right h4 {
	font-size: 20px;
}
.body__security h6, .body__fraud h6, .body__mobile h6, .body__interchange h6, .body__titan h6, .body__processing h6, .body__gateway h6, .body__interface h6, .body__about h6 {
	font-size: 18px;
	padding-bottom: 20px;
	padding-bottom: 0;
	color: #e27536;
	margin-bottom: 10px;
	line-height: 22px;
}
.body__about h6 {
	padding-bottom: 10px;
	padding-top: 20px;
}
.body__security img.img-sml, .body__fraud img.img-sml, .body__mobile img.img-sml, .body__interchange img.img-sml, .body__titan img.img-sml, .body__processing img.img-sml, .body__gateway img.img-sml, .body__interface img.img-sml,.body__careers img.img-sml {
	float: left;
	margin: 0 15px 5px 0;
	padding-top: 5px;
}
.body__careers img.img-sml {
	/*margin: 0 15px 0 0;*/
}
.body__titan img.img-sml {
	max-width: 200px;
	margin-top: 10px;
}
.body__security .content-links-a, .body__fraud .content-links-a, .body__mobile .content-links-a, .body__interchange .content-links-a, .body__titan .content-links-a, .body__processing .content-links-a, .body__gateway .content-links-a, .body__interface .content-links-a {
	margin: 30px 0;
}
.body__fraud img.img-sml {
	max-width: 255px;
}
.body__interface img.img-sml {
	max-width: 345px;
	margin-bottom: 5px;
}
.body__gateway img.img-sml {
	max-width: 292px;
}
.body__careers img.img-sml {
    max-width: 360px;
}

.body__processing img.img-sml {
	max-width: 327px;
}
.body__mobile img.img-sml {
	max-width: 325px;
}
.body__mobile img.img-sml, .body__titan img.img-sml {
	margin-bottom: 0;
}
.body__security .clrfx, .body__fraud .clrfx, .body__mobile .clrfx, .body__interchange .clrfx, .body__titan .clrfx, .body__processing .clrfx, .body__gateway .clrfx, .body__interface .clrfx {
	clear: both;
	padding-top: 10px;
}
/*=====CAMERA OVERRIDES=======*/

.slide-title {
    /*font-size: 38px;
	line-height: 40px;*/
    font-size: 55px;
    line-height: 50px;
    
}
.camera_caption > div {
	/*font-size: 40px !important;*/
    font-size: 37px !important;
    line-height: 37px !important;
}
.camera_caption > div p {
    text-transform: uppercase;
	color: #fff;
    /*font-size: 28px;
	line-height: 32px;*/
}
/*=====BOOTSTRAP OVERRIDES=======*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
}
/*=====SUPERFISH OVERRIDES=======*/
.moduletable.navigation select {
	font-size: 20px !important;
	padding: 8px 0 22px 10px !important;
}
a.body-link{
    text-decoration:underline !important;
    color:#246896;
}