<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: MetroBlog
Theme URI: http://smthemes.com/metroblog/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 08/22/2013
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background: rgb(36,169,164); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(36,169,164,1) 0%, rgba(24,85,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(36,169,164,1)), color-stop(100%,rgba(24,85,124,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(36,169,164,1) 0%,rgba(24,85,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(36,169,164,1) 0%,rgba(24,85,124,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(36,169,164,1) 0%,rgba(24,85,124,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(36,169,164,1) 0%,rgba(24,85,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24a9a4', endColorstr='#18557c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body {	
	color:#fff;
	position:relative;
	font-family: 'gudearegular';
	font-size:14px;
}
a {
	color:#cefbfd;
}
a:hover {
	color:#535353;
}
a.post_ttl, .post-caption h1 {
	color:#fffefe;
	font-size:40px;
	font-family: 'gudearegular';
}
h2 a.post_ttl:hover{
	color:#535353;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:37px;
	line-height:37px;
	color:#6d6d6d;
	font-size:14px;
	text-transform:lowercase;
	width:155px;
}
.searchbtn {
	height:37px;
	width:59px;
	margin-right:3px;
}
.searchform {
	height:37px;
	background:#fff;
	margin:0;
}
/*------------------------------ CONTENT ------------------------------*/
	.content-r #main_content, .content-r2 #main_content{
		padding:0 20px 20px 0;
	}
	.content-l #main_content, .content-l2 #main_content{
		padding:0 0 20px 20px;
	}
	.content-lr #main_content{
		padding:0 20px 20px;
	}
.one-post, .tags, .related-posts, #comments, #respond{
	background: rgb(58,187,206); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(58,187,206,1) 0%, rgba(46,150,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(58,187,206,1)), color-stop(100%,rgba(46,150,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abbce', endColorstr='#2e96a5',GradientType=1 ); /* IE6-9 */
	border:1px solid #73bae7;
	padding:10px 25px;
	margin-bottom:17px;
	position:relative;
}
.articles .post-body { 
	padding:0; 
	font-size:14px;
	line-height:21px;
}
.articles .post-caption{
	padding:0;
	border-bottom:1px solid #9cdae3;
}
.post-meta{
	border-top:1px solid #9cdae3;
	border-bottom:1px solid #9cdae3;
	height:83px;
	line-height:25px;
	color:#fff;
}
a.readmore {
	background:url(images/readmore.png) center no-repeat;
	width:50px;
	height:50px;
	border:none;
	margin-top:13px;
	position:absolute;
	bottom:35px;
	right:10px;
}
a.readmore:hover {
	background:url(images/readmore-hover.png) center no-repeat;
}
#commentform #submit, input.readmore{
	border:none;
	background:none;
	color:#fff;
	font-family: 'gudearegular';
	font-size:17px;
}
#commentform #submit:hover, input.readmore:hover{
	text-decoration:none;
	color:#535353;
}
.featured_image{margin-top:15px;}
.featured_image.alignleft{padding:0;  border:1px solid #9cdce5;}
.featured_image.alignright{padding:0; border:1px solid #9cdce5;}
.featured_image.aligncenter{padding:0; border:1px solid #9cdce5;}
.googlemap {
	padding:0;
	border:1px solid #9cdce5;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding:20px 0 20px 10px;
	text-align:left;
	background: rgb(122,187,21); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(122,187,21,1) 0%, rgba(104,150,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,187,21,1)), color-stop(100%,rgba(104,150,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(104,150,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(104,150,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(104,150,34,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(122,187,21,1) 0%,rgba(104,150,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abb15', endColorstr='#689622',GradientType=1 ); /* IE6-9 */
	border:1px solid #73bae7;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	color:#fff;
	text-decoration:underline;
}
a.page-numbers:hover, span.page-numbers {
	background: #bc4134;
	color:#fff;
	text-decoration:underline;
}
.page-title{
	color:#fff;
	font-size:40px;
	font-family: 'gudearegular';
}

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	font-family: 'OpenSansRegular';
	color:#fff;
}

#footer .inner a{
	color:#cefbfd;
	text-decoration:none;
	text-transform:uppercase;
}
#footer .inner a:hover{
	color:#ad1f2d;
}
#footer h3{
	font-family: 'gudearegular';
	font-size:30px;
	color:#fff;
}

#footer .container.clearfix {
	background: rgb(58,187,206); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(58,187,206,1) 0%, rgba(46,150,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(58,187,206,1)), color-stop(100%,rgba(46,150,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abbce', endColorstr='#2e96a5',GradientType=1 ); /* IE6-9 */
}

.footer_txt {
	font-family:'tahoma';
	color:#fff;
}
.footer_txt a{
	color:#cefbfd;
}
.footer_txt a:hover{
	color:#1b1b1b;
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:0;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:0;
}

#content .widget .caption h3 {
	color:#fffefe;
	font-size:25px;
	font-family: 'gudearegular';
	border-bottom:1px solid #bbdb8a;
}
#content .widget:nth-child(2n) .caption h3{ 
	border-bottom:1px solid #9bd6dd;
}

#content .widget.widget_posts .caption{ background:url(images/recent-post.png) right no-repeat; }
#content .widget.widget_recent_comments .caption, #content .widget.widget_comments .caption{ background:url(images/recent-comments.png) right no-repeat; }
#content .widget.widget_tag_cloud .caption{ background:url(images/cloud.png) right no-repeat; }
#content .widget.widget_text .caption{ background:url(images/widget-text.png) right no-repeat; }
#content .widget.widget_rss .caption{ background:url(images/rss.png) right no-repeat; }
#content .widget.widget_nav_menu .caption{ background:url(images/menu.png) right no-repeat; }
#content .widget.widget_meta .caption{ background:url(images/meta.png) right no-repeat; }
#content .widget.widget_categories .caption{ background:url(images/category.png) right no-repeat; }
#content .widget.widget_calendar .caption{ background:url(images/calendar.png) right no-repeat; }
#content .widget.widget_archive .caption{ background:url(images/archives.png) right no-repeat; }
#content .widget.widget_facebook .caption{ background:url(images/facebook.png) right no-repeat; }
#content .widget.widget_flickr .caption{ background:url(images/flickr.png) right no-repeat; margin-bottom:7px;}
#content .widget.widget_videofeed .caption{ background:url(images/videofeed.png) right no-repeat; }
#content .widget.widget_banners .inner{ background:url(images/banners.png) 220px 50% no-repeat; }

#content .widget a{ text-decoration:none; }
#content .widget-title { text-decoration:underline !important; }
#content .widget.widget_tabs a{
	color:#fff;
}
#content .widget.widget_tabs .inner ul li  {
	border-bottom:1px solid #fff;
}
#content .widget.widget_tabs a:hover{
	color:#535353;
}
#content .widget {
	background: rgb(122,187,21); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(122,187,21,1) 0%, rgba(98,150,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,187,21,1)), color-stop(100%,rgba(98,150,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abb15', endColorstr='#629611',GradientType=1 ); /* IE6-9 */
	border:1px solid #8acf21;
	margin-bottom:18px;
}
#content .widget:nth-child(2n){
	background: rgb(60,187,204); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(60,187,204,1) 0%, rgba(48,150,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,187,204,1)), color-stop(100%,rgba(48,150,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(60,187,204,1) 0%,rgba(48,150,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(60,187,204,1) 0%,rgba(48,150,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(60,187,204,1) 0%,rgba(48,150,163,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(60,187,204,1) 0%,rgba(48,150,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cbbcc', endColorstr='#3096a3',GradientType=1 ); /* IE6-9 */
	border:1px solid #73bae7;
}
.widget_posts .day{
	font-size:30px;
}
.widget_posts .date{
	color:#fff;
	text-align:right;
	background:#d23834;
	text-transform:lowercase;
	font-family: 'gudeabold';
	font-size:14px;
	padding:0 5px !important;
	padding-bottom:3px !important;
}
.tabs_captions .scaption{
	color:#ebebeb;
	font-size:20px;
	border:none;
	font-family: 'ubunturegular';
	margin-right:10px;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	color:#fff;
	font-size:25px;
	border-bottom:10px solid #fff;
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#content .container {
	}
	#logo {
		position:absolute;
		top:16px;
	}
	.menusearch {
		width:260px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:274px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:left;
		margin-top:120px;
	}
	#secondarymenu li{
		min-width:158px;
		margin-right:3px;
		background: #edd219; /* Old browsers */
		background: -moz-linear-gradient(left,  #edd219 0%, #cab315 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#edd219), color-stop(100%,#cab315)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #edd219 0%,#cab315 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #edd219 0%,#cab315 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #edd219 0%,#cab315 100%); /* IE10+ */
		background: linear-gradient(to right,  #edd219 0%,#cab315 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd219', endColorstr='#cab315',GradientType=1 ); /* IE6-9 */
		border:1px solid #edd219;
	}
	#secondarymenu li:nth-child(2n){
		background: #7abb15; /* Old browsers */
		background: -moz-linear-gradient(left,  #7abb15 0%, #689f12 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7abb15), color-stop(100%,#689f12)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #7abb15 0%,#689f12 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #7abb15 0%,#689f12 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #7abb15 0%,#689f12 100%); /* IE10+ */
		background: linear-gradient(to right,  #7abb15 0%,#689f12 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abb15', endColorstr='#689f12',GradientType=1 ); /* IE6-9 */
		border:1px solid #7abb15;
	}
	#secondarymenu li:nth-child(3n){
		background: #c74537; /* Old browsers */
		background: -moz-linear-gradient(left,  #c74537 0%, #aa3b2f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c74537), color-stop(100%,#aa3b2f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #c74537 0%,#aa3b2f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #c74537 0%,#aa3b2f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #c74537 0%,#aa3b2f 100%); /* IE10+ */
		background: linear-gradient(to right,  #c74537 0%,#aa3b2f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c74537', endColorstr='#aa3b2f',GradientType=1 ); /* IE6-9 */
		border:1px solid #c74537;
	}
	#secondarymenu li:nth-child(4n){
		background: #1288b1; /* Old browsers */
		background: -moz-linear-gradient(left,  #1288b1 0%, #0f7397 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1288b1), color-stop(100%,#0f7397)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* IE10+ */
		background: linear-gradient(to right,  #1288b1 0%,#0f7397 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1288b1', endColorstr='#0f7397',GradientType=1 ); /* IE6-9 */
		border:1px solid #0C7FA4;
	}
	#secondarymenu li:nth-child(5n){
		background: #8d12a3; /* Old browsers */
		background: -moz-linear-gradient(left,  #8d12a3 0%, #780f8b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8d12a3), color-stop(100%,#780f8b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #8d12a3 0%,#780f8b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #8d12a3 0%,#780f8b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #8d12a3 0%,#780f8b 100%); /* IE10+ */
		background: linear-gradient(to right,  #8d12a3 0%,#780f8b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d12a3', endColorstr='#780f8b',GradientType=1 ); /* IE6-9 */
		border:1px solid #8c12a2;
	}
	#secondarymenu a {
		padding:110px 9px 12px;
		color:#fff;
		font-size:15px;
		font-family: 'gudearegular';
	}
	#secondarymenu a:hover{
		color:#000;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:54px;
		margin:0 auto 18px;
		position:relative;
		z-index:18;
	}
	#mainmenu li a {
		padding:23px 20px 11px;
		font-size:15x;
		font-family: 'gudearegular';
		color:#fff;
	}
	#mainmenu li {
		position:relative;
		min-width:179px;
		background: #8d12a3; /* Old browsers */
		background: -moz-linear-gradient(left,  #8d12a3 0%, #780f8b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8d12a3), color-stop(100%,#780f8b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #8d12a3 0%,#780f8b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #8d12a3 0%,#780f8b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #8d12a3 0%,#780f8b 100%); /* IE10+ */
		background: linear-gradient(to right,  #8d12a3 0%,#780f8b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d12a3', endColorstr='#780f8b',GradientType=1 ); /* IE6-9 */
		border:1px solid #8d12a3;
		margin-right:3px;
	}
	#mainmenu li:hover{
		background: #1288b1; /* Old browsers */
		background: -moz-linear-gradient(left,  #1288b1 0%, #0f7397 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1288b1), color-stop(100%,#0f7397)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* IE10+ */
		background: linear-gradient(to right,  #1288b1 0%,#0f7397 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1288b1', endColorstr='#0f7397',GradientType=1 ); /* IE6-9 */
		border:1px solid #55c8ed;
}


	#header li ul {	top:145px; }
	#header #mainmenu li ul { top:56px; }
	
	#header li ul .transparent {	}
	#header li ul .inner{
		background: #1288b1; /* Old browsers */
		background: -moz-linear-gradient(left,  #1288b1 0%, #0f7397 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1288b1), color-stop(100%,#0f7397)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* IE10+ */
		background: linear-gradient(to right,  #1288b1 0%,#0f7397 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1288b1', endColorstr='#0f7397',GradientType=1 ); /* IE6-9 */
		border:1px solid #55c8ed;
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {
		background: #1288b1; /* Old browsers */
		background: -moz-linear-gradient(left,  #1288b1 0%, #0f7397 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1288b1), color-stop(100%,#0f7397)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #1288b1 0%,#0f7397 100%); /* IE10+ */
		background: linear-gradient(to right,  #1288b1 0%,#0f7397 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1288b1', endColorstr='#0f7397',GradientType=1 ); /* IE6-9 */
		border:1px solid #55c8ed;
	}
	#header ul.children li a, #header .sub-menu li{ background:none; border:none;}
	#header ul.children li a, #header .sub-menu li a {
		color:#fff; 
		padding:0 20px;
		text-align:left;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#3d3d3d;
	}
	#header #mainmenu ul.children li, #header #mainmenu .sub-menu li {
		border:none !important;
		margin:0 !important;
	}
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		text-align:left;
		padding:0 20px;
		color:#fff;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
		color:#3d3d3d;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:0 auto 18px;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:0 -17px;
		width:44px;
		height:390px;
	}
	.fp-title a{
		font-size:30px;
		color:#fff;
		text-decoration:none;
		font-family: 'gudeabold';
	}
	.fp-content p{
		color:#fff;
		font-size:15px;
		font-family: 'gudearegular';
	}
	.fp-pager a{
		width:16px;
		height:16px;
	}
	.fp-more{
		background:url(images/readmore.png) no-repeat;
		float:right;
		display:block;
		height:50px;
		width:50px;
	}
	.fp-more:hover{ background:url(images/readmore-hover.png) no-repeat; }
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:309px;
	}
	.fp-thumbnail{
		float:right;
	}
	.fp-thumbnail img{
	}
	.fp-slides{
	}
	.fp-slides-items{width:1000px;}
	.fp-content-fon {
		border:none;
		background: #a215bb; /* Old browsers */
		background: -moz-linear-gradient(left,  #a215bb 0%, #8a129f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a215bb), color-stop(100%,#8a129f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #a215bb 0%,#8a129f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #a215bb 0%,#8a129f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #a215bb 0%,#8a129f 100%); /* IE10+ */
		background: linear-gradient(to right,  #a215bb 0%,#8a129f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a215bb', endColorstr='#8a129f',GradientType=1 ); /* IE6-9 */
		height:307px;
		width:299px;
		border:1px solid #a115ba;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
		left:0;
		bottom:0;
	}
	.fp-content {
		bottom: 0;
		height:250px;
		left: 0;
		right:699px;
	}
	.fp-content-wrap{
		float:left;
		width:100%;
	}
	.fp-nav {
		right:15px;
		bottom:15px;
		left:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}

	#footer .container.clearfix{
		border:1px solid #73bae7;
	}
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	.slider-container{
		background: #309aa9;
		background: rgb(58,187,206); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(58,187,206,1) 0%, rgba(46,150,165,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(58,187,206,1)), color-stop(100%,rgba(46,150,165,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abbce', endColorstr='#2e96a5',GradientType=1 ); /* IE6-9 */
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
		overflow:hidden;
		background: rgb(58,187,206); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(58,187,206,1) 0%, rgba(46,150,165,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(58,187,206,1)), color-stop(100%,rgba(46,150,165,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(58,187,206,1) 0%,rgba(46,150,165,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abbce', endColorstr='#2e96a5',GradientType=1 ); /* IE6-9 */
		border:1px solid #73bae7;
		margin-bottom:15px;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:20px;
		color:#fff;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
		background: rgb(122,187,21); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(122,187,21,1) 0%, rgba(98,150,17,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,187,21,1)), color-stop(100%,rgba(98,150,17,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(122,187,21,1) 0%,rgba(98,150,17,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abb15', endColorstr='#629611',GradientType=1 ); /* IE6-9 */
		border:1px solid #8acf21;
		margin:15px 0;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		font-size:17px;
		text-decoration:none;
		padding:10px 15px;
		display:block;
	}

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:0;
	}
	.searchbtn {
		width:auto !important;
	}
	.featured-image{ float:none; }
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}</pre></body></html>