/* =============================================================================
   Fonts
   ========================================================================== */
   
@font-face {
	font-family:'PublicoHeadline-Bold';
	src: url('fonts/PublicoHeadline-Bold.eot?') format('eot'), 
	url('fonts/PublicoHeadline-Bold.woff') format('woff'), url('fonts/PublicoHeadline-Bold.svg#PublicoHeadline-Bold') format('svg');
}

@font-face {
	font-family:'PublicoHeadline-Roman';
	src: url('fonts/PublicoHeadline-Roman.eot?') format('eot'), url('fonts/PublicoHeadline-Roman.woff') format('woff'), url('fonts/PublicoHeadline-Roman.svg#PublicoHeadline-Roman') format('svg');
}


/* =============================================================================
   Base
   ========================================================================== */


body {
	font-size: 0.8125em;
	padding-top: 38px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
	color: #1a1a1a;
}

.main-wrap {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.container-fluid {
	padding: 0px;
}

.show-grid {
	margin-top: 10px;
	margin-bottom: 15px;
}

img {
	height: auto;
}

/*
.hentry a {
	font-weight: bold;
}
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "PublicoHeadline-Bold";
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	 
}


.lt-ie9 h1,.lt-ie9 h2,.lt-ie9 h3,.lt-ie9 h4,.lt-ie9 h5,.lt-ie9 h6, .lt-ie9 header .blob .blob-text p {
	letter-spacing: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom:1;
	padding-bottom: 10px;
}


.lt-ie9 header .blob .blob-text p {
	font-size: 16px;
}

.lt-ie9 footer h1,.lt-ie9 footer h2,.lt-ie9 footer h3,.lt-ie9 footer h4,.lt-ie9 footer h5,.lt-ie9 footer h6 {
	letter-spacing: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
  	zoom:1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1a1a1a;
	/* font-weight:400 !important; */
/*
	letter-spacing: 0;
	zoom: 1;
*/
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #1a1a1a;
	text-decoration: none;
}	

h1 {
	font-size: 3.53846153846154em; /* 48px / 13px */
	line-height: 52px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h2 {
	font-size: 2.15384615384615em; /* 30px / 13px */
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3 {
	font-size: 1.76923076923077em; /* 23px / 13px */
	line-height: 28px;
	margin-top: 0px;
}
h4 {
	font-size: 1.38461538461538em; /* 18px / 13px */
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
	text-transform: uppercase;
}

hr {
	border-top-color: #C4C5C5;
}

hr.thin {
	border-top: 1px solid #C4C5C5 !important;
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}

ul {
	list-style: none;
	margin: 0px;
}

#sidebar section, #main section {
	margin-bottom: 20px;
	border-top: 3px solid black;
}

#main article {
	margin-right: 15px;
	padding-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	*behavior: url(/boxsizing.htc);
}

#main article:last-child {
	padding-bottom: 0px !important;
}

#sidebar section {
	margin-left: 15px;
}

#sidebar.filters section {
	border: none;
	margin: 0px;
}

#sidebar section:first-child, #main section:first-child {
	border: none;
}

.badge {
	padding: 0px 3px 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: white;
	text-shadow: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #0599E4;
	vertical-align: baseline;
	white-space: nowrap;
	margin-left: 5px;
	border: 1px solid #c4c5c5;
	position: relative;
	top: -1px;
}

.brand {
	display: block;
}
.brand:hover {
	text-decoration: none;
}

.brand i {
	font-size: 79px;
	line-height: 79px;
	color: black;
	display: block;
}

.input-append .add-on, .input-prepend .add-on {
	text-shadow: none;
}

a.function, span.function {
	color: #393839;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

a:hover {
	color: #0599E4;
	text-decoration: none;
}

a.function:hover {
	color: #393839;
}

.capsdetail {
	font-size: 0.92307692307692em;
}


.eqhthird {
	position: relative;
	width:100%;
	right: 33.33333333%;
	clear: left;
	float: left;
	border-right: 1px solid #c4c5c5;
}

.eqhfourth {
	position: relative;
	width:100%;
	right: 25%;
	clear: left;
	float: left;
}

section > .eqhthird, section > .eqhfourth {
	right: 0px;
}

.eqhthird .onethird {
	left: 66.66666666%;
}

.eqhfourth .onefourth {
	left: 75%;
}

.onethird:first-child {
	/*border-left: none;*/
}

.lightgray {
	color: #B3B3B3;
}

.lt-ie9 input {
	line-height: 0px;
}

/* =============================================================================
   Framework
   ========================================================================== */

.pos-abs {
	position: absolute;
}

.pos-rel {
	position: relative;
}

.pos-rt {
	right: 0px;
}

.pos-bt {
	bottom: 0px;
}

.gutter-left {
	padding-left: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

.gutter-right {
	padding-right: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

.gutter-both {
	padding-left: 15px;
	padding-right: 15px;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

.margin-both {
	margin-left: 15px;
	margin-right: 15px;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

.onethird {
	width: 33.33333333333333%;
	float:left;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

.onefourth {
	width: 25%;
	float:left;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

.twothird {
	float: left;
	width: 66.66666666666666%;
	left: 33.33333333333333%;
	position: relative;
}

.threefourth {
	float: left;
	width: 75%;
	left: 25%;
	position: relative;
}

.offset-onethird {
	right: 33.33333333333333%;
}

.offset-onethird .onethird, .offset-onethird .twothird {
	left: 33.33333333333333%;
}

.offset-twothird {
	right: 66.66666666666666%;
}

.offset-twothird .onethird, .offset-twothird .twothird {
	left: 66.66666666666666%;
}

.offset-onefourth {
	right: 25%;
}

.offset-onefourth .onefourth, .offset-onefourth .threefourth {
	left: 25%;
}

.offset-threefourth {
	right: 75%;
}

.offset-threefourth .onefourth, .offset-threefourth .threefourth {
	left: 75%;
}

/* =============================================================================
   Toolbar
   ========================================================================== */
.st-toolbar-fixed {
	position:fixed;
	height: 49px;
	width:100%;
	top:0px;
	left: 0px;
	z-index: 1000;
	background-color:white;
	border-bottom:1px solid #c4c5c5;
	box-shadow: 0px 0px 10px 0px #dadada;
	-webkit-box-shadow: 0px 0px 10px 0px #dadada;
	-moz-box-shadow: 0px 0px 10px 0px #dadada;
	-webkit-transition:top 0.2s linear;
	-moz-transition:top 0.2s linear;
	-o-transition:top 0.2s linear;
	transition:top 0.2s linear;
}

.modal-open .st-toolbar-fixed {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.st-toolbar-fixed > div {
	padding-left: 20px;
	padding-right: 20px;
}

.st-toolbar {
	height: 48px;
	position: relative;
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.st-toolbarin {
	padding: 6px 0px 0px 0px;
	float: left;
	width: 200%;
	position: relative;
	left: 280px;
}

.st-toolbarin > div {
	float: right;
	width: 50%;
	position: relative;
	right: 280px;
}

.st-toolbar img.avatar {
	float: left;
	margin-right: 6px;
	border: 1px solid #c4c5c5;
}

.st-toolbar .dropdown {
	background-color: white;
	float: left;
	padding-top: 4px;
	margin-top: 3px;
	padding-left: 12px;
	padding-right: 9px;
	padding-bottom: 13px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.st-toolbar .dropdown.open {
	border-top: 1px solid #c4c5c5;
	border-left: 1px solid #c4c5c5;
	border-right: 1px solid #c4c5c5;
	padding-bottom: 15px;
}

.st-toolbar .open > .dropdown-menu {
	z-index: -1;
	left: -1px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #c4c5c5;
	box-shadow: 0px 0px 10px 0px #dadada;
	-webkit-box-shadow: 0px 0px 10px 0px #dadada;
	-moz-box-shadow: 0px 0px 10px 0px #dadada;
}

.st-toolbar .dropdown-menu h3 {
	margin-top: -3px;
	margin-bottom: 2px;
}

.st-toolbar .dropdown-menu {
	margin: -1px 0 0;
	width: 284px;
	padding: 15px;
}

.st-toolbar .loggedin .dropdown-menu {
	padding: 11px 10px;
}

.st-toolbar .dropdown-menu .lid {
	display: block;
	width: 305px;
	height: 20px;
	position: absolute;
	background-color: white;
	top: -21px;
}

.st-toolbar .loggedin .dropdown-menu a {
	padding: 10px 15px;
}

.st-toolbar .dropdown-menu a.logout, .st-toolbar .dropdown-menu a.logout:hover {
	color: #0599E4;
}

.st-toolbar .dropdown-menu li > a:hover {
	color: #393839;
	background: none;
	background-color: #f6f6f6;
}
.st-toolbar .dropdown-menu .divider {
	margin: 0px;
	border: none;
}

.st-toolbar #LoginWithAjax {
	margin-bottom: 0px;
}

.st-toolbar .lwa-form, .st-toolbar .lwa {
	margin: 0;
}

.st-toolbar #LoginWithAjax_Remember {
	margin-bottom: 6px;
}

.st-toolbar #LoginWithAjax_Remember h3 {
	margin-top: -10px;
}

.st-toolbar #LoginWithAjax_Remember .btncont {
	position: relative;
	height: 26px;
}

.st-toolbar #LoginWithAjax_Remember .forgot-pass-email input {
	padding: 5px 13px;
	height: 32px;
}

.st-toolbar .dropdown-menu .lwa-links-remember {
	position: relative;
	left: -138px;
	color: #0599E4;
	margin-bottom: -5px;
}

.st-toolbar .dropdown-menu .lwa-rememberme {
	margin: 3px 0 0;
	position: relative;
	top: 4px;
}

.st-toolbar .dropdown-menu #lwa_user_remember {
	margin: 0;
}

.st-toolbar #LoginWithAjax_Links_Remember_Cancel {
	position: relative;
	top: -29px;
	left: 195px;
	color: #0599E4;
}

#LoginWithAjax_Submit td { 
	padding-top: 0px;
}

/*.st-toolbar .lwa-status {
	margin-bottom: 15px;
	margin-top: 2px;
	display: block;
}*/

.st-toolbar .lwa-status-invalid {
	background: none;
	border: none;
	padding: 0px;
	pointer-events: none;
	color: red;
}

.st-toolbar .lwa-status-confirm { 
	border: none;
	color: white;
	background: none;
	height: 0px;
}

.st-toolbar .lwa-status-confirm ~ * {
	display: block;
}

.st-toolbar .lwa-status a {
	display: none;
}

.st-toolbar .lwa-loading {
	background:#FFFFFF url('../img/loader.gif') 50% 50% no-repeat;
	position: absolute;
	left: -3px;
	width: 290px;
	height: 100%;
	z-index: 1000;
	color: white;
}

.st-toolbar .dropdown-menu .lwa-submit-links {
	/*position: absolute;
	left: 120px;
	top: 99px;*/
	font-size: 13px;
}


.st-toolbar .dropdown-menu .lwa-submit-links label {
	position: relative;
	left: 17px;
	top: -13px;
	font-size: 13px;
}

.st-toolbar #LoginWithAjax_Links_Register {
	display: none;
}

.st-toolbar #LoginWithAjax_SubmitButton {
	width: 120px;
}

/*.st-toolbar #LoginWithAjax_SubmitButton button i, .st-toolbar #LoginWithAjax_Remember button i {*/
.btn i.icon-arrow-right {
	font-size: 14px;
	display: inline-block;
	line-height: 6px;
	width: 11px;
	position: relative;
	top: 2px;
	left: 2px;
	margin: 0px;
}

.st-toolbar .dropdown-menu .lwa-username-label, .st-toolbar .dropdown-menu .lwa-password-label {
	display: none;
}

.st-toolbar .lwa-password input, .st-toolbar .lwa-username input, .st-toolbar .lwa-email input, .st-toolbar .lwa-remember-email input {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*width: 264px;
}

.st-toolbar .dropdown-menu #lwa_user_login, .st-toolbar .dropdown-menu #lwa_user_pass {
	/*width: 282px;*/
	margin-bottom: 5px;
}

.st-toolbar .dropdown-menu #lwa_user_pass {
	margin-bottom: 0px;
}

.st-toolbar .dropdown-toggle {
	vertical-align: top;
}

.st-toolbar .dropdown-toggle i {
	font-size: 15px;
	padding-left: 3px;
}

.st-toolbar .ajaxlogin, .st-toolbar .loggedin {
	float: left;
}

.st-toolbar .register {
	/*display: block;*/
	display: none;
	float: left;
	padding-top: 10px;
	margin-left: 15px;
}

/* =============================================================================
   Head Banner
   ========================================================================== */
.head_banner {
	overflow: hidden;
}

.head_banner a {
	display: block;
}


.head_banner img {
	border: 1px solid #c4c5c5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
	margin-bottom: 1px;
	width: 100%;
}

.banner img {
	width: 100%;
	border: 1px solid #c4c5c5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}



/* =============================================================================
   Header
   ========================================================================== */
#header {
	padding-top: 20px;
	margin-bottom: 7px;
}

#header .top-head {
	height: 85px;
}

header .logo {
	float: left;
	width: 280px;
	position: relative;
	z-index: 2;
}

header .blob {
	float: left;
	width: 100%;
	height: 100%;
	margin-left: -33.33333333333333%;
	margin-right: -280px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	z-index: 1;
}

header .blob > div {
	position: relative;
	height: 100%;
	margin: 0 280px 0 33.33333333333333%;
	border-left: solid 1px #c4c5c5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
	padding-left: 15px;
	padding-right: 15px;
}

header .blob .blob-in {
	vertical-align: bottom;
	display: table-cell;
}

header .blob .blob-text {
	height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
}

header .blob .blob-text p {
	font-family: 'PublicoHeadline-Roman';
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	color: #1a1a1a;
}

header .blob .blob-in a{
	font-weight: bold;
	font-size: 13px;
	line-height: 11px;
	display: block;
	padding-top: 0px;
	margin-bottom: -3px;
}
 
header .blob .img-cont {
	float: right;
	width: 148px;
	margin-top: -28px;
	margin-left: -30px;
	margin-right: -8px;
	overflow: hidden;
	height: 134px;
	position: relative;
}

header .blob .img-cont img {
	position: relative;
	width: 180px;
	max-width: none;
	right: 23px;
}

header .search {
	float: left;
	height: 100%;
	width: 33.33333333333333%;
	border-left: solid 1px #c4c5c5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
	padding-top: 15px;
	position: relative;
	z-index: 2;
}

.search .search-in {
	padding-left: 15px;
	color: #9C9E9F;
}

.search form {
	margin-bottom: 10px;
}

.search .input-append {
	width: 100%;
	position: relative;
}

.search .input-append > div {
	margin-right: 26px;
}

.search .input-append .add-on {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	right: 0px;
	top: 0px;
	padding: 5px 5px 5px 10px;
	font-size: 23px;
	line-height: 20px;
	text-indent: -5px;
	*margin-top: 1px;
}

.search .input-append .add-on i {
	position: relative;
	top:-2px;
}

.form-search .input-append .search-query {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	width: 100%;
	font-size: 13px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}


header .form-search input, header .form-search .add-on {
	background-color: #272727;
	color: white;
	border: transparent 1px solid;
	font-weight: 300;
}

.search .search-in .short {
	display: none;
}

#nav-main {
	clear: both;
	margin-bottom: 4px;
	border-top: solid 1px #c4c5c5;
	border-bottom: solid 1px #c4c5c5;
	*margin-top: 20px;
}

.navbar {
	color: inherit;
}

.navbar-inner {
	height: 48px;
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}

.navbar .nav > li > a {
	float: none;
	padding: 15px 5px 11px;
	margin-right: 10px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
}

.navbar .nav > li > a:hover {
	color: inherit;	
	border-bottom: 5px solid black;
}

.navbar .nav > li.active > a, .navbar .nav > li.current-page-ancestor > a {
	color: #444;
	background: none;
	box-shadow: none;
	border-bottom: 5px solid black;
}

.nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 5px;
	padding-left: 10px;
	line-height: 14px;
	color: #9c9e9f;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background: none;
	box-shadow: none;
}

.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
	color: black;
	background:none;
	border-bottom: 5px solid black;
	border-radius: 0px;
}

.subpage-menu .nav-pills > .active > a, .subpage-menu .nav-pills > .active > a:hover {
	border: none;
	font-weight: bold;
	color: #444;
	line-height: 12px;
}

.nav-pills > li.current-cat > a {
	font-weight: bold;
	color: #444;
	line-height: 12px;
}

.nav-pills > li > a:hover {
	background: none;
	color: #444;
}

nav {
	margin-bottom: 0px;	
}

/* =============================================================================
   Wrapper
   ========================================================================== */
#wrap {

}

#wrap-inner {
	border: 1px solid #c4c5c5;
	/*padding-left: 2.127659574%;
	padding-right: 2.127659574%;*/
	padding: 0px;
}

/* =============================================================================
   Content
   ========================================================================== */
#content {
	clear: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* =============================================================================
   Primary Content
   ========================================================================== */
#main {
	
}

.tax-newstype #main {
	/*padding-right: 0px;*/
}

.main-flow {
	/*overflow: hidden;	*/
}

#main, #sidebar {
	
}

#content > section {
	margin-bottom: 35px;
	padding-top: 10px;
}

#content > section .row-fluid [class*="span"] {
	min-height: intrinsic;
}

#content > section:first-child {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 35px;
} 

#content > section:last-child {
	margin-bottom: 0px;
} 

#content > section h3 {
	margin: 0px 0px 10px 0px;
}

#content article h3 {
	margin: 0px 0px 1px 0px;
}

#content > section h3 i {
	top: 1px;
	position: relative;
	font-size: 24px;
	left: 3px;
}

#content > section h3 i.icon-rss {
	top: 4px;
}

#content .main-flow {
	float: left;
	width: 100%;
	position: relative;
	border-right: 1px solid #c4c5c5;
}

#content .main-flow.no-border {
	border: none;
}

.tax-newstype #content .main-flow, .search #content .main-flow {
	background-position-x: 23.2%;
}

.tax-newstype h3 {
	margin-bottom: 0px;
}

section.latest-news ul {
	list-style-position: inside;
	list-style-type: disc;
	color: #08C;
}

section.latest-news ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	font-weight: bold;
	position: relative;
	height: 23px;
}

section.blogs {
	float: left;
	width: 100%;
}

section.blogs .eqhthird.block {

}

section.blogs .eqhthird.first {
	margin-top: 0px;
}

section.blogs ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	font-weight: bold;
	position: relative;
	height: 23px;
}

section.blogs ul li .date {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #9C9E9F;
}

section.blogs ul li .title {
	position: absolute;
	width: 100%;
}

section.blogs ul li .title a {
	padding-left: 40px;
	width: 100%;
}

#content .platsannonser section .all {
	margin-top: 6px;
	color: #1a1a1a;
	background-color: #fdfdfd;
	box-shadow: 1px 1px 3px 0px #E4E4E4;
	-webkit-box-shadow: 1px 1px 3px 0px #E4E4E4;
	-moz-box-shadow: 1px 1px 3px 0px #E4E4E4;
	padding: 10px 14px;
	line-height: 34px;
	border: 1px solid #ddd;
}

#content section .all {
	color: #1A1A1A;
	font-weight: bold;
}

#content section .all i {
	font-size: 15px;
	position: relative;
	top: 2px;
	/*left: 3px;*/
}

#content section .white-gradient {
	position: absolute;
	top: 0px;
	right: -20px;
}

.separator {
	border-top: 3px solid #1A1A1A;
	border-bottom: none;
	margin: 0px 20px;
	clear: both;
}

/* =============================================================================
   Sidebar
   ========================================================================== */
#sidebar {
	overflow: hidden;
}

.tax-newstype #sidebar, .search #sidebar {
	/*padding-right: 20px;*/
	/* opacity: .3; */
}

.tax-newstype .main_content article.hentry.first {
	border-top: 1px solid #c4c5c5;
	padding-top: 15px;
}

.tax-newstype article.hentry, .search article.hentry {
	padding-bottom: 15px;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar.filters ul {
	margin-top: -2px;
	margin-left: 0px;
	margin-bottom: 20px;
}

#sidebar.filters ul a, #sidebar .sidebar-blog a {
	font-weight: normal;
	/*text-transform: capitalize;*/
	float: left;
}

#sidebar .sidebar-blog .blog-rss a {
	text-transform: none;
	float: none;
	display: block;
	padding-top: 10px;
}

#sidebar.filters .badge, #sidebar .sidebar-blog .badge {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: whiteSmoke;
	color: #B1B1B1;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #DFDFDF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

#sidebar.filters h4 {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.home #sidebar li, .single #sidebar li, .page #sidebar li, .folk .row-fluid {
	border-top: 1px solid #c4c5c5;
	padding-top: 10px;
	min-height: 30px;
	/*padding-bottom: 10px;*/
	padding-bottom: 5px;
}

.folk .row-fluid {
	padding-top: 20px;
	padding-bottom: 0px;
}

.title.pos-rel.gutter-both {
	margin-bottom: -10px;
}

.folk .row-fluid .span3 {
	width: 18%;
}

.folk .row-fluid .span9 span {
	color: #9c9e9f;
}

.folk .row-fluid h3 {
	margin-top: 10px !important;
}

#sidebar .sidebar_folk_img {
	width: 35%;
	display: inline-block;
	float: right;
	padding-left: 15px;
}

.folk_hidden {
	float: left !important;
	margin-right: 10px;
	width: 22% !important;
}

.folk_img_dummy {
	position: relative;
	width: 100%;
	padding-top: 120%;
	margin-bottom: 10px;
}

.folk_img_cont {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.upload_folk_img_input {
	padding-top: 20px;
}

/*.folk_img_cont {
	width: 100%;
	
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
	-ms-behavior: url(https://www.sjofartstidningen.se/backgroundsize.min.htc);
}

.folk_img_cont img {
	position: absolute;
	top: 0px;
}*/

/*.lt-ie9 .folk_img_cont {
	zoom: 1;
	background-image: none !important;
	background: no-repeat center center fixed\0/; /* IE8 HACK */
}*/

.folk .span9 span {
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	color: #B3B3B3;
	font-weight: 300;
	font-size: 12px;
	padding-top: 2px;
	margin-bottom: 0px;
}

#sidebar.filters li, #sidebar .sidebar-blog li {
	text-align: right;
	width: 100%;
	position: relative;
	line-height: 20px;
}

#sidebar .sidebar-blog li {
	border: none !important;
	padding-top: 0px;
	min-height: 0px;	
}

#sidebar.filters li a {
	float: left;
	padding-left: 18px;
}

#sidebar li.active a {
	color: black;	
}

#sidebar.filters .counter {
	/*background-color: lightgray;
	display: block;
	float: right;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 2px;
	border-radius: 8px;*/
}

#sidebar.filters li input {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: -1px;
}

#sidebar li.active i {
	margin-left: 5px;
	margin-top: 1px;
	font-size: 16px;
}

#sidebar li:first-child, .folk .row-fluid:first-child {
	border-top: none;
	padding-top: 0px;
}

#sidebar p {
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	color: #B3B3B3;
	font-weight: 300;
	font-size: 12px;
	padding-top: 2px;
	margin-bottom: 0px;
}

#sidebar a {
	font-weight: bold;
}

.listnumber {
	display: block;
	width: 20px;
	float: left;
	margin-right: 10px;
	text-align: right;
	font-family: "PublicoHeadline-Bold";
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;

}

.listcontent {
	padding-left: 30px;
}

#sidebar .sidebar-ads {
	margin-bottom: 20px;
}

#sidebar .sidebar-ads img {
	width: 100%;
}

#sidebar .sidebar-ads a {
	float: none;
}

/******* MOST COMMENTED *********/
section.most-comment .listnumber1 { color: #ed1c24;	}
section.most-comment .listnumber2 {	color: #f15a22;	}
section.most-comment .listnumber3 {	color: #f58220;	}
section.most-comment .listnumber4 {	color: #fcaf17;	}
section.most-comment .listnumber5 {	color: #ffd400;	}

/******* LAST DISCUSSED *********/
section.last-discussion .listnumber1 { color: #008c03;	}
section.last-discussion .listnumber2 { color: #00a10c;	}
section.last-discussion .listnumber3 { color: #0bd100;	}
section.last-discussion .listnumber4 { color: #0bd100;	}
section.last-discussion .listnumber5 { color: #0eff00;	}

/******* LAST BLOG POST *********/
section.last-blogs .listnumber1 { color: #5c2d91;	}
section.last-blogs .listnumber2 { color: #7f4098;	}
section.last-blogs .listnumber3 { color: #a154a1;	}
section.last-blogs .listnumber4 { color: #c76cab;	}
section.last-blogs .listnumber5 { color: #f173ac;	}

/******* JOBS *********/
#sidebar section.top-box-border {
	border-top: 3px solid #272727;
}
#sidebar section .box-border {
	border-left: 1px solid #C4C5C6;
	border-right: 1px solid #C4C5C6;
	border-bottom: 1px solid #C4C5C6;
	padding: 5px 15px;
}
section.jobs li {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	*behavior: url(/boxsizing.htc);
}
section.jobs li.last {
	padding-right: 0px;
	padding-top: 15px !important;
	min-height: 50px !important;
}
.lt-ie9 section.jobs li.last {
	min-height: 30px !important;
}
section.jobs .employer {
	float: left;
	padding-right: 70px;
	width: 100%;
	box-sizing: border-box;
	*behavior: url(/boxsizing.htc);
}
section.jobs .employer p {
	margin-bottom: 5px;
}
section.jobs .title {
	padding-top: 2px;
	padding-bottom: 2px;
}
section.jobs .company_logo_sidebar {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
}
section.jobs .logo_company {
	max-height: 35px;
	vertical-align: middle;
}
section.jobs .company_text {
	padding-top: 2px;
}
section.jobs .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
section.jobs .warning, table.tablesorter .warning {
	color: #f00101 !important;
	border: 1px #f00101 solid;
	border-radius: 4px;
	padding: 1px 4px;
	margin-right: 7px;
	font-size: 12px;
	text-transform: none;
	position: relative;
	white-space: nowrap;
	display: inline-block;
}
section.jobs .warning {
	top: -1px;
}
section.jobs .hidden {
	display: none;
}
section.single-job  .company_logo {
	max-width: 220px;
	padding: 10px 0px;
}
section.single-job  .company_logo_in {
	max-height: 100px;
}
section.single-job .company_logo img {	
	max-height: 100px;
}
section.single-job {
	font-size: 13px;

}
#sidebar .box-border h3 {
	margin-top: 0px !important;
}
#sidebar .box-border li {
	min-height: 0px;
}
#sidebar .box-border b {
	color: #1a1a1a;
}

/******* Calendar ********/
.ui-datepicker {
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker-header a {
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  font-family: 'Entypo';
  border: 1px solid #c4c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e019";
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e01c";
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "PublicoHeadline-Bold";
  font-size: 20px;
  margin: 0 2.3em;
  text-align: center;
  margin-bottom: 10px;

}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker table thead tr {
  background: none;
}
.ui-datepicker th {
  font-family: "PublicoHeadline-Bold";
  font-weight: normal;
  padding: .7em .3em;
  text-align: center;
  border: 0;
}
.ui-datepicker .ui-datepicker-other-month span {
  border-color: #eeeeee;
  color: #999999 !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 4px;
  text-align: right;
  text-decoration: none;
  text-align: center;
  border: 1px solid #c4c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-datepicker .ui-state-highlight {
	background-color: #a9a9a9;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-state-active {
  background-color: #0088cc;
}
.ui-datepicker .isActive {
  background-color: #eeeeee;
}
.ui-datepicker .isActive a {
  color: #555555;
}
.ui-datepicker .isActive a.ui-state-active {
  color: #ffffff;
}
.ui-datepicker .ui-state-disabled {
  background-color: #fdfdfd;
  color: #555555;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/

  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
  /*must have*/

}

/******* WIDGET *********/

.widget-inner {
	padding-top: 4px;
}

.widget-inner h3 {
	margin-bottom: 12px;
	margin-top: 10px !important;
}

.widget-inner li {
	line-height: 17px;
}

/******* TWITTER *********/
div.widget_tweetblender {
	position: relative;
	overflow: hidden;
}
form.tb-widget-configuration {
	margin: 0px !important
}
div.tb_tweet:first-child {
	border-top: none;
	padding-top: 0px !important;
	margin-top: -1px;
}

div.tb_tweet {
	border-top: 1px solid #c4c5c5 !important;
	padding-top: 10px !important;
	min-height: intrinsic !important;
	margin-bottom: 10px;
}

.tb_tweet-info {
	display: none;
}

a.tb_photo img {
	margin-right: 10px !important;
	padding: 0px !important;
	border: none !important;
	max-width: none !important;
}

#sidebar .twitter-side .tb_msg a {
	color: #a7a9ac;
	font-weight: normal;
}

#sidebar .twitter-side .icon-twiter {
	font-size: 27px;
	top: 2px;
	position: relative;
	left: 3px;
}

#sidebar .twitter-side .follow {
	width: 90%;
}

/* =============================================================================
   Posts
   ========================================================================== */

/*.first.hentry h2 {
	line-height: 50px;
}

.first.hentry h2 a {
	font-size: 49px;
}*/

.hentry {
	border-bottom: 1px solid #c4c5c5;
	margin-top: 15px;
	/* padding-bottom: 15px; */
	line-height: 20px;
	font-size: 1.15384615384615em; /* 15px / 13px */
	/*font-size: 14px;
	line-height: 1.4em;*/
	position: relative;
}

.hentry .intro a {
	font-weight: bold;
	display: inline-block;
}

.hentry .row-fluid .span12 {
	overflow: hidden;
}

.hentry:first-child {
	margin-top: 0px;
}


.hentry .related-news.last {
	margin-top: 15px;
}


.hentry.blog-header {
	padding-bottom: 0px;
}

.hentry .image-wrap {

}

.hentry .imgcont {
	overflow: hidden;
}

.hentry .imgcont img, .thumbnail {
	width: 100% !important;
}

.thumbnail {
	margin-bottom: 20px;
}

.hentry.full .post-related-content .imgcont, .search .imgcont, .tax-newstype .imgcont {
	width: 33%;
	float: left;
	margin-right: 15px;
}

.hentry.full .imgcont { 
	margin-bottom: 10px;
}

.hentry.left .imgcont { 
	width: 40%;
	float: left;
	margin-right: 15px;
}

.hentry.right .imgcont {
	width: 40%;
	float: right;
	margin-left: 15px;
}

.home article .imgcont .dummy, .single-post article .imgcont .dummy {
    padding-top: 64%;
}

/*
.home article .related-article .focal-point div {
	margin: -0.4em 0em;
}
*/

/*
.home .hentry .focal-point div, .single-post .hentry .focal-point div {
	margin: -0.86em 0em;
}
*/

.home .hentry.full .focal-point div, .single-post article .focal-point div {
	margin: -1.8em 0em;
}

.home .hentry.full .post-related-content .focal-point div, .home .hentry.left img, .home .hentry.right img {
	margin: -0.5em 0em;
}

.slideshow .focal-point div {
	margin: -2.6em 0em;
}

.hentry.full h2 {
	font-size: 36px;
	line-height: 39px;
}

.hentry.full .imgcont {
	/* margin-bottom: 10px; */
}

.hentry img {
	/* width: 100%; */
	/*margin-bottom: 16px;*/
	font-size: 16px;
}

.hentry header {

}

.hentry .post-category {
	font-family: 'Arial', sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #B3B3B3;
	font-weight: 300;
	font-size: 12px;
}

.hentry.full .textcont {
	width: 95%;
}

/*
.hentry .textcont {
	padding-bottom: 15px;
}
*/

/*.hentry h2 {
	clear: both;
	margin-bottom: 10px;
	margin-top: 0px;
}

.hentry h2 a {
	text-decoration:none;
	font-family:"PublicoHeadline-Bold",serif;
	font-size:36px;
	text-rendering:optimizelegibility;
	-webkit-font-smoothing:antialiased;
	font-weight:400;
	color: #444;
}
*/
.hentry p {
	margin: 0 0 20px;
	/*font-size: 1.15384615384615em; *//* 15px / 13px */
}

.hentry div#main.list-style .entry-content ul {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 15px;
}

/*.hentry ul li {
	font-size: 1.15384615384615em; /* 15px / 13px */
/*}*/

.hentry .postmeta {
	padding-top: 0px;
	margin:10px 0px 20px 0px;
	font-size: 14px;
	line-height: 18px;
}

.hentry .postmeta .fn {
	font-weight: bold;
}

.hentry time {
	display:inline;
}

.blog-group .hentry time {
	color: #9C9E9F;
}

.hentry p.byline {
}

.hentry footer {
	clear:both;
}

.hentry:first-child .show-grid {
	margin-top: 0px;
}

.hentry:last-child {
	border: none;
	margin-bottom: 0px;
}

.hentry .related-container {
	margin-top: 20px;
	overflow: hidden;
}

.hentry .related-article {
	float: left;
	width: 50%;
}

.hentry .related-article > div {
	padding-left: 20px;
}

.hentry .related-article:first-child > div {
	padding-left: 0px;
	padding-right: 20px;
}

.hentry .related-article > div {
	/*margin-bottom: -999px;
	padding-bottom: 999px;	*/
}


.hentry .related-container .related-article:first-child > div {
	border-right: 1px solid #CCC;	
}

.hentry .introduction {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.hentry .cross-head {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 6px;
}

.hentry.banner .span12, div.inbanner {
	/* border: 1px solid #c4c5c5; */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

div.inbanner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hentry.banner {
	padding-bottom: 15px;
}

.hentry.banner img {
	margin: 0;
	width: 100%;
}

/* OTHER PAGES */

.page h2 {
	font-size: 35px;
	line-height: 37px;
}

.page .page-top-banner {
	margin-bottom: 15px;
}

.page #main ul {
	margin-bottom: 20px;
}

.single h1 {
	font-size: 40px;
	line-height: 42px;
}

article .imgcont {
    /* display: inline-block; */
    position: relative;
    width: 100%;
    /*margin-bottom: 15px;*/
   /*  margin-bottom: 5px; */
}

/*
article.full .imgcont, article.left .imgcont, article.right .imgcont {
	margin-bottom: 15px;
}
*/

article .post-related-content .imgcont {
	margin-bottom: 5px;
}

article .imgcont .dummy {
    padding-top: 67%;
}

article .imgcont .focal-point {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

article .middledate {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	font-size: 13px;
	color: #9C9E9F;
	text-align: right;
}

article .article-side {
	float: right;
	width: 31.623931623932%;
	margin-top: 6px;
	margin-left: 20px;
}

article .article-side a {
	font-weight: bold;
}

article .article-side section:first-child {
	margin-bottom: 15px !important;
	border-top: 3px solid black !important;
}

article .article-side h4 {
	font-size: 19px;
	margin-bottom: 12px;
	margin-top: 12px !important;
}

.single-post article .entry-content .span12 p {
	padding-right: 40px;
}

.single-post article .entry-content .span12 > ul, .page #main .hentry ul {
	list-style: disc;
	margin-left: 35px;
}

.single-post article .entry-content .span12 > ul li, .page #main .hentry ul li  {
	margin-bottom: 7px;
}

article .article-side li {
	border-top: 1px solid #C4C5C5;
	padding: 9px 0px;
	line-height: 18px;
}

article .article-side li:first-child {
	border-top: none;
}


article .article-side i {
	margin-right: 3px;
	font-size: 16px;
	top: 2px;
	position: relative;
}

article .article-side a {
	font-size: 13px;
}

article .article-side .functions a {
	color: #1A1A1A;
	outline: none;
}

article .top-box-border.functions a {
	color: #1A1A1A;
	outline: none;
}

#main #loading {
	width: 100%;
	height: 50px;
	background: url('../img/ajax-loader.gif') top center no-repeat;
	position: absolute;
	display: none;
}

/* =============================================================================
   Pagination
   ========================================================================== */
   
.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.folk .pagination {
	margin: 0px;
}

.folk .pagination .page-numbers {
	margin-left: 0px !important;
}

.pagination li > * {
	color: #1a1a1a;
	background-color: #fdfdfd !important;
	box-shadow: 1px 1px 3px 0px #E4E4E4;
	-webkit-box-shadow:  1px 1px 3px 0px #E4E4E4;
	-moz-box-shadow: 1px 1px 3px 0px #E4E4E4;
	padding: 0 14px !important;
	line-height: 34px !important;
	border-color: #C4C5C5 !important;
}

.pagination li > *:hover {
	background-color: #f5f5f5 !important;
}

.page-numbers.dots {
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	background-color: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0 10px !important;
}

.page-numbers.dots:hover {
	background-color: transparent !important;
}

.page-numbers.current {
	color: #a5a5a5;
	background-color: #f5f5f5 !important;
}

.page-numbers.current:hover {
	background-color: #f5f5f5 !important;
}

.pagination .page-numbers .next, .pagination .page-numbers .prev {
	padding: 0 11px !important;
}

.pagination li i {
	font-size: 16px;
	line-height: 16px;
	top: 2px;
	position: relative;
}
   
/* =============================================================================
   Member profile
   ========================================================================== */

div.item-list-tabs ul li {
	margin: 5px 0 0 5px;
}

div.item-list-tabs {
	margin: 25px 0px 20px 0px;
}

div.item-list-tabs#subnav {
	margin: -15px 0px 15px 0px;
}

/* =============================================================================
   Footer
   ========================================================================== */

#content-info .icon-st {
	line-height: 52px;
	margin-bottom: 20px;
}

#content-info .eqhthird {
	margin-bottom: 60px;
	border: none;
}

#content-info {
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #272727;
	color: #e5e5e5;
}

#content-info .brand i {
	font-size: 60px;
	-webkit-font-smoothing: antialiased;
}

#content-info-inner {
	/*padding: 20px;*/
}

#content-info p small {
	font-size:13px;
	color: white;
}

#content-info .brand i {
	color: white;
}

#content-info .search input, #content-info .search .add-on {
	color: #272727;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: white;
}

/*#content-info #searchform input, #content-info #searchform .add-on {
	background-color: white;
	border: none;
	padding: 5px;	
}

#content-info #searchform input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	width: 267px;
}*/

/*#content-info #searchform input {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	width: 267px;
}*/

#content-info .summary-cols h4 {
	font-size: 19px;
	color: white;
	margin-top: 15px;
}

#content-info .summary-cols h4:first-child {
	margin-top: 0px;
}

#content-info .summary-cols {
	width: 25%;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	*behavior: url(/boxsizing.htc);
}

#content-info .socialarea li {
	margin-bottom: 10px;
}

#content-info .socialarea li a {
	color: #B3B3B3;
}

#content-info .icon-social {
	background-color: white;
	color: black;
	font-size: 19px;
	line-height: 26px;
	position: relative;
	top: -1px;
	margin-right: 7px;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#content-info .icon-social.icon-facebook {
	line-height: 31px;
}

#content-info .icon-social.icon-rss {
	line-height: 29px;
	font-size: 27px;
}

#content-info .textwidget p {
	margin: 0px;
}

#content-info a {
	color: #B3B3B3;
}


/* =============================================================================
   Carousel comments
   ========================================================================== */
   
#comment-container {
	/*margin: 4px 0px 0px 333px;*/
	margin: 4px 0px 0px 153px;
	position: relative;
	right: 100%;
	overflow: hidden;
	/*border-left: 1px solid #c4c5c5;*/
	padding-top: 5px;
	padding-left: 15px;
	height: 23px;
	z-index: 1;
}
/*
#comment-container span {
	position: absolute;
	display: block;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	line-height: 18px;
}*/

#comment-container .timeago {
	font-family: 'Arial', sans-serif;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	text-transform: uppercase;
	color: #B3B3B3;	
	background-color: white;
	display: block;
	width: 145px;
	font-weight: 300;
}

#comment-container .timeago .white-gradient {
	position: absolute;
	left: -60px;
}

.white-gradient {
	width: 60px;
	height: 50px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

#comment-carousel {
	width: 100%;
	float: left;
}

.carousel.carousel-fade .item {
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
}

.carousel.carousel-fade .item {
	background-color: white;
	left: 0px !important;
	line-height: 20px;
	/*padding-left: 108px;*/
}

.carousel.carousel-fade .item span {
	font-weight: bold;
}

.carousel.carousel-fade .active.left,.carousel.carousel-fade .active.right {
	left: 0px !important;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
}

#comment-container .controls {
	color: #393839;
	font-size: 15px;
	height: 20px;
	width: 20px;
	text-decoration: none;
	display: block;
	position: absolute;
	right: -8px;
	z-index:10;
}

#comment-container .controls.left {
	right:7px;
}

#comment-container .left, #comment-container .prev {
	right:0px;
	
}

/* =============================================================================
   Blogs
   ========================================================================== */
   
.blogs h1 {
	margin-bottom: 10px;
}

.home h2.blog, .post-type-archive-blog h2 {
	font-family:'PublicoHeadline-Roman';
}

.post-type-archive-blog h2 {
	font-size: 38px;
	line-height: 43px;
}

.single-blog h2 {
	font-family:'PublicoHeadline-Roman';
	font-size: 38px;
	line-height: 42px;
	padding-right: 80px;	
}

.blogrow {
	overflow:hidden;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.blogrow.first {
	padding-top: 0px;
	border: none;
}

.blogrow .span4 {
	/*margin-bottom: -99999px;
	padding-bottom: 99999px;*/
	border-left: 1px solid #ccc;
	width: 31.9%;
	padding-left: 20px;
	margin-left: 20px;
}

.blogrow .span4:first-child {
	padding-left: 0px;
	border: 0px;
}

.blog-puff {
	width: 100%;
	height: 150px;
	position: relative;
	margin-bottom: 20px;
	display: table;
	overflow: hidden;
}

.blog-puff .puff-in {
	width: 160px;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	padding-left: 15px;
	color: #1a1a1a;
	z-index: 2;
}

.blog-puff h3 {
	font-size: 35px;
	line-height: 42px;
}

.blog-puff .puff-in h4 span {
	display: none;
}

.blog-puff h4 {
	color: #1a1a1a;
	margin: 0px;
	font-size: 26px;
	line-height: 27px;
	margin-bottom: 3px;
}

.blog-puff p {
	margin: 0px;
}

.blog-puff .puff-img-author {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

.blog-puff img {
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 1;
	max-width: none;
}

.home-page .blog-puff img, section.blogs .blog-puff img, .blog-puff .background {
	right: 0px;
}

.page .blog-puff .author, .archive .blog-puff .author {
	right: -15px !important;
}

.blog-puff .author {
	height: 170px;
}

.blog-group footer label {
	font-size: 13px;
	display: inline;
	font-weight: bold;
	color: #1a1a1a;
}

.blog-group footer {
	font-size: 13px;
	margin-bottom: 20px;
	color: #9C9E9F;
}

.blog-group footer a {
	font-size: 13px;
	color: #9C9E9F;
	font-weight: normal;
}


/* =============================================================================
   Sidebar
   ========================================================================== */
   
.tb_tools, .tb_header, #msg_loading  {
	display: none !important;
}

.subscription h3 {
	margin-bottom: 0 !important;
}

.subscription ul { 
	/* margin: 0 !important; */	
}

.subscription li {
	border: none !important;
	min-height: inherit !important;
	padding-top: 2px !important;
}

.subscription img {
	margin-top: 5px;
}

.subscription a {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

.subscription p {
	text-transform: none !important;
}

.folk-pa-vag img {
	width: 40%;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#sidebar .folk-pa-vag p {
	color: #1a1a1a;
	line-height: 20px;
	font-size: 1.15384615384615em;
	text-transform: none;
}

#sidebar .folk-pa-vag .all {
	display: block;
	padding-top: 10px;
}

/* =============================================================================
   Slideshow
   ========================================================================== */

.slides_container {
	position: relative;
	max-height: 398px;
	overflow: hidden;
}

.slideshow {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide_progress {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 100;
	top: 15px;
	left: 15px;
	color: white;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 13px;
}

.slideshow li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.slideshow li:first-child {
	position: relative;
	display: block;
	float: left;
}

.slideshow img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
  
.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 15px;
	overflow: hidden;
	text-decoration: none;
	width: 38px;
	background: rgba(0, 0, 0, 0.65);
	margin-top: -19px;
	color: white;
	font-size: 17px;
	line-height: 24px;
	text-indent: 10px;
	padding-top: 9px;
	padding-bottom: 5px;
	border-radius: 3px;
}

.rslides_nav:hover {
	background: black;
}

.slides_container a:hover {
	color: lightgray;
}

.rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 15px;
	text-indent: 11px;
}

.imageinfo {
	color: #B3B3B3;
	margin-bottom: 15px;
}

.imagetext {
	width: 66%;
	padding-top: 5px;
	font-size: 13px;
	line-height: 17px;
	float: left;
}

.imagephoto {
	width: 33%;
	padding-top: 7px;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	float: right;
}

/* =============================================================================
   Banners
   ========================================================================== */
   
#content iframe {
	overflow:hidden;
	border: none;
	width: 100%;
	/* height: 0px; */
	
	/*min-height: 360px;*/
}

.page iframe {
	height: 300px !important;
}
   
/* =============================================================================
   Comments
   ========================================================================== */
   
#content .blog-group a.showcomment {
	margin-bottom: 20px;
	display: block;
}

/* =============================================================================
   Paaywall
   ========================================================================== */
   
.paywall {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(15%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.paywall-in {
	position: absolute;
	width: 100%;
	margin-top: 80px;
	background-color: rgb(255,253,228);
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #c4c5c5;
}

.paywall i {
	position: absolute;
	font-size: 20px;
	right: 13px;
	top: 10px;
	cursor: pointer;
}
      
/* =============================================================================
   Search
   ========================================================================== */

input.search-query {
	padding-left: 10px;
	padding-right: 10px;
}

.search #content .controls form {
	margin-bottom: 38px;
}

.filters_container {
	padding-top: 15px;
	margin-bottom: -15px;
}

.filters_container a {
	
}

.filters_container label, .search .main_content label, .tax-newstype .main_content label {
	display: inline;
	color: #9C9E9F;
	display: inline-block;
	width: 60px;
}

.filters_container label {
	line-height: 0px;
	position: relative;
	top: -3px;
}

.filters_container label p {
	padding-top: 15px;
	margin-top: 15px;
}

.filters_container .btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: white;
	border: 1px solid #C9C9C9;
	background-image: none;
	border-radius: 3px;
	background-color: whitesmoke;
	color: #9B9B9B;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 6px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-shadow: none;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0px;
}

.filters_container .btn i {
	font-size: 15px;
	line-height: 8px;
	top: 3px;
	margin-left: 3px;
	position: relative;
	color: #1A1A1A;
}

.search .main_content .result, .search .main_content .result, .tax-newstype .main_content .result {
	position: absolute;
	top: 0px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #1A1A1A;
	font-size: 13px;
	font-weight: normal;
}

.search #content .controls .input-append {
	width: 70%;
	margin-right: 10px;
}

.search #content .controls .add-on {
	background-color: #FBFBFB;
	border-left: none;
	-webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 0px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
}

/* =============================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	margin:0 20px 20px 0;
	float:left;
}

.alignright {
	margin:0 0 20px 20px;
	float:right;
}

/* =============================================================================
   Overlay
   ========================================================================== */

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-8 */
	z-index: 999;
}

.overlay-in {
	width: 186px;
	height: 74px;
	box-shadow: 0px 0px 10px 0px #DADADA;
	-webkit-box-shadow: 0px 0px 10px 0px #DADADA;
	-moz-box-shadow: 0px 0px 10px 0px #dadada;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -93px;
	font-size: 21px;
	line-height: 76px;
	text-indent: 80px;
	background: white url('../img/loader.gif') 11% 50% no-repeat;
	font-family: 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
	font-weight: 300;
	color: #A7A9AC;
	border: 1px solid #C4C5C5;
}

.modal-backdrop {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-8 */
	*background-color: white;
}

/* =============================================================================
   POPUP Plugin
   ========================================================================== */

.visiblebox {
	position: fixed !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 30px 2px;
	-webkit-user-select: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 30px 2px;
	padding: 0px !important;
}

.visiblebox a, .visiblebox button {
	width: 100%;
	margin-bottom: 11px;
	box-sizing: border-box;
}



/* =============================================================================
   Modal
   ========================================================================== */
   

.modal {
	outline: none;
	margin-left: -230px;
	overflow: hidden;
	/*margin: -230px 0 0 -230px;*/
}

.modal-header {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	*behavior: url(/boxsizing.htc);
	padding: 20px 20px 0px 20px;
	background-color: white;
	border: none;
	z-index: 10001;
}

article.jobb .modal-header {
	position: relative;
}

article.jobb .modal-body-in {
	margin-top: 0px !important;
}

.lt-ie9 .modal-header {
	padding-top: 20px;
	padding-left: 36px;
	left: -16px;
}

.lt-ie9 .modal-header .subtitle {
	margin-bottom: 10px;
}

.modal-header .close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-body {
	overflow-y: scroll !important;
	height: 100%;
	padding: 0;
	margin: 0;
}

.modal-body-in {
	margin-top: 95px;
	padding-bottom: 70px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
}

.remove-space .modal-body-in {
	margin-top: 95px;
	padding-bottom: 55px;
	padding-left: 20px;
	padding-right: 20px;
}

.modal-footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	box-sizing: border-box;
	*behavior: url(/boxsizing.htc);
	border: none;
	background-color: white;
	padding: 14px 20px 15px 20px;
}

.lt-ie9 .modal-footer {
	padding-left: 36px;
	left: -16px;
}

.compressed .modal-body-in {
	padding-bottom: 80px;
}

.compressed.remove-space .modal-body-in {
	padding-bottom: 60px;
}
.compressed .modal-footer {
	box-shadow: 0px 0px 3px 1px rgba(235, 235, 235, 1);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(235, 235, 235, 1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(235, 235, 235, 1);
	border-top: solid 1px #dadada;
}

.modal.fade {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.modal h3 {
	font-size: 27px !important;
}

.modal p {
	font-size: 13px;
}

.modal p.subtitle {
	font-size: 21px;
	line-height: 24px;
	color: #B3B3B3;
	font-weight: 300;
}

.modal p.email_evidence {
	display: inline-block;
	background-color: #FFFFCC;
	color: #444;
	padding: 10px 8px 5px 8px;
	margin-bottom: 20px;
	line-height: 18px;
	border-bottom: 1px #FFE83F solid;
}

.modal .cross-head {
	margin-bottom: 6px;
}

.modal input[type="file"] {
	line-height: 17px;
}

.modal input[type="checkbox"] {
	margin: 0;
	top: -1px;
	position: relative;
	margin-right: 3px;
}

.modal .send_copy {
	margin-top: 5px;
	float: left;
}

article .modal .close i {
	font-size: 19px;
	right: -2px;
	top: -2px;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
	*display: none;
}

.modal form {
	margin: 0;
	height: 100%;
}

.modal textarea {
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 120px;
	padding-right: 40px;
}

.lt-ie9 .modal textarea {
	min-height: 150px;
}

/*.modal textarea.placeholder {
	color: #bbb;
}*/

/*.modal #apply_message {
	height: 140px !important;
	overflow: scroll !important;
}*/

.modal label.error {
	color: rgb(231, 22, 22);
	font-size: 13px;
	margin-top: -3px;
	width:100%;
	line-height: normal;
}

.modal .control-group {
	margin-bottom: 5px;
}

.modal i.loader, .commentdiv i.loader {
	background-image: url('../img/loader.gif');
	background-size: 20px;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-top: 5px;
	left: -8px;
	display: none;
}

.modal .helper_attach {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 22px;
	text-transform: initial;
	float: left;
}

.modal .file_label {
	display: inline-block;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	-webkit-transition: all .7s ease-in;
	-moz-transition: all .7s ease-in;
	-o-transition: all .7s ease-in;
	transition: all .7s ease-in;
	float: left;
}

.modal .filters_container {
	padding: 0;
}

.modal #upload_folk_img_cont {
	position: relative;
	height: 215px;
	margin-bottom: 10px;
}
.lt-ie9 .modal #upload_folk_img_cont {
	height: auto;
}

.modal #upload_folk_img_cont.uploaded {
	height: auto;
}

.lt-ie9 .modal .upload_folk_img_cont #upload_folk_img {
	position: relative;
	padding-top: 20px;
}

.modal #upload_folk_img {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	line-height: 1px;
	text-indent: 100%;
	font-size: 0px;
	z-index: 1000;
	outline: 0;
}

.lt-ie9 .modal #upload_folk_img {
	position: relative;
	width: auto;
	height: auto;
	line-height: 14px;
	text-indent: 0px;
	font-size: 12px;
	z-index: 1000;
	margin-bottom: 10px;
}

.lt-ie9 .modal .input_file_field {
	display: inline-block !important;
}

.lt-ie9 .helper_attach, .lt-ie9 .file_label {
	display: none;
}

.modal #folk_img_render_cont .icon-cross {
	position: absolute;
	top: 11px;
	right: 11px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
}

@-webkit-keyframes moveright {
  0% {background-position:6px 0;}
  100% {background-position:30px 0;}
}
@-webkit-keyframes movedown {
  0% {background-position:0 0;}
  100% {background-position:0 24px;}
}
@-webkit-keyframes moveleft {
  0% {background-position:-18px 0;}
  100% {background-position:-42px 0;}
}
@-webkit-keyframes moveup {
  0% {background-position:0 -12px;}
  100% {background-position:0 -36px;}
}
#dropzone, #dropzone:before, #dropzone span {
  position:absolute;
}
#dropzone {
  width:100%;
  height: 215px;
  top: 0px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #F7F7F7;
}
.lt-ie9 #dropzone {
	display: none;
}
#dropzone:before, {
  z-index:1;
}
#dropzone.spinning {
	background-color: #EEEEEE;
}
#dropzone span {
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
}
#dropzone span:nth-child(odd) {
  width:100%;
  height:3px;
  background:url('../img/h.png') #ccc;
}
#dropzone span:nth-child(even) {
  width:3px;
  height:100%;
  background:url('../img/v.png') #ccc;
}
#dropzone.spinning span:nth-child(1) {
  -webkit-animation-name:moveright;
}
#dropzone span:nth-child(2) {
  right:0;
}
#dropzone.spinning span:nth-child(2) {
  -webkit-animation-name:movedown;
}
#dropzone  span:nth-child(3) {
  bottom:0;
}
#dropzone.spinning span:nth-child(3) {
  -webkit-animation-name:moveleft;
}
#dropzone.spinning span:nth-child(4) {
  -webkit-animation-name:moveup;
}
#dropzone.spinning span {
	background-color: #8F8F8F;
}
#dropzone div {
	width: 100%;
	text-align: center;
	color: #C5C5C5;
  	font-size: 18px;
  	height: 100%;
  	display: inline-block;
}

.modal #upload_folk_img_cont label:not(.error) {
	width: 100%;
	height: 215px;
	/*text-align: center;
	vertical-align: middle;*/
	padding-top: 93px;
	/*border: 4px dashed #CCC;*/
	box-sizing: border-box;
	*behavior: url(/boxsizing.htc);
	margin-bottom: 10px;
	/*color: #ccc;
	font-size: 18px;*/
	cursor: pointer;
	background-color: #fbfbfb;
}

.modal #folk_img_render_cont {
	display: none;
	height: 125px;
	float: left;
	position: relative;
}

.modal #folk_img_render_cont .comment_image {
	margin-left: 0px;
}

.modal #upload_folk_img_cont.uploaded #folk_img_render_cont {
	display: block;
}

.modal #upload_folk_img_cont.uploaded #dropzone, .modal #upload_folk_img_cont.uploaded label {
	display: none;
}

.modal #folk_img_render {
	width: auto;
	padding: 10px;
	height: 95px;
}

.modal .positive {
	color: #24bd24;
}

.modal .negative {
	color: #cc0000;
}

.modal .upload_folk_placeholder {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -20px;
}

.modal #folk_message {
	border-bottom: none;
	margin: 0px;
}

.length-indicator {
	margin: 0;
	position: relative;
	top: -1px;
	background-color: #F7F7F7;
	padding: 5px;
	font-size: 0.92857em;
	text-align: right;
	border: solid #ccc;
	border-width: 1px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*.modal .file_label .icon-cross {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}*/

.modal .footer{
	clear: both;
	padding-top: 5px;
}



/* =============================================================================
   Twitter TImeline
   ========================================================================== */

.twitter-container.customized iframe {
   height: 498px !important;
}

.twitter-container.customized {
    font-family: sans-serif;
    border: 1px solid #E7E59A;
    border-top: 3px solid #000;
    padding: 10px 10px 0px 10px;
    background-color: #fffed6;
  }

  .twitter-container.customized > header {
    position: relative;
  }

  .twitter-container.customized h1 {
    margin: 0 0 .5em;
  }
  .twitter-container.customized .twitter-timeline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
  }

  .twitter-container.customized .subtitle {
    font-size: 20px;
    line-height: 1.3;
    color: #888888;
    font-weight: 300;
    max-width: 70%;
    margin: 0.4em 0 15px;
  }
  .twitter-container.customized .twitter-title {
    -webkit-margin-after: -16px;
    font-size: 28px;
    line-height: 36px;
  }
  .twitter-container.customized .twitter-title .red {
    color: rgb(243, 6, 6);
    }
  .twitter-container.customized .twitter-author {
    position: absolute;
    bottom: -15px;
    height: 150px;
  }
  .twitter-container.customized .pierre {
    right: 95px;
    }
  .twitter-container.customized .larsandersson {
    right: 0;
  }

  @media only screen and (max-width: 1021px) {
  	.twitter-container.customized .subtitle {
	      max-width: 60%;
	    }
	.twitter-container.customized .twitter-author {
		height: 150px;
	}
   }

   @media only screen and (max-width: 1020px) {
  	.twitter-container.customized .twitter-author {
		height: 160px;
	    }
	.twitter-container.customized .subtitle {
	      max-width: 60%;
	    }
   }

   @media only screen and (max-width: 900px) {
  	.twitter-container.customized .twitter-author {
		height: 165px;
	    }
	.twitter-container.customized .subtitle {
	      max-width: 50%;
	    	    }
    .twitter-container.customized .twitter-title {
	    -webkit-margin-after: -10px !important;
		font-size: 28px !important;
		line-height: 50px !important;
	  }
	  .twitter-container.customized .pierre {
    right: 85px;
	}

	}

   
    @media only screen and (max-width: 880px) {
  	.twitter-container.customized .twitter-author {
		height: 165px;
	    }
	.twitter-container.customized .subtitle {
	      max-width: 50%;
	    }
    .twitter-container.customized .twitter-title {
    -webkit-margin-after: -6px !important;
	font-size: 26px !important;
	line-height: 45px !important;
	}
   }
   
   @media only screen and (max-width: 840px) {
  	.twitter-container.customized .twitter-author {
		height: 135px;
	    }
	.twitter-container.customized .subtitle {
	      max-width: 55%;
	    }
  .twitter-container.customized .twitter-title {
   		font-size: 26px;
   		}
    .twitter-container.customized .twitter-title {
    -webkit-margin-after: -6px !important;
	font-size: 28px !important;
	line-height: 45px !important;
	}
   }
   
      @media only screen and (max-width: 780px) {
  	.twitter-container.customized .twitter-author {
		height: 115px;
	    }
	.twitter-container.customized .subtitle {
	      max-width: 55%;
	    }
  .twitter-container.customized .twitter-title {
   		font-size: 26px;
   		}
    .twitter-container.customized .twitter-title {
    -webkit-margin-after: -6px !important;
	font-size: 28px !important;
	line-height: 45px !important;
	}
   }
  

  @media only screen and (max-width: 720px) {
    .twitter-container.customized .twitter-author {
      position: absolute;
	  bottom: -20px;
	  height: 120px;
    }
  .twitter-container.customized .pierre {
    right: 65px;
    }
  .twitter-container.customized .larsandersson {
    right: 0;
  }
    .twitter-container.customized .subtitle {
      max-width: 60%;
      font-size: 20px;
      margin: 1em 0;
      line-height: 1.3;
      }
    .twitter-container.customized .twitter-title {
	   -webkit-margin-after: -20px !important;
		font-size: 26px !important;
		line-height: 40px !important;
     }
   }

   @media only screen and (max-width: 700px) {
   	article.twitter-timeline {
   		border: none !important;
   		margin-bottom: 0px !important;
     }  		
    .twitter-container.customized .twitter-author {
      position: absolute;
	  bottom: -20px;
	  height: 110px;
    }
  .twitter-container.customized .pierre {
    right: 70px;
    }
  .twitter-container.customized .larsandersson {
    right: 0;
  }
    .twitter-container.customized .subtitle {
      max-width: 55%;
      font-size: 20px;
      margin: 1em 0;
      line-height: 1.3;
      }
    .twitter-container.customized .twitter-title {
    -webkit-margin-after: -20px !important;
	font-size: 30px !important;
	line-height: 45px !important;
     }
     
   }
   
      @media only screen and (max-width: 699px) {
   
    .twitter-container.customized .twitter-author {

	  height: 150px;
    }
  .twitter-container.customized .pierre {
    right: 110px;
    }
  .twitter-container.customized .larsandersson {
    right: 0;
    }
    .twitter-container.customized .twitter-title {
    -webkit-margin-after: -20px !important;
	font-size: 30px !important;
	line-height: 45px !important;
  }
   }
    
   @media only screen and (max-width: 580px) {
    .twitter-container.customized .twitter-author {
      position: absolute;
	  bottom: -20px;
	  height: 135px;
    }
    
     .twitter-container.customized .subtitle {
      max-width: 60%;
      font-size: 20px;
      margin: 1em 0;
      line-height: 1.3;
		    }

	.twitter-container.customized .pierre {
    right: 80px;
  
	  }
    .twitter-container.customized .twitter-title {
    -webkit-margin-after: -20px !important;
	font-size: 27px !important;
	line-height: 39px !important;
  }
   }
 
  
   @media only screen and (max-width: 500px) {
    .twitter-container.customized .twitter-author {
      display: none;
    }
    
     .twitter-container.customized .subtitle {
         font-size: 20px;
		 line-height: 1.3;
	    color: #888888;
	    font-weight: 300;
	    max-width: 100%;
	    margin: 0.4em 0 15px;
    }
  .twitter-container.customized .twitter-title {
    -webkit-margin-after: -6px !important;
    font-size: 28px !important;
    line-height: 40px !important;
  }
 }

/* =============================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 480px){
body {
padding-left: 0px;
padding-right: 0px;
}
#wrap-inner {
border: none;
/*padding-left: 2.127659574%;
padding-right: 2.127659574%;*/
}
}

@media (max-width: 600px) {
	.modal.fade.in {
		/*position: absolute;*/
		margin: 0;
		width: 95%;
	}
	.modal p {
		font-size: 14px;
	}
}

@media (max-width: 767px){
#main {
/* padding-right: 0; */
	border: none;
}
#content .main-flow {
	background: none;
}
}

@media (min-width: 768px) {
#wrap-inner {
/*padding-left: 20px;
padding-right: 20px;*/
}
}

@media (max-width: 979px) {
/* Fix top padding when using the responsive grid with the fixed topbar */
body.top-navbar {
	padding-top:0;
}
}

@media print
{
	.hentry {
		font-size: 12px;
		line-height: 15px;
	}

	.banner {
		display: none;
	}

	.hentry p {
		margin: 0 0 5px;
	}
}

/* =============================================================================
   Entypo
   ========================================================================== */
   
@font-face {
	font-family: 'entypo';
	src:url('fonts/entypo.eot');
	src:url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('fonts/entypo.svg#entypo') format('svg'),
		url('fonts/entypo.woff') format('woff'),
		url('fonts/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
i span {
	font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.icon-st:before, .icon-search:before, .icon-twitter:before, .icon-facebook:before, .icon-paperclip:before, .icon-printer:before, .icon-lock:before, .icon-lock-open:before, .icon-pictures:before, .icon-list:before, .icon-layout:before, .icon-rss:before, .icon-arrow-left:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-arrow-right:before, .icon-pencil:before, .icon-mail:before, .icon-cross:before, .icon-reply:before {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-st:before {
	content: "\e000";
}
.icon-search:before {
	content: "\e0ed";
}
.icon-twitter:before {
	content: "\e095";
}
.icon-facebook:before {
	content: "\e097";
}
.icon-paperclip:before {
	content: "\e001";
}
.icon-printer:before {
	content: "\e002";
}
.icon-lock:before {
	content: "\e003";
}
.icon-lock-open:before {
	content: "\e004";
}
.icon-pictures:before {
	content: "\e005";
}
.icon-list:before {
	content: "\e006";
}
.icon-layout:before {
	content: "\e007";
}
.icon-rss:before {
	content: "\e00c";
}
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-down:before {
	content: "\e009";
}
.icon-arrow-up:before {
	content: "\e00a";
}
.icon-arrow-right:before {
	content: "\e00b";
}
.icon-pencil:before {
	content: "\e00e";
}
.icon-mail:before {
	content: "\e00f";
}
.icon-cross:before {
	content: "\e00d";
}
.icon-reply:before {
	content: "\e010";
}

.wdpu-msg-inner .wdpu-content .yarpp-related {
	display: none;
}

/*!
 *  Focal Point: Pure HTML/CSS Adaptive Images Framework
 *  Author: Adam Bradley, 2012
 *  License: MIT/GPLv2
 *  https://github.com/adamdbradley/focal-point
 *  http://www.cdnconnect.com/
*//* .focal-point{width:100%;height:auto;overflow:hidden}.focal-point img{width:100%;max-width:100%;height:auto}.focal-point div{position:relative;max-width:none;height:auto}@media all and (max-width:767px){.focal-point div{margin:-3em -4em}.down-1 div{margin-top:-3.5em;margin-bottom:-2.5em}.down-2 div{margin-top:-4em;margin-bottom:-2em}.down-3 div{margin-top:-4.5em;margin-bottom:-1.5em}.down-4 div{margin-top:-5em;margin-bottom:-1em}.down-5 div{margin-top:-5.5em;margin-bottom:-0.5em}.down-6 div{margin-top:-6em;margin-bottom:0}.up-1 div{margin-top:-2.5em;margin-bottom:-3.5em}.up-2 div{margin-top:-2em;margin-bottom:-4em}.up-3 div{margin-top:-1.5em;margin-bottom:-4.5em}.up-4 div{margin-top:-1em;margin-bottom:-5em}.up-5 div{margin-top:-0.5em;margin-bottom:-5.5em}.up-6 div{margin-top:0;margin-bottom:-6em}.right-1 div{margin-left:-4.66em;margin-right:-3.34em}.right-2 div{margin-left:-5.33em;margin-right:-2.67em}.right-3 div{margin-left:-6em;margin-right:-2em}.right-4 div{margin-left:-6.66em;margin-right:-1.34em}.right-5 div{margin-left:-7.33em;margin-right:-0.67em}.right-6 div{margin-left:-8em;margin-right:0}.left-1 div{margin-left:-3.34em;margin-right:-4.66em}.left-2 div{margin-left:-2.67em;margin-right:-5.33em}.left-3 div{margin-left:-2em;margin-right:-6em}.left-4 div{margin-left:-1.34em;margin-right:-6.66em}.left-5 div{margin-left:-0.67em;margin-right:-7.33em}.left-6 div{margin-left:0;margin-right:-8em}.focal-point.portrait div{margin:-4em -3em}.portrait.down-1 div{margin-top:-4.66em;margin-bottom:-3.34em}.portrait.down-2 div{margin-top:-5.33em;margin-bottom:-2.67em}.portrait.down-3 div{margin-top:-6em;margin-bottom:-2em}.portrait.down-4 div{margin-top:-6.66em;margin-bottom:-1.34em}.portrait.down-5 div{margin-top:-7.33em;margin-bottom:-0.67em}.portrait.down-6 div{margin-top:-8em;margin-bottom:0}.portrait.right-1 div{margin-left:-3.5em;margin-right:-2.5em}.portrait.right-2 div{margin-left:-4em;margin-right:-2em}.portrait.right-3 div{margin-left:-4.5em;margin-right:-1.5em}.portrait.right-4 div{margin-left:-5em;margin-right:-1em}.portrait.right-5 div{margin-left:-5.5em;margin-right:-0.5em}.portrait.right-6 div{margin-left:-6em;margin-right:0}.portrait.up-1 div{margin-top:-3.34em;margin-bottom:-4.66em}.portrait.up-2 div{margin-top:-2.67em;margin-bottom:-5.33em}.portrait.up-3 div{margin-top:-2em;margin-bottom:-6em}.portrait.up-4 div{margin-top:-1.34em;margin-bottom:-6.66em}.portrait.up-5 div{margin-top:-0.67em;margin-bottom:-7.33em}.portrait.up-6 div{margin-top:0;margin-bottom:-8em}.portrait.left-1 div{margin-left:-2.5em;margin-right:-3.5em}.portrait.left-2 div{margin-left:-2em;margin-right:-4em}.portrait.left-3 div{margin-left:-1.5em;margin-right:-4.5em}.portrait.left-4 div{margin-left:-1em;margin-right:-5em}.portrait.left-5 div{margin-left:-0.5em;margin-right:-5.5em}.portrait.left-6 div{margin-left:0;margin-right:-6em}} */