.col {
	float: left;
}
.home .col {
	width: 316px;
}
.three-col .col, .two-col .col {
	width: 234px;
}
.widget {
	margin: 0 0 20px 0;
	list-style: none;
}
.widget a {
	font-weight: 400;
}
.widget .head {
	position: relative;
	min-height: 32px;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
}
.home .widget .head {
	background: url(../images/icon/widget-ctrl-move.png) no-repeat right 10px #A4B710;
}
.widget .addthis_toolbox {
	float: left;
}
body.business-guideFeature .widget .addthis_toolbox {
    float: none;
}

.widget .addthis_toolbox a.addthis_button_facebook_like {
	width: 47px !important;
	overflow: hidden;
}
.widget .head h2 {
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8em;
	padding: 9px 12px 4px 12px;
}
.home .widget .head h2 {
	padding: 9px 36px 4px 12px;
}
.widget .head h2 a {
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
}
.widget .head a {
	position: relative;
	color: #ffffff;

}
.widget .head .remove {
	background: url(../images/icon/widget-ctrl-delete.png) no-repeat;
	width: 14px;
	height: 14px;
	text-indent: -5000px;
	right: 30px;
}
.widget .head .collapse {
	background: url(../images/icon/widget-ctrl-contract.png) no-repeat 0 -14px;
	width: 14px;
	height: 14px;
	text-indent: -5000px;
	right: 48px;
	z-index: 2;
}
.widget .head .edit {
	background: url(../images/icon/widget-ctrl-edit.png) no-repeat;
	right: 66px;
	text-indent: -5000px;
	width: 25px;
	height: 14px;
}
.widget .content {
	background: #ffffff;
	border-left: 1px solid #e5e8e8;
	border-right: 1px solid #e5e8e8;
	border-bottom: 1px solid #e5e8e8;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 8px;
	position: relative;
	overflow: hidden;
}
.widget.color-cineworld {
}
.widget.color-cineworld .head {
    background-color: #BA0000;
}
.widget .content-cineworld {
	background: #434149 url(../images/bg/bg-widget-cineworld.png) left top no-repeat;
	border-left: 1px solid #BA0000;
	border-right: 1px solid #BA0000;
	border-bottom: 1px solid #BA0000;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
	color: #f7f7f7;
	padding-bottom: 10px;
}
.widget .content-cineworld ul.cineworld {
	max-height: 316px;
	overflow: auto;
	border-bottom: 1px solid #3a3941;
	list-style: none;
}
.widget .content-cineworld ul.cineworld li {
	padding: 8px;
	border-top: 1px solid #3a3941;
}
.widget .content-cineworld ul.cineworld li:nth-child(2n) {
	background: url('../images/bg/bg-white-10.png') repeat;
}
.widget .content-cineworld ul.cineworld li.loader div,
.widget .content-cineworld ul.cineworld li a {
	color: #f7f7f7;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	width: 225px;
	height: 60px;
}
.widget .content-cineworld ul.cineworld li.loader div,
.widget .content-cineworld ul.cineworld li a.show-all {
	width: 285px;
	text-align: center;
}
.widget .content-cineworld ul.cineworld li.loader div {
	width: 298px;
}
.widget .content-cineworld ul.cineworld img {
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 14px;
	border: 1px solid #2a2931;
}
.widget .content-cineworld ul.cineworld img:nth-child(2n) {
	border: 1px solid #434149;
}

.widget .sponsor-cineworld a {
	color: #f7f7f7;
	width: 90%;
	margin-right: 5%;
	margin-left: 4% !important;
	display: inline-block;
}

/* Vue Styling */
.widget.color-vue .head {
    background-color: #f5ab45;
}
.widget .content-vue {
	background: #434149 url(../images/bg/bg-widget-vue-logo.png) right top no-repeat;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
	color: #f7f7f7;
	padding-bottom: 10px;
}
.widget .content-vue ul.vue {
	max-height: 316px;
	overflow: auto;
	border-bottom: 1px solid #3a3941;
	list-style: none;
}
.widget .content-vue ul.vue li {
	padding: 8px;
	border-top: 1px solid #3a3941;
}
.widget .content-vue ul.vue li:nth-child(2n) {
	background: url('../images/bg/bg-white-10.png') repeat;
}
.widget .content-vue ul.vue li.loader div,
.widget .content-vue ul.vue li a {
	color: #f7f7f7;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	width: 225px;
	height: 60px;
}
.widget .content-vue ul.vue li.loader div,
.widget .content-vue ul.vue li a.show-all {
	width: 285px;
	text-align: center;
}
.widget .content-vue ul.vue li.loader div {
	width: 298px;
}
.widget .content-vue ul.vue img {
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 14px;
	border: 1px solid #2a2931;
}
.widget .content-vue ul.vue img:nth-child(2n) {
	border: 1px solid #434149;
}

.widget .sponsor-vue a {
	color: #f7f7f7;
	width: 90%;
	margin-right: 5%;
	margin-left: 4% !important;
	display: inline-block;
}

/* Odeon Styling */
.widget.color-odeon .head {
    background-color: #1E90CC;
}
.widget .content-odeon {
	background: #434149 url(../images/bg/bg-widget-odeon.jpg) right top no-repeat;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
	color: #f7f7f7;
	padding-bottom: 10px;
}
.widget .content-odeon ul.odeon {
	max-height: 316px;
	overflow: auto;
	border-bottom: 1px solid #3a3941;
	list-style: none;
}
.widget .content-odeon ul.odeon li {
	padding: 8px;
	border-top: 1px solid #3a3941;
}
.widget .content-odeon ul.odeon li:nth-child(2n) {
	background: url('../images/bg/bg-white-10.png') repeat;
}
.widget .content-odeon ul.odeon li.loader div,
.widget .content-odeon ul.odeon li a {
	color: #f7f7f7;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	width: 225px;
	height: 60px;
}
.widget .content-odeon ul.odeon li.loader div,
.widget .content-odeon ul.odeon li a.show-all {
	width: 285px;
	text-align: center;
}
.widget .content-odeon ul.odeon li.loader div {
	width: 298px;
}
.widget .content-odeon ul.odeon img {
	height: 60px;
	display: inline-block;
	float: left;
	margin-right: 14px;
	border: 1px solid #2a2931;
}
.widget .content-odeon ul.odeon img:nth-child(2n) {
	border: 1px solid #434149;
}

.widget .sponsor-odeon a {
	color: #f7f7f7;
	width: 90%;
	margin-right: 5%;
	margin-left: 4% !important;
	display: inline-block;
}

.widget .edit-box {
	background: #ffffff;
	overflow: hidden;
	padding: 5px 12px;
}
.widget .edit-box label {
	float: left;
}
.widget .edit-box .colors {
	float: left;
	padding: 2px 0 0 5px;
}
.widget .edit-box .colors li {
	width: 10px;
	height: 10px;
	float: left;
	margin: 0 3px 0 0;
	cursor: pointer;
}
.widget-placeholder {
	border: 2px dashed #abcfde;
	margin: 0 0 20px 0;
}


/* widget list */
.widget .list {
	overflow: hidden;
}
.widget .list .item {
	overflow: hidden;
	padding: 10px;
}
.widget .list.link-list .item {
	padding: 0px;
}
.widget .list.link-list .item a {
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
.widget .list .item:first-child {
	border-top: 0;
}
.widget .list .item:last-child {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.widget .list .item .image {
	background: #cccccc;
	width: 70px;
	float: left;
	margin: 0 10px 0 0;
}
.widget .list .item .image-no-background {
	background: transparent;
}
.widget .list .item .image img {
	display: block;
}
.widget .list .item .description {
	overflow: hidden;
}
.widget .list .item .title {
	font-weight: 400;
	font-size: 1.15em;
	color: #202020;
}
.widget .list .item p {
	margin: 0;
}
.widget .list .item .date,
.widget .list .item .location {
	display: block;
	font-size: 1.1em;
	line-height: 1em;
}


#widget-searches .list .item {
	background: none;
	position: relative;
	height: 48px;
	padding: 0;
	border: none;
	margin: 8px 0 0 0;
}
#widget-searches .list .item .description {
	padding: 10px;
	overflow: hidden;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#widget-searches .list .item:first-child {
	margin: 0;
}
#widget-searches .list .item h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 0 2px 0;
}
#widget-searches .list .item h3 a {
	color: #005190;
}
#widget-searches .list .item .date {
	color: #919191;
	font-size: 1em;
	font-weight: 400;
}
#widget-searches .list .item .remove {
	background: url(../images/btn/btn-remove.png) no-repeat;
	width: 10px;
	height: 10px;
	text-indent: -5000px;
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}
#widget-searches a.view-more {
	margin-top: 10px;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 2em;
}


#widget-flickr .content {
	background: url(../images/logo-flickr.png) no-repeat 236px 200px #FFFFFF;
	padding: 0;
	display: block;
	border-left: none;
	border-right: none;
}
#widget-flickr .content ul {
	width: 100%;
	overflow: hidden;
}
#widget-flickr .content ul li {
	width: 79px;
	height: 79px;
	float: left;
}
#widget-flickr .content a {
	float: left;
	width: 79px;
	height: 79px;
}
#widget-flickr .content a img {
	float: left;
	opacity: 0.8;
	-moz-opacity: 0.8;
	width: 79px;
	height: 79px;
}
#widget-flickr .content a img:widget-filter-results {
	opacity: 1;
	-moz-opacity: 1;
}
#preview {
	background: #ffffff;
	position: absolute;
	padding: 10px;
	-moz-border-radius: 5px;
}


#widget-facebook .content .item {
	background: #fcfeff;
	border-top: 1px solid #def1f9;
}
#widget-facebook .content .item:last-child {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#widget-facebook .content .item:first-child {
	border-top: none;
}
#widget-facebook .content .item:nth-child(even) {
	background: #f4fafd;
}

#widget-facebook .item p {
	font-size: 1.1em;
	margin: 0;
	line-height: 1.2em;
}

#widget-facebook .item .social {
	margin-top: 10px;
}

#widget-facebook .item a {
	text-decoration: none;
	width: auto;
}
#widget-facebook .item a.follow-reviews {
	float: left;
	border: solid 1px #d7e0ec;
	color: #005190;
	background: #fafcfd url(../images/bg/bg-follow-reviews.png) repeat-x top left;
	padding: 2px 6px;
	margin-right: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 4px;
}

#widget-facebook .item .stars {
	margin: 2px 0;
	display: block;
	position: relative;
	left: -2px;
}
#widget-facebook a.leave-review {
	border-top: solid 1px #dcf0f9;
	padding: 5px 10px;
	background: #f4fafd url(../images/bg/bg-leave-reviews.png) repeat-x top left;
	display: block;
	font-family: chaloops-medium, Sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#widget-events a {
	font-weight: bold;
}
#widget-events .content .list {
	height: 291px;
	overflow-y: auto;
}
#widget-events .content .list .item:last-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#widget-events a.widget-sponsorship {
	width: 85%;
	margin-right: 5%;
	margin-left: 5%;
	padding-left: 4%;
}
#widget-events .social {
	overflow: hidden;
	padding: 6px 0 0 0;
}

#widget-events .social .fb_edge_widget_with_comment {
	float: left;
}

#widget-events .social .twitter-btn {
	overflow: hidden;
}
#widget-events a.leave-review {
	border-top: solid 1px #dcf0f9;
	padding: 5px 10px;
	background: #f4fafd url(../images/bg/bg-leave-reviews.png) repeat-x top left;
	display: block;
	font-family: chaloops-medium, Sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


#widget-marketplace .item:first-child,
#widget-local-forum .item:first-child {
	border-top: none;
}
#widget-marketplace .item:last-child,
#widget-local-forum .item:last-child {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#widget-marketplace .item h3,
#widget-local-forum .item h3 {
	color: #1b88b9;
	font-size: 1.1em;
	overflow: hidden;
	float: left;
}
#widget-marketplace .item h3 a,
#widget-local-forum .item h3 a {
	text-decoration: none;
	font-size: 1em;
}
#widget-marketplace .item .cat {
	float: left;
	width: 50px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
}
#widget-marketplace .item .time,
#widget-local-forum .item .time {
	float: right;
	color: #808080;
	width: 58px;
}
#widget-local-forum .item .time {
	width: 40px;
}


#widget-community .content {
	border: none;
}

#widget-find-us-on-facebook .head h2 {
	background: url(../images/icon/widget-facebook.png) no-repeat 9px 4px;
	padding-left: 36px;
	padding-bottom: 4px;
}


#widget-linkedin .head h2 {
	background: url(../images/icon/widget-linkedin.png) no-repeat 9px 6px;
	padding-left: 36px;
	padding-bottom: 2px;
}


.widget.widget-youtube .head h2 {
	background: url(../images/icon/widget-youtube.png) no-repeat 9px 6px;
	padding-left: 36px;
	padding-bottom: 4px;
}

.widget.widget-vimeo .head h2 {
	background: url(../images/icon/widget-vimeo.png) no-repeat 9px 6px;
	padding-left: 36px;
	padding-bottom: 4px;
}


#widget-twitter .head h2 {
	background: url(../images/icon/widget-twitter.png) no-repeat 9px 6px;
	padding-left: 36px;
	padding-bottom: 2px;
}
#widget-twitter .tweet {
	border-top: 1px solid #f2f1f0;
	overflow: hidden;
}
#widget-twitter .tweet .tweet-inner {
	padding: 9px 0;
	overflow: hidden;
}
#widget-twitter .tweet:first-child {
	border: none;
}
#widget-twitter .tweet img {
	float: left;
	margin: 0 9px 0 0;
}
#widget-twitter .tweet .text {
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 130px;
	float: left;
}
#widget-twitter .tweet .text h3 {
	font-size: 1.1em;
}
#widget-twitter .tweet .text p {
	margin: 3px 0 2px 0;
	/* font-size: 1.1em; */
	line-height: 1.2em;
	/* height: 35px; */
	overflow: hidden;
}
#widget-twitter .tweet .time a {
	display: block;
	color: #8f8c8c;
	font-size: 0.9em;
	line-height: 0.9em;
}
#widget-twitter .tweet a {
	text-decoration: none;
	/* font-size: 1.1em; */
}
#widget-twitter .tweet .username {
	line-height: 1em;
}
#widget-twitter .tweet .username a {
	text-decoration: none;
	font-size: 1.1em;
}
#widget-twitter .tweet .retweet {
    display: none;
    float: left;
    margin-left: 8px;
}

#widget-twitter .content {
    padding: 0;
}
#widget-twitter .smallprint {
    color: #a4b710;
    font-size: 9px;
    display: block;
    padding: 6px 10px 4px 10px;
}
#widget-twitter .Tweets {
    display: table;
    font-size: 12px;
    width: 100%;
}
#widget-twitter .Tweets > div {
    display: table-row;
}
#widget-twitter .Tweets > div > div {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 6px;
    border-top: solid 1px #e6ebc3;
}
#widget-twitter .Tweets > div > div:first-child {
    padding-right: 0;
}
#widget-twitter .Tweets > div:nth-child(odd) > div {
    background: #f0f2dd;
}
#widget-twitter .ScreenName {
    color: #a4b710;
}
#widget-twitter .Time {
    display: block;
    color: #888;
}
#widget-twitter .Tweets img.twitter-profile-image {
    max-width: 48px;
}
#widget-twitter .loader {
	color: #a4b710;
	padding: 6px 10px !important;
	text-align: center;
}
#widget-twitter .error {
	text-align: center;
	font-size: 1.2em;
	padding: 10px !important;
	color: maroon;
	background-color: #fff0f0 !important;
}
#widget-twitter .error a {
	color: maroon;
	text-decoration: underline;
}

#widget-users #user-thumbs {
	overflow: hidden;
}
#widget-users #user-thumbs a {
	float: left;
}
#widget-users #user-thumbs img {
	float: left;
	width: 75px;
	height: 75px;
}


#widget-addressbook .content {
	padding: 0 0 8px 0;
}
#widget-addressbook .tab-nav  {
	background: #cee1f0 url(../images/bg/bg-addressbook.png) repeat-x 0 0;
	overflow: hidden;
	padding: 0 5px;
}
#widget-addressbook .tab-nav li {
	background: url(../images/stick.png) no-repeat 0 0;
	float: left;
	padding: 0 0 0 1px;
}
#widget-addressbook .tab-nav li:first-child {
	background: none;
	padding: 0;
}
#widget-addressbook .tab-nav li a {
	background: url(../images/bg/bg-addressbook.png) repeat-x 0 0 #CEE1F0;
	color: #6888A2;
	float: left;
	padding: 0 7px;
	text-decoration: none;
	width: 33px;
}
#widget-addressbook .tab-box {
	height: 287px;
	overflow-y: auto;
}
#widget-addressbook .list .item {
	background: #f2f6f9;
	border-top: 1px solid #dee8f1;
}
#widget-addressbook .list .item .description {
	float: left;
}
#widget-addressbook .list .item .description h3 {
	font-size: 1.2em;
	font-weight: 400;
}
#widget-addressbook .list .item .description p {
	color: #919191;
	margin: 0;
}
#widget-addressbook .list .item .actions {
	float: right;
	padding: 5px 0 0 0;
}
#widget-addressbook .list .item .actions li {
	margin:  0 0 0 8px;
}
#widget-addressbook .list .item .actions li a {
	cursor: pointer;
}
#widget-addressbook .list .item .actions .view {
	float: left;
	width: 18px;
	height: 14px;
}
#widget-addressbook .list .item .actions .remove {
	float: left;
	width: 12px;
	height: 11px;
}
#widget-addressbook .list .item:first-child {
	border: none;
}
#widget-addressbook .list .item:nth-child(odd) {
	background: #ffffff;
}


#widget-banner .content {
	padding: 0;
	border: none;
}
#widget-banner .head {
	background: #ffffff;
	min-height: 13px;
}
#widget-banner .head a {
	display: none;
}


#widget-newsletter-signup {
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#widget-newsletter-signup label {
	font-family: facitweb, Arial, Helveltica, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
	margin-bottom: 6px;
}
#widget-newsletter-signup input[type="text"] {
	width: 215px;
}
#widget-newsletter-signup input[type="submit"] {
	width: 220px;
}


#widget-event-add {
	background: #a3b50e url(../images/bg/bg-widget-add-event.png) no-repeat left bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#widget-event-add p {
	float: left;
	margin-left: 95px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 1.4em;
	width: 130px;
}
#widget-event-add a.add-event-button {
	float: left;
	clear: left;
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	padding: 6px 65px 4px 65px;
	background: #003e7e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 12px 20px;
	background-image: linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);
	background-image: -o-linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);
	background-image: -moz-linear-gradient(bottom, rgb(0,63,126) 30%, rgb(38,92,145) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);
	background-image: -ms-linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(38,92,145)),
		color-stop(0.3, rgb(0,63,126))
	);
}

a#find-out-more-button {
    color: #ffffff;
    font-family: chaloops-medium, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8em;
    display: inline-block;
    padding: 7px 10px;
    background: #148fc6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
}


#widget-recommend-business {
	min-height: 274px;
	background: #003A7A url(../images/bg/bg-widget-recommend-business.png) no-repeat right 120px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
}

#widget-recommend-business-lal {
	min-height: 274px;
	background: #E61E6B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 19px;
	padding-bottom: 10px;
}
body.local.about .col-two #widget-recommend-business {
	background-position: right -40px;
	height: 120px;
}
body.local.about .col-two #widget-recommend-business p {
	margin-right: 200px;
}
.two-col .col #widget-recommend-business-lal h1, .three-col .col #widget-recommend-business-lal h1 {
	font-size: 8em;
}
.home .col #widget-recommend-business-lal h1,
.two-col-about #widget-recommend-business-lal h1 {
	font-size: 11em;
}
#widget-recommend-business-lal h1 {
	font-family: "interstate-black", sans-serif;
	font-style: normal;
	margin-top: 36px;
	line-height: .8em;
	color: #ffffff;
	margin: 0;
	text-align: center;
	letter-spacing: -2px;
}
#widget-recommend-business-lal span.pound {
	font-family: "interstate-black", sans-serif;
	font-style: normal;
	font-size: 0.6em;
	line-height: 0.8em;
	vertical-align: top;
}
#widget-recommend-business-lal span.asterisk {
	font-family: "interstate-black", sans-serif;
	font-style: normal;
	font-size: 0.3em;
	line-height: 0.8em;
	vertical-align: top;
}
#widget-recommend-business h2 {
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-size: 2.0em;
	line-height: 1.2em;
	color: #ffffff;
}
#widget-recommend-business-lal h2 {
	font-family: "interstate-black", sans-serif;
	font-style: normal;
	font-size: 2.4em;
	line-height: 1em;
	color: #ffffff;
	margin-top: 5px;
	text-align: center;
}
#widget-recommend-business h3 {
	color: #ffffff;
	margin: 0;
}
#widget-recommend-business-lal h3 {
	font-family: "interstate-light", sans-serif;
	font-style: normal;
	font-size: 2em;
	line-height: 1.5em;
	color: #ffffff;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}
#widget-recommend-business p {
	float: left;
	margin-top: 10px;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.2em;
}
#widget-recommend-business-lal p {
	font-family: "interstate-light", sans-serif;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align:center;
	margin-bottom: 30px;
	margin-top: 10px;
}
#widget-recommend-business-lal p.terms {
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 0px;
	color:;
}
#widget-recommend-business-lal div.tell-us-button-lal {
	text-align: center;
}
#widget-recommend-business a.recommend-business-button {
	clear: left;
	float:left;
	color: #ffffff;
	font-family: "chaloops-medium", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	padding: 10px 10px 10px 10px;
	background: #A7B825;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0 0;
	background-image: linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -o-linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -moz-linear-gradient(bottom, #9DB00C 30%, #A7B825 50%);
	background-image: -webkit-linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -ms-linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #A7B825),
		color-stop(0.3, #9DB00C)
	);
}
#widget-recommend-business-lal a.recommend-business-button-lal {
	color: #ffffff;
	font-family: "interstate-bold", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.8em;
	background: #D0DE00;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 10px 0 0;
}
.home .col #widget-recommend-business-lal a.recommend-business-button-lal,
.two-col-about #widget-recommend-business-lal a.recommend-business-button-lal {
	padding: 10px 50px 10px 50px;
}
.three-col .col #widget-recommend-business-lal a.recommend-business-button-lal,  .two-col .col #widget-recommend-business-lal a.recommend-business-button-lal {
	padding: 10px 10px 10px 10px;
}
li#widget-recommend-business div.SponsoredBy {
	margin-top: 200px;
	color: white;
	border-style: solid;
	border-bottom: 1px solid white;
}
li#widget-recommend-business a.widget-sponsorship div.TR div {
	color: white;
	text-decoration: underline;
}
li#widget-recommend-business .widget-sponsorship {
	margin-top: 0px;
}
.widget-votenow {
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    height: 330px;
}
.widget-votenow-gb {
    background-image: url('../boty_2017/widget-win-50-gb.png');
}
.widget-votenow-ie {
    background-image: url('../boty_2017/widget-win-50-ie.png');
}
.widget-votenow-ie {
}
.widget-votenow a {
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
}
.widget-boty-leaderboard {
    background: url('../boty_2017/widget-leaderboard.png') no-repeat top left;
    padding: 0;
    width: 316px;
    height: 316px;
}
.widget-boty-leaderboard.widget-boty-leaderboard-results {
    background-image: url('../boty_2017/widget-see-the-winners.png');
}
.widget-boty-leaderboard a {
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
}
.widget-help-us-find {
    width: 316px;
    height: 575px;
    padding: 0;
}
.recommend .widget-qualified {
    width: 316px;
    position: relative;
    left: -10px;
}
.recommend .widget-help-us-find,
.recommend .widget-boty-leaderboard {
    position: relative;
    left: -10px;
}
.widget-help-us-find-gb {
    background: url('/assets/boty_2017/widget-help-us-find-gb.png') no-repeat top left;
}
.widget-help-us-find-ie {
    background: url('/assets/boty_2017/widget-help-us-find-ie.png') no-repeat top left;
}
.widget-help-us-find .social {
    width: 118px;
    margin: 0 auto;
    position: relative;
    top: 548px;
}
#widget-event-calendar .content {
	padding: 8px 10px 10px 10px;
}
#widget-event-calendar .date-range {
	border-top: solid 1px #dddddd;
	margin-top: 6px;
	padding-top: 6px;
}
#widget-event-calendar label {
	font-family: facitweb, Arial, Helveltica, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	clear: left;
	font-size: 1.2em;
	width: 90px;
	margin-top: 5px;
}
#widget-event-calendar select {
	font-family: facitweb, Arial, Helveltica, sans-serif;
	width: 120px;
	padding: 2px;
	margin: 0 0 6px 0;
	height: 24px;
	line-height: 18px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #C1C1C1;
	border-bottom: solid 1px #E3E3E3;
	font-size: 1.2em;
	transition: background 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
}
#widget-event-calendar select option {
	background: #fff;
	outline:none;
	border:none;
	padding: 4px 6px;
}
#widget-event-calendar select:focus {
	background: #f1f0f0;
}
#widget-event-calendar input[type="text"] {
	font-family: facitweb, Arial, Helveltica, sans-serif;
	width: 108px !important;
	padding: 1px 5px;
	margin: 0 0 6px 0;
}
#widget-event-calendar input[type="submit"] {
	width: 210px;
	height: 26px;
	margin: 8px 0 2px 0;
	padding: 0;
}
#widget-buy-tickets .content {
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#widget-buy-tickets a.button {
	float: left;
	clear: left;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	padding: 6px 65px 4px 65px;
	background: #003E7E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 10px 0;
	background-image: linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);
	background-image: -o-linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);
	background-image: -moz-linear-gradient(bottom, rgb(0,63,126) 30%, rgb(38,92,145) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);
	background-image: -ms-linear-gradient(bottom, rgb(38,92,145) 50%, rgb(0,63,126) 30%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(38,92,145)),
		color-stop(0.3, rgb(0,63,126))
	);
}
#widget-buy-tickets h3 {
	color: #c6e0eb;
	font-weight: 400;
	font-size: 1.4em;
	margin-bottom: 3px;
}
#widget-buy-tickets h3 a,
#widget-buy-tickets h3 span {
	font-weight: 300;
}
#widget-buy-tickets .social {
	float: left;
	clear: both;
	margin-top: 8px;
	width: 210px;
}
#widget-buy-tickets .social .addthis_default_style {
	width: 210px;
}
#widget-buy-tickets h2 {
	margin: 18px 0 5px 0;
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8em;
	float: left;
	clear: both;
	width: 218px;
}
#widget-buy-tickets p {
	float: left;
	clear: both;
	color: #ffffff;
	margin: 0 0 5px 0;
	width: 218px;
}
#widget-buy-tickets .map-event {
	width: 218px;
	height: 153px;
	float: left;
	clear: left;
}


.widget-find-us-here .content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border: none;
}
.widget-find-us-here .map-find-us-here {
	width: 234px;
	height: 153px;
	float: left;
	clear: left;
}


#widget-featured-business h3 a {
	font-size: 1.3em;
}
#widget-featured-business p.description {
	font-size: 1.1em;
	color: #212121;
	font-weight: 400;
}
#widget-featured-business p.featured-in {
	font-size: 1.1em;
	font-style: italic;
	color: #a8a8a8;
}


#widget-best-quote .head {
	background: #c22e8c;
}
#widget-best-quote {
	height: 129px;
	background: #c22e8c url(../images/icon/icon-thumbs-up.png) no-repeat 160px 33px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#widget-best-quote p {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;
	font-size: 1.3em;
	width: 180px;
}
#widget-best-quote a.quote-me-link {
	float: left;
	clear: left;
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	padding: 6px 75px 4px 75px;
	background: #6e0a4a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0 0 10px;
	background-image: linear-gradient(bottom, rgb(125,35,92) 50%, rgb(110,10,73) 30%);
	background-image: -o-linear-gradient(bottom, rgb(125,35,92) 50%, rgb(110,10,73) 30%);
	background-image: -moz-linear-gradient(bottom, rgb(110,10,73) 30%, rgb(125,35,92) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(125,35,92) 50%, rgb(110,10,73) 30%);
	background-image: -ms-linear-gradient(bottom, rgb(125,35,92) 50%, rgb(110,10,73) 30%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(125,35,92)),
		color-stop(0.3, rgb(110,10,73))
	);
}


#widget-buyers-guides h3 a,
#widget-local-guides h3 a {
	font-size: 1.3em;
}
#widget-local-guides h3 a {
	font-size: 1.2em;
	float: left;
	margin-top: 3px;
}
#widget-local-guides h3 img {
	float: left;
	margin-right: 3px;
}
#widget-buyers-guides p.description {
	font-size: 1.1em;
	color: #212121;
	font-weight: 400;
}
#widget-buyers-guides p.featured-in {
	font-size: 1.1em;
	font-style: italic;
	color: #a8a8a8;
}
#widget-buyers-guides .description,
#widget-local-guides .description {
	width: 180px;
	float: left;
}
#widget-buyers-guides .social {
	margin-top: 6px;
}
#widget-buyers-guides a.link,
#widget-local-guides a.link {
	display: block;
	width: 30px;
	padding-top: 6px;
	height: 24px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	float: left;
	text-align: center;
	font-size: 1.4em;
}
#widget-local-guides a.link {
	width: 20px;
	padding-top: 2px;
	height: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.2em;
}

#widget-our-awards li {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
}

/*
 * Complications arrive in the code below because at the time of writing
 * chrome Version 30.0.1599.101 had very poor upscaling quality until the
 * final frame on a CSS transform.
 */

body.business-guideFeature #widget-our-awards .content {
    overflow: visible;
}

body.business-guideFeature #widget-our-awards li {
    list-style: none;
}

body.business-guideFeature #widget-our-awards p.nomination-text {
	font-size: 13px;
	line-height: normal;
}

body.business-guideFeature #widget-our-awards img {
    position: relative;
    z-index: 1;
    max-width: 100px;
    max-height: 100px;
    margin-top: 0;
    margin-bottom: 0;

    background: white; /* If the logo is transparent it wont look silly with a white border now */
    border: 10px white solid;
    border-radius: 6px;

    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;

    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body.business-guideFeature #widget-our-awards img:nth-child(1n) {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

body.business-guideFeature #widget-our-awards img:hover {
    z-index: 400;

    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);

    box-shadow: 0 0 16px rgba(0,0,0,0.5);
}

body.business-guideFeature #widget-our-awards li:last-child img:hover {
    margin-bottom: 0;
}

#widget-our-awards img.award {
	float: left;
	margin: 0 10px 10px 10px;
	width: 88px;
	height: 69px;
}

body.business-guideFeature #widget-our-awards img.award {
    float: none;
    martin: 0;
    width: auto;
    height: auto;
}

#widget-reviews span.stars img {
	margin-left: 0px;
	padding: 5px 0px;
}
#widget-reviews .content {
	padding:0;
}

#widget-reviews span.local-reviews-date {
	float: right;
}

#widget-review-count .content {
	border: none;
}
#widget-review-count a,
#widget-review-count img {
	float: right;
}
#widget-review-count img {
	margin-right: 10px;
}


#widget-pricelist .item {
	background: #ffffff;
	border-top: none;
}
#widget-pricelist .item:nth-child(even) {
	background: #ffffff;
}


#widget-filter-results form label {
	font-family: facitweb, Arial, Helveltica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	margin-top: 1px;
	margin-left: 10px;
}


#widget-blog-become-author {
	height: 120px;
	background: #c22e8c url(../images/bg/bg-widget-blog-author.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#widget-blog-become-author .content {
	background: url(../images/global/widget-blog-author.png) top right no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	height: 120px;
}
#widget-blog-become-author p {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;;
	font-size: 1.3em;
	width: 80px;
}
#widget-blog-become-author a.more-button {
	float: left;
	clear: left;
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	padding: 6px 60px 4px 60px;
	background: #9db014;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 15px 0 0 10px;
	background-image: linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -o-linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -moz-linear-gradient(bottom, rgb(157,176,12) 30%, rgb(167,184,37) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);
	background-image: -ms-linear-gradient(bottom, rgb(167,184,37) 50%, rgb(157,176,12) 30%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(167,184,37)),
		color-stop(0.3, rgb(157,176,12))
	);
}


#widget-blog-articles a,
#widget-related-guides a,
#widget-blog-plt .tags a,
#widget-community-contribution a {
	float: left;
	clear: left;
	padding: 4px 0 4px 0;
	width: 100%;
	font-weight: 400;
	font-size: 1.3em;
}


#widget-blog-subscribe .content {
	border: none;
}
#widget-blog-subscribe .content p {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: 400;
}
#widget-blog-subscribe a {
	float: left;
	margin-right: 10px;
}


#widget-sticky-posts .sticky-link {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}
#widget-sticky-posts .sticky-link a {
	float: left;
	margin-bottom: 2px;
	font-size: 1.2em;
	width: 100%;
}
#widget-sticky-posts .sticky-link p {
	float: left;
	clear: left;
	color: #a7a7a7;
	font-size: 1em;
	width: 100%;
}


#widget-blog-plt .tabs {
	float: left;
}
#widget-blog-plt .content {
	border: none;
	clear: left;
}
#widget-blog-plt .tabs a {
	float: left;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #ffffff;
	color: #ffffff;
	width: 70px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 5px 0 3px 0;
}
#widget-blog-plt .tabs a#tab-popular,
#widget-blog-plt .tabs a#tab-latest {
	margin-right: 12px;
}
#widget-blog-plt .tabs a.selected {
	background: #ffffff;
}
#widget-blog-plt .blog {
	float: left;
	clear: left;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#widget-blog-plt .blog:last-child {
	border-bottom: none;
}
#widget-blog-plt .blog a {
	font-size: 1.2em;
	font-weight: 400;
	float: left;
}
#widget-blog-plt .blog a span {
	color: #9c9c9c;
	font-weight: 300;
}
#widget-blog-plt .blog p {
	float: left;
	clear: left;
	color: #000000;
	font-size: 1.2em;
	width: 100%;
}
#widget-blog-plt .blog p.author {
	color: #a7a7a7;
	font-size: 1em;
}
#widget-blog-plt .latest,
#widget-blog-plt .tags {
	display: none;
}


#widget-rss .head h2 {
	background: url(../images/icon/widget-rss.png) no-repeat 9px 4px;
	padding-left: 36px;
	padding-bottom: 4px;
}
#widget-rss .item {
	padding: 10px 0;
	background: none;
	border-bottom: solid 1px #f2f1f0;
}
#widget-rss .item:last-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#widget-rss a.view-all {
	display: block;
	padding: 10px 0 0 0;
	font-family: chaloops-medium, Sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


#widget-blog h3.class {
	margin: 0;
}
#widget-blog p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	color: #000000;
}
#widget-blog p.author {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#widget-blog .social {
	margin-top: 5px;
}

#widget-recent-blogs .head h2 a {
    color: white;
}

#widget-recent-blogs h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 2px;
    color: #82910d;
}

#widget-recent-blogs a {
    color: #82910d;
}

#widget-recent-blogs a:hover {
    color: #6D7C00;
}

#widget-user-latest .image {
	width: 36px;
	height: 36px;
}
#widget-user-latest .image img {
	width: 36px;
	height: 36px;
}


#widget-local-charity a.view-all,
#widget-featured-clubs a.view-all {
	border-top: solid 1px #f2f1f0;
	padding: 10px 0 0 0;
	font-family: chaloops-medium, Sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	float: left;
	clear: both;
	width: 100%;
}
#widget-local-charity .image,
#widget-featured-clubs .image {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
#widget-local-charity .social,
#widget-featured-clubs .social {
	margin-top: 5px;
}


#widget-local-weather h3 {
	font-weight: 400;
}
#widget-local-weather h3.title {
	font-size: 1.1em;
}
#widget-local-weather .weather-holder {
	width: 100%;
	margin-top: 10px;
}
#widget-local-weather .weather-holder h3.day {
	color: #545454;
	padding-bottom: 3px;
	border-bottom: solid 2px #f7f7f7;
	margin-bottom: 10px;
}
#widget-local-weather .weather-holder h3.minmax {
	color: #646464;
}
#widget-local-weather .day-1,
#widget-local-weather .day-2,
#widget-local-weather .day-3 {
	float: left;
	width: 32%;
	margin-right: 1%;
	text-align: center;
}
#widget-local-weather .day-2 {
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
}
#widget-local-weather .day-3 {
	margin-right: 0;
}
#widget-local-weather .day-1 img,
#widget-local-weather .day-2 img,
#widget-local-weather .day-3 img {
	margin: 0 auto 6px auto;
}

.widget-button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widget-button a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #ffffff;
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8em;
	text-align: center;
}

#widget-offers-selection .content {
	padding:0;
}
#widget-offers-selection .content #coda-slider-wrapper,
#widget-offers-selection .content #coda-slider-wrapper .coda-slider,
#widget-offers-selection .content #coda-slider-wrapper .coda-slider .panel {
    width: 316px;
}
body.two-col #widget-offers-selection .content #coda-slider-wrapper,
body.two-col #widget-offers-selection .content #coda-slider-wrapper .coda-slider,
body.two-col #widget-offers-selection .content #coda-slider-wrapper .coda-slider .panel {
    width: 232px;
}
#national-features .content #coda-slider-wrapper,
#national-features .content #coda-slider-wrapper .coda-slider,
#national-features .content #coda-slider-wrapper .coda-slider .panel {
	width: 800px;
}
#widget-offers-selection .content #coda-slider-wrapper {
	height: 225px;
	overflow: hidden;
	position: relative;
	float: left;
}
#widget-offers-selection .content #coda-slider-wrapper,
#national-features .content #coda-slider-wrapper {
    height: 167px;
    overflow: hidden;
    position: relative;
    float: left;
}
#widget-offers-selection .content #coda-slider-wrapper .coda-slider {
	height: 225px;
	float: left;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
#national-features .content #coda-slider-wrapper .coda-slider {
    height: 167px;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
#widget-offers-selection .content #coda-slider-wrapper .coda-slider .panel {
	height: 225px;
	display: block;
	float: left;
}
#national-features .content #coda-slider-wrapper .coda-slider .panel {
    height: 167px;
    display: block;
    float: left;
}
.narrow #widget-offers-selection .content #coda-slider-wrapper,
.narrow #widget-offers-selection .content #coda-slider-wrapper .coda-slider,
.narrow #widget-offers-selection .content #coda-slider-wrapper .coda-slider .panel {
	width: 234px;
}
#widget-offers-selection .content .coda-nav-left, #widget-offers-selection .content .coda-nav-right,
#national-features .content .coda-nav-left, #national-features .content .coda-nav-right {
	position:absolute;
	top:0;
	z-index:5;
}
#widget-offers-selection .content .coda-nav-left,
#national-features .content .coda-nav-left {
	left:0;
}
#widget-offers-selection .content .coda-nav-right,
#national-features .content .coda-nav-right {
	right:0;
}
#widget-offers-selection .content .coda-nav-left a,
#widget-offers-selection .content .coda-nav-right a,
#national-features .content .coda-nav-left a,
#national-features .content .coda-nav-right a {
	z-index: 10;
	position: absolute;
	width: 26px;
	height: 26px;
	display: inline-block;
	top: 110px;
	margin: 6px;
	border-radius:28px;
	border: 1px solid transparent;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	outline: none;
}
.narrow #widget-offers-selection .content .coda-nav-left a,
 .narrow #widget-offers-selection .content .coda-nav-right a {
	top:100px;
	margin:0;
}
section#business-profile #widget-offers-selection .content .coda-nav-left a,
  section#business-profile #widget-offers-selection .content .coda-nav-right a {
	top:94px;
	margin:0;
}
#widget-offers-selection .content .panel h3 a {
	color:#147868;
}
#widget-offers-selection .content .coda-nav-left a {
	left: 4px;
	background: url(../images/btn/roundabout-left.png) center center no-repeat;
	background-position:41% center;
}
#widget-offers-selection .content .coda-nav-right a {
	right: 4px;
	background: url(../images/btn/roundabout-right.png) center center no-repeat;
	background-position:59% center;
}
#widget-offers-selection .content .coda-nav-left:hover a, #widget-offers-selection .content .coda-nav-right a:hover {
	background-color:#ffffff;
	border: 1px solid #dddddd;
}
#widget-offers-selection .content .panel h3 {
	padding: 0 15px;
	text-align: left;
}
#widget-offers-selection .content #coda-slider-wrapper .coda-slider .panel,
  #widget-offers-selection .content #coda-slider-wrapper .coda-slider,
  #widget-offers-selection .content #coda-slider-wrapper,
  #widget-offers-selection .content .coda-nav-left,
  #widget-offers-selection .content .coda-nav-right {
	height:262px;
}
.narrow #widget-offers-selection .content #coda-slider-wrapper .coda-slider .panel,
  .narrow #widget-offers-selection .content #coda-slider-wrapper .coda-slider,
  .narrow #widget-offers-selection .content #coda-slider-wrapper,
  .narrow #widget-offers-selection .content .coda-nav-left,
  .narrow #widget-offers-selection .content .coda-nav-right {
	height:247px;
}
#widget-offers-selection .content .panel a.offer-picture {
	display:block;
	width:218px;
	height:170px;
	margin:0 auto 2px auto;
	line-height:160px;
	text-align:center;
}
.narrow #widget-offers-selection .content .panel a.offer-picture {
	width:174px;
	height:140px;
	margin:-6px auto 6px auto;
}
#widget-offers-selection .content .panel a.offer-picture > img {
	display:inline-block;
	max-height:158px;
	width:auto;
	border:1px solid #bbb;
	vertical-align:middle;
}
.narrow #widget-offers-selection .content .panel a.offer-picture > img {
	max-width:170px;
	max-height:120px;
}
#widget-offers-selection .content .panel div.offer-content > div:first-child {
	height: 56px;
	overflow:hidden;
}
.narrow #widget-offers-selection .content .panel div.offer-content > div:first-child {
	height: 70px;
}
#widget-offers-selection .content .panel .addthis_toolbox {
	padding: 2px 0 0 10px;
}
#widget-offers-selection .content .panel .offer-content {
	max-height:70px;
}
#widget-offers-selection .content {
	background:#E4F0EE;
	overflow:hidden;
	position:relative;
}
#widget-offers-selection .content .panel h3 a {
	font-style: normal;
	font-size: 1.6em;
	font-weight: 600 !important;
	font-family:"Calibri";
}
#widget-offers-selection .content .panel p {
	padding: 0 15px;
	font-size:1.1em;
}
#widget-offers-selection .content .panel img {
	margin: 8px auto 0 auto;
	height: auto;
}
.narrow #widget-offers-selection .content .panel img {
	margin: 0;
}
#widget-offers-selection .content .panel .social {
	padding: 8px 13px 0 13px;
}



.widget .content #roundabout-left,
.widget .content #roundabout-right {
	float: left;
	width: 10px;
	height: 152px;
	background: url(../images/btn/roundabout-left.png) center center no-repeat;
	cursor: pointer;
}
.widget .content #roundabout-right {
	float: right;
	background: url(../images/btn/roundabout-right.png) center center no-repeat;
}
ul#offersRoundabout.roundabout-holder {
	width: 140px;
	height: 180px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
ul#offersRoundabout .roundabout-moveable-item {
	height: 180px;
	width: 200px;
	cursor: pointer;
	background: #ffffff;
}
ul#offersRoundabout .roundabout-moveable-item img {
	height: auto;
	width: 100%;
}
ul#offersRoundabout .roundabout-in-focus {
	cursor: auto;
}


#widget-facebook .content,
#widget-marketplace .content,
#widget-event-categories .content,
#widget-offers .content,
#widget-events .content,
#widget-featured-business .content,
#widget-buyers-guides .content,
#widget-have-you-seen .content,
#widget-people-also-liked .content,
#widget-popular-searches .content,
#widget-filter-results .content,
#widget-blog-categories .content,
#widget-blog-become-author .content,
#widget-business-navigation .content,
#widget-community-hub .content,
#widget-local-forum .content,
#widget-blog .content,
#widget-local-guides .content,
#widget-user-latest .content,
#widget-user-options .content,
#widget-cinema .content,
#widget-user-what-to-do .content,
#widget-recent-blogs .content {
	padding: 0;
}

#widget-recent-blogs .list .item .image img {
    max-width: 70px;
    max-height: 70px;
}

.widget-advert a img {
	margin: 0 auto;
}
.home .row #widget-twitter .tweet .text {
	width: 220px;
}
.home .row #widget-twitter .tweet .text p {
	/* height: 23px; */
}

#widget-audio .head h2 {
	background: url(../images/icon/widget-audio.png) no-repeat 12px 6px;
	padding-left: 36px;
	padding-bottom: 2px;
	}

/* This addreses a problem with animated GIFs not being resized correctly by back end systems
 * I'm instructing the browser to resize down if the image comes in wider than it's supposed to.
 */
#widget-reviews div.image > a > img,
  #widget-events div.image > a > img,
  #widget-blog div.image img,
  #widget-featured-business div.image > a > img {
	max-width: 70px;
	max-height: 70px;
}

li#widget-reviews .item a.image img {
	max-width: 70px;
}

.SponsoredBy {
    margin: 8px 8px 0 8px;
    padding-bottom: 2px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.widget .item .SponsoredBy {
    margin: 0 0 -8px 0;
}
#widget-offers-selection .SponsoredBy {
    /* border-bottom: 1px solid #e5e8e8; */
}

.widget .item .widget-sponsorship {
    margin: 8px -8px -8px -8px;
}

#widget-offers-selection {
    background: transparent;
    border: none;
}
#widget-offers-selection .content {
    border-left: 1px solid #e5e8e8;
    border-right: 1px solid #e5e8e8;
    border-bottom: 1px solid #e5e8e8;
    background: #E4F0EE;
}
#buy-local-support {
    background: #0086be url('/assets/images/global/widget-buyLocal.png') no-repeat right bottom;
    background-size: contain;
}

#widget-twitter .widget-sponsorship,
#widget-community .widget-sponsorship {
    padding-bottom: 0;
}
#widget-events .content {
    background: #e7f4fa;
}

#widget-cinema .head {
}
#widget-cinema .content {
	padding-bottom: 10px;
	background-color: #e5ebf2;
}
#widget-cinema .content ul {
	overflow: auto;
	border-bottom: 1px solid #dee8f1;
	list-style: none;
}
#widget-cinema .content ul li {
	padding: 8px;
	border-top: 1px solid #dee8f1;
}
#widget-cinema .content ul li:nth-child(2n) {
	background-color: #f2f5f9;
}
#widget-cinema .content ul {
	max-height: 316px;
	overflow: auto;
	vertical-align: middle;
	font-size: 12px;
}
#widget-cinema .content ul li .NoLink,
#widget-cinema .content ul li a {
	color: #003e7e;
	display: table-cell;
	height: 60px;
	font-size: 13px;
	vertical-align: middle;
	width: 225px;
}
#widget-cinema .content ul li a:hover {
    color: #000000;
}
#widget-cinema .content ul li a.show-all {
	width: 285px;
	text-align: center;
}

#widget-cinema .content .ImagePlaceHolder {
	float: left;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 60px;
    background: url('/assets/images/global/cinemaPlaceHolder.png') center center;
    background-size: 100% auto;
}
#widget-cinema .content .ImageContainer {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}
#widget-cinema .content .FilmImage {
	max-width: 40px;
	max-height: 60px;
	display: inline;
    vertical-align: middle;
}
#widget-cinema .content .FilmTitle {
	display: table-cell;
	padding-left: 14px;
}
#widget-cinema .content .FilmTitle span.period {
	font-size: 80%;
}

#widget-buylocal-prizewinners {
    background: #0086be url('/assets/images/global/widget-buyLocal-prizeWinners-01.png') no-repeat left 32px;
    border-radius: 9px;
    color: white;
    padding: 15px;
}
#widget-buylocal-prizewinners h2 {
    color: #ffffff;
    font-family: chaloops-medium, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    text-transform: lowercase;
}
#widget-buylocal-prizewinners h3 {
    color: #D6E03D;
    font-family: chaloops-medium, sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    font-style: normal;
    font-size: 18px;
    text-transform: lowercase;
}
#widget-buylocal-prizewinners ol {
    background: url('/assets/images/global/widget-buyLocal-prizeWinners-02.png') no-repeat right bottom;
    list-style: none;
    margin: 8px -15px 0 -15px;
    padding: 0 15px 10px 15px;
}
#widget-buylocal-prizewinners ol .Name a {
    color: #B5D5F0;
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
}
#widget-buylocal-prizewinners ol .Location {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 12px;
}
#widget-buylocal-prizewinners ol li:last-child .Location {
    margin-bottom: 0;
}
#widget-buylocal-prizewinners .SponsoredBy {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 5px 0 0 0;
}
#widget-buylocal-prizewinners .widget-sponsorship {
    padding: 8px 0 0 0;
    color: white;
}
.widget-youtube .SponsoredBy,
  #widget-community .SponsoredBy {
    margin: 8px 0 0 0;
}
.widget-youtube .widget-sponsorship,
  #widget-community .widget-sponsorship {
    padding: 8px 0 0 0;
}

/* horoscope widget css */
li#widget-horoscopes .content { background: #e5ebf2; padding: 0px; }

#horoscopeContent h3{ font-size:1.3em; font-weight:400;}
#horoscopeContent #footer { margin:10px 0 5px; }
#horoscopeContent #credits { color: #FF9C00;}

div#horoscopeContent .description p { margin-top: 8px; margin-bottom: 5px; }
.horoscopeSign { font-size:13px; float:left; margin-top:10px;}
.horoscopeSelect { width:285px; margin-top:10px;}
div#horoscopeContent .hidden { display: none; }

/* most wanted widget */
.widget .most-wanted h2 {
	font-family: chaloops-medium, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.7em;
	padding: 9px 0 10px 0;
	line-height:21px;
}
body.two-col li#widget-featured-business img {
	width: 234px;
}
.widget .most-wanted select { width:220px; margin-bottom:5px;}
.widget .most-wanted input { width:220px; margin-bottom:5px;}
.widget .most-wanted .most-wanted-button {
	float: left;
	clear: left;
	color: #ffffff;
	font-family: "chaloops-medium", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	padding: 8px 30px;
	background: #A7B825;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0 0;
	float:right;
	background-image: linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -o-linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -moz-linear-gradient(bottom, #9DB00C 30%, #A7B825 50%);
	background-image: -webkit-linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -ms-linear-gradient(bottom, #A7B825 50%, #9DB00C 30%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #A7B825),
		color-stop(0.3, #9DB00C)
	);
}
.widget .most-wanted .most-wanted-button:hover { color: #ffffff !important;}

#widget-news div.loader {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.widget.widget-instagram .head {
	background-color: #5d4841;
	background-image: url('../images/bg/bg-widget-instagram.gif');
	background-repeat: repeat;
	background-position: center;
}

.widget.widget-instagram .head h2 {
	padding-right: 40px;
}

.widget.widget-instagram .pictures {
}

.widget.widget-instagram .instagram-slideshow-container {
	position: relative;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
	width: 316px;
	height: 316px;
}

.two-col .widget.widget-instagram .instagram-slideshow-container {
	width: 234px;
	height: 234px;
}

.widget.widget-instagram .head + .instagram-slideshow-container {
	-webkit-border-radius: 0px 0px 9px 9px;
	-moz-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
}

.widget.widget-instagram .pictures img.picture{
	max-width: 316px;
	max-height: 316px;
}

.two-col .widget.widget-instagram .pictures img.picture{
	max-width: 234px;
	max-height: 234px;
}

.widget.widget-instagram .flex-direction-nav li {
	list-style: none;
	background: maroon;
}

.widget.widget-instagram .flex-direction-nav li a {
	cursor: pointer;
	display: block;
	height: 316px;
	position: absolute;
	top: 0px;
	width: 50px;
	background-repeat: no-repeat;
	outline: 0;
	opacity: 0;
	transition: opacity .1s ease-in;
}

.two-col .widget.widget-instagram .flex-direction-nav li a {
	height: 234px;
}

.widget.widget-instagram .flex-direction-nav li a:hover {
	opacity: .65;
}

.widget.widget-instagram .flex-direction-nav li a.flex-prev {
	left: 0px;
	background-image: url('../images/btn/instagram-navigation.png');
	background-position: 0px 133px;
}

.two-col .widget.widget-instagram .flex-direction-nav li a.flex-prev {
	background-position: 0px 90px;
}

.widget.widget-instagram .flex-direction-nav li a.flex-next {
	right: 0px;
	background-image: url('../images/btn/instagram-navigation.png');
	background-position: -50px 133px;
}

.widget-instagram div.widget-sponsorship {
	border-radius: 0 0 9px 9px;
	background-color: #5D4841;
	color: white;
	margin-top: -9px;
}
.widget-instagram a {
	color: white;
}

.two-col .widget.widget-instagram .flex-direction-nav li a.flex-next {
	background-position: -50px 90px;
}

#widget-blog-popular .blog {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #F1F1F1;
}
#widget-blog-popular .blog:first-of-type {
    margin-top: 6px;
}
#widget-blog-popular .blog:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
#widget-blog-popular .blog a {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 2px;
}
#widget-blog-popular .blog p.author {
    color: #A9A9A9;
}

#widget-blog-latest .ImageArray {

}
#widget-blog-latest .ImageArray a {
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;

    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
#widget-blog-latest .ImageArray a:last-child {
    margin-right: 0;
}
#widget-blog-latest .ImageArray a:hover {
    opacity: 0.75;
}
#widget-blog-latest .ImageArray a.Selected {
    opacity: 1.0;
}
#widget-blog-latest .ImageArray img {
    max-width: 150px;
    max-height: 100px;
    border-radius: 5px;
    display: inline-block;
}
#widget-blog-latest .blog h2 {
    margin-top: 10px;
}
#widget-blog-latest h2 a {
    font-family: chaloops-medium, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
body.community-hubBlog #widget-blog-latest {
    margin-bottom: 0;
    overflow: hidden;
}

#widget-businessfeature-logo img {
    border: solid 1px #c6d6dd;
}

#widget-businessfeature-logo img {
    max-width: 232px;
    max-height: 172px;
}

#widget-contact-us {
    font-size: 11px;
    color: #003e7e;
}

#widget-contact-us .telephony_and_direct_internet {
    font-size: 13px;
    margin: 8px 0;
}

.widget-latest-newsletter {
	margin-top: 4px;
	font-family: Arial, Helveltica, sans-serif;
}

.widget-latest-newsletter .newsletter-layout {
	background-color: white;
	border: 1px solid #f0f0f0;
	padding: 5px 5px 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	display: block;
	color: black;
}

.widget-latest-newsletter .fade {
	position: relative;
	height: 20px;
	margin-top: -20px;
	background: url('../images/bg/newsletter-fade.png') repeat-x;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.widget-latest-newsletter .header {
	line-height: 6px;
	padding: 1px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.widget-latest-newsletter .header .left-small,
.widget-latest-newsletter .header .right-small {
	color: #666;
	font-size: 6px;
}

.widget-latest-newsletter .header .left-small {
	float: left;
}

.widget-latest-newsletter .header .right-small {
	float: right;
}

.widget-latest-newsletter h1,
.widget-latest-newsletter h2 {
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}

.widget-latest-newsletter h1 {
	font-size: 18px;
	font-family: Arial, Helveltica, sans-serif;
}

.widget-latest-newsletter h2 {
	font-size: 20px;
	border-bottom: 3px double black;
	line-height: 20px;
	font-family: Arial, Helveltica, sans-serif;
}

.widget-latest-newsletter .read-latest-newsletter-link {
	text-align: center;
}

.widget-latest-newsletter .read-latest-newsletter-link {
	color: red;
	font-size: 1.3em;
	font-family: Arial, Helveltica, sans-serif;
}

.widget-latest-newsletter:hover .read-latest-newsletter-link {
	text-decoration: underline;
}

.widget-latest-newsletter .read-latest-newsletter-container {
	text-align: center;
	height: 100px;
}

.widget-latest-newsletter .read-latest-newsletter-container .left-text,
.widget-latest-newsletter .read-latest-newsletter-container .right-text {
	height: 100px;
}

.widget-latest-newsletter .read-latest-newsletter-container .left-text .image {
	float: left;
	background: white;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 110px;
	text-align: center;
	position: absolute;
}

.widget-latest-newsletter .read-latest-newsletter-container .left-text .image img {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-height: 70px;
}

.widget-latest-newsletter .read-latest-newsletter-container .left-text {
	float: left;
	width: 155px;
	background: url('../images/bg/newsletter-left.gif') no-repeat;
}

.widget-latest-newsletter .read-latest-newsletter-container .right-text {
	background: url('../images/bg/newsletter-right.gif') top right no-repeat;
}

.widget-latest-newsletter .read-latest-newsletter-container .read-latest-newsletter-button {
	position: relative;
	top: -65px;
}

/* This set of value is for use when: SCREEN < 980px */
@media only screen and (max-width: 979px) {
	.three-col .col, .two-col .col {
		width: 100%;
	}
	#widget-newsletter-signup input[type="text"] {
		width: 295px;
	}
	#widget-newsletter-signup input[type="submit"] {
		width: 300px;
	}
	#widget-event-add p {
		margin-left: 155px;
	}
	#widget-event-add a.add-event-button {
		padding: 6px 100px 4px 100px;
	}
	#widget-event-calendar select {
		float: right;
		width: 180px;
	}
	#widget-event-calendar input[type="submit"] {
		width: 298px;
	}
	#widget-buy-tickets .social {
		width: 298px;
	}
	#widget-twitter .tweet .text {
		width: 160px;
	}
	#widget-buy-tickets a.button {
		padding: 6px 108px 4px 108px;
	}
	#widget-buy-tickets h2 {
		width: 300px;
	}
	#widget-buy-tickets p {
		width: 300px;
	}
	#widget-buy-tickets .map-event {
		width: 300px;
	}
	#widget-best-quote {
		background: #c22e8c url(../images/icon/icon-thumbs-up.png) no-repeat 240px 33px;
	}
	#widget-best-quote a.quote-me-link {
		padding: 6px 115px 4px 115px;
	}
	#widget-buyers-guides .description {
		width: 260px;
	}
	#widget-blog-plt .tabs a {
		width: 98px;
	}
	#widget-blog-plt .tabs a#tab-popular,
	#widget-blog-plt .tabs a#tab-latest {
		margin-right: 11px;
	}
	.widget-find-us-here .map-find-us-here {
		width: 316px;
	}
	.widget.widget-instagram .instagram-slideshow-container {
		width: 100%;
		height: auto;
	}
	.widget.widget-instagram .pictures img.picture {
		max-width: none;
		max-height: none;
		width: 100%;
	}
	.home .widget-youtube .content {
		text-align: center;
	}
	.home .widget-youtube iframe {
		margin: 0 auto;
	}
}
