/*----------------------*/
/*-----10 Feb 2014------*/
/*---Alexander Bibikov--*/
/*----------------------*/
@import url('reset.css');
* {
	transition:ease-out 0.3s;
	-webkit-transition:ease-out 0.3s;
}
@font-face {
	font-family: 'PFDinTextCondPro-Light';
	src: url('fonts/PFDinTextCondPro/PFDinTextCondPro-Light.eot');
	src: local('☺'), url('fonts/PFDinTextCondPro-Light.woff') format('woff'), url('fonts/PFDinTextCondPro-Light.ttf') format('truetype'), url('fonts/PFDinTextCondPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font:18px/24px PFDinTextCondPro-Light;
	color:#ef3f24;
}
h1 {
	font-size: 32px;
	text-align: center;	
	margin:5px 10px;
	line-height: 33px;
}
h2 {
	font-size: 29px;
	text-align: center;	
	margin:5px 10px;
	line-height: 33px;
}
h3 {
	font-size: 24px;
	text-align: center;	
	margin:5px 10px;
}
h4,h5,h6 {
	font-size: 21px;
	margin:5px 5px;
}
.main-wrap {
	width:900px;
	margin:0 auto 50px;
	-moz-box-shadow: 0px 3px 10px -3px #000000;
	-webkit-box-shadow: 0px 3px 10px -3px #000000;
	box-shadow: 0px 3px 10px -3px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#000000')";
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background:url(../img/background.jpg) no-repeat;
}
.logo {
	float:right;
	margin: 15px;
}
header {
	width:600px;
	margin:0 auto;
	padding:44px 0;
}
header h1 {
	clear:both;
}
.love {
	display:block;
	margin:0 auto;
	width:625px;
}
.greetings {
	margin:0 auto;
	width:625px;
	background-color:#FFF;
	background-image:url(../img/matte.png);
	border-radius:10px;
		-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
	box-shadow:1px 2px 8px rgba(50,50,50,.5);
	margin-top:50px;
	margin-bottom:25px;
	padding:15px;
}
.greetings audio {
	width: 100%;
	margin-top:10px;
}
.pluso {
	width: 305px;
	margin: 0 auto;
	display:block !important;
}
.player {
	background: url(../img/video-bg.png);
	width: 592px;
	height: 397px;
	margin: 30px auto 20px;
	text-align: center;
}
.player iframe {
	margin:10px;
	border:none;
}
#l, #v {
	float:left;
}
#o {
	float:right;
}
.gift {
	text-decoration:none;
}
.gift h3 {
	color:#ef3f24;
	text-decoration:none;
	font-size:50px;
	line-height: 50px;
}
.gift h3:hover {
	color:#ef3f24;
	text-decoration:underline;
}
.arrow {
	width:188px;
	margin:0 auto;
}
@media only screen and (max-device-width: 480px) {
	.greetings audio {
		padding:40px 0;
	}
	html {
		-webkit-text-size-adjust: none;
	}
}