@charset "utf-8";

/* CSS Document */
@import url("fonts/aileron-regular/aileron-regular.css");

/* default styles */

body {
	font-family: "aileronregular", serif !important;
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

img:not([class*="object_fit"]) {
	vertical-align: middle;
	height: auto;
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* end default styles */



/* specific styles */

li.clear_block {
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	width: 0 !important;
	display: block !important;
}

.text_overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

span.r {
	position: relative;
	font-size: 0.7em;
	top: -0.5em;
	line-height: 0;
}

.flexible {
	max-width: 100%;
	/* height: auto; */
}

.flexible_full {
	width: 100%;
	/* height: auto; */
}

.object_fit {
	object-fit: cover;
	object-position: center;
}

.absolute {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.flex_parent {
	display: flex;
	/* flex-flow: column nowrap; */
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flex_child {
	/* flex: 0 0 auto; */
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.table_margin_auto {
	display: table;
	margin: auto;
}

/* end specific styles */


/* bootstrap 3.3.5 */

div.row-fluid::after {
	content: "";
	clear: both;
	display: block;
}



@media (min-width: 992px) {

	.md_padding_0_important {
		padding: 0 !important;
	}

	.md_padding_right_0_important {
		padding-right: 0 !important;
	}

	.md_display_none {
		display: none;
	}

}

@media (max-width: 991px) {

	.sm_padding_0_important {
		padding: 0 !important;
	}

	.sm_display_none {
		display: none;
	}

}

@media (max-width: 767px) {

	.xs_display_none {
		display: none;
	}

}

/* end bootstrap 3.3.5 */



/* project dimensions */

h1 {

}

/* end project dimensions */



/* brandbook styles */

.brandbook_bg_light_blue {
	background-color: #7887a2;
}

.brandbook_color_green {
	color: #2f9d1c;
}

.brandbook_bg_green {
	background-color: #2f9d1c;
}

.brandbook_color_gray {
	color: #a3a1af;
}

/* end brandbook styles */



/* single styles */

.clear {
	clear: both;
}

.no_wrap {
	white-space: nowrap;
}

.block {
	display: block;
}

.inline_block {
	display: inline-block;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.relative {
	position: relative;
}

.uppercase {
	text-transform: uppercase;
}

.text_bold {
	font-weight: bold;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_justify {
	text-align: justify;
}

.overflow_auto {
	overflow: auto;
}

.overflow_hidden {
	overflow: hidden;
}

/* end single styles */



/* single adjusted styles */

.padding_10 {
	padding: 10px;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_right_20 {
	padding-right: 20px;
}

.margin_0 {
	margin: 0;
}

.margin_only_top_10 {
	margin: 10px 0 0 0;
}

.margin_only_top_15 {
	margin: 15px 0 0 0;
}

.margin_top_15 {
	margin-top: 15px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_40 {
	margin-top: 40px;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_top_70 {
	margin-top: 70px;
}

.margin_bottom_15 {
	margin-bottom: 15px;
}

.margin_bottom_20 {
	margin-bottom: 20px;
}

.margin_only_bottom_20 {
	margin: 0 0 20px 0;
}

.margin_bottom_40 {
	margin-bottom: 40px;
}

.margin_bottom_50 {
	margin-bottom: 50px;
}

.margin_bottom_60 {
	margin-bottom: 60px;
}

.margin_right_15 {
	margin-right: 15px;
}

.margin_right_50 {
	margin-right: 50px;
}

.margin_bottom_70 {
	margin-bottom: 70px;
}

.margin_top_bottom_15 {
	margin: 15px 0;
}

.margin_top_bottom_20 {
	margin: 20px 0;
}

.margin_top_bottom_40 {
	margin: 40px 0;
}

.margin_top_bottom_50 {
	margin: 50px 0;
}

.margin_top_bottom_70 {
	margin: 70px 0;
}

/* end single adjusted styles */



#button {
	background: url("images/arrow_up.png") no-repeat;
	background-size: cover;
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	opacity: 0.5;
	display: none;
}

div.wrapper {
margin: auto;
background-color: #f5f5f5;
position: relative;
}

.container-fluid.custom_presets {
	max-width: 970px;
	padding: 0;
	padding-bottom: 70px;
	background-color: white;
	box-shadow: 0 0 18px rgba(0,0,0,0.1);
}



/* landing page */

header {
	background-color: black;
	overflow: auto;
}

div.container_970 {
	max-width: 970px;
	margin: auto;
}



@media (max-width: 767px) {

	div.rwd_767_relative {
		position: relative;
	}

}

section.header_top_nav {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: black;
z-index: 25;
}

a.logo {
	display: block;
	float: left;
	margin: 18px 0;
}



@media (max-width: 991px) {

	a.rwd_991_logo {
		display: inline-block;
		float: none;
		margin: 16px 0;
	}

	div.rwd_logo_wrapper {
		position: absolute;
		left: 58px;
		right: 200px;
		text-align: center;
	}

}

@media (max-width: 767px) {

	div.rwd_logo_wrapper {
		right: 58px;
	}

}

input.search {
	border: none;
	padding: 5px 30px 5px 5px;
	width: 211px;
	float: right;
	margin: 8px 2px;
	background: url("images/lens.png") 190px center no-repeat #2a2a2a;
	color: white;
	outline: none;
	-webkit-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	-webkit-appearance: none;
	box-sizing: border-box;
}

input.search:hover, input.search:focus {
	box-shadow: 0 0 5px white;
}

nav.header_top_nav {
	float: left;
	margin: 12px 0 12px 10px;
}


nav.header_top_nav a {
	color: #f5f5f5;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

nav.header_top_nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

nav.header_top_nav a:hover::after, nav.header_top_nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

nav.header_top_nav a.active {
	text-decoration: underline;
}

nav.header_top_nav a:hover {
	color: white;
	text-decoration: none;
}

a.demo {
	float: right;
	display: block;
	width: 200px;
	height: 37px;
	background-image: url("images/demo.png");
	background-repeat: no-repeat;
	margin: 15px 0;
}



@media (max-width: 991px) {

	a.demo {
		margin: 10px 0;
	}

}

@media (max-width: 767px) {

	a.demo {
		background-image: url("images/demo_rwd.png");
		width: 55px;
		height: 55px;
		margin: 0;
		margin-top:0;
	}

}



section.header_bottom_nav {
	height: 47px;
	margin-top: 68px;
}


section.header_bottom_nav {
height: 47px;
margin-top: 68px;
z-index: 20;
background-color: black;
position: absolute;
left: 0;
right: 0;
}

nav.header_bottom_nav a {
	color: #f5f5f5;
	padding: 13.5px 11px;
	cursor: pointer;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	float: left;
}

nav.header_bottom_nav a:hover, nav.header_bottom_nav a.active {
	background-color: #5d5d5d;
	color: white;
}

a.rwd_991_menu_icon {
	display: none;
	float: left;
}

ul.rwd_991_header_top_nav {
	position: absolute;
	top: 55px;
	padding: 0;
	margin: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease 0s;
	transition: max-height 0.3s ease 0s;
	text-align: left;
}

ul.rwd_991_header_top_nav li > a {
	color: #f5f5f5;
	background-color: black;
	padding: 10px 18px;
	display: inline-block;
	cursor: pointer;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	outline: 0;
}

ul.rwd_991_header_top_nav li > a:hover,
 ul.rwd_991_header_top_nav li > a:focus {
	color: white;
}

nav.rwd_991_header_bottom_nav {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease 0s;
	transition: max-height 0.3s ease 0s;
}

nav.rwd_991_header_bottom_nav a {
	color: #f5f5f5;
	background-color: black;
	padding: 13.5px 12px;
	cursor: pointer;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
}

nav.rwd_991_header_bottom_nav a:hover {
	background-color: #5d5d5d;
	color: white;
}



@media (max-width: 991px) {

	nav.header_top_nav,
	 section.header_bottom_nav {
		display: none;
	}

	a.rwd_991_menu_icon {
		display: block;
	}

	a.rwd_991_menu_icon:hover ~ section.rwd_991_header_top_nav ul.rwd_991_header_top_nav,
	 ul.rwd_991_header_top_nav:hover,
	a.rwd_991_menu_icon:focus ~ section.rwd_991_header_top_nav ul.rwd_991_header_top_nav {
		max-height: 1000px;
	}

	ul.rwd_991_header_top_nav li a:focus ~ nav.rwd_991_header_bottom_nav {
		max-height: 500px;
	}

}



main {

}



@media (max-width: 991px) {

	main.rwd_768_header {
		margin-top: 58px;
	}

} 



p.hero_caption {
	margin: 20px 0;
	color: #a3a1af;
	text-transform: uppercase;
	font-size: 12px;
}

h1.hero_heading {
	margin: 20px 0;
	font-weight: bold;
	font-size: 33px;
}

h1.hero_heading a {
	color: inherit;
}

p.hero_paragraph {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

table.main_list {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px;
}



@media (min-width: 992px) {

	table.main_list.rwd_md_float_left {
		float: left;
	}

}

@media (max-width: 767px) and (orientation: portrait){

	table.main_list {
		max-width: 100%;
	}

}



table.main_list td {
	height: 64px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: white;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
        color: #737b8b;
font-size:1.3em
}

table.main_list.graph td {
	border-bottom: 1px solid #e1e1e1;
}

table.main_list.graph tr:not(:first-child) td:hover {
	opacity: 0.6;
}

table.main_list td a {
color:#222
	color: inherit;
	text-decoration: none;
	display: block;
}
td.brandbook_bg_light_blue p {color:#fff}

td.main_list_graph_1 {
	background-image: url("images/quotazionebg1.jpg");
}

td.main_list_graph_2 {
	background-image: url("images/quotazionebg2.jpg");
}

td.main_list_graph_3 {
	background-image: url("images/quotazionebg1.jpg");
}

td.main_list_graph_4 {
	background-image: url("images/quotazionebg2.jpg");
}

td.main_list_graph_5 {
	background-image: url("images/quotazionebg1.jpg");
}

p.main_list_heading {
	margin: 0;
}

span.main_list_graph_currency {
	vertical-align: middle;
}

span.main_list_graph_dash {
	width: 30%;
	display: inline-block;
}

span.main_list_graph_value {
	font-size: 1.4em;
	vertical-align: middle;
}



@media (min-width: 992px) {

	table.main_list.rwd_md_float_right {
		float: right;
	}

}



table.main_list.exchange {
	border: 1px solid #edf0f2;
}

table.main_list.exchange td {
	border-bottom: 1px solid #edf0f2;
	overflow: hidden;
}

table.main_list.exchange tr:not(:first-child) td {
	background-color: #F9FBFA;
}

table.main_list.exchange td img {
	float: left;
	margin-left: -10px;
	-webkit-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
}

table.main_list.exchange td:hover img {
	margin-left: 0;
}

div.main_list_exchange_stars_block {
	float: right;
	height: 25px;
	width: 145px;
        margin:0;
	margin-top: 20px;
	background-repeat: no-repeat;
}


div.main_list_exchange_stars_block.stars_fulfilled_1 {
	background-image: url("images/main_list_exchange_fulfilled_star.png");
	background-position: left center, 28px center, 56px center, 84px center, 112px center;}

div.main_list_exchange_stars_block.stars_fulfilled_2 {
	background-image: url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png");
					background-position: left center, 28px center, 56px center, 84px center, 112px center;}

div.main_list_exchange_stars_block.stars_fulfilled_3 {
	background-image: url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png");
					background-position: left center, 28px center, 56px center, 84px center, 112px center;}

div.main_list_exchange_stars_block.stars_fulfilled_4 {
	background-image: url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png");
					background-position: left center, 28px center, 56px center, 84px center, 112px center;}

div.main_list_exchange_stars_block.stars_fulfilled_5 {
	background-image: url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png"),
					url("images/main_list_exchange_fulfilled_star.png");
					background-position: left center, 28px center, 56px center, 84px center, 112px center;}

h2.aside_heading {
	float: left;
	font-weight: bold;
	margin: 0;
	font-size: 22px;
}

a.aside_link {
	float: right;
	margin-top: 4px;
	color: #a3a1af;
	text-transform: uppercase
}

div.news_feed {
	margin-top: 20px;
	font-size: 13px;
}

span.news_time {
	padding: 5px;
	background-color: #969696;
	color: white;
	float: left;
}

p.news_info {
	padding-left: 20px;
	overflow: auto;
	margin: 0;
}

p.news_info a {
	color: inherit;
}

img.aside_hero {
	max-width: 100%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}



@media (max-width: 992px) {

	img.rwd_aside_hero {
		margin-top: 0;
	}

}

@media (max-width: 768px) {

	img.rwd_aside_hero {
		display: none;
	}

}



div.main_nav {
	padding: 0;
}

div.main_nav a {
	display: inline-block;
	border: 3px solid white;
	-webkit-transition: bottom 0.3s ease 0s;
	transition: bottom 0.3s ease 0s;
	position: relative;
	bottom: 0px;
}

div.main_nav a:hover {
	bottom: 5px;
}

div.content_breaker {
	width: 100%;
	height: 30px;
}

h3.economy_heading {
	float: left;
	text-transform: uppercase;
	margin: 45px 0;
	font-weight: bold;
	width: 70%;
}

div.line_height_150_article article h1,
 div.line_height_150_article article h2,
 div.line_height_150_article article h3,
 div.line_height_150_article article h4,
 div.line_height_150_article article h5,
 div.line_height_150_article article h6,
 div.line_height_150_article article p {
	line-height: 150%;
}

div.owl-prev, div.owl-next {
	display: inline-block;
	transition-property: width margin;
	-webkit-transition: 0.2s ease 0s;
	transition: 0.2s ease 0s;
	position: relative;
	width: 50px;
}

div.slider_controls {
	margin: 33px 0;
}

div.owl-prev {
	margin-right: 4px;
}

div.owl-prev:hover {
	width: 45px;
	margin-right: 6.5px;
}

div.owl-next:hover {
	width: 45px;
	margin-left: 2.5px;
	margin-right: 2.5px;
}

div.divider_gray {
	border-top: 1px solid #e7e8ea;
	height: 5px;
	border-bottom: 1px solid #e7e8ea;
}

article.economy_1_top a, article.economy_1_bottom a {
	color: inherit;
}

div.article_hero_time {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 25px;
	background-color: #2f9d1c;
	color: white;
}

.article_hero_image {
	float: left;
	margin-right: 15px;
	max-width: 100%;
}

.article_hero_author {
	padding: 5px 25px;
	background-color: #2f9d1c;
	color: white;
	overflow: auto;
	display: inline-block;
}

article.economy_2_top a {
	color: inherit;
}

article.post {
	position: relative;
}

article.post a {
	color: black;
}

article.post div.date_note {
	position: absolute;
	bottom: 0;
}

div.date_note {
	margin-top: 10px;
}

p.article_date {
	color: #a3a1af;
	vertical-align: middle;
	padding-left: 5px;
	display: inline-block;
	margin: 0;
	font-size: 12px;
}



footer {
	background-color: black;
}

footer nav a {
	color: #a5a5a5;
	font-size: 12px;
}

nav.footer_content_nav {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

nav.footer_content_nav a {
	color: #a5a5a5;
	display: block;
	font-size: 12px;
	padding: 7px 0;
}

nav.footer_content_nav a.uppercase_white_bold {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

nav.footer_content_nav.footer_icon_nav a {
	text-decoration: none;
	padding: 10px 0;
}

nav.footer_content_nav a:hover {
	color: white;
}

nav.footer_content_nav a.no_hover:hover {
	text-decoration: none;
}

nav.footer_content_nav a:hover span {
	text-decoration: underline;
}

img.footer_nav_icon {
	width: 19px;
	height: auto;
}

span.footer_nav_icon_text {
	padding-left: 1px;
	vertical-align: middle;
}

div.footer_divider_gray {
	border-top: 1px solid #262626;
	height: 5px;
	border-bottom: 1px solid #262626;
}

div.copyright_wrapper {
	text-align: center;
}

nav.copyright {
	display: inline-block;
	margin: 10px 0;
}

nav.copyright span a {
	padding: 10px 15px;
	display: inline-block;
}

nav.copyright a:hover {
	color: white;
}

ul.icon_set {
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
}

ul.icon_set li {
	display: inline-block;
	padding: 0 15px;
}

ul.icon_set li a {
	text-decoration: none;
}

ul.icon_set span {
	font-size: 1.2em;
	color: #a5a5a5;
	display: inline-block;
	-webkit-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}

ul.icon_set span:hover {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	color: white;
}

/* end landing page */



/* category page */

p.notice {
	margin: 40px 0;
	color: #a3a1af;
	text-transform: uppercase;
	background-color: #f3f3f3;
	padding: 15px;
}

h3.most_read {
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 0 0 0;
}

/* end category page */



/* article page */

nav.inserted {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

nav.inserted a {
	color: #a3a1af;
	margin-right: 10px;
}

div.social_bar {
	background-color: #f3f3f3;
	margin: 40px 0;
}

p.share {
	float: left;
	color: #a3a1af;
	text-transform: uppercase;
	margin: 0;
	padding: 22px 0 22px 20px;
}

nav.socials {
	float: right;
}

nav.socials a {
	padding: 20px;
	text-decoration: none;
	display: block;
	width: 65px;
	height: 65px;
	text-align: center;
	float: left;
}

nav.socials a.whatsapp {
	display: none;
	background: url("images/icons_social/whatsapp.png") no-repeat center;
}

nav.socials a.whatsapp:hover {
	background: #4dc247 url("images/icons_social/whatsapp_white.png") no-repeat center;
}

nav.socials a.twitter {
	background: url("images/icons_social/twitter.png") no-repeat center;
}

nav.socials a.twitter:hover {
	background: #00aced url("images/icons_social/twitter_white.png") no-repeat center;
}

nav.socials a.facebook {
	background: url("images/icons_social/facebook.png") no-repeat center;
}

nav.socials a.facebook:hover {
	background: #3b5998 url("images/icons_social/facebook_white.png") no-repeat center;
}

nav.socials a.google {
	background: url("images/icons_social/google.png") no-repeat center;
}

nav.socials a.google:hover {
	background: #dd4b39 url("images/icons_social/google_white.png") no-repeat center;
}

nav.socials a.linkedin {
	background: url("images/icons_social/linkedin.png") no-repeat center;
}

nav.socials a.linkedin:hover {
	background: #007bb5 url("images/icons_social/linkedin_white.png") no-repeat center;
}

nav.socials a.pinterest {
	background: url("images/icons_social/pinterest.png") no-repeat center;
}

nav.socials a.pinterest:hover {
	background: #cb2027 url("images/icons_social/pinterest_white.png") no-repeat center;
}



@media (max-width: 767px) {

	nav.socials a.google {
		display: none;
	}

	nav.socials a.whatsapp {
		display: block;
	}

	nav.socials {
		float: none;
		margin: auto;
		display: table;
	}

}



img.article_writing {
	float: left;
	max-width: 100%;
	margin: 0 20px 20px 0;
}



@media (max-width: 768px) {

	img.rwd_article_writing {
		float: none;
		margin: auto;
		margin-bottom: 20px;
		display: block;
	}

}



ol.article_list {
	padding: 0;
}

ol.article_list li {
	margin: 20px;
}

div.tags_bar {
	margin: 20px 0;
}

div.tags_bar a {
	padding: 10px 20px;
	color: white;
	background-color: #a3a1af;
	display: inline-block;
}

div.subscribe_hero {
	background: url("images/writing.jpg") no-repeat center;
	background-size: cover;
}

div.subscribe_block {
	background-color: #007CBC;
	padding-top: 20px;
	border-top: 8px solid #8CEAFF;
	overflow: auto;
}

div.subscribe_bar_title {
	margin: 10px auto;
	width: 250px;
}

img.subscribe_bar_icon {
	float: left;
}

p.subscribe_bar_caption {
	color: #a3a1af;
	text-transform: uppercase;
	margin: 0;
	overflow: auto;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

input.subscribe_text {
	border: 1px solid #98CDE5;
	background-color: transparent;
	padding: 6px;
	margin: 10px auto;
	display: block;
	height: 40px;
	width: 250px;
	color: white;
}

input.subscribe_button {
	border: none;
	margin: 10px auto;
	display: block;
	height: 40px;
	width: 250px;
	background: url("images/iscriviti_envelope.jpg") no-repeat 10px bottom,
				linear-gradient(to top, #00CDEF, #32DEFF);
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
}

p.subscribe_bar_note {
	color: #a3a1af;
	/* width: 250px; */
	padding: 10px;
	margin: 0;
	margin-top: 20px;
	color: white;
	text-align: center;
	background-color: #006AA1;
}

input.name, input.mail, textarea.message {
	display: block;
	border: 1px solid #a3a1af;
	width: 100%;
	margin: 10px 0;
	padding: 10px 5px;
}

textarea.message {
	resize: vertical;
	max-height: 200px;
}

p.comment_author_name {
	text-transform: capitalize;
	vertical-align: middle;
	padding-left: 5px;
	display: inline-block;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}

div.comment_note {
	display: inline-block;
	padding-left: 20px;
}

section.comment {
	margin-top: 20px;
	border-bottom: 1px solid #e7e8ea;
}

div.like_buttons {
	margin-bottom: 20px;
}

div.like_buttons div div {
	margin-right: 20px;
}

div.like, div.dislike {
	display: inline-block;
	background-size: 19px 21px;
	background-repeat: no-repeat;
	width: 19px;
	height: 21px;
	vertical-align: middle;
	cursor: pointer;
}

div.like {
	background-image: url("images/like.png");
}

div.like:hover {
	background-image: url("images/like_hover.png");
}

div.dislike {
	background-image: url("images/dislike.png");
}

div.dislike:hover {
	background-image: url("images/dislike_hover.png");
}

a.reply {
	font-weight: bold;
	color: #2f9d1c;
}

a.reply:hover {
	color: #2f9d1c;
}

/* end article page */

/* end CSS Document */

div.ie_check {
	display: none;
	visibility: hidden;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {

	div.ie_check {
		display: none;
		visibility: visible;
	}

	div.object_fit_ie_wrapper {
		overflow: hidden;
		text-align: center;
	}

	div.object_fit_ie_wrapper img {
		height: 100%;
		width: auto;
		position: relative;
		left: 100%;
		margin-left: -200%;
	}
}