@font-face { font-family: ProximaNova; src: url('https://newsrepstatic.blob.core.windows.net/html/article/share/fonts/ProximaNova/ProximaNova-Regular.otf'); } 

.range{
	height: 12px;
	border : 1px solid #504848;
	float: left;
	margin-top: 5px;
	min-width: 95%;
}

@media (min-width: 0px) and (max-width:376px)
{
	.range{
		min-width: 86%;
	}
}

@media (min-width:376px) and (max-width:866px)
{
	.range{
		min-width: 89%;
	}
}

.range div{
	height: 10px;
	background-color: #504848;
}

.percent
{
	overflow: hidden;
	padding-left: 5px;
	text-align:right;
}

.pollresult
{
	padding-top:20px;
	padding-bottom:20px;
}

.polllabel
{
	width:90%;
}

.pollbar
{
	padding-bottom:10px;
}

.fb-comments, .fb-comments * {
    width:100% !important;
}

html
{
	font-family: sans-serif;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
body
{
	margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
	display: block;
}
audio,canvas,progress,video
{
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls])
{
	display: none;
	height: 0;
}
[hidden],template
{
	display: none;
}
a
{
	background: 0 0;
}
a:active,a:hover
{
	outline: 0;
}
b,strong
{
	font-weight: 700;
}
dfn
{
	font-style: italic;
}
h1
{
	margin: .67em 0;
}
mark
{
	background: #ff0;
	color: #000;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -.5em;
}
sub
{
	bottom: -.25em;
}
img
{
	border: 0;
}
svg:not(:root)
{
	overflow: hidden;
}
hr
{
	box-sizing: content-box;
	height: 0;
	moz-box-sizing: content-box;
}
pre
{
	overflow: auto;
}
code,kbd,pre,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}
button
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit]
{
	cursor: pointer;
	webkit-appearance: button;
}
button[disabled],html input[disabled]
{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
input[type=checkbox],input[type=radio]
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button
{
	height: auto;
}
input[type=search]
{
	box-sizing: content-box;
	moz-box-sizing: content-box;
	webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration
{
	webkit-appearance: none;
}
fieldset
{
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend
{
	border: 0;
	padding: 0;
}
textarea
{
	overflow: auto;
}
optgroup
{
	font-weight: 700;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td,th
{
	padding: 0;
}
@media print
{
	*
	{
		background: 0 0!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important;
	}
	a,a:visited
	{
		text-decoration: underline;
	}
	a[href]:after
	{
		content: " (" attr(href) ")";
	}
	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,a[href^="#"]:after
	{
		content: "";
	}
	blockquote,pre
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	img,tr
	{
		page-break-inside: avoid;
	}
	img
	{
		max-width: 100%!important;
	}
	h2,h3,p
	{
		orphans: 3;
		widows: 3;
	}
	h2,h3
	{
		page-break-after: avoid;
	}
	select
	{
		background: #fff!important;
	}
	.navbar
	{
		display: none;
	}
	.table td,.table th
	{
		background-color: #fff!important;
	}
	.btn>.caret,.dropup>.btn>.caret
	{
		border-top-color: #000!important;
	}
	.label
	{
		border: 1px solid #000;
	}
	.table
	{
		border-collapse: collapse!important;
	}
	.table-bordered td,.table-bordered th
	{
		border: 1px solid #ddd!important;
	}
}
*,:after,:before
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
html
{
	font-size: 10px;
	webkit-tap-highlight-color: transparent;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: ProximaNova,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.35;
}
button,input,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a
{
	color: #666;
	text-decoration: none;
}
a:focus,a:hover
{
	color: #404040;
	text-decoration: underline;
}
a:focus
{
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}
figure
{
	margin: 0;
}
img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 6px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	padding: 0;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
hr
{
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sr-only
{
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6
{
	color: inherit;
	font-family: ProximaNova,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1.1;
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small
,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5
 .small,h5 small,h6 .small,h6 small
{
	color: #777;
	font-weight: 400;
	line-height: 1;
}
.h1,.h2,.h3,h1,h2,h3
{
	margin-bottom: 10px;
	margin-top: 20px;
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small
,h3 .small,h3 small
{
	font-size: 65%;
}
.h4,.h5,.h6,h4,h5,h6
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small
,h6 .small,h6 small
{
	font-size: 75%;
}
.h1,h1
{
	font-size: 36px;
}
.h2,h2
{
	font-size: 30px;
}
.h3,h3
{
	font-size: 24px;
}
.h4,h4
{
	font-size: 18px;
}
.h5,h5
{
	font-size: 14px;
}
.h6,h6
{
	font-size: 12px;
}
p
{
	margin: 0 0 10px;
}
.lead
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media (min-width:768px)
{
	.lead
	{
		font-size: 21px;
	}
}

@media (min-width:351px)
{
	.padding-image
	{
		margin-left: 10px;
		margin-right: 10px;
	}
}

.small,small
{
	font-size: 85%;
}
cite
{
	font-style: normal;
}
.mark,mark
{
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.text-nowrap
{
	white-space: nowrap;
}
.text-lowercase
{
	text-transform: lowercase;
}
.text-uppercase
{
	text-transform: uppercase;
}
.text-capitalize
{
	text-transform: capitalize;
}
.text-muted
{
	color: #777;
}
.text-primary
{
	color: #666;
}
a.text-primary:hover
{
	color: #4d4d4d;
}
.text-success
{
	color: #3c763d;
}
a.text-success:hover
{
	color: #2b542c;
}
.text-info
{
	color: #31708f;
}
a.text-info:hover
{
	color: #245269;
}
.text-warning
{
	color: #8a6d3b;
}
a.text-warning:hover
{
	color: #66512c;
}
.text-danger
{
	color: #a94442;
}
a.text-danger:hover
{
	color: #843534;
}
.bg-primary
{
	background-color: #666;
	color: #fff;
}
a.bg-primary:hover
{
	background-color: #4d4d4d;
}
.bg-success
{
	background-color: #dff0d8;
}
a.bg-success:hover
{
	background-color: #c1e2b3;
}
.bg-info
{
	background-color: #d9edf7;
}
a.bg-info:hover
{
	background-color: #afd9ee;
}
.bg-warning
{
	background-color: #fcf8e3;
}
a.bg-warning:hover
{
	background-color: #f7ecb5;
}
.bg-danger
{
	background-color: #f2dede;
}
a.bg-danger:hover
{
	background-color: #e4b9b9;
}
.page-header
{
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding-bottom: 9px;
}
ol,ul
{
	margin-bottom: 10px;
	margin-top: 0;
}
ol ol,ol ul,ul ol,ul ul
{
	margin-bottom: 0;
}
.list-inline,.list-unstyled
{
	list-style: none;
	padding-left: 0;
}
.list-inline
{
	margin-left: -5px;
}
.list-inline>li
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl
{
	margin-bottom: 20px;
	margin-top: 0;
}
dd,dt
{
	line-height: 1.42857;
}
dt
{
	font-weight: 700;
}
dd
{
	margin-left: 0;
}
.dl-horizontal dd:after,.dl-horizontal dd:before
{
	content: " ";
	display: table;
}
.dl-horizontal dd:after
{
	clear: both;
}
@media (min-width:768px)
{
	.dl-horizontal dt
	{
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd
	{
		margin-left: 180px;
	}
}
abbr[data-original-title],abbr[title]
{
	border-bottom: 1px dotted #777;
	cursor: help;
}
.initialism
{
	font-size: 90%;
	text-transform: uppercase;
}
blockquote
{
	border-left: 5px solid #eee;
	font-size: 17.5px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child
{
	margin-bottom: 0;
}
blockquote .small,blockquote footer,blockquote small
{
	color: #777;
	display: block;
	font-size: 80%;
	line-height: 1.42857;
}
blockquote .small:before,blockquote footer:before,blockquote small:before
{
	content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right
{
	border-left: 0;
	border-right: 5px solid #eee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before
,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small
:before
{
	content: '';
}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote
.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after
{
	content: '\00A0 \2014';
}
blockquote:after,blockquote:before
{
	content: "";
}
address
{
	font-style: normal;
	line-height: 1.42857;
	margin-bottom: 20px;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.container:after,.container:before
{
	content: " ";
	display: table;
}
.container:after
{
	clear: both;
}
@media (min-width:768px)
{
	.container
	{
		width: 100%;
	}
}
@media (min-width:992px)
{
	.container
	{
		width: 100%;
	}
}
@media (min-width:1200px)
{
	.container
	{
		width: 1190px;
	}
}
.container-fluid
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.container-fluid:after,.container-fluid:before
{
	content: " ";
	display: table;
}
.container-fluid:after
{
	clear: both;
}
.row
{
	margin-left: -25px;
	margin-right: -25px;
}
.row:after,.row:before
{
	content: " ";
	display: table;
}
.row:after
{
	clear: both;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7
,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5
,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3
,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12
,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
{
	min-height: 1px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7
,.col-xs-8,.col-xs-9
{
	float: left;
}
.col-xs-1
{
	width: 8.33333%;
}
.col-xs-2
{
	width: 16.66667%;
}
.col-xs-3
{
	width: 25%;
}
.col-xs-4
{
	width: 33.33333%;
}
.col-xs-5
{
	width: 41.66667%;
}
.col-xs-6
{
	width: 50%;
}
.col-xs-7
{
	width: 58.33333%;
}
.col-xs-8
{
	width: 66.66667%;
}
.col-xs-9
{
	width: 75%;
}
.col-xs-10
{
	width: 83.33333%;
}
.col-xs-11
{
	width: 91.66667%;
}
.col-xs-12
{
	width: 100%;
}
.col-xs-pull-0
{
	right: auto;
}
.col-xs-pull-1
{
	right: 8.33333%;
}
.col-xs-pull-2
{
	right: 16.66667%;
}
.col-xs-pull-3
{
	right: 25%;
}
.col-xs-pull-4
{
	right: 33.33333%;
}
.col-xs-pull-5
{
	right: 41.66667%;
}
.col-xs-pull-6
{
	right: 50%;
}
.col-xs-pull-7
{
	right: 58.33333%;
}
.col-xs-pull-8
{
	right: 66.66667%;
}
.col-xs-pull-9
{
	right: 75%;
}
.col-xs-pull-10
{
	right: 83.33333%;
}
.col-xs-pull-11
{
	right: 91.66667%;
}
.col-xs-pull-12
{
	right: 100%;
}
.col-xs-push-0
{
	left: auto;
}
.col-xs-push-1
{
	left: 8.33333%;
}
.col-xs-push-2
{
	left: 16.66667%;
}
.col-xs-push-3
{
	left: 25%;
}
.col-xs-push-4
{
	left: 33.33333%;
}
.col-xs-push-5
{
	left: 41.66667%;
}
.col-xs-push-6
{
	left: 50%;
}
.col-xs-push-7
{
	left: 58.33333%;
}
.col-xs-push-8
{
	left: 66.66667%;
}
.col-xs-push-9
{
	left: 75%;
}
.col-xs-push-10
{
	left: 83.33333%;
}
.col-xs-push-11
{
	left: 91.66667%;
}
.col-xs-push-12
{
	left: 100%;
}
.col-xs-offset-0
{
	margin-left: 0;
}
.col-xs-offset-1
{
	margin-left: 8.33333%;
}
.col-xs-offset-2
{
	margin-left: 16.66667%;
}
.col-xs-offset-3
{
	margin-left: 25%;
}
.col-xs-offset-4
{
	margin-left: 33.33333%;
}
.col-xs-offset-5
{
	margin-left: 41.66667%;
}
.col-xs-offset-6
{
	margin-left: 50%;
}
.col-xs-offset-7
{
	margin-left: 58.33333%;
}
.col-xs-offset-8
{
	margin-left: 66.66667%;
}
.col-xs-offset-9
{
	margin-left: 75%;
}
.col-xs-offset-10
{
	margin-left: 83.33333%;
}
.col-xs-offset-11
{
	margin-left: 91.66667%;
}
.col-xs-offset-12
{
	margin-left: 100%;
}
@media (min-width:768px)
{
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7
,.col-sm-8,.col-sm-9
	{
		float: left;
	}
	.col-sm-1
	{
		width: 8.33333%;
	}
	.col-sm-2
	{
		width: 16.66667%;
	}
	.col-sm-3
	{
		width: 25%;
	}
	.col-sm-4
	{
		width: 33.33333%;
	}
	.col-sm-5
	{
		width: 41.66667%;
	}
	.col-sm-6
	{
		width: 50%;
	}
	.col-sm-7
	{
		width: 58.33333%;
	}
	.col-sm-8
	{
		width: 66.66667%;
	}
	.col-sm-9
	{
		width: 75%;
	}
	.col-sm-10
	{
		width: 83.33333%;
	}
	.col-sm-11
	{
		width: 91.66667%;
	}
	.col-sm-12
	{
		width: 100%;
	}
	.col-sm-pull-0
	{
		right: auto;
	}
	.col-sm-pull-1
	{
		right: 8.33333%;
	}
	.col-sm-pull-2
	{
		right: 16.66667%;
	}
	.col-sm-pull-3
	{
		right: 25%;
	}
	.col-sm-pull-4
	{
		right: 33.33333%;
	}
	.col-sm-pull-5
	{
		right: 41.66667%;
	}
	.col-sm-pull-6
	{
		right: 50%;
	}
	.col-sm-pull-7
	{
		right: 58.33333%;
	}
	.col-sm-pull-8
	{
		right: 66.66667%;
	}
	.col-sm-pull-9
	{
		right: 75%;
	}
	.col-sm-pull-10
	{
		right: 83.33333%;
	}
	.col-sm-pull-11
	{
		right: 91.66667%;
	}
	.col-sm-pull-12
	{
		right: 100%;
	}
	.col-sm-push-0
	{
		left: auto;
	}
	.col-sm-push-1
	{
		left: 8.33333%;
	}
	.col-sm-push-2
	{
		left: 16.66667%;
	}
	.col-sm-push-3
	{
		left: 25%;
	}
	.col-sm-push-4
	{
		left: 33.33333%;
	}
	.col-sm-push-5
	{
		left: 41.66667%;
	}
	.col-sm-push-6
	{
		left: 50%;
	}
	.col-sm-push-7
	{
		left: 58.33333%;
	}
	.col-sm-push-8
	{
		left: 66.66667%;
	}
	.col-sm-push-9
	{
		left: 75%;
	}
	.col-sm-push-10
	{
		left: 83.33333%;
	}
	.col-sm-push-11
	{
		left: 91.66667%;
	}
	.col-sm-push-12
	{
		left: 100%;
	}
	.col-sm-offset-0
	{
		margin-left: 0;
	}
	.col-sm-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-sm-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-sm-offset-3
	{
		margin-left: 25%;
	}
	.col-sm-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-sm-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-sm-offset-6
	{
		margin-left: 50%;
	}
	.col-sm-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-sm-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-sm-offset-9
	{
		margin-left: 75%;
	}
	.col-sm-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-sm-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-sm-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width:992px)
{
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7
,.col-md-8,.col-md-9
	{
		float: left;
	}
	.col-md-1
	{
		width: 8.33333%;
	}
	.col-md-2
	{
		width: 16.66667%;
	}
	.col-md-3
	{
		width: 25%;
	}
	.col-md-4
	{
		width: 33.33333%;
	}
	.col-md-5
	{
		width: 41.66667%;
	}
	.col-md-6
	{
		width: 50%;
	}
	.col-md-7
	{
		width: 58.33333%;
	}
	.col-md-8
	{
		width: 66.66667%;
	}
	.col-md-9
	{
		width: 75%;
	}
	.col-md-10
	{
		width: 83.33333%;
	}
	.col-md-11
	{
		width: 91.66667%;
	}
	.col-md-12
	{
		width: 100%;
	}
	.col-md-pull-0
	{
		right: auto;
	}
	.col-md-pull-1
	{
		right: 8.33333%;
	}
	.col-md-pull-2
	{
		right: 16.66667%;
	}
	.col-md-pull-3
	{
		right: 25%;
	}
	.col-md-pull-4
	{
		right: 33.33333%;
	}
	.col-md-pull-5
	{
		right: 41.66667%;
	}
	.col-md-pull-6
	{
		right: 50%;
	}
	.col-md-pull-7
	{
		right: 58.33333%;
	}
	.col-md-pull-8
	{
		right: 66.66667%;
	}
	.col-md-pull-9
	{
		right: 75%;
	}
	.col-md-pull-10
	{
		right: 83.33333%;
	}
	.col-md-pull-11
	{
		right: 91.66667%;
	}
	.col-md-pull-12
	{
		right: 100%;
	}
	.col-md-push-0
	{
		left: auto;
	}
	.col-md-push-1
	{
		left: 8.33333%;
	}
	.col-md-push-2
	{
		left: 16.66667%;
	}
	.col-md-push-3
	{
		left: 25%;
	}
	.col-md-push-4
	{
		left: 33.33333%;
	}
	.col-md-push-5
	{
		left: 41.66667%;
	}
	.col-md-push-6
	{
		left: 50%;
	}
	.col-md-push-7
	{
		left: 58.33333%;
	}
	.col-md-push-8
	{
		left: 66.66667%;
	}
	.col-md-push-9
	{
		left: 75%;
	}
	.col-md-push-10
	{
		left: 83.33333%;
	}
	.col-md-push-11
	{
		left: 91.66667%;
	}
	.col-md-push-12
	{
		left: 100%;
	}
	.col-md-offset-0
	{
		margin-left: 0;
	}
	.col-md-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-md-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-md-offset-3
	{
		margin-left: 25%;
	}
	.col-md-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-md-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-md-offset-6
	{
		margin-left: 50%;
	}
	.col-md-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-md-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-md-offset-9
	{
		margin-left: 75%;
	}
	.col-md-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-md-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-md-offset-12
	{
		margin-left: 100%;
	}
}
@media (min-width:1200px)
{
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7
,.col-lg-8,.col-lg-9
	{
		float: left;
	}
	.col-lg-1
	{
		width: 8.33333%;
	}
	.col-lg-2
	{
		width: 16.66667%;
	}
	.col-lg-3
	{
		width: 25%;
	}
	.col-lg-4
	{
		width: 33.33333%;
	}
	.col-lg-5
	{
		width: 41.66667%;
	}
	.col-lg-6
	{
		width: 50%;
	}
	.col-lg-7
	{
		width: 58.33333%;
	}
	.col-lg-8
	{
		width: 66.66667%;
	}
	.col-lg-9
	{
		width: 75%;
	}
	.col-lg-10
	{
		width: 83.33333%;
	}
	.col-lg-11
	{
		width: 91.66667%;
	}
	.col-lg-12
	{
		width: 100%;
	}
	.col-lg-pull-0
	{
		right: auto;
	}
	.col-lg-pull-1
	{
		right: 8.33333%;
	}
	.col-lg-pull-2
	{
		right: 16.66667%;
	}
	.col-lg-pull-3
	{
		right: 25%;
	}
	.col-lg-pull-4
	{
		right: 33.33333%;
	}
	.col-lg-pull-5
	{
		right: 41.66667%;
	}
	.col-lg-pull-6
	{
		right: 50%;
	}
	.col-lg-pull-7
	{
		right: 58.33333%;
	}
	.col-lg-pull-8
	{
		right: 66.66667%;
	}
	.col-lg-pull-9
	{
		right: 75%;
	}
	.col-lg-pull-10
	{
		right: 83.33333%;
	}
	.col-lg-pull-11
	{
		right: 91.66667%;
	}
	.col-lg-pull-12
	{
		right: 100%;
	}
	.col-lg-push-0
	{
		left: auto;
	}
	.col-lg-push-1
	{
		left: 8.33333%;
	}
	.col-lg-push-2
	{
		left: 16.66667%;
	}
	.col-lg-push-3
	{
		left: 25%;
	}
	.col-lg-push-4
	{
		left: 33.33333%;
	}
	.col-lg-push-5
	{
		left: 41.66667%;
	}
	.col-lg-push-6
	{
		left: 50%;
	}
	.col-lg-push-7
	{
		left: 58.33333%;
	}
	.col-lg-push-8
	{
		left: 66.66667%;
	}
	.col-lg-push-9
	{
		left: 75%;
	}
	.col-lg-push-10
	{
		left: 83.33333%;
	}
	.col-lg-push-11
	{
		left: 91.66667%;
	}
	.col-lg-push-12
	{
		left: 100%;
	}
	.col-lg-offset-0
	{
		margin-left: 0;
	}
	.col-lg-offset-1
	{
		margin-left: 8.33333%;
	}
	.col-lg-offset-2
	{
		margin-left: 16.66667%;
	}
	.col-lg-offset-3
	{
		margin-left: 25%;
	}
	.col-lg-offset-4
	{
		margin-left: 33.33333%;
	}
	.col-lg-offset-5
	{
		margin-left: 41.66667%;
	}
	.col-lg-offset-6
	{
		margin-left: 50%;
	}
	.col-lg-offset-7
	{
		margin-left: 58.33333%;
	}
	.col-lg-offset-8
	{
		margin-left: 66.66667%;
	}
	.col-lg-offset-9
	{
		margin-left: 75%;
	}
	.col-lg-offset-10
	{
		margin-left: 83.33333%;
	}
	.col-lg-offset-11
	{
		margin-left: 91.66667%;
	}
	.col-lg-offset-12
	{
		margin-left: 100%;
	}
}
.nav
{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav:after,.nav:before
{
	content: " ";
	display: table;
}
.nav:after
{
	clear: both;
}
.nav>li
{
	display: block;
	position: relative;
}
.nav>li>a
{
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav>li>a:focus,.nav>li>a:hover
{
	background-color: #eee;
	text-decoration: none;
}
.nav>li.disabled>a
{
	color: #777;
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover
{
	background-color: transparent;
	color: #777;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover
{
	background-color: #eee;
	border-color: #666;
}
.nav .nav-divider
{
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.nav>li>a>img
{
	max-width: none;
}
.nav-tabs
{
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li
{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a
{
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
}
.nav-tabs>li>a:hover
{
	border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	cursor: default;
}
.nav-pills>li
{
	float: left;
}
.nav-pills>li>a
{
	border-radius: 4px;
}
.nav-pills>li+li
{
	margin-left: 2px;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover
{
	background-color: #666;
	color: #fff;
}
.nav-stacked>li
{
	float: none;
}
.nav-stacked>li+li
{
	margin-left: 0;
	margin-top: 2px;
}
.nav-justified,.nav-tabs.nav-justified
{
	width: 100%;
}
.nav-justified>li,.nav-tabs.nav-justified>li
{
	float: none;
}
.nav-justified>li>a,.nav-tabs.nav-justified>li>a
{
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu
{
	left: auto;
	top: auto;
}
@media (min-width:768px)
{
	.nav-justified>li,.nav-tabs.nav-justified>li
	{
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		margin-bottom: 0;
	}
}
.nav-tabs-justified,.nav-tabs.nav-justified
{
	border-bottom: 0;
}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
{
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover
,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active
>a:hover
{
	border: 1px solid #ddd;
}
@media (min-width:768px)
{
	.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
	{
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover
,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active
>a:hover
	{
		border-bottom-color: #fff;
	}
}
.tab-content>.tab-pane
{
	display: none;
}
.tab-content>.active
{
	display: block;
}
.nav-tabs .dropdown-menu
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}
.thumbnail
{
	background-color: #fff;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	padding: 0;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.thumbnail a>img,.thumbnail>img
{
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.thumbnail .caption
{
	color: #fff;
	padding: 10px;
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover
{
	border-color: #666;
}
.media,.media-body
{
	overflow: hidden;
	zoom: 1;
}
.media,.media .media
{
	margin-top: 15px;
}
.media:first-child
{
	margin-top: 0;
}
.media-object
{
	display: block;
}
.media-heading
{
	margin: 0 0 5px;
}
.media>.pull-left
{
	margin-right: 10px;
}
.media>.pull-right
{
	margin-left: 10px;
}
.media-list
{
	list-style: none;
	padding-left: 0;
}
.embed-responsive
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive
 object
{
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.embed-responsive.embed-responsive-16by9
{
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3
{
	padding-bottom: 75%;
}
.carousel
{
	position: relative;
	margin-bottom: 20px;
}
.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item
{
	display: none;
	position: relative;
	transition: .6s ease-in-out left;
	webkit-transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img
{
	display: block;
	height: auto;
	line-height: 1;
	max-width: 100%;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev
{
	display: block;
}
.carousel-inner>.active
{
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev
{
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next
{
	left: 100%;
}
.carousel-inner>.prev
{
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right
{
	left: 0;
}
.carousel-inner>.active.left
{
	left: -100%;
}
.carousel-inner>.active.right
{
	left: 100%;
}

.carousel-buttons
{
	height: 20px;
	background: none repeat scroll 0% 0% #FFF;
}

.carousel-control
{
	bottom: 20px;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: .5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	top: 0;
	width: 15%;
}
.carousel-control.left
{
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000'
, GradientType=1);
}
.carousel-control.right
{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000'
, GradientType=1);
	left: auto;
	right: 0;
}
.carousel-control:focus,.carousel-control:hover
{
	color: #fff;
	filter: alpha(opacity=90);
	opacity: .9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control
 .icon-next,.carousel-control .icon-prev
{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
{
	left: 50%;
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
{
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-next,.carousel-control .icon-prev
{
	font-family: serif;
	height: 20px;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev:before
{
	content: '\2039';
}
.carousel-control .icon-next:before
{
	content: '\203a';
}
.carousel-indicators
{
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li
{
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.56);
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active
{
	background-color: #D91018;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption
{
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	z-index: 10;
}
.carousel-caption .btn
{
	text-shadow: none;
}
@media screen and (min-width:768px)
{
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control
 .icon-next,.carousel-control .icon-prev
	{
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
	{
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
	{
		margin-right: -15px;
	}
	.carousel-caption
	{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
}
.clearfix:after,.clearfix:before
{
	content: " ";
	display: table;
}
.clearfix:after
{
	clear: both;
}
.center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right
{
	float: right!important;
}
.pull-left
{
	float: left!important;
}
.hide
{
	display: none!important;
}
.show
{
	display: block!important;
}
.invisible
{
	visibility: hidden;
}
.text-hide
{
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}
.hidden
{
	display: none!important;
	visibility: hidden!important;
}
.affix
{
	position: fixed;
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
@-ms-viewport
{
	width: device-width;
}
.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block
,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline
,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block
,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block
{
	display: none!important;
}
@media (max-width:767px)
{
	.visible-xs
	{
		display: block!important;
	}
	table.visible-xs
	{
		display: table;
	}
	tr.visible-xs
	{
		display: table-row!important;
	}
	td.visible-xs,th.visible-xs
	{
		display: table-cell!important;
	}
}
@media (max-width:767px)
{
	.visible-xs-block
	{
		display: block!important;
	}
}
@media (max-width:767px)
{
	.visible-xs-inline
	{
		display: inline!important;
	}
}
@media (max-width:767px)
{
	.visible-xs-inline-block
	{
		display: inline-block!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.visible-sm
	{
		display: block!important;
	}
	table.visible-sm
	{
		display: table;
	}
	tr.visible-sm
	{
		display: table-row!important;
	}
	td.visible-sm,th.visible-sm
	{
		display: table-cell!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.visible-sm-block
	{
		display: block!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.visible-sm-inline
	{
		display: inline!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.visible-sm-inline-block
	{
		display: inline-block!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.visible-md
	{
		display: block!important;
	}
	table.visible-md
	{
		display: table;
	}
	tr.visible-md
	{
		display: table-row!important;
	}
	td.visible-md,th.visible-md
	{
		display: table-cell!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.visible-md-block
	{
		display: block!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.visible-md-inline
	{
		display: inline!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.visible-md-inline-block
	{
		display: inline-block!important;
	}
}
@media (min-width:1200px)
{
	.visible-lg
	{
		display: block!important;
	}
	table.visible-lg
	{
		display: table;
	}
	tr.visible-lg
	{
		display: table-row!important;
	}
	td.visible-lg,th.visible-lg
	{
		display: table-cell!important;
	}
}
@media (min-width:1200px)
{
	.visible-lg-block
	{
		display: block!important;
	}
}
@media (min-width:1200px)
{
	.visible-lg-inline
	{
		display: inline!important;
	}
}
@media (min-width:1200px)
{
	.visible-lg-inline-block
	{
		display: inline-block!important;
	}
}
@media (max-width:767px)
{
	.hidden-xs
	{
		display: none!important;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.hidden-sm
	{
		display: none!important;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.hidden-md
	{
		display: none!important;
	}
}
@media (min-width:1200px)
{
	.hidden-lg
	{
		display: none!important;
	}
}
@media print
{
	.visible-print
	{
		display: block!important;
	}
	table.visible-print
	{
		display: table;
	}
	tr.visible-print
	{
		display: table-row!important;
	}
	td.visible-print,th.visible-print
	{
		display: table-cell!important;
	}
}
@media print
{
	.visible-print-block
	{
		display: block!important;
	}
}
@media print
{
	.visible-print-inline
	{
		display: inline!important;
	}
}
@media print
{
	.visible-print-inline-block
	{
		display: inline-block!important;
	}
}
@media print
{
	.hidden-print
	{
		display: none!important;
	}
}
@-ms-viewport
{
	width: device-width;
}
@-o-viewport
{
	width: device-width;
}
@viewport
{
	width: device-width;
}
.browsehappy
{
	background: #ccc;
	color: #000;
	margin: .2em 0;
	padding: .2em 0;
}
@font-face
{
	font-family: nr-font;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/nr-font.eot);
}
@font-face
{
	font-family: nr-font;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/nr-font.eot);
	src: url(../fonts/nr-font.eot?#iefix) format("embedded-opentype"),url(../fonts/nr-font.woff) format
("woff"),url(../fonts/nr-font.ttf) format("truetype"),url(../fonts/nr-font.svg?#nr-font) format("svg"
);
}
[class*=" icon-"]:before,[class^=icon-]:before
{
	display: inline-block;
	font-family: nr-font;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	speak: none;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
}
.icon-facebook:before
{
	content: "\f101";
}
.icon-google-plus:before
{
	content: "\f102";
}
.icon-left:before
{
	content: "<";
}
.icon-linkedin:before
{
	content: "\f104";
}
.icon-mail:before
{
	content: "\f105";
}
.icon-right:before
{
	content: ">";
}
.icon-twitter:before
{
	content: "\f107";
}
.icon-whatsapp:before
{
	content: "\f108";
}
.icon-youtube:before
{
	content: "\f109";
}
.btn-square
{
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 45px;
	moz-box-sizing: border-box;
	text-align: center;
	width: 50px;
}
.btn-circle
{
	background-color: #787e80;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	moz-box-sizing: border-box;
	text-align: center;
	width: 30px;
}
.icon-left,.icon-right
{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.icon-left
{
	left: 50%;
	margin-left: -15px;
}
.icon-right
{
	margin-right: -15px;
	right: 50%;
}
.icon-left,.icon-right
{
	font-family: serif;
	font-size: 30px;
	height: 30px;
	margin-top: -15px;
	width: 30px;
}
.btn-circle.social-icon
{
	opacity: .8;
	transition: all 300ms ease-in-out;
	webkit-transition: all 300ms ease-in-out;
}
.btn-circle.social-icon:hover
{
	color: #fff;
	opacity: 1;
}
.btn-square.social-icon i
{
	transition: all 300ms ease-in-out;
	webkit-transition: all 300ms ease-in-out;
}
.btn-square.social-icon:hover i
{
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.nr .download-zone a
{
	color: #db0f18;
}
.ag .download-zone a
{
	color: #aed43f;
}
.agr .download-zone a
{
	color: #e48b15;
}
.footer
{
	background-color: #f7f7f7;
	border-top: solid 1px #e5e5e5;
	padding: 8px 0 60px;
}
.footer .store-buttons
{
	margin-right: -15px;
	text-align: right;
	padding-top: 5px;
}
@media (max-width:991px)
{
	.footer .store-buttons
	{
		margin-right: -25px;
	}
}
.footer-link
{
	line-height: 40px;
	margin-left: -25px;
	text-decoration: underline;
}
@media (min-width:480px) and (max-width:991px) and (orientation:portrait)
{
	.footer-link
	{
		line-height: 40px;
	}
}
.header
{
	padding-bottom: 15px;
	padding-top: 15px;
}
@media (max-width:767px)
{
	.header img
	{
		max-width: 100%;
	}
}
.download-zone
{
	background-color: #f7f7f7;
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 20px;
	padding: 5px 25px;
}
.download-zone a
{
	text-decoration: underline;
}
.h1
{
	font-size: 2.85714em;
	margin-bottom: 6px;
	margin-top: 0;
}
@media (max-width:992px)
{
	.h1
	{
		font-size: 2.14286em;
	}
}
.article-source
{
	font-size: .85714em;
	margin-bottom: 10px;
}
.article-source strong
{
	margin-left: 5px;
	text-transform: uppercase;
}
.article-source span,.article-source strong
{
	vertical-align: middle;
}
.carousel
{
	margin-bottom: 10px;
}
.thumbnail
{
	border: 0;
	margin-bottom: 10px;
	position: relative;
}
.thumbnail .caption
{
	background-color: rgba(0,0,0,.75);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 10;
}
.carousel .thumbnail
{
	margin-bottom: 0;
}
.article-share
{
	margin-bottom: 6px;
}
.article-share a
{
	font-size: 1.78571em;
	margin-right: 10px;
}
.article-share a:last-child
{
	margin-right: 0;
}
.article-share a i
{
	display: inline-block;
	height: 100%;
	width: 100%;
}
@media (max-width:767px)
{
	.article-share a
	{
		float: left;
		margin-right: 1.76%;
		width: 15.2%;
	}
}
.article-share .icon-facebook
{
	background-color: #3b5998;
}
.article-share .icon-twitter
{
	background-color: #00aced;
}
.article-share .icon-google-plus
{
	background-color: #dd4b39;
}
.article-share .icon-linkedin
{
	background-color: #007bb6;
}
.article-share .icon-whatsapp
{
	background-color: #64d346;
}
.article-share .icon-mail
{
	background-color: #cdcdcd;
}
.article-content
{
	font-size: 1.2em;
	margin-bottom: 25px;
	padding-top:15px;
	text-align: left;
}
.article-content p
{
	margin-bottom: 1.3em;
}
@media (min-width:480px) and (max-width:991px) and (orientation:portrait)
{
	.article-content
	{
		font-size: 1.3em;
	}
}
@media (min-width:992px)
{
	.article-content
	{
		font-size: 1.2em;
		margin-bottom: 50px;
		padding-top:15px;
		text-align: left;
	}
	.article-content p
	{
		margin-bottom: 1em;
	}
}
.main-column
{
	position: relative;
}
.main-column:after
{
	background: linear-gradient(to right,rgba(100,100,100,.2) 0,rgba(86,85,85,.05) 50%,transparent 100%
);
	background: -webkit-linear-gradient(left,rgba(100,100,100,.2) 0,rgba(86,85,85,.05) 50%,transparent 100
%);
	content: "";
	height: 100%;
	position: absolute;
	right: -30px;
	top: 0;
	width: 30px;
}
@media (max-width:991px)
{
	.main-column:after
	{
		display: none;
	}
}
.aside
{
	padding-top: 15px;
}
.aside .app-logo
{
	margin: 10px 0;
}
.aside .store-buttons
{
	margin: 15px 0 30px;
}
.aside .store-buttons a
{
	display: inline-block;
	margin-bottom: 10px;
}
.aside .store-buttons a:last-child
{
	margin-bottom: 0;
}
.aside-title
{
	color: #787e80;
	font-size: 1em;
	font-weight: 400;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}
.aside-title:after
{
	border-top: 1px solid #e5e5e5;
	content: "";
	margin-left: 5px;
	position: absolute;
	top: 45%;
	width: 100%;
}
@media (min-width:480px) and (max-width:991px) and (orientation:portrait)
{
	.aside-title
	{
		font-size: 1.07143em;
	}
}
.aside-breaking
{
	margin-bottom: 50px;
}
.aside-breaking .media-heading
{
	font-weight: 400;
}
@media (min-width:480px) and (max-width:991px)
{
	.aside-breaking .media-heading
	{
		font-size: 1.14286em;
	}
}
@media (min-width:480px) and (max-width:991px) and (orientation:portrait)
{
	.aside-breaking .media-heading
	{
		font-size: 1.28571em;
	}
}

.addthis_responsive_sharing
{
	text-align: center;
	margin-top: 15px;
}

.fluidvids-item
{
	padding-bottom: 15px;
	padding-top: 15px;
}

.inline_photo
{
}

#video_player
{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

#unknow-article
{
	height: 520px;
	text-align: center;
	padding-top: 100px;
}

#original_link
{
	text-decoration: underline;
}