﻿/**************************************************
 * Story Article & Basic Page Layout Styles
 **************************************************/

.page-container {
	background-color: #f3f3f3;
	padding-bottom: 80px;
	position: relative;

	z-index: 1;
}

.story-banner {
	position: absolute;
	min-width: 940px;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 829px;
}

.page-section-container,
.page-container .page-title {
	position: relative;
	margin: 0 auto;
	padding: 10px 40px;
	width: 940px;
}
.page-section-container,
.page-container .container {
	background-color: #fff;
	z-index: 3;
}
.page-section-container {
	padding-top: 40px;
}
.page-section-container.section-no-padding {
	padding-top: 0;
}

.page-container .page-title {
	padding: 0;

	z-index: 3;
}
.page-container .page-title {
	padding-bottom: 60px;
	padding-top: 80px;
}
.page-container .page-title.has-banner-bg {
	padding-bottom: 80px;
	padding-top: 80px;
}

/* Story Page Styles */

.story-details,
.story-footer {
	padding: 20px;
	position: relative;
	width: 980px;
	height: 20px;
	z-index: 10;
}
.story-details {
	border-bottom: 2px solid #eee;
	border-top: 4px solid #444;
}

.story-footer {
	border-top: 2px solid #eee;
	border-bottom: 4px solid #444;
}

.page-container p.metadata {
	line-height: 20px;
	font-size: 16px;
	float: left;
	color: #aaa;
	width: 45%;
	margin: 0 0 0 10px;
}
.page-container .social-buttons {
	float: right;
	height:30px;
}
.page-container .social-buttons span {float:left; margin:0 1px 0 1px;display: none;}

.socialicon{
	font-size: 21px;
	width: 35px;
    color: #000;
}

.page-container .social-buttons > div,
.page-container .social-buttons > iframe,
.page-container .social-buttons > a {
float:right;
	margin-left: 10px;
}
.fb-like.fb_iframe_widget span {
	/*display: block;*/
}

.author-photo {
	border-style: solid;
	position: absolute;
	margin-left: -44px;
	border-width: 4px;
	overflow: hidden;
	bottom: -48px;
	z-index: 5;
	left: 50%;

	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}
.author-photo img {
	display: block;
	height: 80px;
	width: 80px;
}

.author-twitter {
	position: absolute;
	margin-left: -70px;
	bottom: -19px;
	z-index: 10;
	left: 50%;
}
.story-footer .author-twitter {
	bottom: auto;
	top: -11px;
}

/* Basic Page Styles */

.page-section-container.page-top-border {
	width: 1020px;
	padding: 0;
}
.page-top-border span {
	background-color: #444;
	display: block;
	height: 10px;
	width: 100%;
	float: left;
}
.page-top-border.border-rainbow span {
	width: 170px;
}
.page-top-border .border-magenta {
	background-color: #e91069;
}
.page-top-border .border-orange {
	background-color: #f57d27;
}
.page-top-border .border-blue {
	background-color: #34b8bc;
}
.page-top-border .border-green {
	background-color: #89cb97;
}
.page-top-border .border-yellow {
	background-color: #fed37f;
}
.page-top-border .border-pink {
	background-color: #f48e8d;
}

/* Typography & Page Content Base Styles */

.page-container h1,
.page-container h2,
.page-container h3,
.page-container h4,
.page-container h5,
.page-container h6,
.page-container p,
.page-container ul,
.page-container ol,
.page-container hr {
	margin-bottom: 30px;
}
.page-section-container *:first-child {
	margin-top: 0;
}

.page-container hr {
	border-top: 3px dotted #eee;
	background: transparent;
	height: 0px;
}

p.empty {
	font-family: "museo-slab", Georgia, serif;
	font-style: italic;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	padding: 60px 0;
	color: #bbb;
}

/* Headings */

.page-container h1,
.page-container h2,
.page-container h3,
.page-container h4 {
	font-weight: 900;
}
.page-container h1.centered-heading,
.page-container h2.centered-heading,
.page-container h3.centered-heading,
.page-container h4.centered-heading {
	text-align: center;
	color: #aaa;
}
.page-container h1 small,
.page-container h2 small,
.page-container h3 small {
	display: inline-block;
	margin-left: 15px;
	font-weight: 300;
	font-size: 18px;
	color: #aaa;
}
.page-container h1 small.subtitle,
.page-container h2 small.subtitle,
.page-container h3 small.subtitle {
	line-height: 24px;
	display: block;
	margin-left: 0;
}
.page-container h5,
.page-container h6 {
	font-weight: 700;
}
.page-container h1 {
	font-size: 40px;
}
.page-container .page-title h1 {
	text-align: center;
	font-weight: 800;
	color: #bbb;
	margin: 0;
}
.page-container .page-title.has-banner-bg h1 {
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	color: #fff;
}
.page-container h2 {
	line-height: 40px;
	font-size: 30px;
}
.page-container h3 {
	line-height: 34px;
	font-size: 26px;
}
.page-container h4 {
	line-height: 31px;
	font-size: 23px;
}
.page-container h5 {
	line-height: 28px;
	font-size: 20px;
}
.page-container h6 {
	line-height: 24px;
	font-size: 16px;
}
.page-container p,
.page-container ol,
.page-container ul {
	line-height: 26px;
	font-size: 18px;
}

/* Blockquotes */
/* 
.page-container blockquote {
	font-family: "museo-slab", Georgia, serif;
	border-bottom: 3px solid #ddd;
	padding: 20px 40px 20px 80px;
	border-top: 3px solid #ddd;
	position: relative;
	font-style: italic;
	line-height: 38px;
	font-weight: 700;
	background: #fff;
	font-size: 30px;
	margin: 30px 0;
	color: #444;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-container blockquote span {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	position: absolute;
	line-height: 80px;
	font-size: 100px;
	cursor: default;
	color: #ddd;
	left: 15px;
	top: 20px;
} */
.page-container .text-3col blockquote span {
	line-height: 70px;
	font-size: 70px;
	left: 10px;
	top: 10px;
}

.page-container .text-2col blockquote,
.page-container .mixed-2col blockquote {
	line-height: 28px;
	font-size: 22px;
}
.page-container .text-3col blockquote {
	padding: 15px 10px 15px 65px;
	line-height: 24px;
	font-size: 18px;
}

/* Lists */

.page-container ol,
.page-container ul {
    list-style: none;
	padding-left: 0;
}
.page-container ol li,
.page-container ul li {
	border-bottom: 2px dotted #eee;
	padding-bottom: 10px;
	padding-top: 10px;
}
.page-container ol li:first-child,
.page-container ul li:first-child {
	padding-top: 0;
}
.page-container ol li:last-child,
.page-container ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.page-container ol li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
	text-indent: -54px;
	padding-left: 54px;
}
.page-container ol li:before {
	font-family: "museo-slab", Georgia, serif;
	content: counter(list) ".";
	display: inline-block;
	padding-right: 14px;
	text-align: right;
	font-weight: 900;
	font-size: 18px;
	width: 40px;
	color: #ccc;
}

.page-container ul li {
    padding-left: 40px;
    text-indent: -22px;
}
.page-container ul li:before {
	font-family: "Arial Black";
	padding-right: 14px;
	position: relative;
	font-size: 12px;
	content: "■";
	color: #ccc;
	top: -2px;
}

/**************************************************
 * Page Layout Elements & Variants
 **************************************************/

.col1,
.col2,
.col3 {
	position: relative;
	float: left;
}
.text-2col .col1,
.text-2col .col2,
.mixed-2col.col-image-right .col1,
.mixed-2col.col-image-left .col2 {
	margin-right: 42px;
	width: 426px;
}

.text-2col .col1 {
	border-right: 3px dotted #eee;
	padding-right: 42px;
}
.text-2col .col2 {
	margin-right: 0;
}
/*.text-2col .col1 *:last-child,
.text-2col .col2 *:last-child {
	margin-bottom: 0;
}*/

.text-3col .col1,
.text-3col .col2 {
	margin-right: 35px;
}
.text-3col .col1,
.text-3col .col2,
.text-3col .col3 {
	width: 290px;
}

/* Images */

.page-container img {
	display: block;  
	/* width: 100% !important;
    height: auto !important; */
}

.page-container p.image-caption,
.image-caption {
	background: rgba(0,0,0,0.75);
	padding: 14px 20px 16px;
	position: absolute;
	text-align: right;
	line-height: 22px;
	max-width: 270px;
	bottom: 20px;
	color: #fff;
	right: 0px;
	margin: 0;
}
.page-container .col-image-left p.image-caption {
	text-align: left;
	left: 0;
	right: auto;
}

.image-wide-browser,
.image-wide-content.container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.image-wide-browser {
	height: 560px;
}
.image-wide-content.container {
	/* height: auto; */ 
	min-height: 340px;
	width: 1020px;
	}
	

.mixed-2col.col-image-left,
.mixed-2col.col-image-right {
	width: 980px;
}
.mixed-2col.col-image-left .col1,
.mixed-2col.col-image-right .col2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 500px;
}

.mixed-2col.col-image-left {
	padding-left: 0;
}
.mixed-2col.col-image-left .col1 {
	margin: 0 42px 30px 0;
}
.mixed-2col.col-image-left .col2 {
	margin-right: 0;
}

.mixed-2col.col-image-right {
	padding-right: 0;
}
.mixed-2col.col-image-right .col2 {
	margin: 0 0 30px;
	float: right;
}

.PIN_1530702175321_button_pin.PIN_1530702175321_save{position: absolute; top: 0px; left: -50px;}
.social-buttons > div:first-child{width:auto !important;}

.imgFullWidth .signleImg{
	height:auto;
	width:100%;
}
.imgFullWidth{
	height:unset;
}

.fullSizeImg{
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 50px;
}
/*config.allowedContent = true;*/



