@font-face {
	font-family:'Noticia Text';
	src: url("../fonts/noticia-text.ttf");
}
@font-face {
	font-family:'Noticia Text Bold';
	src: url("../fonts/noticia-text-bold.ttf");
}
@font-face {
	font-family:'Open Sans';
	src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
	font-family:'Open Sans Bold';
	src: url("../fonts/OpenSans-Bold.ttf");
}
body {
    background: #eae5e5 none repeat scroll 0 0;
    color: #4D4D4D;
    font-family: 'Noticia Text',arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#cookie-notice {
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}
.cookie-notice-container {
    padding: 10px;
}


button:focus {
	outline:none;
}
p {
	font:normal normal normal 13px/18px 'Open Sans',sans-serif;
}
.logo {
	width:40%;
	display:inline-block;
}
.logo h1 {
	font:normal normal bold 43px/1.2em 'Noticia Text',serif;
	color:#4D4D4D;
}
.logo h2 {
	font:normal normal bold 18px/1.2em 'Noticia Text',serif;
	color:#4D4D4D;
	margin-top:0;
}
.logo h1 a, .logo h2 a {
	color:#4D4D4D;
}
.logo h1 a:hover, .logo h2 a:hover {
	color:#4D4D4D;
	text-decoration:none;
}
.container {
    margin: 0 auto;
	max-width:960px;
    position: relative;
    z-index: 10;
}
img {
	max-width:100%;
}
.main {
    background: url("../img/bg.jpg") no-repeat scroll center center / cover ;
    height: calc(100% - 260px);
	margin-top:30px;
}
.main h1 {
	font:normal normal normal 80px/1.2em 'noticia text',serif;
	border-bottom:1px solid rgba(139, 139, 139, 1);
	padding-bottom:20px;
	margin-bottom:30px;
}
.main h2 {
	color:rgba(232, 53, 86, 1);
}
article strong {
	font-family:'Open Sans Bold';
}
.col-left {
	width:40%;
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
}
.col-right {
	width:56%;
	display:inline-block;
	vertical-align:middle;
}
.col-right h1 {
	font:normal 80px/1.2em 'noticia text bold',serif;
}
.col-right {
		overflow-y:auto;
	}
footer {
    color: rgba(0, 0, 0, 1);
    padding-top: 30px;
	padding-bottom:30px;
	font-weight:bold;
	margin-top:80px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form, nav, .container-fluid {
	border:none !important;
	box-shadow:none !important;
	background:none !important;
	border-color:transparent !important;
	padding:0;
}
nav {
	width:59%;
	display:inline-block;
	margin-top:25px;
}
nav li {
	padding:0 15px;
	display:inline-block;
}
.navbar-collapse .nav li a {
	text-transform:uppercase;
	font-size:14px;
	padding:15px 0 !important;
	color:#8B8B8B;
	font-family:'Noticia Text Bold';
	text-shadow:none !important;
}
nav li.active a, nav li a:hover {
	color:#61D0D4;
}
nav li:last{
	text-align:right;
	padding-right:0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav a:hover {
	background:none;
	box-shadow:none;
	color:#61D0D4 !important;
}

.navbar-toggle {
	margin-top:2px;
	border-color:#4d4d4d !important;
	background:#4d4d4d;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff !important;
}
ul.nav {
	float:left;
}
.block {
	background:#fff;
	width:40%;
	float:right;
	color: #000;
	font-size:14px;
	padding:10px 15px;
	height: calc(100% - 0px);
}
ul li {
	list-style:square;
	font-family:'Open Sans';
	font-size:13px;
}
table {
	margin-top:30px;
}
table tr {
	border-top:1px solid rgba(139, 139, 139, 1);
	border-bottom:1px solid rgba(139, 139, 139, 1);
}
table h3 {
	font:normal normal normal 16px/20px 'Open Sans',sans-serif;
	margin-top:0;
}
table tr td {
	padding:20px 0;
	vertical-align:top;
}
table .circle {
	width:130px;
	height:130px;
	border-radius:50%;
	display:inline-block;
	background:rgba(232, 53, 86, 1);
	transition:background-color 0.4s ease 0s;
	margin-right:15px;
}
table .circle p {
	color:#fff;
	padding-left:10px;
	font-size:12px;
}
table tr:nth-of-type(1) .circle p {
	padding-top:35px;
}
table tr:nth-of-type(2) .circle p {
	padding-top:47px;
}
table tr:nth-of-type(3) .circle p {
	padding-top:35px;
}
table tr:nth-of-type(4) .circle p {
	padding-top:47px;
}

.home_menu {
	margin-top:20px;
	margin-bottom:40px;
}
.home_menu div {
	text-align:center;
	width:130px;
	height:130px;
	border-radius:50%;
	display:inline-block;
	transition:background-color 0.4s ease 0s;
}
.home_menu div:nth-of-type(1) {
	background:rgba(232, 53, 86, 1);
}
.home_menu div:nth-of-type(1):hover {
	background:#9b2439;
	cursor:pointer;
}

.home_menu div:nth-of-type(2) {
	background:rgba(97, 208, 212, 1);
}
.home_menu div:nth-of-type(2):hover {
	background:#418b8d;
	cursor:pointer;
}

.home_menu div:nth-of-type(3) {
	background:rgba(209, 201, 38, 1);
}
.home_menu div:nth-of-type(3):hover {
	background:#8b8619;
	cursor:pointer;
}
.home_menu a {
	line-height:130px;
	color:#fff;
	text-transform:uppercase;
}
.home_menu a:hover {
	text-decoration:none;
}
footer {
	background:rgba(232, 53, 86, 1);
}
.footer-col {
	min-width:24%;
	display:inline-block;
	vertical-align:top;
}
.footer-col div {
	display:inline-block;
	vertical-align:top;
}
.footer-col h3 {
	margin-top:0;
	font-size:14px;
	font-family:'Open Sans Bold';
	color:#fff;
}
.footer-col p, .footer-col a {
	color:#fff;
}
footer .icon i {
	color:rgba(232, 53, 86, 1);
	font-size:24px !important;
	text-align:center;
	line-height:50px !important;
	width:50px;
	height:50px;
}
footer .icon {
	background:rgba(97, 208, 212, 1);
	border-radius:50%;
	width:50px;
	height:50px;
	text-align:center;
	margin-right:10px;
}
/**Form**/
form h3 {
	background:rgba(232, 53, 86, 1);
	color:#fff;
	font-size:16px;
	padding:7px 15px;
}
label {
	font-weight:normal;
}
.group {
	margin:5px 0;
}
.group div {
	display:inline-block;
}
.group div:nth-of-type(1) {
	min-width:150px;
}
.group div:nth-of-type(2) {
	width:50%;
}
.group div input, .group textarea {
	width:100%;
	border-radius:3px;
	border:1px solid #999;
	padding:5px;
}
.group textarea {
	height:80px;
}
.group.radio-type div input {
	width:auto;
}
button {
	border:none;
	background:rgba(97, 208, 212, 1);
	color:#fff;
	padding:10px 15px;
	border-radius:3px;
}
button:hover {
	background:#418b8d;
	cursor:pointer;
}
@media only screen and (max-width:999px) {
	.home_menu div {
		margin-right:20px;
	}
}
@media only screen and (max-width:767px) {
	.navbar {
		vertical-align:top;
		margin-top:25px;
	}
	.col-right h1 {
		font:normal 60px/1.2em 'noticia text bold',serif;
	}
	.footer-col {
		min-width:31%;
	}
	.footer-col:nth-of-type(3) {
		display:none;
	}
}
@media only screen and (max-width:747px) {
	.col-left, .col-right {
		width:100%;
	}
	.footer-col .icon {
		display:none;
	}
}
@media only screen and (max-width:480px) {
	.home_menu div {
		margin-right:5px;
	}
	.footer-col {
		width:100%;
		text-align:center;
	}
}
@media only screen and (max-width:414px) {
	.home_menu div {
		width:100px;
		height:100px;
	}
	.home_menu div a {
		line-height:100px;
		font-size:12px;
	}
	.col-right h1 {
		font:normal 50px/1.2em 'noticia text bold',serif;
	}
	.logo h1 {
    font: normal normal bold 30px/1.2em 'Noticia Text',serif;
	}
	.logo {
		width:50%;
	}
	nav {
		width:48%;
	}
	.navbar-toggle {
		margin-right:0;
	}
}
@media only screen and (max-width:359px) {
	.home_menu div {
		width:90px;
		height:90px;
	}
	.home_menu div a {
		line-height:90px;
		font-size:11px;
	}
	.home_menu div {
		margin-right:0;
	}
	table td {
		float:left;
	}
	table td:nth-of-type(1) {
		text-align:center;
		width:100%;
	}
}
@media only screen and (min-width:1200px) {
	.home_menu div {
		margin-right:20px;
	}
}

