.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: 28px;
	-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: #ffffff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #c0ffd9;
	text-decoration: none;
}
h1, h2 {
	color: #fdfaf5;
	font: 38px/40px 'life_saversregular';
	margin: 0 0 28px;
}
h3 {
	color: #fdfaf5;
	font: 30px/32px Gotham, "life_saversregular", Helvetica, Arial, sans-serif;
	margin: 0 0 28px;
	text-align:center;
}
.headerInner h3 { color:#000; font: 25px/27px Gotham, "life_saversregular", Helvetica, Arial, sans-serif; margin:0; text-align:right;}
h4 {
	font: 500 20px/22px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 20px;
}
.alert-heading {
	color: inherit;
}
p {
	margin: 0;
	padding-bottom: 22px;
}
#feature-row  div.item_introtext p a, #feature-row .btn.btn-info.readmore{ color:#90BA87; font-size:80%;}
.icons-marker {
	font-size: 16.8px;
	line-height: 22px;
}
.item_fulltext a {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}
/*Buttons*/
.btn {
	padding: 4px 14px;
	font-size: 14px;
	line-height: 22px;
	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-primary {
	background: url(../images/template/more.png) right 70% no-repeat !important;
	border: none;
	display: inline-block;
	font: 500 16px/20px 'life_saversregular';
	padding: 0 18px 0 0;
	text-transform: lowercase;
	text-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #c0ffd9;
	outline: none;
	box-shadow: none;
}
.btn-primary.submitButton {
	float: right;
	background: url(../images/template/more.png) right 70% no-repeat !important;
	border: none;
	display: inline-block;
	font: 500 16px/20px 'life_saversregular';
	padding: 0 18px 0 0;
	text-transform: lowercase;
	text-shadow: none;
}
.btn-primary.submitButton:hover, .btn-primary.submitButton:focus, .btn-primary.submitButton:active {
	color: #c0ffd9;
	outline: none;
	box-shadow: none;
}
.btn-info {
	background: url(../images/template/more.png) right 70% no-repeat !important;
	border: none;
	display: inline-block;
	font: 500 16px/20px 'life_saversregular';
	padding: 0 18px 0 0;
	text-transform: lowercase;
	text-shadow: none;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	color: #c0ffd9;
	outline: none;
	box-shadow: none;
}
/*Lists*/
ul.item_list, .categories-module, .archive-module, .item-list, .unstyled {
	margin: 0;
}
ul.item_list li, .categories-module li, .archive-module li, .item-list li, .unstyled li {
	background: url(../images/template/marker.png) 0 8px no-repeat;
	list-style: none;
	padding: 0 0 8px 20px;
}
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%;
}
.pagination ul li {
	display: inline-block;
	margin-right: 10px;
}
.pagination ul li .pagenav, .pagination ul li .hasTooltip {
	font-size: 13px;
	line-height: 24px;
	text-transform: none;
	color: #606060;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #fff;
	box-shadow: none;
	padding: 0 9px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pagination ul li span.pagenav, .pagination ul li .span.hasTooltip {
	color: white;
	background: #c0ffd9;
	border-color: #c0ffd9;
}
.pagination ul li a.pagenav:hover, .pagination ul li a.hasTooltip:hover {
	color: white;
	background: #c0ffd9;
	border-color: #c0ffd9;
}
.pagination ul li.num span.pagenav, .pagination ul li.num span.hasTooltip {
	color: white;
	background: #c0ffd9;
	border-color: #c0ffd9;
}
/*Forms*/
input[type='radio'], input[type='checkbox'] {
	margin: 3px 0 0;
}
/* Images */
.item_img, .category_img {
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: center;
	width: 100%;
}
.img-intro__left, .img-full__left {
	float: left;
	margin: 0 20px 10px 0;
}
.img-intro__right, .img-full__right {
	float: right;
	margin: 0 0px 10px 20px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #83b596;
	border: 1px solid #a2b7ac;
	-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);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
.headerInner {
	background: url(../images/template/header.jpg) center 0 repeat-x;
}
#header-row {
	/* [disabled]padding-top: 50px;
*/
	position: relative;
}
#header-row .row-container .container {
	background: #FDFAF5;
	padding-top: 15px;
}
#logo {
	text-align: center;
	margin-bottom: 25px;
}
#logo a {
	margin: 0;
}
/*======================= NAVIGATION =======================*/
.select-menu {
	display: none;
}
.navigation ul.sf-menu {
	display: table;
	margin: 0 auto 15px;
	position: relative;/*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
	padding: 0;
	margin: 0 15px;
}
.navigation ul.sf-menu > li.active > a, .navigation ul.sf-menu > li.sfHover > a, .navigation ul.sf-menu > li.current > a, .navigation ul.sf-menu > li.active > span, .navigation ul.sf-menu > li.sfHover > span, .navigation ul.sf-menu > li.current > span {
	color: #000;
	font-family: 'life_saversregular';
}
.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
	font: 18px/20px 'life_saversregular';
	color: #000;
	display: block;
	padding: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover, .navigation ul.sf-menu > li > span:hover, .navigation ul.sf-menu > li > a:focus, .navigation ul.sf-menu > li > span:focus, .navigation ul.sf-menu > li > a:active, .navigation ul.sf-menu > li > span:active {
	color: #90BA87;
	text-decoration: none;
}
.navigation ul.sf-menu > li:hover > ul, .navigation ul.sf-menu > li.sfHover > ul {
	top: 36px;
	background-color: #000000;
}
.navigation ul.sf-menu > li:hover > ul:before, .navigation ul.sf-menu > li.sfHover > ul:before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #000;
	position: absolute;
	left: 0%;
	margin-left: -0px !important;
	top: -7px;
}
.navigation ul.sf-menu > li:hover > ul > li > a, .navigation ul.sf-menu > li.sfHover > ul > li > a, .navigation ul.sf-menu > li:hover > ul > li > span, .navigation ul.sf-menu > li.sfHover > ul > li > span {
	color: white;
}
.navigation ul.sf-menu > li:hover > ul > li > a:hover, .navigation ul.sf-menu > li.sfHover > ul > li > a:hover, .navigation ul.sf-menu > li:hover > ul > li > span:hover, .navigation ul.sf-menu > li.sfHover > ul > li > span:hover {
	color: #91BB89;
}
.navigation ul.sf-menu > li:hover > ul > li.active > a, .navigation ul.sf-menu > li.sfHover > ul > li.active > a, .navigation ul.sf-menu > li:hover > ul > li.sfHover > a, .navigation ul.sf-menu > li.sfHover > ul > li.sfHover > a, .navigation ul.sf-menu > li:hover > ul > li.active > span, .navigation ul.sf-menu > li.sfHover > ul > li.active > span, .navigation ul.sf-menu > li:hover > ul > li.sfHover > span, .navigation ul.sf-menu > li.sfHover > ul > li.sfHover > span {
	color: #febadd;
}
.navigation ul.sf-menu li li:hover ul, .navigation ul.sf-menu li li.sfHover ul {
	top: -12px;
	left: 114px;
}
.navigation ul.sf-menu li li li:hover ul, .navigation ul.sf-menu li li li.sfHover ul {
	top: -12px;
	left: 114px;
}
.navigation ul.sf-menu ul {
	background: #83b596;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 12px 23px;
	width: 90px;
}
.navigation ul.sf-menu ul li {
	line-height: 36px;
}
.navigation ul.sf-menu ul li a, .navigation ul.sf-menu ul li span {
	color: white;
	display: block;
	padding: 0px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover, .navigation ul.sf-menu ul li span:hover {
	color: #daffe8;
}
.navigation ul.sf-menu ul li.active > a, .navigation ul.sf-menu ul li.sfHover > a, .navigation ul.sf-menu ul li.active > span, .navigation ul.sf-menu ul li.sfHover > span {
	color: #daffe8;
}
.navigation ul.sf-menu.sf-vertical {
	width: 90px;/*Define 1st SubMenu position*/
}
.navigation ul.sf-menu.sf-vertical li {
	width: 90px;
	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: 92px;
}
.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: 44px;
	padding-bottom: 44px;
	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: 46px;
	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: 90px;
	top: 44px;
}
.search-block {
	text-align: right;
}
.search-block input {
	max-width: 100%;
}
.mod-search.mod-search__ {
	display: block;
	float: left;
	position: relative;
	left: 10px;
	top: 30px;
	z-index: 999;
	height: 10px;
}
.contact-image {
	display: block;
	float: right;
	position: relative;
	right: 10px;
	top: 80px;
	z-index: 999;
	height: 50px;
}
/*======================= 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 =======================*/
#feature-row {
	margin: 20px 0 -20px 0;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
	padding-top: 46px;
}
#aside-right .moduletable, #aside-left .moduletable {
	margin-bottom: 33px;
}
#aside-right .moduletable.art, #aside-left .moduletable.art {
	margin-bottom: 0;
}
#component {
	min-height: 0;
}
.container-fluid {
	padding: 0 !important;
}
.item {
	margin-bottom: 33px;
}
.item:after {
	content: '';
	display: block;
	clear: both;
}
.page-header {
	border: none;
	padding: 0;
	margin: 0;
}
.item_info_dl {
	margin: 0 0 14px;
}
.item_info_dl dd {
	margin: 0;
	display: inline;
}
.item_info_dl dd > * {
	display: inline;
}
.item_info_dl dd.komento {
	float: right;
}
.item_icons.btn-group.pull-right {
	margin: 0px 0 10px 10px;
}

/*===== Home Page ======*/
@media all and (-webkit-min-device-pixel-ratio: 0) {
.mod-newsflash-adv__posts .item .img-intro__none a {
	display: block;
	overflow: hidden;
}
.mod-newsflash-adv__posts .item .img-intro__none:before {
	bottom: -1px;
}
}
.mod-newsflash-adv__posts .item {
	font: 18px/20px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #808080;
	background-color: #fdfaf5;
	overflow: hidden;
}
.mod-newsflash-adv__posts .item .img-intro__none {
	margin-bottom: 0;
	position: relative;
}
.mod-newsflash-adv__posts .item .img-intro__none:before {
	content: url(../images/template/arrow.png);
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	display: block;
	height: 27px;
	width: 50px;
	font-size: 0;
	line-height: 0;
}
.mod-newsflash-adv__posts .item .item_content {
	padding: 30px 10px 47px;
	position: relative;
}
.mod-newsflash-adv__posts .item .item_content .item_title {
	font: 30px/30px 'life_saversregular';
	font-weight: bold;
	color: #90BA87;
	margin-bottom: 10px;
}
.mod-newsflash-adv__posts .item .item_content:before, .mod-newsflash-adv__posts .item .item_content:after {
	background: #fdfaf5;
	content: "";
	display: block;
	height: 27px;
	position: absolute;
	top: -16px;
	width: 50%;
}
.mod-newsflash-adv__posts .item .item_content:before {
	left: -25px;
}
.mod-newsflash-adv__posts .item .item_content:after {
	right: -25px;
}
.mod-newsflash-adv__art .item {
	line-height: 23px;
}
.mod-newsflash-adv__art .item .item_title {
	font: 500 24px/48px 'life_saversregular';
	margin-bottom: 18px;
}
.page-featured .page_header h2 {
	font-size: 60px;
	font-weight: 300;
	line-height: 64px;
	margin-bottom: 27px;
}
.page-featured .item {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
}
.page-featured .item .item_title {
	margin-bottom: 9px;
}
.page-featured .item .item_title a {
	color: #fff;
}
.page-featured .item .item_title a:hover {
	color: #ffffff;
}
.page-featured .item p {
	padding-bottom: 19px;
}
.page-featured .item .readmore {
	background: url(../images/template/marker1.png) left 70% no-repeat !important;
	font-size: 18px;
	padding: 0 0 0 14px;
}
.mod-newsflash-adv__center ul.tabs-nav {
	display: table;
	margin: 0 auto 51px;
}
.mod-newsflash-adv__center ul.tabs-nav li {
	display: table-cell;
	list-style: none;
	padding: 0 6px;
	vertical-align: middle;
}
.mod-newsflash-adv__center ul.tabs-nav li a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font: 14px/22px 'life_saversregular';
	color: white;
	background: #ea6f7b;
	padding: 9px 28px;
	text-transform: uppercase;
	position: relative;
}
.mod-newsflash-adv__center ul.tabs-nav li a:before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	position: absolute;
	left: 50%;
	margin-left: -4.5px;
	bottom: -5px;
	border-color: #78968b transparent transparent transparent;
	display: none;
}
.mod-newsflash-adv__center ul.tabs-nav li a:hover, .mod-newsflash-adv__center ul.tabs-nav li a:focus, .mod-newsflash-adv__center ul.tabs-nav li a:active {
	background-color: #fdfaf5;
	text-decoration: none;
	color: #000;
}
.mod-newsflash-adv__center ul.tabs-nav li a:hover:before, .mod-newsflash-adv__center ul.tabs-nav li a:focus:before, .mod-newsflash-adv__center ul.tabs-nav li a:active:before {
	border-color: #7bb893 transparent transparent transparent;
	display: block;
}
.mod-newsflash-adv__center .tab_container > .item {
	margin-bottom: 30px;
}
.mod-newsflash-adv__center .tab_container > .item .item_content .img-intro__none {
	margin-bottom: 0;
}
.moduletable.center .moduleTitle {
	margin-bottom: 46px;
}
.moduletable.loc {
	margin-bottom: 40px;
}
.moduletable.loc .moduleTitle, .moduletable.loc .mod-menu {
	font: 18px/24px 'life_saversregular';
	border-left: 1px solid #a2b7ab;
	margin-bottom: 0;
	padding-left: 52px;
}
.moduletable.loc .moduleTitle {
	font: 26px/30px 'life_saversregular';
	margin-top: 57px;
	padding-top: 3px;
	padding-bottom: 42px;
	position: relative;
}
.moduletable.loc .moduleTitle:before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8.5px 0 8.5px 8px;
	border-color: transparent transparent transparent #a2b9ae;
	position: absolute;
	left: 0;
	top: 13px;
}
.moduletable.loc .mod-menu {
	padding-bottom: 3px;
	overflow: hidden;
}
.moduletable.loc .mod-menu li {
	line-height: 24px;
}
.moduletable.loc .mod-menu li a {
	font-size: 14px;
	color: #d2f5eb;
	display: inline-block !important;
	margin-top: 20px;
}
.moduletable.loc .mod-menu li a:hover {
	color: white;
}
.tabs .nav-tabs {
	border-bottom: 1px solid #88a498;
	margin: 0 0 -1px;
	position: relative;
}
.tabs .nav-tabs > li {
	float: left;
	border: none !important;
	margin: 0 0px 0px 0;
}
.tabs .nav-tabs > li a {
	background: #638473;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	display: block;
	font: 20px/22px 'life_saversregular';
	margin: 0 1px 0 0;
	padding: 16px 38px 19px 39px;
}
.tabs .nav-tabs > li a:hover, .tabs .nav-tabs > li a:focus, .tabs .nav-tabs > li a:active {
	background: #5a776a;
	border: none;
	color: white;
}
.tabs .nav-tabs > li.active a, .tabs .nav-tabs > li.active a:hover, .tabs .nav-tabs > li.active a:focus, .tabs .nav-tabs > li.active a:active {
	background: url(../images/template/tab-content.jpg) 0 0 repeat;
	border: 1px solid #88a498;
	border-bottom: none;
	padding-bottom: 20px;
	margin: -1px 0px -1px -1px;
	color: white;
}
.tabs .nav-tabs > li.active:first-child a {
	margin-left: 0;
	padding-left: 38px;
}
.tabs .tab-content {
	background: url(../images/template/tab-content.jpg) 0 0 repeat;
	border: 1px solid #88a498;
	color: #b9d4cc;
	padding: 36px 33px 27px;
	margin-bottom: 40px;
}
.tabs .tab-content .img-intro__left {
	margin-right: 29px;
}
.tabs .tab-content .item_content {
	padding-top: 19px;
}
.tabs .tab-content .item_content h4 {
	color: white;
}
.services .nav-tabs {
	border: none;
	margin: 0;
}
.services .nav-tabs > li {
/*float: left;
      border: none !important;
      margin: 0 0px 0px 0;*/

}
.services .nav-tabs > li a {
/*background: #638473;
        .border-radius(0);
        border: none;
        display: block;
        font: 20px/22px @OpenSansFontFamily;
        margin: 0 1px 0 0;
        padding: 16px 38px 19px 39px;*/

}
.services .nav-tabs > li.active:first-child a {
/*margin-left: 0;
            padding-left: 38px;*/

}
.services .tab-content {
/*background: url(../images/template/tab-content.jpg) 0 0 repeat;
    border: 1px solid #88a498;
    color: #b9d4cc;
    padding: 36px 33px 27px;
    margin-bottom: 40px;*/

}
.services .tab-content .img-intro__left {
	margin-right: 29px;
}
.services .tab-content .item_content {
/*padding-top: 19px;*/

}
.services .tab-content .item_content h4 {
	color: white;
}
.mod-newsflash-adv.mod-newsflash-adv__services .img-intro__none {
	margin-bottom: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item_content {
	background: url(../images/template/content.png) 0 0 repeat;
	border: 1px solid rgba(178, 200, 191, 0.25);
	border-top: none;
	padding: 20px;
}
/*===== Gallery Page ======*/
ul.gallery {
	margin: 0 0 0 -48px;
}
ul.gallery .gallery-item {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 48px;
	float: left;
	list-style: none;
}
ul.gallery .gallery-item .item_img {
	margin-right: 0;
	float: none;
}
ul.gallery .gallery-item.straightDown {
	float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
	float: left;
	margin: 0 22px 22px 0 !important;
}
/*===== 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 {
	color: white;
	text-align: right;
}
/*===== Team Page ======*/
/*===== Blog Page ======*/
.page-archive .item_published, .page-item__blog .item_published, .page-blog .item_published {
	font: 14px/20px 'life_saversregular';
	color: white;
	float: left;
	margin: 5px 18px 20px 0;
	background: #5a776a;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	width: 50px;
	text-align: center;
	padding-bottom: 5px;
	text-transform: lowercase;
}
.page-archive .item_published span, .page-item__blog .item_published span, .page-blog .item_published span {
	display: block;
	font-size: 20px;
	padding-top: 5px;
}
.page-item {
	padding-bottom: 33px;
}
.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;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .row-container {
	padding-top: 26px;
}
#mainbottom-row .row-container .container {
	border-top: 1px solid #a3b5ae;
	padding-top: 46px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
	padding: 0px 0 28px;
}
#bottom-row .row-container .container {
	border-top: 1px solid #a3b5ae;
	padding-top: 81px;
}
/*======================= FOOTER =======================*/
#footer-row .row-container .container {
	border-top: 1px solid #a3b5ae;
	border-bottom: 1px solid #a3b5ae;
	padding: 40px 0 41px;
}
#copyright {
	padding-top: 40px;
	color: #b9d4cc;
	font: 16px/20px 'life_saversregular';
	margin-bottom: 60px;
	text-align: center;
}
#copyright .siteName .item_title_part0 {
	font-weight: bold;
}
#copyright .year {
	background: url(../images/template/year.png) right center no-repeat;
	margin-right: 10px;
	padding-right: 16px;
}
#copyright a {
	color: #b9d4cc;
}
#copyright a:hover {
	color: white;
}
/*===== Social Media ======*/
.social {
	display: table;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.social li {
	float: left;
	list-style: none;
	margin: 0 7px 0 8px;
}
.social li a {
	display: block;
	width: 45px;
	height: 44px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	text-indent: 9999px;
	opacity: 1;
	filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
.social li a.twitter {
	background: url(../images/social/twitter.png) 0 bottom no-repeat;
}
.social li a.google {
	background: url(../images/social/google.png) 0 bottom no-repeat;
}
.social li a.facebook {
	background: url(../images/social/facebook.png) 0 bottom no-repeat;
}
.social li a.instagram {
	background: url(../images/social/instagram.png) 0 bottom no-repeat;
}
.social li a.feed {
	background: url(../images/social/feed.png) 0 bottom no-repeat;
}
.social li a:hover {
	background-position: 0 0;
}
#jform_images_image_intro, #jform_images_image_fulltext {
	height: 32px;
}
#jform_publish_up_img, #jform_publish_down_img {
	padding: 2px 10px;
}
.vrilist li {
	border-bottom: 2px dashed #CCCCCC;
	border-left: none;
	border-top: none;
	border-right: none;
}
.vrilistgoonlist a {
	background: #757575;
	border: 1px solid #757575;
	font: 16px/20px 'life_saversregular';
	font-weight: bolder
}
.vrilistgoonlist a:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	font: 16px/20px 'life_saversregular';
	font-weight: bolder
}
.vridivsearch {
	padding: 10px;
	background: none;
	border-top: 2px dashed #CCCCCC;
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
}
.vrideliveryservicespan {
	color: #000;
	font: 16px/20px 'life_saversregular';
}
.vridivsearch form table td input[type^="submit"] {
	background: #757575;
	border: 1px solid #757575;
	font: 16px/20px 'life_saversregular';
	font-weight: bolder;
	text-transform: uppercase;
}
.vridivsearch form table td input[type^="submit"]:hover {
	background: #000;
}
.vikrentitemsrcsdiv form table tbody tr td input.vrisearch {
	background: #757575;
	border: 1px solid #757575;
	color: #fff;
	font: 16px/20px 'life_saversregular';
	text-transform: uppercase;
	font-weight: bolder;
}
.vikrentitemsrcsdiv form table tbody tr td input.vrisearch:hover {
	background: #000;
	border: 1px solid #000;
}
.vrilegfree {
	background-color: #99C2D1;
}
.vrical tbody tr td.vritdfree {
	background-color: #99C2D1;
}
.vrimodsummarygosummary a:hover {
	background: #000;
	border: 1px solid #000;
}

#vrimodselpm > select, #vrimodselph > select{
  width: 45%;
}

.bluebird {
  margin-right: -136px;
}