@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,400italic,700,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Voltaire);
body{
	color: #2d2714;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	padding: 0;
}
li{
	line-height: 27px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: uppercase;
}
h1,h2,h3,h5{
	color: #45515d;	
}
h1{
	font-size: 36px;
	font-weight: 800;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 34px;
}
h4{
	font-size: 30px;
	line-height: 38px;
}
h5{
	font-size: 30px;
	line-height: 36px;
}
h6{
	font-size: 24px;
	line-height: 29px;
}

.inner-wrap {
    margin: auto;
    max-width: 100%;
    width: 1280px;
}

/*img.pull-right, img.pull-left {
    width: 640px;
}*/

img.pull-right, img.pull-left,
.pull-left.item-image,
.pull-right.item-image,
figure.pull-left, figure.pull-right {
   max-width: 45%;
}



img.pull-right,
.pull-right.item-image, 
figure.pull-right{
	margin: 0 0 18px 20px;
}
img.pull-left,
.pull-left.item-image,
figure.pull-left{
	margin: 0 20px 18px 0;
}

/*****************Pagination********************/
.special-nav{
	
}


.pagination ul.special-nav li > a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #45515d;
    border-radius: 0;
    height: 37px;
    margin: 0 0 0 8px;
    padding: 0;
    width: 39px;
	transition: all 0.5s ease;
}
.pagination ul.special-nav li > a:active,
.pagination ul.special-nav li > a:focus,
.pagination ul.special-nav li > a:hover {
	background-color: #45515d;
}

.pagination ul.special-nav li.disabled > a {
	background-color: #ffffff !important;
	border: 4px solid #8b99a6;
}
.pagination ul.special-nav li > a.first {
	background-image: url("../images/left-double.png");
}
.pagination ul.special-nav li.disabled > a.first {
	background-image: url("../images/left-double-disabled.png") !important;
}
.pagination ul.special-nav li > a.first:active,
.pagination ul.special-nav li > a.first:focus,
.pagination ul.special-nav li > a.first:hover {
	background-image: url("../images/left-double-white.png");
}
.pagination ul.special-nav li > a.previous {
	background-image: url("../images/left.png");
}
.pagination ul.special-nav li.disabled > a.previous {
	background-image: url("../images/left-disabled.png") !important;
}
.pagination ul.special-nav li > a.previous:active,
.pagination ul.special-nav li > a.previous:focus,
.pagination ul.special-nav li > a.previous:hover {
	background-image: url("../images/left-white.png");
}
.pagination ul.special-nav li > a.next {
	background-image: url("../images/right.png");
}
.pagination ul.special-nav li.disabled > a.next {
	background-image: url("../images/right-disabled.png") !important;
}
.pagination ul.special-nav li > a.next:active,
.pagination ul.special-nav li > a.next:focus,
.pagination ul.special-nav li > a.next:hover {
	background-image: url("../images/right-white.png");
}
.pagination ul.special-nav li > a.last {
	background-image: url("../images/right-double.png");
}
.pagination ul.special-nav li.disabled > a.last {
	background-image: url("../images/right-double-disabled.png") !important;
}
.pagination ul.special-nav li > a.last:active,
.pagination ul.special-nav li > a.last:focus,
.pagination ul.special-nav li > a.last:hover {
	background-image: url("../images/right-double-white.png");
}
/*****************Top Header Area***************/
a.main-logo {
    display: block;
    max-width: 100%;
    padding: 10px 20px;
    width: 154px;
}

/*****************Top Navigation****************/
#swmenu147::after {
    background-image: url("../images/person-light.png");
    bottom: -5px;
    content: " ";
    display: block;
    float: right;
    height: 40px;
    position: absolute;
    right: -52px;
    width: 31px;
}
#top-navigation .swmenu > li:hover #swmenu147::after {
	background-image: url("../images/person.png");
}
#top-navigation .swmenu > li {
    padding-bottom: 7px;
}

#top-navigation .swmenu > li:last-child {
	margin-left: 20px;
    padding-right: 49px;
}

#top-navigation {
    margin-top: 50px;
}

.swmenu li.sw_active ul li:last-child a, .swmenu ul li:last-child a {
    border-bottom: medium none;
}


/*****************Featured Image****************/

.custom.full-feature.short-height {
    background-position: center center;
    background-size: cover;
    height: 317px;
}
.full-feature .custom-content-wrap {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4jWPQURNupQQzjBowasCoAcPFAADz1uoBQytSkgAAAABJRU5ErkJggg==");
    color: #fff;
    font-size: 36px;
    height: 100%;
    line-height: 1.1em;
    text-align: center;
	text-transform: uppercase;
    width: 100%;
}
.full-feature .custom-content-wrap > div > * {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
} 

.full-feature .inner-custom-content {
    height: 100%;
    margin: auto;
    max-width: 850px;
	overflow: hidden;
}

/*****************Main Content******************/

/*.outer-wrap.main-content-wrap > .row-fluid > * {
    float: none;
    margin: auto;
    max-width: 100%;
    width: 1280px;
}*/

.page-header h2 {
    font-size: 34px;
    line-height: 1.1em;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.page-header{
	border: none;
}
/*****************Weblinks**********************/
.img-intro-left, .img-intro-right {
    background-color: #fff;
    border: 3px solid #eee;
	max-width: 95%;
    padding: 5px;
    text-align: center;
    width: 200px;
}
.img-intro-left {
    float: left;
    margin: 3px 10px 3px 0;
}

.img-intro-right {
    float: right;
    margin: 3px 0 3px 10px;
}

/*****************Business Directory************/

.active-btn {
    position: relative;
}
.close-cat {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    position: absolute;
    right: 2px;
    top: 0;
    opacity: 0.5;
}
.has-active .btn:active .close-cat,
.has-active .btn:focus .close-cat,
.has-active .btn:hover .close-cat,
.has-active .btn .close-cat:active,
.has-active .btn .close-cat:focus,
.has-active .btn .close-cat:hover{
    color: #fff;
    opacity: 1;
	outline: none;
	text-decoration: none;
}
.has-active a.btn {
    opacity: 0.5;
}
.has-active a.btn:active, .has-active a.btn:focus, .has-active a.btn:hover {
    opacity: 1;
}

.left-map #companies-map-container{
	border: 0;
	margin: 0;
}
ul.category-list {
    display: block;
    list-style: outside none none;
    margin: 18px 0 20px;
    padding: 0;
    text-align: center;
}
li.single-box-category {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
}
.single-box-category .btn.btn-large.btn-inverse {
    border: medium none;
    border-radius: 0;
}
.post-top {
    background-position: center bottom;
    background-size: cover;
    border-bottom: 5px solid;
    display: block;
    position: relative;
}
.directory-post .call-action {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4jWPQURNupQQzjBowasCoAcPFAADz1uoBQytSkgAAAABJRU5ErkJggg==");
    color: #fff;
    font-size: 18px;
    left: 0;
    line-height: 1.1em;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.directory-post .call-action .inner-act{
    display:block;
	padding: 3px;
}
.directory-post h2 {
    font-size: 21px;
    line-height: 1.1em;
    margin: 3px 0;
}
.directory-post h2 > a {
    color: #2c2613;
    font-size: 19px;
    line-height: 1.1em;
}
.directory-post h2 small {
    color: #50504e;
    font-size: 16px;
}
.post-date {
    color: #50504e;
    display: block;
    font-size: 15px;
    line-height: 1.1em;
}
.carbon-rating {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: none;
    height: 47px;
    width: 52px;
}
.carbon-rating.rate-bronze{
	background-image: url("../images/rate-bronze.png");
	display: block;
}
.carbon-rating.rate-silver{
	background-image: url("../images/rate-silver.png");
	display: block;
}
.carbon-rating.rate-gold{
	background-image: url("../images/rate-gold.png");
	display: block;
}
.carbon-rating.medium-badge {
    height: 63px;
    width: 94px;
}
.carbon-rating.rate-bronze.medium-badge{
	background-image: url("../images/rate-bronze-medium.png");
	display: block;
}
.carbon-rating.rate-silver.medium-badge{
	background-image: url("../images/rate-silver-medium.png");
	display: block;
}
.carbon-rating.rate-gold.medium-badge{
	background-image: url("../images/rate-gold-medium.png");
	display: block;
}
/****************Blog***************************/

.span5.posi-left > .inner-intro-image {
    margin-right: 15px;
}
.span5.posi-right > .inner-intro-image {
    margin-left: 15px;
}
.posi-none > .inner-intro-image {
    margin-bottom: 15px;
}

.newsflash-featured .featured-entry {
    padding-bottom: 34px;
}


.outer-wrap.blog-wrap {
    background-color: #45515d;
    color: #fff;
}
.outer-wrap.blog-wrap h3 {
    color: #fff;
    font-size: 28px;
    margin: 57px 0 61px;
    text-align: center;
    text-transform: uppercase;
}
h4.newsflash-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    margin: 0;
    text-transform: uppercase;
}
.byline-date {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 14px;
}
.intro-content {
    font-size: 17px;
    line-height: 1.4em;
}
.newsflash-featured .blog-item {
    border-bottom: 3px solid #dd971a;
    margin-bottom: 40px;
    padding-bottom: 34px;
}

.square-btn {
    border: 4px solid;
	display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    margin: 15px 0 0;
    padding: 3px 50px;
	transition: all 0.5s ease;
}
.square-btn.white-btn {
    color: #fff;
	text-transform: uppercase;
}
.square-btn.white-btn:active,
.square-btn.white-btn:focus,
.square-btn.white-btn:hover {
    background-color: #ffffff;
    color: #45515d;
	text-decoration: none;
}

.blog {
    background-color: #45515d;
    color: #ffffff;
    padding: 30px 0;
}

.blog .page-header h1 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}

.blog > h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1em;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    width: 1280px;
}

.item .page-header h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-align: left;
}
.blog .item .page-header h2 a {
    color: #ffffff;
}

.blog .items-row {
    border-bottom: 3px solid #dd971a;
    padding: 18px 0 30px;
}
/***************Participate*********************/

.blog-color h2 {
    color: #2d2714;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.blog-color .category-desc.clearfix {
    font-size: 24px;
    margin: auto;
    max-width: 100%;
    padding: 11px 0 50px;
    width: 600px;
}

.color-band .text-column {
    text-align: left;
}
.color-band .element > h3 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}
.color-band .image-column {
    text-align: center;
}


.image-column > img {
    padding: 10px;
}
.image-column.span6.vpos-bottom > img {
    margin-bottom: -30px;
    padding: 10px 10px 0;
}
.text-column.span6.clearfix, .image-column.span6.vpos-center {
    padding: 30px 0;
}

/*

.text-column .element, .image-column.vpos-center > img  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}*/

.custom.red-color-band {
    background-color: #d15420;
    padding-bottom: 15px;
    text-align: center;
}
.custom.red-color-band .square-btn.white-btn {
    margin: auto;
    width: 350px;
}

.view-article .custom.red-color-band {
    padding-top: 27px;
}

/***************Business Listing****************/
.one-page-container .features-links li a {
    display: inline-block;
    line-height: 24px;
    padding-left: 30px;
}

.dir-img {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
}

.description-wrap {
    margin: auto;
    max-width: 100%;
    padding: 30px 0;
    width: 700px;
}
div#slidergallery ul.gallery a img {
    width: auto;
}

#one-page-container .dir-img.di-share{
	background: url("../images/share.png") no-repeat;
}
#one-page-container .dir-img.di-heart{
	background: url("../images/heart.png") no-repeat;
}
#one-page-container .dir-img.di-heart-o{
	background: url("../images/heart-o.png") no-repeat;
}
#one-page-container .dir-img.di-envelope{
	background: url("../images/email.png") no-repeat;
}
#one-page-container .dir-img.di-phone{
	background: url("../images/phone.png") no-repeat !important;
}
#one-page-container .dir-img.di-fax{
	background: url("../images/fax.png") no-repeat;
}
#one-page-container .dir-img.di-mobile{
	background: url("../images/mobile.png") no-repeat;
}
#one-page-container .features-links .time{
	background: url("../images/time.png") no-repeat;
}
#one-page-container .features-links .email {
    background: url("../images/email.png") no-repeat;
}
#one-page-container .features-links .website {
    background: url("../images/globe.png") no-repeat;
}
#one-page-container.one-page-container .company-info{
	width: 100%;
}
#dialog-container-hours {
    background-color: #ffffff;
    border: 8px solid #ccc;
    padding: 16px 20px;
    text-align: left;
}
#dialog-container-hours iframe {
    border: medium none;
    width: 99%;
}

#dialog-container-hours .dialogCloseButton {
    background: rgba(0, 0, 0, 0) url("../images/close-buttons.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: -24px;
    text-indent: -999em;
    top: -24px;
    width: 42px;
    z-index: 999;
}
#dialog-container-hours h3.title, #dialog-container-hours h1 {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 11px;
    position: relative;
}
#dialog-container-hours p {
    clear: both;
    margin: 0 0 2ex;
}

#one-page-container .company-name h1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: uppercase;
}
#one-page-container h2.company-categories {
    color: #50504e;
    font-size: 22px;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
#one-page-container .company-name {
    margin: 0 0 10px;
}
#one-page-container h2.company-categories a {
    color: #50504e;
}
#one-page-container .company-address-postal {
    font-size: 20px;
    font-weight: 200;
}

.dir-listing-description {
    font-size: 17px;
    font-weight: 300;
    margin-top: 31px;
}

.image-left.span6.col-match-height {
    background-position: center bottom;
    background-size: cover;
}
/***************Action Gold*********************/

.action-gold {
    background-color: #dd971a;
    color: #ffffff;
	padding-bottom:35px;
    text-align: center;
}
.action-gold .inner-wrap {
    text-align: center;
}
.action-gold .moduletable > h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1em;
    margin: 0;
    padding: 35px 0 30px;
    text-transform: uppercase;
}

.action-gold .square-btn {
    margin: auto;
    width: 151px;
}
.action-gold .square-btn.white-btn:active,
.action-gold .square-btn.white-btn:focus,
.action-gold .square-btn.white-btn:hover {
    background-color: #ffffff;
    color: #dd971a;
	text-decoration: none;
}

li a#open_socials {
    padding: 0;
}

/***************Footer**************************/

.footer-links .nav.menu.nav-pills {
    float: right;
}
.footer-wrap .inner-wrap {
    text-align: right;
}
.footer-wrap .nav-pills > li > a {
	
    border-left: 2px solid #b2bac8;
    border-radius: 0;
    color: #7a8390;
    margin: 0;
    padding: 0 12px 1px;
}
.footer-wrap .nav-pills > li > a:active,
.footer-wrap .nav-pills > li > a:focus,
.footer-wrap .nav-pills > li > a:hover,
.footer-wrap .nav-pills > .active > a, 
.footer-wrap .nav-pills > .active > a:hover, 
.footer-wrap .nav-pills > .active > a:focus
{
	background: none;
	color: #2d2714;
}
.footer-wrap {
    color: #7a8390;
    font-size: 13px;
    line-height: 2em;
	padding: 18px 0;
}
.footer-wrap .nav.menu.nav-pills {
    margin: 5px 0 0 12px;
}
.footer-wrap .nav-pills > li:last-child > a {
    border-right: medium none;
}

/****************Weblinks Category**************/

.weblink-category {
    margin: auto;
    max-width: 100%;
    width: 1280px;
}

.item-page {
    margin: auto;
    max-width: 100%;
    width: 1280px;
}

img.have-equal {
    max-height: 170px;
}

.thumbnails.weblinks > li {
    display: inline-block;
    float: none;
    margin: 0 10px 18px;
    vertical-align: middle;
}
.thumbnails.weblinks {
    text-align: center;
}
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
@media(max-width:1280px){
	
	.inner-wrap,
	.item-page,
	.blog > h2,
	.weblink-category {
		padding: 0 10px;
		width: auto;
	}
	
}
@media(max-width:816px){
	
	.full-feature .custom-content-wrap {
		font-size: 4.4vw;
	}
}
@media(max-width:767px){
	
	#top-navigation {
		float: none;
		margin: 0 auto;
	}

	#loops-wrapper {
		height: auto !important;
	}
	#companies-map-container > div {
		max-height: 300px;
	}
	img.pull-right, img.pull-left,
	.pull-left.item-image,
	.pull-right.item-image,
	figure.pull-left, figure.pull-right {
	   max-width: 100%;
	   margin: 0 auto 10px;
	}

	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive > .table {
		margin-bottom: 0;
		max-width: 767px;
		width: 767px;
	}




}
@media(max-width:611px){
	
	#top-navigation .swmenu > li:last-child {
		margin: 0;
		padding: 0;
		width: 300px;
	}
	#swmenu147::after {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		bottom: 0;
		display: inline;
		height: 0;
		position: relative;
		width: 0;
	}
	#top-navigation .swmenu > li {
		clear: both;
		width: 300px;
	}
	.swmenu a {
		padding: 6px 25px;
	}
	.sw_icon {
		display: none;
	}
	#top-navigation .swmenu-trigger{
		text-align: right;
	}

	ul.swmenu {
		clear: both;
		float: none;
		padding: 0 0 10px;
		width: 100%;
	}
}
@media(max-width:480px){
	
	.full-feature .custom-content-wrap {
		font-size: 21px;
	}
}