.wrapper {
	margin-top: 130px;
}
p, h1, h2, h3, h4 {
word-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
#article h2, h3, h4 {
margin-bottom:10px;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#wpstats {
position: absolute !important;
opacity: 0 !important;
right: 0;
visibility: hidden;
}
.slideshow-window, .slideshow-window img, .slideshow-window div {
	max-width: 100% !important;
}
iframe#twitter-widget-1 {
width: 100% !important;
z-index:0;
}
#headerbar {
	z-index: 99999999999999 !important;
}
#headerbar .container {
	position: relative;
	height:100%;
}
#headerbar, #headerbar * {
	transition: all 0.25s ease-in-out;
}
#headerbar.shrink {
	top: 0px !important;
	z-index: 99999999999999;
	height: 50px;
	padding:0px;
}
.customize-support #headerbar.shrink {
	top:30px !important;
}
#headerbar.shrink a.navbar-brand img {
	height: 47px;
	margin-top: 0px;
}
.navbar-brand img#lg {
	top: 0px;
	z-index: 99;
}
.navbar-brand img#sml {
	height: 43px !important;
	top: 100px;
}
.no-js .navbar-brand img#sml {
	display: none !important;
}
.navbar-brand img#sml.in {
	top: 5px;
}
.navbar-brand img#lg.out {
	top: -100px;
}
#headerbar.shrink .navbar-collapse .dropdown > a {
	margin-top: 8px;
	padding-bottom: 13px;
}
#headerbar.shrink .search-button a {
	margin-top: 10px;
}
.customize-support #headerbar.shrink .dropdown-menu {
	top:80px;
}
#headerbar.shrink .dropdown-menu {
	top: 50px;
	width: 100%;
}
#headerbar .dropdown-menu {
	width: 100%;
}
.navbar-brand img {
	position: absolute;
	left: 0px;
}
#searchbox {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.9);
	top: -100%;
	opacity: 0;
	transition: opacity 0.45s ease-in-out;
}
#searchbox.open {
	opacity:1;
	top:0%;
}
div#search {
	width: 470px;
	display: block;
	position: absolute;
	top: 40%;
	margin-left: 50%;
	left: -235px;
}
div#searchbox .container {
	position: relative;
	height: 100%;
	transition: top 0.25s ease-in-out;
}
div#search input[type="text"] {
	display: block;
float: left;
padding: 6px;
width: 300px;
font-size: 20px;
border: 1px solid #444;
color: #888;
background-color: #252526;
height: 25px;
}
div#search input[type="submit"] {
	display: block;
	float: left;
	margin-left: 10px;
	background-color: #2678e6;
	border: 0px;
	font-size: 20px;
	color: #fff;
	padding: 7px 28px;
	height:39px;
}
input:focus {
	outline: auto rgb(38,120,230) !important;
}
#searchbox a {
	color: #fff;
	position: absolute;
	top: 150px;
	right: 7px;
}
img.aligncenter, .aligncenter {
	padding: 10px;
	display: block;
	margin: 0px auto;
}
img.alignright {
	float: right;
	padding: 10px;
}
img.alignleft {
	float: left;
	padding: 10px;
}
img.alignnone {
	padding: 10px 10px 10px 0px;
}
.light-grey {
	color: #666;
}
.black {
	color: #000;
}
p {
	font-size: 14px;
}
ul.nav li.search-button a {
	padding: 0px 0px;
	margin-top: 22px;
	width:45px;
}
ul.nav li.search-button a img {
	opacity: 1;
	width:35px;
	height:auto;
}
ul.nav li.search-button a img.off {
	opacity: 0;
}
li {
	font-size: 14px;
}
ul.nav li.search-button a:hover {
	background: #000;
}
#feature1 {
	display: block;
	height: 435px;
	overflow: hidden;
	width: 620px;
}
#featured1 img {
	width: 100%;
}
#feature1 .article-details {
color: #fff;
background: #000;
display: block;
float: left;
padding: 20px;
position: absolute;
bottom: 0px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#featured1 h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0px;
	position: absolute;
	bottom: 100%;
	width: 100%;
	left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px 20px;
	background: #2c7be3;
}
#feature1 h2 {
	display: block;
	position: absolute;
	top: 0px;
	font-size: 1.5em;
	padding: 10px 20px;
	min-width: 200px;
	background-color: #2678e6;
	color: #fff;
}
#feature1 .article-details p.author {
	float: left;
	margin-top: 26px;
}
#feature1 .article-details a.readmore {
	float: right;
	margin-top: 27px;
	font-size: 0.9em;
}
#feature1 img.featuredimage {
	position: absolute;
	top: 0px;
}
#feature2 {
	width: 465px;
}
#feature2 .featured2 {
	height: 212px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.featured2:first-child {
	margin-bottom: 11px;
}
.featured2 h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1em;
	color: #fff;
	padding: 5px 10px;
	background-color: #2678E5;
}
.featured2 .article-details {
color: #fff;
background: #000;
display: block;
float: left;
padding: 10px;
position: absolute;
bottom: 0px;
width: 100%;
min-height: 35px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.featured2 .article-details h1 {
	font-weight: normal;
	font-size: 1.15em;
	position: absolute;
	bottom: 100%;
	width: 100%;
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
	background: #2c7be3;
	left: 0px;
	padding: 5px 10px;
}
.featured2 .article-details p {
	font-size: 0.85em;
}
.featured2 .article-details p:after {
	content: '...';
}
.shareIcon {
cursor:pointer;
}
#feature1 .shareFeature {
height: 44px;
width:44px;
}
.featured2 .shareFeature {
	height:30px;
}
#feature1 .shareFeature {
height: 44px;
}
.shareFeature {
position: absolute;
z-index: 9999999;
right: 0px;
overflow: hidden;
width:45px;
}
.shareFeature img {
height: 100%;
width: auto !important;
float: right;
margin-left: 2px;
}
.shareButtons {
float: left;
height: 100%;
}
#feature1 .shareButtons {
width: 203px;
overflow: hidden;
position: absolute;
right: 44px;
padding: 3px 3px 3px 2px;
background: #d7d7d7;
z-index: -1;
box-sizing: border-box;
}

#feature1 .shareButtons div {
position: absolute;
width: 197px;
height: 85%;
}
#feature1 .shareFeature.open {
width:290px;
}



#feature2 .shareFeature {
width:30px;
}
#feature2 .shareButtons {
width: 137px;
overflow: hidden;
position: absolute;
right: 29px;
box-sizing: border-box;
padding: 3px 5px 3px 0px;
background: #d7d7d7;
z-index: -1;
}
#feature2 .shareButtons div {
position:absolute;
width:246px;
height:100%;
}
#feature2 .shareFeature.open {
width:166px;
}
.shareFeature {
transition:width 0.3s ease-in-out;
}








#followlinks {
	margin: 10px 0px;
}
#followlinks div {
	padding-bottom: 0px !important;
}
#followlinks .container .row {
	border-top: 4px solid #2678e6;
	border-bottom: 1px solid #666;
	margin: 0px 11px;
}
#followlinks .span6 {
	margin: 15px 4px;
}
#followlinks .span6 a {
	float: right;
	margin-left: 5px;
	display: block;
	height: 64px;
	width: 64px;
}
#followlinks .span6 img {
	height: 100%;
	width:auto;
}
#followlinks .span6 p {
	font-size: 1.5em;
}
#followlinks .span6 .black, #followlinks .span6 .lightgrey {
	font-weight: bold;
}
a.fillbox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top:0px;
	left:0px;
	background-color: #fff;
	bacground-color: rgba(255,255,255,0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	-webkit-opacity:0;
}
a.fillbox:hover + img {
	width: 103% !important;
}
.featuredimage {
	width: 100%;
	transition: width 0.25s ease-in-out;
}
.span4 .accordion-group {
	margin-bottom: 10px;
	width: 320px;
	margin-left: 36px;
}
.span4 .accordion-heading a {
	font-size: 1.25em;
	color: #fff;
	background: rgb(38,120,230);
	padding: 10px;
	display: block;
	box-sizing: border-box;
	width: 99%;
	font-weight: 100;
	margin-bottom: 10px;
}
.span4 .accordion-heading a:hover {
	text-decoration: none;
}
.span4 .accordion-inner {
	width: 99%;
}
article h1, article h1 a {
	color: #333;
	font-weight: normal;
	font-size: 1.6em;
}
article h1 a:hover {
	text-decoration: none;
}
p.details {
	color: #666;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1em;
	margin: -5px 0px 20px 0px;
}
article img {
	margin-bottom: 20px;
}
.more {
position: relative;
background: #ebebeb;
height: 50px;
overflow: hidden;
box-sizing: border-box;
padding: 2px 0px 2px 10px;
margin-bottom: 30px;
margin-top: 30px;
}
.more .social {
	position: absolute;
	right: 8px;
	top: 7px;
}
.more .social a {
float: right;
margin-left: 5px;
width: 35px;
height: 35px;
}
.more .social a img {
width: 100%;
height: auto;
}
.more a.readmore {
	margin-top: 13px;
	display: block;
	float: left;
	margin-right: 20px;
}
.more a[data-disqus-identifier] {
	color: #6f6f6f;
	display: block;
	float: left;
	margin-top: 13px;
}
article {
	display: block;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	width: 100%;
}
.accordion-inner ul li {
	list-style: none;
	margin: 0px;
	padding: 15px 0px;
	border-top: 1px solid #666;
	font-size: 1em;
}
.accordion-inner ul li:first-child {
	border-top: none;
	padding-top: 5px;
}
.accordion-inner ul li a {
	font-size: 1.2em;
	color: #484848;
}
.accordion-inner ul li a:hover {
	text-decoration: none;
	color: rgb(38,120,230);
}
#footer .row {
	padding: 0px;
}
#footer #newsletter {
	padding: 20px 0px 20px 90px;
}
#footer #newsletter p {
	color: #fff;
}
#footer #follow-footer {
	padding: 20px 0px;
}
#footer #follow-footer p {
	color: #fff;
	text-align: right;
}
#footer #follow-footer a {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	height: 55px;
	width: 55px;
}
#footer #follow-footer a img {
	height: 100%;
}
#newsletter form {
	margin-top: 20px;
}
input#e-mail {
	width: 60%;
	height: 32px;
	font-size: 1em;
	text-align: center;
	float: left;
}
#newsletter form input.submit {
	height: 38px;
	display: block;
	float: left;
	background-color: #959595;
	border: 1px solid #959595;
	color: #fff;
	font-size: 1em;
	text-align: center;
	width: 105px;
	margin-left: 5px;
	letter-spacing: 1px;
}
#single img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 15px;
}
#single p {
	margin-bottom: 15px;
}
#single h1, #archive .span12 h1, #category .span12 h1, #authorlist .span12 h1 {
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0px 20px 0px;
}
#single h2 {
margin-bottom: 15px;
}
#archive .span12 h1, #category .span12 h1, #authorlist .span12 h1 {
	margin-bottom: 10px;
}
#single .row:first-child, #archive .row:first-child, #category .row:first-child {
	padding-bottom: 0px;
}
#single .social {
	display: block;
	float: right;
	width: 45%;
	margin-top: -10px;
}
#single .social a {
	float: right;
	margin-left: 3px;
	height: 33px;
}
#single .social a img {
	height: 100%;
}
#single p.details {
	margin-bottom: 0px;
	width: 45%;
	float: left;
}
#single .span12, #archive .span12, #category .span12, #authorlist .span12 {
	border-bottom: 1px solid #333;
	padding-bottom: 13px;
}
#single ul, #single ol {
	margin-bottom: 10px;
}
#authorlist .gravatar {
	float: left;
	overflow: hidden;
	display: block;
	width: 170px;
	height: 200px;
	position: relative;
	margin-right: 20px;
}
#authorlist .gravatar a {
	float: left;
	position: absolute;
	margin-left: 50%;
	left: -100px;
}
#authorlist p.posts-by-author {
	position: absolute;
	left: 190px;
	bottom: 0px;
}
#authorlist p.posts-by-author a {
	color: rgb(38,120,230) !important;
}
#authorlist p.posts-by-author a:hover {
	text-decoration: underline !important;
}
#authorlist .authorinfo a:first-child {
	color: #000;
	font-weight: bold;
}
#authorlist .authorinfo a:first-child:hover {
	text-decoration: none;
}
#authorlist p.author-description2 {
	font-size: 1.1em;
	line-height:1.2;
	padding-right: 20px;
}
#authorlist .span6 {
	margin-bottom: 20px;
}
#author-profile .gravatar {
	float: left;
	overflow: hidden;
	display: block;
	width: 250px;
	height: 300px;
	position: relative;
	margin-right: 20px;
}
#author-profile .gravatar img {
	position: absolute;
	margin-left: 50%;
	left: -150px;
}
#author-profile #author-info {
	margin: 20px 0px !important;
	padding: 20px 0px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
}
#author-profile #author-info p {
	font-size: 1.2em;
}
#author-profile a.image-link {
	float: left;
	margin-right: 20px;
}
#author-profile a.image-link img {
	width: auto !important;
	padding-top: 5px;
}
#author-profile article h1, #author-profile article h1 a {
	color: #333;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25;
}
#author-profile article h1 a:hover {
	color: rgb(38,120,230);
}
#author-profile p.postinfo {
	text-transform: uppercase;
}
#author-profile article {
	border-bottom: none;
	margin-bottom: 30px;
}
a.video-thumb {
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale' !important);
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" !important;
	height: 180px;
	background-position: center;
}
#videos h1 {
	font-weight: normal;
}
.accordion-body {
	transition: max-height 0.5s ease-in-out;
	max-height: 1000px;
	overflow: hidden;
}
.accordion-body.closed {
	max-height: 0px;
}

@media screen and (max-width: 1200px) {
#feature1 {
	width: 560px;
	height: 411px;
}
#feature2 {
	width: 360px;
}
#feature2 .featured2 {
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#followlinks .span6 p {
	font-size: 1.35em;
}
#followlinks .span6 a {
	height: 55px;
	width:55px;
	display:block;
}
.span4 .accordion-group {
	width: 275px;
	margin-left: 25px;
}
article h1, article h1 a {
	font-size: 1.55em;
}
#footer #newsletter {
	width: 400px;
	padding: 20px 0px 20px 70px;
}
#footer #follow-footer a {
	margin-top: 14px;
	height: 45px;
	width: 45px;
}
#productscolumn {
	padding-left: 80px;
}
}

@media screen and (max-width: 992px) {
.navbar-brand img#sml {
	height: 30px !important;
}
.navbar-brand img#sml.in {
	top: 9px;
	margin-top: 0px !important;
}
.row {
	width: 100%;
}
#feature1 {
	width: 100%;
	height: 450px;
}
#feature2 {
	width: 100%;
}
#feature2 .featured2 {
	height: 203px;
	width: 49%;
	float: left;
	margin-bottom: -10px;
}
#feature2 .featured2:first-child {
	margin-right: 2%;
}
#followlinks .span6 p {
	font-size: 1em;
}
#followlinks .span6 a {
	height: 45px;
	width:45px;
	display:block;
}
.span4 .accordion-group {
	width: 245px;
	margin-left: 8px;
}
.accordion-inner ul li a {
	font-size: 1em;
	color: #484848;
}
.accordion-inner ul li {
	padding: 12px 0px;
}
article h1, article h1 a {
	font-size: 1.35em;
}
p.details, p.details a {
	font-size: 12px;
}
.more a[data-disqus-identifier] {
	display: none;
}
#footer #newsletter {
	width: 381px;
	padding: 20px 0px 20px 0px;
}
#footer #follow-footer {
	width: 330px;
}
#footer #follow-footer a {
	margin-top: 20px;
	height: 40px;
	width: 40px;
}
#productscolumn {
	padding-left: 55px;
}
#single h1 {
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0px 20px 0px;
	font-size: 2.25em;
}
#authorlist .row:nth-child(2) .span6:first-child {
	margin-top: 10px;
}
#authorlist .row:last-child .span6:last-child {
	border-bottom: none;
}
#authorlist .span6 {
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
#authorlist .row {
	padding-bottom: 0px;
}
#authorlist p.posts-by-author {
	bottom: 20px;
}
#author-profile .gravatar {
	float: left;
	overflow: hidden;
	display: block;
	width: 175px;
	height: 250px;
	position: relative;
	margin-right: 20px;
}
#author-profile .gravatar img {
	width: 250px;
	height: auto;
	position: absolute;
	margin-left: 50%;
	left: -125px;
}
#author-profile #author-info p {
	font-size: 1em;
}
#author-profile article h1, #author-profile article h1 a {
	color: #333;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.25;
}
#author-profile a.image-link img {
	width: auto !important;
	padding-top: 2px;
}
#headerbar .navbar-collapse .dropdown > a {
	font-size: 14px;
	margin-top: 14px;
}
#headerbar.shrink .navbar-collapse .dropdown > a {
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 14px;
}
a.navbar-brand img {
	margin-top: 5px !important;
}
}