@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
* {
	font-family: sans-serif;
	/*font-weight: 300;*/
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ecf0f5;
	font-weight: 300;
}
.top_bar {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.max_width {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.lang-container{
	text-align:right;
	padding: 10px 0 0;
}
.lang-container a{
}
.lang-container a img{
	width: 30px;
    margin: 0 2px;
}
.logo {
	float: left;
	width: 50px;
	/*margin-top: 15px;*/
}
.nav {
	float: right;
	margin-top: 5px;
}
.nav a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: 700;
}
.nav a.selected {
	color: #d30000;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #d30000;
	border-radius: 3px;
}
.nav a.selected:hover {
	color: #FFF;
	background-color: #d30000;	
}
.nav a:hover {
	color: #d30000;
}
.column_container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.container_box {
	max-width: 1170px;
	padding: 15px;
	margin-top: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #c51a1b;
	border-radius: 5px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*shadow*/
	-webkit-box-shadow: 2px 2px 5px 0px rgba(215,215,215,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(215,215,215,1);
	box-shadow: 2px 2px 5px 0px rgba(215,215,215,1);
}
.container_box.new {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c51a1b;
	padding: 30px;
}
.container_box:hover {
	/*shadow*/
	-webkit-box-shadow: 2px 2px 5px 0px rgba(180,180,180,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(180,180,180,1);
	box-shadow: 2px 2px 5px 0px rgba(180,180,180,1);
}
.container_box .left_img {
	float: left;
	height: 100%;
	width: 48%;
}
.container_box .left_img.new {
	margin-right: 25px;
	margin-bottom: 15px;
}
.container_box .right_content {
	float: right;
	width: 50%;
	text-align: justify;
}
.container_box .right_content h1 {
	font-size: 16px;
	font-weight: 900;
	color: #c51a1b;
	margin-top: 15px;
	text-transform: uppercase;
}
.container_box .right_content p {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin-top: 25px;
}
.container_box .read-more-btn {
	font-size: 16px;
	font-weight: 700;
	color: #787878;
	background-color: #e6e6e6;
	text-align: center;
	height: 40px;
	width: 110px;
	margin-top: 30px;
	border-radius: 5px;
	line-height: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float: left;
	text-decoration: none;
}
a.number-page {
	background-color: #d4d8dd;
	float: right;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #585858;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a.number-page:hover {
	color: #FFFFFF;
	background-color: #00a8ff;	
}
a.number-page.selected {
	color: #FFFFFF;
	background-color: #00a8ff;	
}
.container_box .read-more-btn:hover {
	color: #FFF;
	background-color: #c51a1b;
}
h1.new-title {
	font-size: 28px;
	font-weight: 700;
	color: #c51a1b;
	margin-top: 50px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
p.new-content {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin-top: 25px;
	text-align: left;
}
span.bold {
	font-size: 16px;
	font-weight: 700;
	color: #666;
	margin-top: 25px;
	text-align: left;
}
h2.subtitle1 {
	font-size: 20px;
	font-weight: 700;
	color: #666;
	margin-top: 25px;
	text-align: left;
	margin-left: 25px;
}
p.txt2 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
	text-align: left;
}
.new-footer {
	width: 100%;
	margin-top: 100px;
	background-color: rgba(0,0,0,0.8);
	padding-top: 25px;
	padding-bottom: 15px;
}
.new-footer p.txt {
	width: 100%;
	font-size: 14px;
	color: #CCC;
	text-align: center;
}
.tarife-footer{
	position: fixed;
	bottom: 0;
}
.view-file-btn {
	color: #FFF;
	background-color: #c51a1b;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: 1px solid #c51a1b;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 700;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
.view-file-btn:hover {
	color: #c51a1b;
	background-color: #FFF;
	border-top-color: #c51a1b;
	border-right-color: #c51a1b;
	border-bottom-color: #c51a1b;
	border-left-color: #c51a1b;
	text-decoration: none;
}

/*accordion*/
.ui-accordion-header{text-transform:uppercase;padding:1em;font-size:1em;font-weight:700;border: 1px solid #c51a1b;}
.ui-accordion-header-collapsed {border: 1px solid #c51a1b;color:#666;cursor:pointer;}
.ui-accordion-header-active  {border: 1px solid #c51a1b;border-bottom:none;color:#000;}
.ui-accordion-content {border: 1px solid #c51a1b;border-top:none;padding:1em;}

.news-text{width:49%;display:inline-block;vertical-align:top;}
.news-text.full-text{width:100%;}
.news-text p{}
.news-text a{margin-top: 1em;display: inline-block;}
.news-image{width:49%;display:inline-block;margin-left: 1%;}
.news-image img{width:100%;}
/*.news-text strong, .news-text em strong  {font-weight:900;}*/
.news-text ol {list-style:none;}