html body.inside {
	min-width: 1280px !important;
	overflow-x: hidden;
}

@media screen and (max-width: 1279px) {
	html body.inside {
		overflow-x: auto;
	}
}

.center {
	text-align: center;
}

h1.center {
	color: #12758c;
    font-size: 30px;
    padding-bottom: 30px;
}

tbody tr td {
	vertical-align: middle;
    border-right: none;
    /*text-align: left;*/
    text-align: center;
    padding: 8px 10px;
}



td:first-child {
    border-left: none;
}

.events .container table.catalog-element-table {
	margin: 20px 0;
	width: 100%;
}

.events .container {
	text-align: left;
}

.events .container table.catalog-element-table th {
	/*background-color: #12758c;*/
	background-color: #008694;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}

.content table {
	border-collapse: collapse !important;
}

table.catalog-element-table tr:nth-child(odd) {
	background-color: #b3b3b3 !important;
}

table.catalog-element-table tr:last-child {
	border-bottom: 5px solid #008694 !important;
}

table.catalog-element-table td {
	border-right: 2px solid #999 !important;
	background-color: inherit !important;
}

table.catalog-element-table td:first-child {
	border-left: 2px solid #999 !important;
}

table.catalog-element-table caption {
	padding: 10px 0;
    font-size: 18px;
    font-weight: 900;
    color: #000 !important;
}

.events .item .container p {
	padding: 10px 0;
}

.img-after-table {
	width: 150px;
}

.img-after-table.th {
	width: 150px;
	padding-top: 100px;
}

.slide-content-table tr {
	height: 150px;
}

.img-table {
	margin: 20px 0;
}

.img-in-table {
	vertical-align: middle;
	width: 130px;
}

.main-bg {
	margin: 20px 0 10px;
}

.main-bg img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.main-bg img {
		max-width: 700px;
	}
}

.slide-content {
	box-sizing: border-box;
	/*padding: 65px 65px 0 65px;*/
	padding: 65px;
}

.content-border {
	border-left: 3px solid #b7b8b7;
	border-bottom: 3px solid #b7b8b7;
	border-radius: 3%;
	padding: 0 0 10px 10px;
}

.slide-content li {
	padding-left: 70px;
}

.target {
	width: 0; 
	height: 0;
	border: 13px solid #a1e7e1;
	border-radius: 50%;
	box-shadow: 
	-8px 5px 0 10px #a1e7e1,
	-8px 5px 0 30px #07aebf,
	-8px 5px 0 50px #fff,
	-8px 5px 0 55px #b7b8b7;
	position: absolute;
	left: 76px;
}

.slide-content h3 {
	text-transform: uppercase;
	color: #12758c;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 75px;
}

.main-slide ul li:before{
	color: #12758c;
    content: "\2022";
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}

.events .event-content {
    background-size: cover;
    height: 520px;
    background-size: contain;
    background-repeat: no-repeat;
}

.row {
	margin: 0 !important;
}

.mobile .events .item .container {
	padding: 0;
}

.mobile .main-bg {
	display: none;
}

.mobile .img-after-table.th {
	padding-top: 0;
}

.mobile .x-scroll {
	overflow-x: scroll;
}

.main-slide-first {
	position: relative;
}

.main-slide-first img {
	position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.catalog-element-table td {
	width: 33%;
}

.recommendation-list {
	display: none;
}

.mobile .recommendation-list {
	display: block;
}

.mobile .recommendation-list h3 {
	text-align: center;
	margin-top: 0;
	font-size: 18px;
}

.mobile .recommendation-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile .recommendation-list ul li:before {
	color: #12758c;
    content: "\2022";
    padding-right: 5px;
    font-size: 20px;
    font-weight: bold;
}

.button-container {
	text-align: center;
	margin-bottom: 30px;
}
.inno-digital-button {
	color: #fff;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.inno-digital-button:last-child {
}
.inno-digital-button:hover {
	text-decoration: none;
	color: #fff;
}

.mobile .btn.btn-blue.inno-digital-button {
	white-space: normal;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}

.other-sections {
	font-size: 28px;
    color: #12758c;
    font-weight: bold;
}


.actual-info {
    display: inline-block;
    border: 1px solid #1cb4b5;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
}