/*Globais*/

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
hr,
input,
textarea,
select,
checkbox {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	vertical-align: top;
	text-align: left;
}
/* defaults */

hr {
	border: 0 solid;
	height: 1px;
	background-color: #00a1d9;
}

input,
textarea,
iframe {
	border: 1px solid #00a1d9;
}

checkbox {
	border: 0 solid #222222;
	padding: 0;
}

select {
	display: inline;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
	overflow: hidden;
	height: 18px;
	border: 1px solid #3fa9f5;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*init */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', HelveticaNeueLTPro, sans-serif;
}

#main {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#header {
	-ms-flex: 0;
	-webkit-flex: 0;
	flex: 0;
	border-radius: 0;
	margin: 0;
}

#content {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
	display: flex;
}

#leftBar {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow-y: auto;
}

#btHidden {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

#rightContent {
	
    position: relative
}

	#rightContent.editions {

		
	}

	#rightContent a, #rightContent a:hover, #rightContent a:visited {
		text-decoration: none;
	}

	#rightContent .edition {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#rightContent .edition-name {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		color: white;
	}

	#rightContent .thumbnail-a {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		display: flex;
	}

	#rightContent .thumbnail {
		
	}

	#rightContent.page {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#rightContent > a {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	#rightContent > .page {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		
	}

	#rightContent > .articles {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		
	}

	#rightContent > .article {

	}

	#rightContent > .article-contents {

	}

	#rightContent .article-contents img {
		max-width: 520px;
	}

#footer {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 0;
	margin: 0;
}

#bottomBar {
	width: 100%;
}

	#bottomBar a {
		text-decoration: none;
	}

	#bottomBar .category {
		color: white;
	}

#btBottomHidden {
}

#pageBar {
		height: 245px; /*Talisson - Anterior Height: 130px*/
	/*overflow-y: auto;*/
        padding-left: 35px;
    text-align:center;
}

.vertical-center {
	display: flex;
	align-items: center;
}

.temp-break {
	min-width: 1024px;
	overflow: visible;
}

.box-l {
	float: left;
}

.box-r {
	float: right;
}

.bg-0 {
	background-color: white;
	color: #04518c;
}


/*Talisson TO REPLACE BG 1 */
.bg-1 {
	background-color: #04518c;
	color: white;
	background: #04518c;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04518c), color-stop(100%, #023c63));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #04518c 0%, #023c63 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#023c63', GradientType=0);
	/* IE6-8 */
}
/*Talisson TO REPLACE BG 2*/
.bg-2  {
	background-color: #F6F8F7;
	color: black;
	background: #F6F8F7;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #F6F8F7 0%, #F6F8F7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F8F7), color-stop(100%, #F6F8F7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F6F8F7 0%, #F6F8F7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F6F8F7 0%, #F6F8F7 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F6F8F7 0%, #F6F8F7 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #F6F8F7 0%, #F6F8F7 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F6F8F7', endColorstr='#F6F8F7', GradientType=0);
	/* IE6-8 */
}

.bg-3 {
	background-color: #4b4b4b;
	color: white;
	background: #4b4b4b;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #3f3f3f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3f3f3f', GradientType=0);
	/* IE6-8 */
}

.bg-4 {
	background-color: #adadad;
	color: #4b4b4b;
}

.bg-5 {
	background: #bdccd4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #bdccd4 0%, #a5b4b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdccd4), color-stop(100%,#a5b4b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bdccd4 0%,#a5b4b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdccd4', endColorstr='#a5b4b7',GradientType=0 ); /* IE6-8 */
}



.c-0 {
	color: white;
}

.c-1 {
	color: #04518c !important;
}

.c-2 {
	color: #00a1d9 !important;
}

.c-3 {
	color: #4b4b4b;
}

.c-4 {
	color: #adadad;
}

.hidden {
	display: none;
}

.oppacity-0 {
	opacity: 0;
}

.pad-0 {
	padding: 0px !important;
}

.pad-l-0 {
	padding-left: 0px !important;
}

.pad-t-0 {
	padding-top: 0px !important;
}

.pad-r-0 {
	padding-right: 0px !important;
}

.pad-l-15 {
	padding-left: 15px !important;
}

.pad-r-15 {
	padding-right: 15px !important;
}

.pad-t-15 {
	padding-top: 15px !important;
}

.pad-b-15 {
	padding-bottom: 15px !important;
}

.pad-15 {
	padding: 15px !important;
}

.pad-1 {
	padding: 5px;
}

.pad-l-5 {
	padding-left: 5px !important;
}

.pad-r-5 {
	padding-right: 5px !important;
}

.pad-t-5 {
	padding-top: 5px !important;
}

.pad-b-5 {
	padding-bottom: 5px !important;
}

.pad-5 {
	padding: 5px !important;
}




.root {
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
}

.block {
	display: block !important /;
}

.wrapper {
	position: relative;
}

.bottom {
	bottom: 0 !important;
	position: absolute !important;
}

.right {
	right: 0 !important;
	position: absolute !important;
}

.form-center {
	display: block;
	margin: 0 auto;
	max-width: 400px;
}

	.form-center p {
		margin-bottom: 1em;
		margin-top: 0.5em;
	}

	.form-center textarea, input[type=text] {
		width: 100%;
		!important;
		margin-bottom: 1em;
		color: #4b4b4b;
		font-weight: 600;
	}

input[type=submit] {
	width: auto;
	!important;
	background: #00a1d9;
	color: #ffffff;
	padding: 5px;
}

input[type=reset] {
	width: auto;
	!important;
	background: #00a1d9;
	color: #ffffff;
	padding: 5px;
	margin-top: 1em;
}


.border-b-1-g {
	border-bottom: 1px dashed #adadad !important;
}
.category{/*Talisson - Novo*/
          color:#023c63 !important;
          text-transform:fullwidth
}
.category-label{ /*Talisson - Novo*/
    background-color: #65B8DA;
    color:white;
    padding:8px;
    text-transform:uppercase;
    font:bold 15px arial, verdana ;
    margin: 10px 10px 10px 0px;
    min-width: 180px;
    display: inline-block;
    WIDTH: 120px;
}

.article-contents-container{ /*Talisson Novo*/
    background-color:#EEF4F4 !important;
	overflow: auto;
}

.current-page{
    top:15px
}

.client-logo{
    margin-top:5px;
}
.hide-category-name{
    display:none;
}

.category-name-bar-item{
    min-width: 128px;
    width: 148px;
    display: inline-block;
    text-align: center;
    font:bold;
}

div#leftBar a:link{
    color: #919296;
    text-decoration:none
}

.articles  a:link{
      color: #919296;
    text-decoration:none
}


/*TALISSON Extraido do article.css*/



.share-bar {
	position: relative;
	width: 2.3em;
	display: block;
	top: 10px;
	left: 0px;
}

	.share-bar ul {
		list-style: none;
	}

	.share-bar li a {
		display: block;
		height: 2.3em;
		width: 2.3em;
		text-align: center;
		padding-top: 0.4em;
		font-weight: 700;
		text-decoration: none;
		color: White;
	}

		.share-bar li a:hover {
			background-color: white;
			background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .3));
			color: #04518c;
		}


/*
/* Laptop/Tablet (1024px)
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

/* Tablet Portrait (768px)
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

/* Phone Landscape (480px)
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

/* Phone Portrait (320px)
@media only screen and (max-width: 320px) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

*/


/* Temporary styles */
a.temp-a {
	/*text-decoration: none;*/
	color: black !important;
}


@media screen and (min-width: 100px) and (max-width: 743px) {
	.sm-bg-0 {
		background-color: white;
		color: #04518c;
	}

	.xs-bg-1 {
		background-color: #04518c;
		color: white;
		background: #04518c;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04518c), color-stop(100%, #023c63));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #04518c 0%, #023c63 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#023c63', GradientType=0);
		/* IE6-8 */
	}

	.xs-bg-2 {
		background-color: #00A1d9;
		color: white;
		background: #00a1d9;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1d9), color-stop(100%, #0089bf));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #00a1d9 0%, #0089bf 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a1d9', endColorstr='#0089bf', GradientType=0);
		/* IE6-8 */
	}

	.xs-bg-3 {
		background-color: #4b4b4b;
		color: white;
		background: #4b4b4b;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #3f3f3f));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3f3f3f', GradientType=0);
		/* IE6-8 */
	}

	.xs-bg-4 {
		background-color: #adadad;
		color: #4b4b4b;
	}

	.xs-bg-5 {
		background: #bdccd4; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #bdccd4 0%, #a5b4b7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdccd4), color-stop(100%,#a5b4b7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bdccd4 0%,#a5b4b7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdccd4', endColorstr='#a5b4b7',GradientType=0 ); /* IE6-8 */
	}

	.xs-c-0 {
		color: white;
	}

	.xs-c-1 {
		color: #04518c;
	}

	.xs-c-2 {
		color: #00a1d9 !important;
	}

	.xs-c-3 {
		color: #4b4b4b;
	}

	.xs-c-4 {
		color: #adadad;
	}

	.xs-hidden {
		display: none;
	}

	.xs-oppacity-0 {
		opacity: 0;
	}

	.xs-pad-0 {
		padding: 0px !important;
	}

	.xs-pad-l-0 {
		padding-left: 0px !important;
	}

	.xs-pad-t-0 {
		padding-top: 0px !important;
	}

	.xs-pad-r-0 {
		padding-right: 0px !important;
	}

	.xs-pad-l-15 {
		padding-left: 15px !important;
	}

	.xs-pad-r-15 {
		padding-right: 15px !important;
	}

	.xs-pad-t-15 {
		padding-top: 15px !important;
	}

	.xs-pad-b-15 {
		padding-bottom: 15px !important;
	}

	.xs-pad-15 {
		padding: 15px !important;
	}

	.xs-pad-1 {
		padding: 5px;
	}

	.xs-pad-l-5 {
		padding-left: 5px !important;
	}

	.xs-pad-r-5 {
		padding-right: 5px !important;
	}

	.xs-pad-t-5 {
		padding-top: 5px !important;
	}

	.xs-pad-b-5 {
		padding-bottom: 5px !important;
	}

	.xs-pad-5 {
		padding: 5px !important;
	}
}



@media screen and (min-width: 744px) and (max-width: 989px) {
	.sm-bg-0 {
		background-color: white;
		color: #04518c;
	}

	.sm-bg-1 {
		background-color: #04518c;
		color: white;
		background: #04518c;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04518c), color-stop(100%, #023c63));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #04518c 0%, #023c63 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #04518c 0%, #023c63 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#023c63', GradientType=0);
		/* IE6-8 */
	}

	.sm-bg-2 {
		background-color: #00A1d9;
		color: white;
		background: #00a1d9;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1d9), color-stop(100%, #0089bf));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #00a1d9 0%, #0089bf 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #00a1d9 0%, #0089bf 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a1d9', endColorstr='#0089bf', GradientType=0);
		/* IE6-8 */
	}

	.sm-bg-3 {
		background-color: #4b4b4b;
		color: white;
		background: #4b4b4b;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #3f3f3f));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
		/* W3C */
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3f3f3f', GradientType=0);
		/* IE6-8 */
	}

	.sm-bg-4 {
		background-color: #adadad;
		color: #4b4b4b;
	}

	.sm-bg-5 {
		background: #bdccd4; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, #bdccd4 0%, #a5b4b7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdccd4), color-stop(100%,#a5b4b7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bdccd4 0%,#a5b4b7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdccd4', endColorstr='#a5b4b7',GradientType=0 ); /* IE6-8 */
	}

	.sm-c-0 {
		color: white;
	}

	.sm-c-1 {
		color: #04518c;
	}

	.sm-c-2 {
		color: #00a1d9 !important;
	}

	.sm-c-3 {
		color: #4b4b4b;
	}

	.sm-c-4 {
		color: #adadad;
	}

	.sm-hidden {
		display: none;
	}

	.sm-oppacity-0 {
		opacity: 0;
	}

	.sm-pad-0 {
		padding: 0px !important;
	}

	.sm-pad-l-0 {
		padding-left: 0px !important;
	}

	.sm-pad-t-0 {
		padding-top: 0px !important;
	}

	.sm-pad-r-0 {
		padding-right: 0px !important;
	}

	.sm-pad-l-15 {
		padding-left: 15px !important;
	}

	.sm-pad-r-15 {
		padding-right: 15px !important;
	}

	.sm-pad-t-15 {
		padding-top: 15px !important;
	}

	.sm-pad-b-15 {
		padding-bottom: 15px !important;
	}

	.sm-pad-15 {
		padding: 15px !important;
	}

	.sm-pad-1 {
		padding: 5px;
	}

	.sm-pad-l-5 {
		padding-left: 5px !important;
	}

	.sm-pad-r-5 {
		padding-right: 5px !important;
	}

	.sm-pad-t-5 {
		padding-top: 5px !important;
	}

	.sm-pad-b-5 {
		padding-bottom: 5px !important;
	}

	.sm-pad-5 {
		padding: 5px !important;
	}
}
