.widget ul {
    padding: 0;
}
.widget{
	float: left;
	width: 100%;
	margin: 0px 0px 22px 0px;
}
.widget .cs-heading-title{
	margin: 0px 0px 12px 0px;
}
.widget .cs-heading-title h2{
	margin-bottom: 0px;
}
.widget .cs-section-title{
	font-size: 18px;
}
input{
	border: none;
}
/*.........		Widget Banner Start	............ */
.multiple-widgets .widget{
	float: left;
	width: 31.8%;
	margin-left: 2.2%;
}
.multiple-widgets .widget:first-child {
	margin-left: 0;
}
.widget_banner figure,.widget_countdown figure {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget_banner figure figcaption {
	float: left;
	width: 100%;
	text-align: center;
	height: 50px;
	top: 50%;
	margin-top: -25px;
}
.widget_banner figure figcaption .cs-post-title {
	margin: 0;
	color: #fff;
	padding: 12px 0;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.widget_banner figure,.widget_banner figure img  {
	float: left;
	width: 100%;
}
/*.........		Widget About Start	............ */
.widget_about_us p {
	line-height: 24px;
	margin-bottom: 24px;
}
.widget_about_us .btn {
	padding: 8px 35px;
}
/*.........		Widget Gallery Start	............ */
.widget_countdown figure, .widget_countdown figure img{
	float: left;
	width: 100%;
	text-align: center;
}
.widget_countdown figure figcaption {
	width: 100%;
	color: #fff;
	padding-top: 20px;
}
.widget_countdown h2 {
	color: #fff;
	text-shadow: 0 0 4px  rgba(0,0,0,0.5);
}
/*.........		Widget Search Start	............ */
.widget_search,
.widget_search form{
	float: left;
	width: 100%;
}
.widget_search form{
	position: relative;
}
.widget_search form input[type="text"]{
	margin:0px;
}
.widget.widget_text  input[type="text"],
.widget_search form input[type="text"],
.widget.widget_text  select,
.widget_categories select,
.widget_archive select {
	background-color: #f8f8f8 !important;
	border: 1px solid #c8c8c8;
	width: 100%;
	padding:8px 5px 8px 15px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #bfbfbf;
}
.widget_search form label{
	position: absolute;
	right: 10px;
	top: 13px;
	border-left: 1px solid #e9e9e9;
	padding: 0px 0px 0px 8px;
	cursor: pointer;
}
.widget_search form label:after{
	content: "\f002";
	color: #b5b5b5;
}
.widget_search input[type="submit"]{
    color: #FFFFFF;
    padding: 11px 16px 11px;
	border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
	position:absolute;
	right:0px;
	top:0px;
	background-color: #FFFFFF;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1) inset;
}
/*.........		Widget Search End	............ */
/*.........		Widget Categories Start	............ */
.widget_categories {
	width:100%;
	float:left;
}
.widget_categories ul{
	width:100%;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_links ul li,
.widget_meta ul li {
	width:100%;
	float:left;
	position:relative;
	text-align:right;
	padding:9px 11px 9px 11px;
	float: left;
	background-color:#fff;
	border:1px solid #ededed;
	box-shadow:1px 1px 0px rgba(0,0,0,0.25);
	margin-top:6px;
	color:#919191;
	font-size:12px;
	font-weight:500;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-transform: uppercase;
	position: relative;
}
#footer-widgets .widget_recent_comments ul li,
#footer-widgets .widget_recent_entries ul li,
#footer-widgets .widget_recent_entries ul li,
#footer-widgets .widget_categories ul li,
#footer-widgets .widget_archive ul li,
#footer-widgets .widget_pages ul li a,
#footer-widgets .widget_links ul li,
#footer-widgets .widget_meta ul li{
	margin-bottom:0px !important;
}
.widget_categories ul li:first-child{
	margin-top:0px;
}
#footer-widgets .widget_pages ul li a:hover,
.widget_categories ul li:hover a:before,
.widget_recent_comments ul li:hover a,
.widget_recent_entries ul li:hover a,
.widget_recent_entries ul li:hover a,
.widget_recent_comments ul li:hover,
.widget_recent_entries ul li:hover,
.widget_recent_entries ul li:hover,
.widget_categories ul li:hover a,
.widget_nav_menu ul li a:hover,
.widget_categories ul li:hover,
.widget_archive ul li:hover a,
.widget_links ul li:hover a,
.widget_archive ul li:hover,
.widget_pages ul li a:hover,
.widget_meta ul li:hover a,
.widget_links ul li:hover,
.widget_meta ul li:hover {
	color:#FFF;
	box-shadow: none;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_links ul li a,
.widget_meta ul li a{
	font-size:12px;
	float:left;
	text-align:left;
	display:inline-block;
	color:#474747;
	font-weight: normal;
}
.widget_categories ul li a:before{
	content: "\f0da";
	float: left;
	font-family: fontAwesome;
	color: #d8d8d8;
	margin: 1px 7px 0px 0px;
}
/*.........		Widget Categories End	............ */
/*.........		Widget NewsLetter Start	............ */
.widget_newsletter p {
	color: #ccc;
	margin-bottom: 18px;
}
.widget_newsletter form {
	float: left;
	width: 100%;
	margin-bottom: 18px;
	position: relative;
}
.widget_newsletter h6 em {margin:0 5px 0 0;}
#footer-widgets .widget_newsletter form input[type="text"] {
	float: left;
	width: 100%;
	height: 48px;
	border-radius: 0;
	color: #a0a0a0;
	font-size: 12px;
	background: #2d2d2d;
	margin: 0px 0px 5px 0px;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#footer-widgets .widget_newsletter form button {
	float: right;
	width: 15%;
	height: 48px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#footer-widgets .widget_newsletter h6 em {
	margin-right: 8px;
}
.widget_about_us .btn:hover {
    color: #FFFFFF;
}
.widget_about_us .btn:focus {
    color: #FFFFFF;
}
/*.........		Widget NewsLetter end	............ */
/*.........		Widget Recent Blog Start	............ */
.widget-recent-blog,
.widget-recent-blog article{
	float: left;
	width: 100%;
}
.widget-recent-blog article{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #3c3c3c;
}
aside .widget-recent-blog article{
	border-color: #dddddd;
}
.widget-recent-blog article:last-child{
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}
.widget-recent-blog article figure{
	margin: 0px 12px 0px 0px;
}
.widget-recent-blog article figure,
.widget-recent-blog article figure a,
.widget-recent-blog article figure img{
	float: left;

}
.widget-recent-blog article .text h6{
	font-size: 14px !important;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}
.widget-recent-blog article .text h6 a {
	color: #ccc;
}
aside .widget-recent-blog article .text h6 a{
	color: #444444;
}
.widget-recent-blog article .text time,
.widget-latest-event .text time{
	color: #888;
	font-size: 12px;
}
/*.........		Widget Recent Blog End	............ */
/*.........		Widget Latest Event Start	............ */
.widget-latest-event,
.widget-latest-event .calendar-date span,
.widget-latest-event article{
	float: left;
	width: 100%;
}
.widget-latest-event article{
	margin: 0px 0px 26px 0px;
}
.widget-latest-event article:last-child{
	margin: 0px 0px 0px 0px;
}
.widget-latest-event .calendar-date{
	float: left;
	position: relative;
	text-align: center;
	z-index: 99;
}
.dotted-style{
	position: relative;
}
.widget-latest-event .calendar-date span{
	color: #999999;
	margin: 0px 0px 0px 0px;
	font-size: 19px;
}
.widget-latest-event .calendar-date time{
	display: inline-block;
	color: #999999;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}
.widget-latest-event .text{
	padding: 0px 0px 0px 70px;
	position: relative;
}
.widget-latest-event .text:before{
	content: '';
	position: absolute;
	left: 22.97872340425532%;
	top: 0px;
	border-left: 1px solid #EDEDED;
	height: 100%;
	width: 2px;
}
.widget-latest-event .text h6{
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
}
.widget-latest-event .text h6 a{
	color: #898989;
}
.widget-latest-event .text time{
	color: #555555;
	font-size: 10px;
}
.widget-latest-event .text p{
	border-top: 1px dotted #c6c6c6;
	padding: 7px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
	display: block;
	font-size: 11px;
}
.widget-latest-event .text p i{
	color: #a8a8a8;
	margin: 0px 5px 0px 0px;
}
/*.........		Widget Latest Event End	............ */
/*=_-// Widget Bayer Start //-_=*/
.widget-bayer p{
	margin: 0px 0px 16px 0px;
}
.widget-bayer a{
	float: left;
	color: #fff;
	padding: 10px 16px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/*=_-// Widget Bayer End //-_=*/
/*=_-// Widget Twitter Start //-_=*/
.widget-twitter .tweet{
	padding: 0px 0px 19px 0px;
	margin: 0px 0px 19px 0px;
	border-bottom: 1px solid #eaeaea;
}
.widget-twitter .tweet:last-child{
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}
.widget-twitter .tweet h6{
	margin: 0px 0px 7px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.widget-twitter .tweet h6,
.widget-twitter .tweet h6 a{
	color: #666; 
}
.widget-twitter .tweet p a{
	color: #cccccc;
	font-style: italic;
}
/*=_-// Widget Twitter End //-_=*/
/*=_-// Widget Gallery Start //-_=*/
.widget_gallery ul{
	margin: -9px 0px 0px -9px;
}
#footer-widgets .widget_gallery ul {float: left;}
.widget_gallery ul li{
	margin: 9px 0px 0px 9px;
	position: relative;
}
.widget_gallery ul li,
.widget_gallery ul li a,
.widget_gallery ul li a img{
	width: 52px;
	float: left;
	height: 52px;
}
.widget_gallery ul li a:before{
	content: "\f0fe";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0px 0px -6px;
	color: #fff;
	font-family: FontAwesome;
	z-index: 2;
	opacity: 0;
}
.widget_gallery ul li a:after{
	content: '';
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}
.widget_gallery ul li:hover a:after,
.widget_gallery ul li:hover a:before{
	opacity: 1;
	cursor: pointer;
}

/*=_-// Widget Gallery End //-_=*/
/*=_-// Widget Subscribe Start //-_=*/
.widget-subscribe p{
	margin: 0px 0px 20px 0px;
}
.widget-subscribe form{
	position: relative;
}
.widget-subscribe input[type="text"],
.widget_ns_mailchimp input[type="text"]{
	height: 40px;
	border: 1px solid #e8e8e8;
	background-color: #f8faff;
	color: #cbcbcb;
	padding: 0px 0px 0px 14px;
}
.widget_ns_mailchimp label{
	float: left;
	width: 100%;
}
.widget_ns_mailchimp input[type="text"]{
	margin: 5px 0px 3px 0px;
}
.widget_ns_mailchimp input{
	float: left;
	width: 100%;
	margin: 5px 0px 3px 0px;
}
.widget-subscribe input[type="submit"],
.widget-subscribe input[type="text"],
.widget_ns_mailchimp input[type="text"],
.widget_ns_mailchimp input[type="submit"]{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.widget-subscribe input[type="submit"]{
	width: 49px;
	height: 36px;
}
.widget_ns_mailchimp input[type="submit"]{
	padding: 0px 30px;
	color: #fff;
	width: auto;
	height: 36px;
}
.widget-subscribe label{
	position: absolute;
	right: 2px;
	top: 2px;
}
.widget-subscribe label:before{
	content: "\f061";
	color: #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -7px -7px 0px 0px;
}
/*=_-// Widget Subscribe End //-_=*/
/*.........		Widget Our Food Start	............ */
.widget-our-food,
.widget-our-food figure,
.widget-our-food .text{
	float: left;
	width: 100%;
}
.widget-our-food figure{
	margin: 0px 0px 12px 0px;
}
.widget-our-food figure,
.widget-our-food figure img{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.widget-our-food .flex-direction-nav a{
	width: 32px;
	height: 35px;
	background:url(../images/sprites.png);
	background-position: 0px -252px;
	top: 65px;
	bottom: auto;
	margin: -12px 0px 0px 0px;
	left: 3px;
}
.widget-our-food .flex-direction-nav a:hover{
	background-color: transparent !important;
}
.widget-our-food .flex-direction-nav a:before{
	display: none;
}
.widget-our-food .flex-direction-nav .flex-next {
    background-position: 0 -284px;
    right: 3px;
    left: auto;
}
.widget-our-food .flex-direction-nav a{
	background-color: transparent !important;
}
.widget-our-food .flex-direction-nav a:hover{
	opacity: 0.8;
}
.widget-our-food .text{
	margin: 0px 0px 15px 0px;
}
.widget-our-food .text h6{
	margin: 0px 0px 6px 0px;
}
.widget-our-food .text span.uppercase{
	color: #fff;
	margin: 0px 15px 12px 0px;
	padding: 3px 7px;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget-our-food .text p{
	float: left;
}
.widget-heart-rating{
	float: left;
	margin: 5px 0px 0px 0px;
}
.widget-heart-rating .stars-large{
	background: url(../images/heart-rating.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100px;
	height: 16px;
	float: left;
}
.widget-heart-rating .stars-large span{
	background: url(../images/heart-rating.png);
	background-repeat: no-repeat;
	background-position: top left;
    float: left;
    height: 12px;
}
.widget-heart-rating .votes{
	color: #999999;
	float: left;
	line-height: 13px;
	margin: 0px 0px 0px 15px;
}
/*.........		Widget Our Food End	............ */
/*.........		Widget Tag Cloud Start	............ */
.widget_tag_cloud .tagcloud a{
	font-family: 'Dosis', sans-serif;
	color:#333;
	display:block;
	font-weight: 600;
	font-size:12px;
	border: 1px solid #d7d7d7;
	border-radius:4px;
	text-transform:uppercase;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 1%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f8f8f8), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 1%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 1%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 1%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 1%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px #fff;
	padding:0px 12px;
	line-height: 26px;
	box-shadow:1px 1px 1px  rgba(0,0,0,0.1), 0 0 1px #fff inset;
	font-size: 12px !important;
	float: left;
	margin: 0 7px 7px 0;
}
.widget_tag_cloud .tagcloud a:hover {
	color:#fff;
	text-shadow:none;
}
/*.........		Widget Tag Cloud End	............ */
/* Archive Widgets
================================================== */
.widget_archive {
	width:100%;
	float:left;
}
.widget_archive ul{
	width:100%;
	float:left;
}
.widget_archive ul li a{
	float:left;
	text-align:left;
	display:inline-block;
	color:#474747;
}
/* Widget Nav Menu
================================================== */
.widget_nav_menu {
	width:100%;
	float:left;
}
.widget_nav_menu .menu-main-menu-container{
	width:100%;
	float:left;
}
.widget_nav_menu ul{
	width:100%;
	float:left;
}
.widget_nav_menu ul li{
	width:100%;
	float:left;
	position:relative;
	text-align:right;
	display:inline-block;
	padding:4px 11px 0px 11px;
}
.widget_nav_menu ul li:first-child{
	border-top:none;
}
.widget_nav_menu ul li a, .widget_pages ul li a{
	float:left;
	text-align:left;
	display:inline-block;
	color:#474747;
	padding:8px 11px;
	width:100%;
	background-color:#fff;
	border:1px solid #ededed;
	box-shadow:1px 1px 0px rgba(0,0,0,0.25);
}
.widget_nav_menu ul li ul{
	width:100%;
	float:left;
	position:relative;
	padding:5px 20px 0px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget_nav_menu ul li ul li{
	padding:5px 0px;
	margin:0px 0px 0px 0px;
}
.widget_nav_menu ul li ul li:first-child{
	padding:5px 0px;
	margin:0px 0px 0px 0px;
	background:none;
}
/* Widgets Links
================================================== */
.widget_links {
	width:100%;
	float:left;
}
.widget_links ul{
	width:100%;
	float:left;
}
.widget_links ul li a{
	float:left;
	text-align:left;
	display:inline-block;
	color:#474747;
}
/* Widgets Meta
================================================== */
.widget_meta {
	width:100%;
	float:left;
}
.widget_meta ul{
	width:100%;
	float:left;
}
.widget_meta ul li a{
	float:left;
	text-align:left;
	display:inline-block;
	color:#474747;
}
/* Widget Pages Start
================================================== */
.widget_pages {
	width:100%;
	float:left;
}
.widget_pages ul{
	width:100%;
	float:left;
}
.widget_pages ul li{
	width:100%;
	float:left;
	position:relative;
	text-align:right;
	padding:4px 0px 0px 0px;
	display:inline-block;
}
.widget_pages ul li a{
	float:left;
	text-align:left;
	display:inline-block;
}
.widget_pages ul li ul{
	width:100%;
	float:left;
	position:relative;
	padding:5px 20px 0px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.widget_pages ul li ul li{
	padding:5px 0px;
}
.widget_pages ul li ul li:first-child{
	padding:5px 0px;
}
/* Widgets Recent Entries
================================================== */
.widget_recent_entries {
	width:100%;
	float:left;
}
.widget_recent_entries ul{
	width:100%;
	float:left;
}
.widget_recent_entries ul li a{
	float:left;
	text-align:left;
	display:inline-block;
	color:#ccc;
}
.widget_recent_comments {
	width:100%;
	float:left;
}
#footer-widgets .widget_recent_comments ul li,
#footer-widgets .widget_recent_entries ul li,
#footer-widgets .widget_recent_entries ul li,
#footer-widgets .widget input[type="text"],
#footer-widgets .widget_categories ul li,
#footer-widgets .widget_archive ul li,
#footer-widgets .widget_pages ul li a,
#footer-widgets .widget_links ul li,
#footer-widgets .widget_meta ul li,
#footer-widgets .widget select,
.widget input[type="text"],
.widget select{
	width:100%;
	background:#414141;
	border:none;
	box-shadow:0 0 24px rgba(0, 0, 0, 0.1) inset;
	color:#a1a1a1;
	font-size:14px;
	font-weight:300;
	margin-bottom:17px;
}
.multiple-widgets .widget_text a img{
	width: 100%;
	height: 193px;
}
.widget_text a img{
	float:left;
	margin:0px 0px 18px 0px;
}
.widget_text p{
	margin:0px 0px 13px 0px;
	color:#fff;
}
.widget_text ul li,
.widget_text ul li span,
.widget_text ul li a{
	color:#9b9b9b;
}
.widget_text ul li{
	width:100%;
	margin-top:9px;
}
.widget_text ul li:first-child{
	margin-top:0px;
}
.widget_text ul li i{
	color:#666666;
	margin:2px 14px 0px 0px;
	float:left;
}
/*  Widget Calendar Strat
================================================== */
.widget_calendar {
	width:100%;
	float:left;
}
#calendar_wrap {
	width:100%;
	float:left;
}
#wp-calendar {
	width:100%;
	float:left;
}
#wp-calendar caption{
	width:100%;
	color:#FFF;
	padding:9px 0 8px;
	text-transform:uppercase;
}
#wp-calendar thead{
	background:#fff;
	color:#8f8f8f;
	border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
#wp-calendar thead th{
	padding:3px 12px;
	font-weight:300;
}
#wp-calendar tbody{
	width:100%;
	text-align:center;
}
#wp-calendar tbody td{
	padding:0px 0px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	background: #fafafa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
	border:1px solid #e4e4e4;
}
#wp-calendar tbody td a{
	width:100%;
	height:100%;
	display:block;
	font-weight:bold;
	padding:8px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#FFF;
}
#wp-calendar tfoot{
	width:100%;
}
#wp-calendar tfoot a{
	display:inline-block;
	color:#8f8f8f;
	float:left;
	font-size:12px;
	padding:3px 5px 3px 5px;
	margin:10px 0px 0px 0px;
	background: #fafafa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-8 */
	border:1px solid #E0E0E0;
}
#wp-calendar tfoot a:hover{
	color:#fff;
}
#wp-calendar tfoot #next a{
	float:right;
}
.copyright{
	margin:0px !important;
}
.copyright p{
	 border-top:1px solid #3b3b3b;
	 padding:50px 0;
	 color:#999999;
	 font-family:'Roboto',sans-serif;
	 font-weight:300;
}
.wp-caption a img,
.widget.widget_text p img{
	width:100%;
	height:100%;
}
.wp-smiley{
	width:auto !important;
	height:auto;
}
.widget_text p strong,
aside .widget_text p{
	color:#999999;
}
.widget_rss li{
	margin:10px 0px 0px 0px;
	float: left;
}
.rsswidget {
    float: left;
    margin: 0 0 5px;
}
.rss-date {
    float: left;
    margin: 0 0 5px;
}
.rssSummary {
    float: left;
    width: 100%;
}
.rsswidget > img {
    margin: -4px 4px 0px 0px;
}
.widget_rss li:first-child{
	margin-top:0px;
}
.widget_rss li:hover{
	color:inherit !important;
}
#footer-widgets .widget ul li a{
	color:#fff;
	background-color:#414141;
}
#footer-widgets .widget_categories ul li a,
#footer-widgets .widget_recent_comments ul li a,
#footer-widgets .widget_meta ul li a,
#footer-widgets .widget_rss a,
#footer-widgets .widget_recent_entries ul li a,
#footer-widgets .widget_text ul li a{
	background-color:transparent;
}
#footer-widgets .widget_nav_menu ul li a{
	border:none;
}
#footer-widgets .widget_nav_menu ul li ul li,
#footer-widgets .widget_nav_menu ul li ul{
	padding:2px 0px;
}
.widget_product_tag_cloud .tagcloud a{display:inline-block;padding:6px 10px;border:solid 1px #333;margin-bottom:3px;}