@import 'https://fonts.googleapis.com/css?family=Play';

body {
	margin: 0;
	padding: 0;
	background: url(img/bg.jpg) 100% no-repeat;
	background-size: cover;
	font-family: 'Play', sans-serif;
	font-size: 100%;
	color: #fff;
}
#container {
	width: 1000px;
	padding-bottom: 50px; /*Для того,чтобы нижняя тень от кнопок не обрезалась по контенту */
	margin: 250px auto 0 auto;
	overflow: hidden;
}
h1, p {
	text-shadow: 3px 4px 5px rgba(0,1,1,.75);
	margin-top: 30px;
	text-align: center;
}
h1 {
	margin: 0;
	font-weight: normal;
	font-size: 7.5em;
}
span {
	display: inline-block;
	font-size: 2.25em;
	position: relative;
}
span:after, span:before {
	content: "";
	position: absolute;
	height: 13px;
	top: 18px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 600px;
}
span:after {
	left: 100%;
	margin-left: 20px;
}
span:before {
	right: 100%;
	margin-right: 20px;
} 

#button-holder {
	width: 200px;
	height: 80px;
	margin:60px auto 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* border radius */
	background-color: #fe732f; /* layer fill content */
	-moz-box-shadow: 2px 3px 5px rgba(0,1,1,.75); /* drop shadow */
	-webkit-box-shadow: 2px 3px 5px rgba(0,1,1,.75); /* drop shadow */
	box-shadow: 2px 3px 5px rgba(0,1,1,.75); /* drop shadow */
	overflow: hidden;
	position: relative;
}
a {
	text-decoration: none;
	color: #fff;
}
#left {
	text-indent: -9999px;
	display: inline-block;
	background: #fe732f url(img/3.png) center no-repeat;
	height: 80px;
	width: 100px;
	position: relative;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px; /* border radius */
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#left:hover {
	background: rgba(0,1,1,.25) url(img/3.png) center no-repeat;
}
#left:before {
position: absolute;
content: "";
top: 0;
right: -1px;
width: 2px;
height: 80px;
background-color: rgba(0,0,0,.1); layer fill content
-moz-box-shadow: 1px 0 2px rgba(255,255,255,.75), inset 0 0 0 1px rgba(0,1,1,.2); 
-webkit-box-shadow: 1px 0 2px rgba(255,255,255,.75), inset 0 0 0 1px rgba(0,1,1,.2); 
box-shadow: 1px 0 2px rgba(255,255,255,.75), inset 0 0 0 1px rgba(0,1,1,.2);
} 
#right {
	right: 0;
	top: 0;
	line-height: 80px;
	position: absolute;
	height: 80px;
	width: 200px;
	text-align: center;
	font-size: 1.5em;
	-moz-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0; /* border radius */
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	text-shadow: 0 2px 2px rgba(0,1,1,.75);
}
#right:hover {
	background: rgba(0,1,1,.25);
}