/* @override http://www.secretkeydemo.it/secret_natale/style.css */

/* @override 
	http://www.secretkeydemo.it/secretkey/style.css
	http://www.secretkeydemo.it/secret_natale/style.css */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, 
body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #e1e2dc !important;
	
}

body{
	padding-right: 150px;
	padding-left: 150px;
}
a, 
a:link, 
a:active, 
a:visited, 
a:hover {
	color: #969696;
	text-decoration: none;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

.d_table{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
	.d_cell{
		height: 100%;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	.logo_top{
		width: 250px;
		margin: 0 auto 50px;
	}
	.content_player{
		max-width: 1980px;
	}
		.content_player iframe{
			width: 100%;
		}
		
		
		.content_player {
			position: relative;
			padding-bottom: 56.25%; /* 16:9 */
			padding-top: 9px;
			height: 0;
			max-width: 1000px;
			margin: 0 auto 0 !important;
		}
		.content_player iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			margin-bottom: 40px;
			max-width: 1000px;
				max-height: 560px !important;
		}
		
@media only screen and (max-width: 680px) {
	body{
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}