@import url("bootstrap.css");

#logged-false, #logged-true{
	padding: 12px;
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}
div.featurednews {

}
div.featurednews ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	column-gap: 26px;
	-moz-column-gap: 26px; /* Firefox */
	-webkit-column-gap: 26px; /* Safari and Chrome */
	list-style: none;
	margin: 0;
}
div.featurednews li {
	list-style: none;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 26px;
}
div.featurednews li a:hover {
	text-decoration: none;
}
div.featurednews li .box-shadow {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	/*cursor: pointer;*/
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}
div.featurednews .featured-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
div.featurednews p, div.featurednews h2 {
	padding: 0;
	margin: 0;
}
div.featurednews .featured-large {
	column-span: all; /* W3C */
	-webkit-column-span: all; /* Safari & Chrome */
	-moz-column-span: all; /* Firefox */
	-ms-column-span: all; /* Internet Explorer */
	-o-column-span: all; /* Opera */
	height: 298px;
	background-size: cover;
}
div.featurednews .featured-large .featured-content {
	padding: 35px;
	width: 650px;
}
div.featurednews .featured-large .featured-content h2 {
	letter-spacing: 3px;
	font-size: 36px;
	font-weight: 300;
	color: rgba(255,255,255,0.85);
	line-height: normal;
}
div.featurednews .featured-large .featured-content p {
	font-size: 24px;
	font-weight: 300;
	color: #424e5a;
	line-height: 30px;
	margin-top: 15px;
}
div.featurednews .featured-large .featured-content p br {
	display: none;
}
div.featurednews .featured-large .featured-content a.btn {
	box-sizing: border-box;
	margin-top: 20px;
	font-size: 24px;
	padding-left: 40px;
	padding-right: 40px;
}
div.featurednews .featured-medium {
	height: 234px;
	background-size: cover;
}
div.featurednews .featured-medium .featured-content {
	color: white;
	background-color: #c13933;
	bottom: 16px;
	padding: 16px;
	position: absolute;
	text-align: center;
	width: 100%;
}
div.featurednews .featured-medium .featured-content h2 {
	font-size: 18px;
	color: white;
	line-height: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
div.featurednews .featured-medium .featured-content p {
	display: none;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 22px;
}
.featured-content h2 {
	font-weight: 500;
}
div.featurednews .featured-small {
	background-size: 104px 104px;
	height: 104px;
}
div.featurednews .featured-small .featured-content {
	margin-left: 104px;
	height: 104px;
	padding: 8px 12px;
}
div.featurednews .featured-small .featured-content h2 {
	font-size: 16px;
	color: #0288cc;
	line-height: 22px;
}
div.featurednews .featured-small .featured-content p {
	font-size: 16px;
	color: #2a2a2a;
	line-height: 22px;
}

/* Hacks for IE& */
.featurednews-ie8 {
}
.featurednews-ie8 ul {
	width: 33.33333333333333%!important;
	float: left;
}
.featurednews-ie8 ul li {
	box-sizing: border-box!important;
}
.featurednews-ie8 ul.ie8-left li {
	margin: 0 16px 0 0!important;
}
.featurednews-ie8 ul.ie8-mid li {
	margin: 0 8px!important;
}
.featurednews-ie8 ul.ie8-right li {
	margin: 0 0 0 16px!important;
	float: right;
}
.featurednews-ie8 ul.ie8-mid li:first-child, .featurednews-ie8 ul.ie8-right li:first-child {
	margin-bottom: 24px!important;
}
.featurednews-ie8 .featured-small .box-shadow {
	background-image: none!important;
	position: relative!important;
}
.featurednews-ie8 .featured-small .box-shadow img {
	position: absolute;
	height: 104px;
	width: 104px;
}
#askblogshop {
	display: none\9;
}
.navbar .nav li .comments a:first-child {
	padding-left: 0px;
}
[class^="icon-"], [class*=" icon-"] {
	margin-top: 1px;
}

/*-----------------------------------------------
BEGIN: NAVBAR;
------------------------------------------------*/
#navbar {
	background-color: #135583;
	background-image: -moz-linear-gradient(top,#156195,#0F4468);
	background-image: -ms-linear-gradient(top,#156195,#0F4468);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#156195),to(#0F4468));
	background-image: -webkit-linear-gradient(top,#156195,#0F4468);
	background-image: -o-linear-gradient(top,#156195,#0F4468);
	background-image: linear-gradient(top,#156195,#0F4468);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#156195',endColorstr='#0f4468',GradientType=0);
	left: 0;
	height: 45px;
	top: 0;
	width: 100%
}
#navbar-content {
	height: 35px;
    min-width: 600px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}
#toolbar {
	position: absolute;
	top: 13px;
	right: 0;
}
#toolbar ul {
	list-style: none;
	margin: 0;
}
#toolbar li {
	line-height: 18px;
	margin: 0;
	padding: 0;
	float: left;
}
#toolbar ul li a {
	color: #cfe0e6;
	padding: 3px 10px;
	cursor: pointer;
	line-height: 18px!important;
	font-size: 14px;
	font-family: arial, helvetica, clean, sans-serif;
}
#toolbar ul li a:hover {
	color: white;
	text-decoration: none;
}
#toolbar li+li {
	border-left: 1px solid rgb(26, 106, 37); /* The Fallback */
    border-left: 1px solid rgba(255,255,255, 0.05);
}
#toolbar li+li a {
	border-left: 1px solid rgb(0, 91, 118); /* The Fallback */
    border-left: 1px solid rgba(0,0,0, 0.1);
}
#toolbar ul li:last-child {
	border: none;
}
#toolbar ul li #logoutLink {
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top,#08c,#05c);
    background-image: -ms-linear-gradient(top,#08c,#05c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#05c));
    background-image: -webkit-linear-gradient(top,#08c,#05c);
    background-image: -o-linear-gradient(top,#08c,#05c);
    background-image: linear-gradient(top,#08c,#05c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0055cc',GradientType=0);
    border-color: #05c #05c #003580;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 3px 14px;
    font-family: arial, helvetica, clean, sans-serif;
}
.small-logo a:hover {
	border: none;
}
.small-logo a img {
	height: 45px;
}
.new-nav {
	padding-top: 0!important;
}
#new-nav-bottom {
	margin: 0 5px!important;
}
#toolbar li.dropdown .dropdown-toggle .caret {
	border-top-color: white;
    border-bottom-color: white;
	margin-left: 5px;
	opacity: 0.9;
}
#toolbar li.dropdown .dropdown-toggle:hover .caret, #toolbar li.dropdown.open .caret {
	border-top-color: white;
    border-bottom-color: white;
	opacity: 1;
}
#toolbar ul.dropdown-menu {
	min-width: inherit;
	top: 22px;
}
#toolbar li.dropdown ul li {
	border: none;
	display: block;
	width: 100%;
}
#toolbar li.dropdown ul li a {
	border-left: 0;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px!important;
	padding: 3px 14px;
}
#toolbar .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
	position: absolute;
	top: -5px;
	left: 10px;
}
#toolbar li a i.icon-white {
	margin-right: 5px;
	opacity: 0.8;
}
#toolbar li a:hover i.icon-white {
	opacity: 1!important;
}

#toolbar a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#toolbar ul li a#logged-false, #toolbar ul li a#logged-true, #toolbar ul li a#loginLink {
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border-radius: 3px;
/*	background-color: #0074cc;
	background-image: -moz-linear-gradient(top,#08c,#05c);
	background-image: -ms-linear-gradient(top,#08c,#05c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#05c));
	background-image: -webkit-linear-gradient(top,#08c,#05c);
	background-image: -o-linear-gradient(top,#08c,#05c);
	background-image: linear-gradient(top,#08c,#05c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0055cc',GradientType=0);
	border-color: #05c #05c #003580;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
	font-family: arial, helvetica, clean, sans-serif;
	font-weight: normal;
	margin-left: 5px;
	margin-top: -4px;
	padding: 3px 14px;
}
#toolbar #loginDialog a {
	border-left: 0;
	color: #08c;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	text-decoration: none;
}
/*-----------------------------------------------
END: NAVBAR;
------------------------------------------------*/

div.fancybox-wrap, div#fancybox-loading { z-index: 99999; }
div#fancybox-overlay { z-index: 9999; position: fixed; }

@media all and (max-width: 979px) {
	div.featurednews .featured-small .featured-content {
		background: white;
		margin-left: 0;
		border-left: 6px solid #0288cc;
	}
	div.featurednews .featured-small .featured-content h2 {
	}
	div.featurednews .featured-small .featured-content p {
	}
}
@media all and (max-width: 767px) {
	div.featurednews ul {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	div.featurednews .featured-large {
		height: auto;
	}
	div.featurednews .featured-large .box-shadow {
		background-size: 767px !important;
		overflow: inherit;
	}
	div.featurednews .featured-large .featured-content {
		width: inherit;
		padding-right: 160px;
	}
	div.featurednews .featured-medium {
		height: 104px;
	}
	div.featurednews .featured-medium .box-shadow {
		background-size: 104px 104px !important;
		height: 104px;
		background-position: center left!important;
	}
	div.featurednews .featured-medium .featured-content {
		margin-left: 104px;
		height: 104px;
		padding: 8px 12px;
		color: white;
		background-color: transparent;
		position: relative;
		text-align: left;
		display: block;
		width: auto;
		bottom: 0;
	}
	div.featurednews .featured-medium .featured-content h2 {
		font-size: 16px;
		color: #0288cc;
		line-height: 22px;
		text-shadow: none;
	}
	div.featurednews .featured-medium .featured-content p {
		display: inherit;
	}
	div.featurednews .featured-small .featured-content {
		border-left: none;
		margin-left: 104px;
	}
}
@media all and (max-width: 629px) {
	div.featurednews .featured-large .featured-content {
		padding-right: 35px;
		padding-bottom: 150px;
	}
}
@media all and (max-device-width: 640px){
	div.featurednews .featured-large .featured-content {
		padding: 20px 20px 230px 20px;
	}
	div.featurednews .featured-large .featured-content h2 {
		font-size: 24px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 1px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	div.featurednews .featured-large .featured-content p {
		font-size: 18px;
		line-height: 24px;
	}
	div.featurednews .featured-large .featured-content p strong {
		display: block;
	}
	div.featurednews .featured-large .featured-content a.btn {
		font-size: 18px;
		min-width: 240px;
	}
	div.featurednews .featured-small, div.featurednews .featured-medium {
		height: 90px;
	}
	div.featurednews .featured-small .box-shadow, div.featurednews li.featured-medium div.box-shadow {
		height: 90px;
		background-size: 90px 90px!important;
	}
	div.featurednews .featured-small .featured-content, div.featurednews .featured-medium .featured-content {
		margin-left: 90px!important;
	}
	div.featurednews .featured-small .featured-content h2,
	div.featurednews .featured-small .featured-content p,
	div.featurednews .featured-medium .featured-content h2,
	div.featurednews .featured-medium .featured-content p {
		font-size: 14px;
		line-height: inherit;
	}
}