.green {
	color: green;
}	
.red {
	color: red;
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
/*		border: none;*/
		border-bottom: 1px solid #eee; 
		position: relative;
/*		padding-left: 50%; */
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
	.copy-cont {
	color:#eee;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.company-center{
	padding:0 0 10px 20pt;
	margin-top: 5px;
	margin-bottom:10px
	text-align: center;
}
.company-social {
	margin-top: 5px;
	margin-bottom:10px
}

.company-social {
	text-align: left;
	list-style: none;
}

.company-social li{
	margin:0;
	padding:0;
	display: inline-block;
}

.company-social a{
	margin:0 2px 0 0;
}

.company-social a:hover {
    color: #fff;
}

.company-social a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}

.btn-cont {
    margin: 3% 0 1% 30%;
}

.company-social .social-facebook a i{background: #3873ae;}
.company-social .social-instagram a i{background: #FE2E9A;}
.company-social .social-twitter a i{background: #62c6f8;}
.company-social .social-vk a i{background: #2863a0;}
.company-social .social-odnoklassniki a i{background: #ee9900;}
.company-social .social-youtube a i {background: #dd0000;}
.company-social .social-vimeo a i {background: #51a6d3;}
.company-social .social-facebook a:hover i {background: #4893ce;}
.company-social .social-instagram a:hover i {background: #F5A9E1;}
.company-social .social-twitter a:hover i {background: #82e6ff;}
.company-social .social-vk a:hover i {background: #4893ce;}
.company-social .social-odnoklassniki a:hover i {background: #ffaa44;}
.company-social .social-youtube a:hover i {background: #ff4040;}
.company-social .social-vimeo a:hover i {background: #71c6f3;}

@media only screen and (max-width: 600px)  {
	
	.company-center{
	padding:0 0 10px 15pt;
	margin-top: 5px;
	margin-bottom:10px
	text-align: center;
}
}