* {
	color: #fff;
}

.icon-box {
	margin: 5px auto;
	padding: 0;	
}

.hover-info {
	display: none;
	position: absolute; 
	top: 0%;
	left: 0%;
	align-items: center;
	z-index: 1;
}
.hover-info h1 {
	display: flex;
	margin: auto;
	font-size:1.5em;
}
a:hover .hover-info {
	display: flex;	
}
#btn-txt{
	text-align: center;
}
#btn {
	padding: 50px 75px 50px 75px;
	color: #fff;
}
.editable{
	text-align:center;
}
.videobox{
	-moz-border-radius: 0 250px 250px 0;
	-webkit-border-radius: 0 250px 250px 0;
	-ms-border-radius: 0 250px 250px 0;
	border-radius: 0 250px 250px 0;
}
.success-bg {
	position: fixed;
    top: 0;
    left: 0;
	height:100%;
	width: 100%;
	z-index: 1001; 
	background-color: rgba(0,0,0,0.75);
}
.success { 
	margin-left: -40%; 
	margin-top: 0%; 
	padding: 0 2.5%;
	width: 80%; 
	height: auto; 
	position: fixed; 
	top: 5%; 
	left: 50%; 
	z-index: 1002;
	background-color: #aaa;
}
.success strong , p {
	color: #000;
}
.bg-body {
	//background-color: #213f52;
}
.wrapper {
	margin: 5% auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center; 
	text-align: center;
	background-color: #ccc;
}
.header, .main, .social, .footer {
	flex: 1 100%;
}
.header {
	order: 1;	
 	//background: tomato;
}
.main {
	order: 2;
 	//background: deepskyblue;	
}
.box-share {
	display: inline-flex;
	margin: auto;
}
.share {
	display: flex;
	margin: auto 5px;	
}
.social {
	order: 3;
	background-color: #ddd;
}
.facebook, .twitter, .gplus {
	flex: 1 100%;
}
.facebook {
	order: 1;
}
.twitter {
	order: 2;
}
.gplus {
	order: 3;
}
.footer {
	order: 4;
	border-top: 1px solid #ccc;
	//background: lightgreen;
	text-align: center;
}