/*
 Theme Name:   Loum Theme
 Theme URI:    http://lo.um.es/wp-content/themes/twentytwelve/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentytwelve
*/ 



body .site 
{
	margin-top: 0;
	max-width: none;
	padding: 0;
		margin-bottom: 24px;
		margin-bottom: 1.72rem;
}
.wrapper
{
	padding: 0 1%;
}
.site header#masthead
{
	background-color: #bb1800;
	padding: 0;
}

header aside.top
{
	display: none;
}

header aside.top div.mywidget
{
	position: absolute;
	right: 0;
	top:0;
}

header aside.top div.mywidget aside
{
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
}
header aside.top div.mywidget aside .sfmsb-follow-social-buttons.sfmsb-under a {
    margin: 5px 10px 0 0;
	display: inline-block;
	vertical-align: top;
}
header aside.top div.mywidget aside.sfmsb_widget{
    margin-right: 20px;
}

header aside>div
{
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}

header hgroup
{
	position: relative;
}
header hgroup .blog_bot
{
	display: none;
}

header hgroup .blog_bot a
{
	background: url("img/header-pablo-artal-blog.png") no-repeat scroll top;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin-top: 12px;
    padding-top: 70px;
    text-decoration: none;
    width: 130px;
    text-align: center;
}
header hgroup .blog_bot a.blog_vision
{
	background: url("img/header-pablo-artal-blog2.png") no-repeat scroll top;
}

header hgroup>div
{
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.site-header h1 a
{
	background: url(img/header-logo.png) no-repeat;
    color: #fff;
    display: inline-block;
    height: 90px;
    margin-top:5px;
    text-decoration: none;
    width: 225px;	
}
.site-header h1 a span,
.site-header h2
{
	display: none;
}
header .main-navigation
{
	border: none;
	margin: 0;

	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 8%, #595959 20%, #606060 28%, #606060 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#4c4c4c), color-stop(20%,#595959), color-stop(28%,#606060), color-stop(100%,#606060)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4c4c4c 8%,#595959 20%,#606060 28%,#606060 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4c4c4c 8%,#595959 20%,#606060 28%,#606060 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4c4c4c 8%,#595959 20%,#606060 28%,#606060 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 8%,#595959 20%,#606060 28%,#606060 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#606060',GradientType=0 ); /* IE6-9 */
}

header .main-navigation div
{
	max-width: 1024px;
	margin: 0 auto;
	text-indent: center;
}

button, .widget.widget_search input, .widget.widget_search select, .widget.widget_search textarea {
	border: none;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-family: inherit;
    padding: 0.228571rem ;
    width: inherit;
}

.widget input, .widget select, .widget textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
   width: 94%;
       padding: 0.428571rem 0;
}

.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], .bypostauthor cite span {
    background-color: #7f7f7f;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #FFF;
    font-size: 0.785714rem;
    font-weight: normal;
    line-height: 1.42857;
    padding: 0.2rem 0.714286rem;
    margin: 0 auto;
}

.wrapper
{
	max-width: 1024px;
	margin: 0 auto;
}



h2.widgettitle,
.widget-area .widget h3
{
	font-family : Open Sans;
	font-size : 14px;
	font-weight: bold;
	line-height : 31.93px;
	color : #777;
	padding: 0;
	margin: 40px 0 15px 0;
	border: none;
}

.textwidget
{
	background: #EEE;
	border-top: 2px #777 solid;
	padding: 10px 0 0 3%  ;
}

.widget-area .widget form p
{
	margin: 0 0 10px 0;
	padding:0;
}

.widget-area .rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
position: relative;
}

.widget-area .rpwe-block a{
display: inline !important;
text-decoration: none;
line-height: 12px;
font-size: 13px;
}

.widget-area .rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}

.widget-area .rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.widget-area .rpwe-summary{
font-size: 12px;
}

.widget-area .rpwe-time{
color: #bbb;
font-size: 11px;
}

.widget-area .rpwe-alignleft{
display: inline;
float: left;
}

.widget-area .rpwe-alignright{
display: inline;
float: right;
}

.widget-area .rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.widget-area .rpwe-clearfix:before,
.widget-area .rpwe-clearfix:after{
content: "";
display: table !important;
}

.widget-area .rpwe-clearfix:after{
clear: both;
}

.widget-area .rpwe-clearfix{
zoom: 1;
}

.widget.widget_archive ul,
.widget.widget_categories ul,
#secondary .widget .widgetint
{
	display: block;
	background: #EEE;
	border-top: 2px #777 solid;
	padding: 10px 0 0 0 ;
}

.top .widget h3
{
	display: none;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li
{
	display: block;
	background: #EEE;
	border-bottom: 1px #DDD solid;
	padding: 3px 20px ;
}
#searchform
{

	padding:  2px 0 10px 16px;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a
{
	
	text-decoration: none;
}

.widget.widget_archive ul li:hover,
.widget.widget_categories ul li:hover
{
	background: #DDD;
	border-bottom: 1px #EEE solid;
	text-decoration: none;
}

.archive-publication article
{
	margin: 0;
	padding:10px 0 20px 55px;
	position: relative;
	background: url('img/doc-icon.png') no-repeat 10px 10px;

}

.archive-publication article:hover
{
	background: #EEE url('img/doc-icon.png') no-repeat 10px 10px;
}
.archive-publication article .entry-content
{
	line-height: inherit;
}

.archive-publication article .entry-header
{
	margin: 0;
	padding:0;

}

.archive-publication article .entry-header em
{
	font-weight: normal;
	font-style: normal;
	margin-left: 6px;
	padding-left: 8px;
	border-left: 1px solid #CCC;
}
.archive-publication article .entry-header .archive-publication-journal
{
	color: #888;
	font-weight: bold;

}
.archive-publication article  .archive-publication-autores
{
	color: #666;
	font-size: 11px;
	line-height: 12px;

}
.archive-publication article .entry-header .entry-title
{

	font-family : Open Sans;
	font-size : 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0;
	padding: 3px 0;
	border-bottom: none;

}
.archive-publication article .entry-header .entry-title a
{


	color:#555;

}
.archive-publication article a.readmore
{
position: absolute;
width: 100%;
height: 100%;
right: 0;
top:0;
}
.archive-publication article a.readmore span
{
	display: none;
}

.singlePaper header
{
	position: relative;
}
.singlePaper .ilustraPaper
{
	vertical-align: top;
	display: inline-block;
	width: 25%;
}
.singlePaper .ilustraPaper img
{
	width: 100%;
}
.singlePaper aside
{
	margin: 0 0 0 2%;
	padding: 0 0 0 2%;
	border-left: 1px solid #CCC;
	vertical-align: top;
	display: inline-block;
	position: relative;
	width: 69%;
}
.singlePaper aside div
{
	margin: 0 0 0 0;
	padding: 0 2% 0 0 ;
	border-right: 1px solid #CCC;
	vertical-align: top;
	display: inline-block;
	position: relative;
	width: 85%;
}
.singlePaper aside p
{
	margin: 0 0 12px 0px;
	font-size: 12px;
	line-height: 15px;
	padding-right: 0px;
}

.singlePaper aside h3, h3.infoPaperItem
{
	float: left;
	font-size: 12px;
	line-height: 15px;
	width: 60px;
	clear: both;

}
.singlePaper a.pdficon
{
	display: block;
	background: url(img/ico-pdf.png) no-repeat right top;
	height: 40px;
	min-width: 40px;
	right: 0;
	top:0;
	position: absolute;
}
.singlePaper a.pdficon span
{
	display: none;
}


.urlPaper 
{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.archive-header,
.entry-header-archive
{
	margin: 0;
	padding: 0;
	border: none;
}
h1.archive-title
{
	 border-bottom: 4px solid #bb1800;
    color: rgb(187, 24, 0);
    font-family: Open Sans;
    font-size: 22px;
    font-weight: bold;
    line-height: 31.93px;
    margin: 40px 0 20px;
    padding-bottom: 14px;
}
.loumblog.issingle   figure
{
	display: inline-block;
	width: 24%;

}

.site-content .loumblog  article
{
	position: relative;
	margin-bottom: 0;

}

.loumblog.issingle  article:hover
{
	background: rgba(0, 0, 0, 0.03);
}

.loumblog.issingle  article .entry-header .entry-title
{
	margin-bottom: 0;
}

.loumblog.issingle figure .blog_archive_img
{
	width: 100%;
	vertical-align: top;
}

.loumblog figure img
{
	width: 100%;
}
.loumblog header.entry-header
{}
.loumblog .entry-summary
{
	display: inline-block;
	width: 73%;
	margin-left: 2%;
	vertical-align: top;
}
.loumblog article .blog_readmore
{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

.loumblog article .blog_readmore span
{
	display: block;
	visibility: 0;
	opacity: 0;
}


#comments
{
	display: none;
}




.post-type-archive-member .site-content
{
	width: 100%;
}

.post-type-archive-member .site-content article
{
    background-color: #fff;
    border: 0 none;
    display: inline-block;
    margin: 0 1.5% 30px;
    padding: 0;
    vertical-align: top;
    width: 90%;
}
.post-type-archive-member .site-content article img
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
	width: 100%;
}


.post-type-archive-member .site-content article hgroup
{
	position: relative;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
.post-type-archive-member .site-content article h1.entry-title, 
.post-type-archive-member .site-content article h2
{
	padding: 0;
	margin: 0 ;
	font-size: 13px;
	color: #333;
	border: 0 none;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	display: inline-block;
}

.post-type-archive-member .site-content article header
{
	margin: 0;
}


.post-type-archive-member .site-content article h2
{
	position: absolute;
	right: 0;
	top:0;
}

.post-type-archive-member .site-content article h2 a
{
	color: #999;
}


.post-type-archive-member .site-content article .entry-content
{
	position: relative;
}
.post-type-archive-member .site-content article .entry-content .telephone
{

	position: absolute;
	padding: 0;
	margin: 7px 0 0 0;
	font-size: 13px;
	color: #999;
	border: 0 none;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	background: left center no-repeat; 
	right: 0;
	top: 0;
}

.post-type-archive-member .site-content article .entry-content a,
.post-type-archive-member .site-content article .entry-content .icoblog a
{
	padding: 0;
	margin: 7px 0 0 0;
	font-size: 13px;
	color: #333;
	border: 0 none;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	background: left center no-repeat; 
	opacity: .3;
	width: 30px;

	vertical-align: top;
}

.post-type-archive-member .site-content article .entry-content a:hover
{
	opacity: .6;

}
.post-type-archive-member .site-content article .entry-content a.icoweb
{

	background-image: url('img/domain1.png');
}
.post-type-archive-member .site-content article .entry-content a.icoin
{

	background-image: url('img/linkedin2.png');
}
.post-type-archive-member .site-content article .entry-content .icoblog a
{

	background-image: url('img/blog.png');
	text-indent: -5000px;
}


.post-type-archive-member .site-content article .entry-content a span 
{
	display: none;
}

.entry-content h2,
.post-type-archive-member .site-content  h2
{
 	border-bottom: 2px solid #555;
    color: #333;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 24px;
}



.ilustraarvo
{
	background: url('img/ilustra-arvo.png') 50% 50% no-repeat;
	height: 90px;

}
.breadcrumb
{
	height: 24px;
	margin-bottom: -24px;
	line-height: 24px;
	color: #999;
	display: block;
}
.archive article .entry-title
{
	color: #777;
	border-bottom: #777 2px solid;
	font-weight: normal;

}

.breadcrumb .actual
{
	 color: rgb(187, 24, 0);
}


.fotoPaper 
{
	display: block;
	width: 100%;
	height: 90px;
	background-color: rgba(100,100,100, .1);
}

.mapp-layout
{
	margin: 0px 0 0 ;
}



.mapp-iw .mapp-title
{

}

img.alignleft
{
	margin-top: 0;
	display: inline-block;
	float: none;
	width: 
}
.contact-text , .contact-foto
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 48%;
    min-width: 250px;
}
.contact-text .tab
{
	display: block;
	width: 60px;
	float: left;
	clear: both;
}

.page .site-content article
{
	border: 0 none;
}

.siteMapContainer {
	width: 100%
}
.siteMap ul {
	margin: 20px 0 40px 30px;
	list-style: inherit;
}

.siteMap ul li{
	line-height: 24px;
	}

.siteMap ul li a{
	color: #666;
	text-decoration: none;
	font-size: 14px;
	}
@media screen and (max-width: 599px) {





.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
    display: block;
}
.main-navigation ul.nav-menu.toggled-on li
{
	margin: 0;
	padding: 0;
}

.main-navigation ul.nav-menu.toggled-on li a
{
	font-size: 16px;
	text-transform: uppercase;
	color: #EEE;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
	border-top: 1px solid #DDD;
}

.main-navigation ul.nav-menu.toggled-on li ul li a
{
	font-size: 12px;
	text-transform: none;	
	color: #EEE;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
	border-top: none 0px;
	background-color: #999;
}

.main-navigation ul.nav-menu.toggled-on li a:hover
{
	background-color: #ddd;
	color: #111;
}
}




/* Minimum width of 600 pixels. */
@media screen and (min-width: 200px) {
	footer[role="contentinfo"] {
    border-top: 0;
    font-size: 0.857143rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1024px;
    padding: 0;
    background: #e6e6e6;
}

	footer .site-info
	{
		position: relative;
		text-align: center;
	}
	footer .site-info h1,
	footer .site-info nav,
	footer .site-info h2
	{
		display: inline-block;
		width: 88%;
		text-align: center;
		margin: 0;
		padding: 0;
		clear: none;
		vertical-align: middle;

	}
	footer .site-info h1
	{
		text-align: center;
	}
	footer .site-info h2
	{
		text-align: center;
	}

	.menu-item-has-children>a
	{
 		cursor: default;
	}
	.main-navigation .current-menu-item > a,
	 .main-navigation .current-menu-ancestor > a, 
	 .main-navigation .current_page_item > a,
	 .main-navigation .current_page_ancestor > a,
	.main-navigation li a
	{
		color: #EEE;
		line-height: 38px;
		font-size: 15px;
	}
	.main-navigation li .current-menu-item > a,
	.main-navigation li .current-menu-ancestor > a, 
	.main-navigation li .current_page_item > a,
	.main-navigation li .current_page_ancestor > a,
	.main-navigation li li a
	{
		color: #555;
		line-height: 38px;
		font-size: 13px;
	}

	.main-navigation li .current-menu-item > a:hover,
	.main-navigation li .current-menu-ancestor > a:hover, 
	.main-navigation li .current_page_item > a:hover,
	.main-navigation li .current_page_ancestor > a:hover,
	.main-navigation li li a
	{
		color: #222;
		line-height: 38px;
		font-size: 13px;
	}
	 .main-navigation .current_page_item > a
	{
		
	}

	.main-navigation .current-menu-item > a:hover, .main-navigation .current-menu-ancestor > a:hover, .main-navigation .current_page_item > a:hover, .main-navigation .current_page_ancestor > a:hover,
	.main-navigation li a:hover
	{
		color: #FFF;
		line-height: 38px;
	}

	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	    border-bottom: 0px none;
	    border-top: 0px none;
	    text-align: center;
	}

	.main-navigation ul.nav-menu > li {
		border-right: 1px solid #FFF;
		padding: 0 5px;
		margin: 0
	}


	.main-navigation ul.nav-menu > li.lastitem
	{
		border: none 0;
		padding-right: 0;
	}

	.main-navigation ul.nav-menu > li.firstitem
	{
		padding-left: 0;
	}

	.main-navigation li ul 
	{
		left:-5px;
	}

	.main-navigation li ul li
	{
		background-color: #EEE;
		padding: 0 15px;
	}
	.main-navigation li ul li a 
	{
		background-color: rgba(0,0,0,0);
		text-align: left;
		color: #444;
		font-size: 13px;
		line-height: 36px;
		padding: 0;
	}
	.main-navigation li ul li a:hover
	{
		background-color: rgba(0,0,0,0);
		color: #000;
		line-height: 36px;
	}

	.main-navigation li ul li:hover
	{
		background-color: #DDD;
	}

	div.homefeatures
	{
		text-indent: center;
	}
	.entry-header .entry-title
	{

		font-family : Open Sans;
		font-size : 22px;
		font-weight: bold;
		line-height : 31.93px;
		color : #BB1800;
		color : rgb(187, 24, 0);
		margin: 40px 0;
		padding-bottom: 14px;
		border-bottom: 4px solid  #BB1800;

	}
	div.homefeatures .entry-header .entry-title,
	h2
	{
		font-family : Open Sans;
		font-size : 24px;
		font-weight: bold;
		line-height : 31.93px;
		color : #BB1800;
		color : rgb(187, 24, 0);

		margin: -6px 0 10px 0;
		padding-bottom: 4px;
		border-bottom: 4px solid  #BB1800;
	}


	div.homefeatures h2
	{

		font-size : 18px;
	}
	div.homefeatures .sencondarycontent ul.lasternews li 
	{
		background-color: #222;
		height: 120px;
		margin-top: 10px;
		position: relative;

	}
	div.homefeatures .sencondarycontent ul.lasternews li figure
	{
		float: left;
		margin: 0 10px 0 0;
	}
	div.homefeatures .sencondarycontent ul.lasternews li figure img
	{
		border: none;
		border-radius: 0;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
		width: 120px;
		height: 120px;
	}
	div.homefeatures .sencondarycontent ul.lasternews li h3
	{
		    clear: none;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    padding: 5px;
	}
	div.homefeatures .sencondarycontent ul.lasternews li a
	{
		position: absolute;
		right: 0;
		bottom:0;
		color: red;
		background: url(img/home-read-more.png) no-repeat bottom right;
		height: 120px;
		width: 100%;

	}
	div.homefeatures .sencondarycontent ul.lasternews li a span
	{
		display: none;
	}

	div.homefeatures .sencondarycontent ul.featureslink
	{
		clear: both;
		margin-top: 50px;
		position: relative;

	}
	div.homefeatures .sencondarycontent ul.featureslink li
	{
		display: inline-block;
		width: 24%;
		margin-bottom: 5px;
	}
	div.homefeatures .sencondarycontent ul.featureslink li a
	{
		display: block;
	}
	div.homefeatures .sencondarycontent ul.featureslink li a img
	{
		opacity: .8;
		width: 100%;
		height: auto;
	}
	div.homefeatures .sencondarycontent ul.featureslink li a img:hover
	{
		opacity: 1;
	}



	#logos-home
	{
		margin-top: 20px;
		padding-top: 0;
		border-top: none;
		position: relative;
		text-align: center;
	}

	#logos-home a
	{
		margin-bottom: 20px;
		display: inline-block;
		text-align: center;
		text-decoration: none; 
		width: 32%;
		vertical-align: top;
	}


	#logos-home a:hover h3
	{
		color: #888;

	}
	#logos-home h3
	{
		color: #CCC;
		font-weight: normal;
		margin-top: 20px;
		padding-top: 10px;
	}
	#logos-home a img 
	{border: none;
		border-radius: 0;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);

	}




}

@media screen and (min-width: 600px) {

	header hgroup .blog_bot
	{
		display: block;
		position: absolute;
		right: 30px;
		top:0;
	}
	
	header aside.top
	{
		display: block;
		background-color: #222;
		color: #FFF;
		line-height: 36px;
	}
.post-type-archive-member .site-content article
{

    margin: 0 1.5% 30px;
    width: 46%;
}


}

	
/* Minimum width of 600 pixels. */
@media screen and (min-width: 750px) {

	footer[role="contentinfo"] {
    border-top: 0;
    font-size: 0.857143rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1024px;
    padding: 0;
}



	footer .site-info
	{
		position: relative;
		text-align: center;
	}
	footer .site-info h1,
	footer .site-info nav,
	footer .site-info h2
	{
		display: inline-block;
		width: 32%;
		text-align: center;
		margin: 0;
		padding: 0;
		clear: none;
		vertical-align: middle;
		border: none;

	}
	footer .site-info h1
	{
		text-align: left;
	}
	footer .site-info h2
	{
		text-align: right;
	}



	#logos-home
	{
		margin-top: -30px;
		padding-top: 20px;
		border-top: 1px solid #CCC;
		position: relative;
		text-align: center;
	}
	

	div.homefeatures .slider
	{
		width: 62%;
		display: inline-block;
		margin: 1%;
		vertical-align: top;
	}

	div.homefeatures .sencondarycontent
	{
		width: 33%;
		margin: 1%;
		display: inline-block;
		vertical-align: top;
	}

	.main-navigation ul.nav-menu > li {
		padding: 0 15px;

	}

	div.homefeatures .sencondarycontent ul.featureslink li
	{
		display: inline-block;
		width: 49.2%;
	}

	
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 860px) {


.post-type-archive-member .site-content article
{

    margin: 0 1.5% 30px;
    width: 30%;
}

.main-navigation ul.nav-menu > li {
	padding: 0 25px;
}

	
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 960px) {

.main-navigation ul.nav-menu > li {
	padding: 0 28px;
}

	
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 970px) {

.main-navigation ul.nav-menu:not(.) > li {
	padding: 0 32px;
}

	
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 995px) {

.main-navigation ul.nav-menu > li {
	padding: 0 35px;
}

	
}




