input{
	border: none;
}
.widget {
	float: left;
	width: 100%;
}
.widget li {
	list-style-type: none; 
}
.widget .cs-section-title {
	font-size: 20px;
	text-transform: uppercase;
}
#footer-widgets .widget {
	width: 25%;
	padding: 0 15px;
}
#footer-widgets .widget header.cs-heading-title {
	margin-bottom: 20px;
}
#footer-widgets .widget header.cs-heading-title h2 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 16px;

}
#footer-widgets .widget header.cs-heading-title h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: #DD9933;
}
#footer-widgets #footer-widgets-bottom .widget header.cs-heading-title h2 {
	padding-bottom: 0;
}
#footer-widgets #footer-widgets-bottom .widget header.cs-heading-title h2:before {
	display: none;
}
/*.........		Widget Contact Start	............ */

#footer-widgets .followus a[data-original-title="Facebook"] i,
#footer-widgets .followus a[data-original-title="Linkedin"] i,
.widget-socialnetwork a[data-original-title="Facebook"] i{
    background:  #1f5f91;
}
#footer-widgets .followus a[data-original-title="Twitter"] i,
.widget-socialnetwork a[data-original-title="Twitter"] i{
    background:  #45cee2;
}
#footer-widgets .followus a[data-original-title="Google-plus"] i,
.widget-socialnetwork a[data-original-title="Google Plus"] i {
    background:  #b52121;
}
#footer-widgets .followus a[data-original-title="Instagram"] i,
.widget-socialnetwork a[data-original-title="Instagram"] i {
    background:  #927F46;
}
#footer-widgets .followus a[data-original-title="Soundcloud"] i,
.widget-socialnetwork a[data-original-title="Soundcloud"] i {
    background:  #D0691D;
}
#footer-widgets .followus a[data-original-title="Youtube"] i,
#footer-widgets .followus a[data-original-title="Flickr"] i,
#footer-widgets .followus a[data-original-title="Pinterest"] i {
    background:  #dc2525;
}
#footer-widgets .followus a[data-original-title="Skype"] i {
    background:  #45cee2;
}
#footer-widgets .followus a[data-original-title="Foursquare"] i {
    background:  #2A99E1;
}
#footer-widgets .followus a[data-original-title="Skype"] i {
    background:  #45cee2;
}
#footer-widgets .followus a[data-original-title="Tumblr"] i {
    background:  #1f5f91;
}
#footer-widgets .followus a[data-original-title="Dropbox"] i {
    background:  #0985f5;
}
.widget-socialnetwork
{
	float:left;
	width:100%;
}
.widget-socialnetwork a{
	margin: 0 2px 5px 2px !important;
}
a.btntwitter {
	background: #00acee;
	border-radius: 4px;
	font-size: 12px;
	color: #ccc;
}
.widget-socialnetwork a:first-of-type{
	margin-left:0;
}
.widget-socialnetwork a i{
	display: inline-block;
	width: 33px;
	height: 33px;
	font-size: 18px;
	border-radius: 2px;
	line-height: 33px;
	color: #fff;
	background: #333;
	text-align:center;
}

.widget .tagcloud a{
	font-size: 12px !important;
	margin-bottom: 3px;
	text-transform: inherit;
}
/*.........		Widget Latest News Start	............ */
.widget-latest-news article {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.widget-latest-news article time {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	padding: 0 10px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	background: #f3f3f3;
}
.widget-latest-news article h5 {
	padding-left: 10px;
}
.widget-latest-news article h5 a {
	line-height: 22px;
	padding: 6px 0;
	color: #fff;
	background: #333;
	box-shadow: -10px 0 0  #333,10px 0 0  #333;
}
/*.........		Widget Latest News End	............ */
/*.........		Widget Banner Start	............ */
.multiple-widgets .widget{
	float: left;
	width: 31.8%;
	margin-left: 2.2%;
	padding-top: 15px;
	border-top: 1px solid #dcdcdc;

}
.multiple-widgets .widget:first-child {
	margin-left: 0;
}
.widget_banner figure {
float: left;
width: 100%;
background: #0b1520;
overflow: hidden;
box-shadow: 0 2px 0 #e2e2e2;
}
.widget_banner figure img {
-webkit-transition: all .5s ease-in;
   -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
     -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
}
.widget_banner figure:hover img {
	opacity: 0.7;
-webkit-transform: scale(1.2) rotate(5deg);
   -moz-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
     -o-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
}
.widget_banner figure figcaption {
	float: left;
	width: 70%;
	bottom: 0%;
	padding: 10px 10px 10px 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.widget_banner figure figcaption .cs-post-title a{
display: inline;
vertical-align: top;
line-height: 20px;
padding: 2px 0;
color: #fff;
background: #000;
box-shadow: -10px 0 0 #000 ,10px 0 0 #000;
}
.widget_banner figure figcaption h5 {
display: none;
font-weight: 400;
position: relative;
overflow: visible !important;


}
.widget_banner figure figcaption h5 span{
	display: inline;
	line-height: 30px;
	padding: 5px 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #000;
	box-shadow: -10px 0 0 #000 ,10px 0 0 #000;
	opacity: 0;
	-webkit-transition: all 0.600s linear 0.100s;
	   -moz-transition: all 0.600s linear 0.100s;
	    -ms-transition: all 0.600s linear 0.100s;
	     -o-transition: all 0.600s linear 0.100s;
	        transition: all 0.600s linear 0.100s;

	
}
.widget_banner figure:hover figcaption h5 span {
	opacity: 1;
}

.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 CountDown Start	............ */
.count-wrapp {
	float: left;
	width: 100%;
	box-shadow: 0 0 4px  rgba(0,0,0,0.4);
	border-radius: 4px;
}
.widget_countdown figure , .widget_countdown figure img{
	float: left;
	width: 100%;
}
.widget_countdown figure figcaption {
	width: 100%;
	color: #fff;
	top: auto;
	bottom: 6px;
}
.widget_countdown figure figcaption .cs-post-title {
	margin-bottom: 0;
	padding-left: 10px;
}
.widget_countdown figure figcaption time {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	background: rgba(0,0,0,0.5);
}
.widget_countdown .text {
	float: left;
	width: 100%;
	padding: 20px 15px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget_countdown figure figcaption .cs-post-title a {
	display: inline;
	vertical-align: top;
	line-height: 30px;
	padding: 5px 0px;
	color: #fff;

}
.widget_countdown .text li {
	margin-bottom: 6px;
	font-size: 11px;
	color: #999;
	font-weight: 500;
}
.widget_countdown .text li em {
	margin-right: 5px;
}
/* jQuery Countdown styles 1.6.3. */
.countdown-style {
	margin-bottom: 15px;
}
.countdown-style .dash {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	padding-left: 10px;
}
.countdown-style .dash:before {
	content: ':';
	position: absolute;
	left: 3px;
	top: 5px;
}
.dash_title {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #333;
	font-size: 10px;
	padding-top: 10px;
}
.countdown-style .dash:first-child {
	padding-left: 0;
}
.countdown-style .dash:first-child:before {
	display: none;
} 
.countdown-style .dash .digit {
	overflow: hidden;
	float: right;
	width: 48%;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	font-size: 20px;
	color: #fff;
	background: #333;
}
.countdown-style .dash .digit:first-child {
	float: left;
}
/*.........		Widget Search Start	............ */
.widget_search,
.widget_search form{
	float: left;
	width: 100%;
}
.widget_search form{
	position: relative;
}
.widget_search form label{
	position: relative;
	float: left;
	width: 100%
}
.widget_search form input[type="text"]{
	margin:0px;
}
.widget_search form input[type="text"], .widget.widget_text  select, .widget.widget_text  input[type="text"],
.widget_categories select{
	background-color: #fff !important;
	border: 1px solid #fff;
	width: 100%;
	padding:8px 5px 8px 12px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #bfbfbf;
}
.widget_search form label{
	position: relative;
	border: 6px solid #ececec;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
.widget_search form label:after{
	content: "";
	color: #b5b5b5;
	position: absolute;
	left: 10px;
	top: 13px;
	font-family: 'Raleway', sans-serif;
}
.widget_search input[type="submit"]{
    color: #fff;
    font-size: 14px;
    padding: 10px 16px 9px 16px;
	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;
    border: 0;
    height: 35px;

}
/*.........		Widget Search End	............ */
/*.........		Widget Categories Start	............ */

#footer-widgets .widget_pages ul li a{
	padding:8px 0px 8px 0px;	
}
.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;
	padding: 10px 0;
	text-align:right;
	display:inline-block;
	background: none;
	font-size: 14px;
	color:#999;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1px dashed #C5C5C5;
	font-weight:400;
	position: relative;
}
.widget_archive select option{
	padding:0px 13px;
}
#footer-widgets .widget_archive ul li, #footer-widgets .widget_recent_entries ul li, #footer-widgets .widget_recent_entries ul li, #footer-widgets .widget_recent_comments ul li, #footer-widgets .widget_links ul li,   #footer-widgets .widget_meta ul li, #footer-widgets .widget_pages ul li a{
	margin-bottom:0px !important;
}

.widget_archive ul li:hover,
.widget_recent_entries ul li:hover,.widget_recent_entries ul li:hover,.widget_recent_comments ul li:hover,.widget_links ul li:hover, .widget_meta ul li:hover,
.widget_archive ul li:hover a,
.widget_recent_entries ul li:hover a,.widget_recent_entries ul li:hover a,.widget_recent_comments ul li:hover a,
.widget_links ul li:hover a, .widget_meta ul li:hover a, .widget_pages ul li a:hover, .widget_nav_menu ul li a:hover, #footer-widgets .widget_pages ul li a:hover{
	color:rgba(255, 255, 255, .8);
}
.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:#fff;
	font-weight: normal;
	padding-right: 30px;
}

.widget_archive ul li a:before,.widget_recent_entries ul li a:before,.widget_meta ul li a:before{
	content: "\f178";
	font-family: fontAwesome;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 30px;
	font-size: 10px;
	color: rgba(204,204,204,0.20);
	float: left;

}

/*.........		Widget Categories End	............ */
/*.........		Widget NewsLetter Start	............ */
.widget_newsletter {
	text-align: center;
}
.widget_newsletter p {
	margin-bottom: 18px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
.widget_newsletter form {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}
#process_newsletter_1{
	background-color: #333;
	float: right;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	width: 136px;
	z-index: 0;
}
#process_newsletter_1 i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0px 0px -7px;
	color: #fff;
}
.widget_newsletter label {
	float: left;
	width: 75%;
	background: none;
	position: relative;
	height: 38px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	padding-left: 38px;
}
.widget_newsletter label i {
	position: absolute;
	left: 12px;
	top: 10px;
	color: rgba(255, 255, 255, .4);
}
#newsletter_mess_1{
	position:absolute;
	top:-36px;
	padding:5px 10px;
	background-color:#009670;
	color:#fff;
	border-radius:2px;
}
#newsletter_mess_1:after{
	content:'';
	position:absolute;
	bottom:-3px;
	left:8px;
	width:7px;
	height:7px;
	background-color:#009670;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.widget_newsletter  input[type="text"] {
	float: none;
	width: 100%;
	height: 36px;
	padding: 2px 0 5px;
	border-radius: 0;
	padding-right: 15px;
	padding-left: 0px;
	color: rgba(255, 255, 255, .9);
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 12px;
	background: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget_newsletter  input.btn {
	float: right;
	width: 24%;
	height: 38px;
	color: #fff;
	padding: 0;
	border-radius: 0;
	text-align: center;
	padding-bottom: 0;
	background: #333;
	font-size: 14px;
	position: relative;
	top: 0px;
	right: 0px;
	font-weight: normal;
	z-index: 2;
}
.widget_newsletter  button.btn i {
	margin: 0;
}
#footer-widgets .widget_newsletter p {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}
#footer-widgets .widget_newsletter p i {
	margin-right: 10px;
	color: #fff;
}


.widget_about_us .btn:hover {
    color: #fff;
}
.widget_about_us .btn:focus {
    color: #fff;
}
/*.........		Widget NewsLetter end	............ */

/*.........		Widget Recent Blog Start	............ */
.widget-recent-blog,
.widget-recent-blog article{
	float: left;
	width: 100%;
}
.widget-recent-blog article{
	margin: 0px 0px 15px 0px;
}
.widget-recent-blog article:last-child{
	padding: 0px;
	margin: 0px;
	border-bottom: none;
}
.widget-recent-blog article figure{
	margin: 4px 0px 0px 0px;
	width:60px;
	position:relative;
}
.widget-recent-blog article figure + .text {
	margin-left: 70px;
}
.widget-recent-blog article .text h6{
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
}

.widget-recent-blog article .text h6 a {
	color: #D93;
}
.widget-recent-blog article:hover .text h6 a  {
	color: rgba(221, 153, 51, 0.5);
}
/*.........		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 header.cs-heading-title {
	margin-bottom: 0;
}
.widget-latest-event article{
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 4px 0px;
	background:url(../images/bg-double-border.png) repeat-x left bottom;
}
.widget-latest-event article.featured {
	padding: 0;
	background-image: none;
}
.widget-latest-event article.featured figure{
	width:100%;
}
.widget-latest-event article.featured figcaption {
	width: 100%;
	height: 100%;
}
.widget-latest-event article.featured figcaption .calendar-date {
	border-color: #fff;
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.widget-latest-event article.featured .calendar-date:before,.widget-latest-event article.featured .calendar-date:after  {
	background: #fff;
}
.widget-latest-event article.featured figcaption .calendar-date span {
	color: #fff;
}
.widget-latest-event article.featured .text {
	margin: 0;
	float: left;
	width: 100%;
	background: #efefef;
	padding: 15px 20px;
	padding-bottom: 0;
}
.widget-latest-event .text{
	padding: 0px 0px 0px 0px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 70px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget-latest-event .text h2{
	font-size: 14px;
}
.widget-latest-event .text h6{
	margin: 0px 0px 4px 0px;
	font-weight: 400;
	font-size:13px;
}
.widget-latest-event .text h6 a{
	color: #000;
}
.calendar-date{
	width:55px;
	height:55px;
	text-align: center;
	float: left;
	border: 4px solid #d1d1d1;
	border-radius: 6px;
	font-size: 11px;
	color: #666;
	position: relative;
	text-transform: uppercase;
}
.calendar-date:before,.calendar-date:after {
	content: '';
	width: 4px;
	height: 10px;
	background: #d1d1d1;
	top: -7px;
	left: 5px;
	border-radius: 4px;
	position: absolute;
	
}
.calendar-date:after {
	left: auto;
	right: 5px;
}
.calendar-date span{
	font-size:20px;
	line-height: 30px;
	font-weight: bold;
	color: #2b2b2b;
	border-bottom: 1px solid #d1d1d1;
	font-family: 'Raleway', sans-serif;
}

#footer-widgets .calendar-date{
	color: #fff;
	border-color: rgba(255, 255, 255, .5);
}
#footer-widgets .calendar-date:before,
#footer-widgets .calendar-date:after {
	background: rgba(255, 255, 255, .75);
}
#footer-widgets .calendar-date span{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#footer-widgets .cs-post-title a {
	color: #fff;
}
#footer-widgets .post-options li {
	color: rgba(255, 255, 255, .75);
}

.widget-latest-event .post-options li{
	padding:0 10px 0 0;
}
.widget-latest-event .post-options li i{
	margin:0 5px 0 0;
}
.widget-latest-event .fullwidth {
	padding: 0 18px;
	background: #f6f6f6;
	padding-bottom: 20px;
}
a.btnviewall {
	float: left;
	line-height: 22px;
	color: #fff;
	padding: 0 8px;
	background: #00a03b;
}
a.btnviewall i {
	margin-right: 10px;
}
.fullwidth a.btnshare {
	float: right;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
header.cs-heading-title a.btnviewall {
	margin-top: 15px;
}
/*.........		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_slider,
.widget .swiper-slide .tweet{
	float: left;
	background: #00acee;
	padding: 20px;
	color: #fff;
	position: relative;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.widget-twitter .flexslider .flex-control-nav,.widget-twitter .flexslider .flex-control-nav {
	display: none;
}
.widget-twitter .flex-control-paging li a{
	background-color: #fff;
}
.widget-twitter .fa-twitter {
	font-size: 26px;
}
.widget-twitter .flexslider {
	padding-bottom: 8px;
	text-align: left;
}

.widget-twitter .flexslider .flex-direction-nav {
	left: auto;
	right: 0;
	display: none;
	top: auto;
	bottom: -8px;
	width: auto;
	margin: 0;
}
.widget-twitter .flexslider .flex-direction-nav li a {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	line-height: 20px;
}
.widget-twitter .flexslider .flex-direction-nav li a i {
	line-height: 20px;
	width: 20px;
	height: 20px;
}
.widget-twitter .tweet-panel {
	float: left;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.widget-twitter .flexslider .tweet-panel li {
	float: right;
	width: auto;
	font-size: 12px;
}
.widget-twitter .flexslider .tweet-panel li a {
	margin: 0 4px;
}
.widget-twitter .flexslider .tweet-panel li:first-child {
	float: left;
}
.widget-twitter .tweet h4{
	font-size: 15px;
}
.widget-twitter .tweet  a,.widget-twitter .tweet h4,.widget-twitter h5{
	color: #fff;
	font-weight: normal;
}
.widget-twitter h5{
	text-align: center;
}
.widget.widget-twitter  {
	text-align: center;
}
.widget-twitter article {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #279ab7;
}
.widget-twitter article i {
	margin-right: 10px;
}
.widget-twitter article time {
	font-size: 12px;
	color: #868686;
}
/*=_-// Widget Twitter End //-_=*/
/*=_-// Widget Gallery Start //-_=*/
.gallery-list {
	margin: -8px 0px 0px -8px;
	float: left;
	width: 100%;
}
.widget_gallery ul {
	margin-left: -8px;
}
.widget_gallery ul li{
	margin: 8px 0px 0px 8px;
	position: relative;
}
.widget_gallery ul li{
	width: 30%;
	float: left;
	height: 70px;
}
.widget_gallery ul li a,
.widget_gallery ul li a img{
	width: 100%;
	float: left;
	height: 100%;
}
.widget_gallery ul li a figure{
	position:relative;
}
.widget_gallery ul li a figure figcaption{
	float:left;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	height:100%;
	opacity:0;
	transition: all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
}
.widget_gallery ul li:hover a figure figcaption{
	opacity:1;
}
.widget_gallery ul li a figure figcaption i{
	width:25px;
	height:25px;
	position:absolute;
	top:50%;
	left:50%;
	cursor:pointer;
	opacity: 0;
	transition: all 1.1s ease-in-out -0.8s;
	-moz-transition:all 1.1s ease-in-out -0.8s;
	-o-transition:all 1.1s ease-in-out -0.8s;
	-webkit-transition:all 1.1s ease-in-out -0.8s;
	color:#FFF;
	font-size:12px;
	margin: 22px 0px 0px -14px;
	text-align: center;
	border-radius: 100%;
	line-height:24px;
	background:rgba(0, 0, 0, 0.8);
}
.widget_gallery ul li a figure figcaption i{
	opacity:1;
}

/*=_-// 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.html);
	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.html);
	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 ul li a,
.tagcloud a{
	margin: 0px 5px 5px 0px;
	float: left;
	border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05), 0 1px 0px #ddd inset;
	padding: 3px 10px 3px 10px; 
	font-size: 12px;
	line-height: 20px;
	position: relative;
	background: #fff;
	color: #767676;
}
.tagcloud a:hover{
	color: #fff;
	box-shadow: none;
}
.widget_tag_cloud ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	right: 7px;
	top: 50%;
	box-shadow: 0px 0px 1px #000 inset;
	margin-top: -2px;
}
/*.........		Widget Tag Cloud End	............ */
/* Archive Widgets
================================================== */
.widget_archive {
	width:100%;
	float:left;
}
.widget_archive ul{
	width:100%;
	float:left;
}
.widget_archive ul li {
	padding: 10px 0;
	font-size: 11px;
}
.widget_archive ul li a{
	float:left;
	text-align:left;
	font-size: 13px;
	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:0px 0px 0px 0px;
/*	border-top:1px dashed #d6d6d6;*/
}
.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: #FFFFFF;
    font-size: 12px;
    padding: 4px 11px 3px 0;
    width: 100%;
    font-family: Roboto;
    font-weight: 100;
    text-transform: uppercase;
}
.widget_nav_menu ul li ul{
	width:100%;
	float:left;
	position:relative;
	padding:0px 10px 0;
	-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;
	border-bottom: 1px dashed rgba(220,220,220,0.8);
}
.widget_links ul li {
	background: none;
	border-top: 1px dashed rgba(220,220,220,0.8);
	position: relative;
}
.widget_links ul li:first-child {
	margin: 0;
}
#footer-widgets .widget_links ul,#footer-widgets .widget_links ul li {
	border-color: rgba(255,255,255,0.2);
} 
.widget_links ul li a{
	float:left;
	text-align:left;
	font-size: 12px;
	padding-left: 24px;
	display:inline-block;
	position: relative;
}
.widget_links ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	color: #333;
	width: 3px;
	height: 100%;
	background: #cacaca;
	margin: 2px 7px 0px 0px;
	
}
#footer-widgets .widget_links ul li a:before {
	color: #ccc;
}
/* 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;
	border-top:1px dashed #d6d6d6;
}
.widget_pages ul li a{
	padding:8px 0px !important;
}
.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;
	margin-left:0;
}
.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{

}
.widget_recent_comments {
	width:100%;
	float:left;
}
#footer-widgets .widget select, .widget select,  #footer-widgets .widget_categories ul li, #footer-widgets .widget_archive ul li, #footer-widgets .widget_recent_entries ul li, #footer-widgets .widget_recent_entries ul li, #footer-widgets .widget_recent_comments ul li,   #footer-widgets .widget_meta ul li, #footer-widgets .widget_pages ul li a{
	width:100%;
	padding:0 ;
	color: rgba(255, 255, 255, 0.8);
	line-height: 30px;
	font-size:14px;
}
#footer-widgets .widget_recent_entries ul li, #footer-widgets .widget_recent_entries ul li {
	font-size: 12px;
}
.widget select {
	padding: 10px;
	border: 1px solid #d6d6d6;
}
.widget_text a img{
	float:left;
	margin:0px 0px 18px 0px;
}
.widget_text p{
	margin:0px 0px 13px 0px;
	color: #666;
}
#footer-widgets .widget_text p {
	color: #fff;
}
#footer-widgets .widget_text .home-info p ,#footer-widgets .widget_text .home-info p a {
	color: #888;
}
.widget_text ul li,
.widget_text ul li span,
.widget_text ul li a{
	color:#fff;
}

.widget_text ul li{
	width:100%;
	margin-top:4px;
	font-family: 'Raleway', sans-serif;
}
.widget_text ul li:first-child{
	margin-top:0px;
}
.widget_text ul li i{
	color:#fff;
	margin:4px 8px 0px 0px;
	float:left;
	width: 16px;
}
a.btngetlocation {
	border: 1px solid #fff;
	background: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: 300;
	color: #a0a0a0;
}
/*  Widget Calendar Strat
================================================== */
.widget_calendar {
	width:100%;
	float:left;
}
#calendar_wrap {
	width:100%;
	float:left;
}
#wp-calendar {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
}
#wp-calendar caption{
	width:100%;
	color:#333;
	font-size: 12px;
	padding:9px 0 8px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	text-transform:uppercase;
}
#wp-calendar thead{
	background:#eee;
	color:#7c7c7c;
	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: #fff; /* Old browsers */
	border:2px solid #eee;
}
#wp-calendar tbody td a{
	width:100%;
	height:100%;
	background: #464646;
	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: #e4e4e4; /* Old browsers */
	border:2px solid #E0E0E0;
}
#wp-calendar tfoot a:hover{
	color:#fff;
	background: #464646;
}
#wp-calendar tfoot #next a{
	float:right;
}
.copyright{
	margin:0px !important;
}
.copyright p{
	 border-top:1px solid #3b3b3b;
	 padding:50px 0;
	 color:#999999;
	 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_text .textwidget ul li span{
	float: left;
}
.widget .textwidget p{
	position: relative;
	padding: 0px 0px 12px 0px;
}
.widget_text .textwidget p:before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 28px;
	height: 1px;
	border-bottom: 1px solid #b2b2b2;
}
.widget_text .textwidget ul li{
	color: #fff;
}
.widget .textwidget p{
	color: #fff;
}
.widget_rss li{
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	float: left;
	border-bottom:1px dashed #d6d6d6;
}
.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:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.widget_rss li:hover{
	color:inherit !important;
}

#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 .followus {
	float: right;
	padding-right: 30px;
	width: auto;
	position: relative;
	z-index: 99;
}
#footer .followus h4 {
	float: left;
	line-height: 20px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	padding-right: 15px;
}
#footer .followus a {
	color: #fff;
	font-size: 20px;
	margin: 0 4px;
	line-height: 20px;
}
#footer-widgets .textwidget {
    text-align: center;
}
#footer-widgets .postel-text {
    width: auto;
}
.home-info {
    float: left;
    width: 100%;
    font-size: 12px;
}
.home-info a {
	color: #fff;
}
.home-info h5 {
	color: #fff;
	font-weight: 500;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.home-info li {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}
.home-info li i {
	margin-right: 8px;
}
.home-info p {
    line-height: 1.4;
    margin-bottom: 15px;
}
/*  Widget Language Strat
================================================== */
.widget .lang_sel_list_horizontal{
	float:left;
	width:100%;
}
.widget .lang_sel_list_horizontal ul li{
	margin:5px !important;
}
.widget .lang_sel_list_horizontal ul li a{
	padding:4px !important;
	background:none !important;
	color:#666 !important;
	text-transform:capitalize;
}
.widget .lang_sel_list_horizontal ul li a span{
	color:#666;
}
.widget .lang_sel_list_horizontal ul li a img{
	top:-1px !important;
}

/*
====================================
Widget Join us
*/

.widget_joinus figure {
	float: left;
	width: 100%;
}
.widget_joinus {
	position: relative;
}
.widget_joinus .subscribe-form {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	padding: 15px 28px 0 24px;
}

.widget_joinus .subscribe-form h3 {
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.widget_joinus .subscribe-form input {
	background: none;
	height: 30px;
	border: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	padding: 0 15px;
	margin-bottom: 10px;
}
.widget_joinus .subscribe-form .btn {
	font-weight: normal;
}

.facebook-widget-wrapp ,.facebook-widget-wrapp img {
	float: left;
	width: 100%;
}

#footer-widgets-bottom {
	float: left;
	width: 100%;
	margin: 30px 0 50px;
	padding: 0 15px;
}
.cs-bottom-wrapp {
	float: left;
	width: 100%;
	padding: 20px 15px;
	border-radius: 6px;
	/*background: rgba(0,0,0,0.5);*/
}

#footer-widgets-bottom .widget {
	width: 50%;
	padding: 0 15px;
	margin: -15px 28px -24px -28px;
	text-align: left;
}
.widget_newsletter .error{
	float: left;
	width: 100%;
	padding: 4px 10px;
	color: #fff;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.widget_newsletter .error:before{
	content: '';
	position: absolute;
	left: 20px;
	bottom: -10px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
/*  Widget Categories Strat
================================================== */
.widget_categories ul li{
	width:100%;
	float:left;
	text-align:right;
	color:#999;
	padding: 6px 20px 6px 0px;
	position:relative;
	list-style:none;
	border-bottom:1px dashed #dedede;
	font-family: 'Raleway', sans-serif;
	-webkit-transition:all 0.45s ease-in-out 0s;
    -moz-transition:all 0.45s ease-in-out 0s;
     -ms-transition:all 0.45s ease-in-out 0s;
      -o-transition:all 0.45s ease-in-out 0s;
         transition:all 0.45s ease-in-out 0s;
}
.widget_categories ul li:last-child{
	border:none;
}
.widget_categories ul li:hover{
	padding: 6px 20px 6px 20px;
	-webkit-transition:all 0.45s ease-in-out 0s;
    -moz-transition:all 0.45s ease-in-out 0s;
     -ms-transition:all 0.45s ease-in-out 0s;
      -o-transition:all 0.45s ease-in-out 0s;
         transition:all 0.45s ease-in-out 0s;
}
.widget_categories ul li:hover:before{
	opacity:1;
	-webkit-transition:all 1s ease-in-out 0s;
    -moz-transition:all 1s ease-in-out 0s;
     -ms-transition:all 1s ease-in-out 0s;
      -o-transition:all 1s ease-in-out 0s;
         transition:all 1s ease-in-out 0s;
}
.widget_categories ul li:before,
.widget_categories ul li:after{
	content: "\f178";
	position:absolute;
	border-radius:100%;
	left:0;
	top:7px;
	opacity:0;
	color:#333;
	font-size:12px;
	font-family: 'FontAwesome';
}
.widget_categories ul li:after{
	left:auto !important;
	right:0;
	opacity:1;
}
.widget_categories ul li a{
	text-align:left;
	float:left;
	font-size:14px;
	color:#333;
	text-transform:capitalize;
}
#footer-widgets .widget_categories ul li{
	border-bottom: 1px dashed #fff;
	padding: 0 20px 0 0px;
	border-color: rgba(255, 255, 255, 0.8);
}
#footer-widgets .widget_categories ul li:last-child{
	border-bottom:none;
}
#footer-widgets .widget_categories ul li:hover{
	padding: 0 20px 0 15px;
}
#footer-widgets .widget_categories ul li a{
	color:#fff;
	font-size:12px;
}
#footer-widgets .widget_categories ul li:before,
#footer-widgets .widget_categories ul li:after{
	top:1px;
	color:#fff;
}
/*  Widget Slider
================================================== */
.widget-postslider article .center{
	position:absolute;
	left:0px;
	top:36%;
	z-index:9999;
	width:100%;
}
.widget-postslider article,
.widget-postslider article figure,
.widget-postslider article figure img{
	width:100%;
}
.widget-postslider article .center a{
	width:41px;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:30px;
	color:#6e5f46;
	display:block;
	position:relative;
	background:rgba(0, 0, 0, 0.2);
}
.widget-postslider article .center a:before{
	content: '';
	background: url(../images/sprites.png);
	width: 15px;
	height: 30px;
	display: inline-block;
	margin: 10px 0px 0px 0px;
}
.widget-postslider article .center #next:before{
	background-position: -52px 0px;
}
.widget-postslider article .center #prev:before{
	background-position: 15px 0px;
}
.widget-postslider article .text{
	float:left;
	width:100%;
	padding:10px 18px;
	background-color:#343434;
}
.widget-postslider article .text h2{
	width:100%;	
	margin-bottom:8px;
}
.widget-postslider article .text h2 a{
	color:#fff;
	font-size:14px;
}
.widget-postslider article .text .post-options{
	margin-bottom:0;
}
.widget-postslider article .center #next{
	float:left;
}
.widget-postslider article .center #prev{
	float:right;
}
.widget_calendar tfoot tr td{
	border: none;
	padding: 0px;
}

.widget-latest-event .text h5{
	font-weight: 500;
}
.widget .pagenone{
	margin: 0px;
}
.widget .pagenone i{
	float: left;
	font-size: 20px;
	margin: 4px 7px 0px 0px;
}
.widget .pagenone h5{
	float: left;
	margin: 4px 0px 0px 0px;
	font-weight: 400;
}
#footer-widgets .widget .pagenone h5{
	color: #fff;
}
.bad_authentication{
	float: left;
	width: 100%;
	background-color: #ce1a37;
	text-align: left;
	color: #fff;
	padding: 5px 15px;
	position: relative;
}
.bad_authentication:before{
	content: '';
	border-color: transparent #ce1a37;
    border-style: solid;
    border-width: 0px 10px 10px 0px;
    position: absolute;
    left: 20px;
    top: -4px;
    -webkit-transform: rotate(-47deg);
       -moz-transform: rotate(-47deg);
        -ms-transform: rotate(-47deg);
         -o-transform: rotate(-47deg);
            transform: rotate(-47deg);
}
/*===*/
.col-md-3 .widget_newsletter label{
	width: 60%;
}
.col-md-3 .widget_newsletter input.btn{
	width: 40%;
}
/*===*/