.content {
	position:absolute;
	width:960px;
	height: auto;
	top:100px;
	left:50%;
	margin-left:-480px;
	z-index:1;
	background-color: #198EA0;
	box-shadow: 0px -5px 5px black inset;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow:0px -8px 5px black inset;
}
.circle {
	position: relative;
	margin: 10px auto;
}
.ctn1 {
	position:relative;
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 60px;
	text-align:center;
	overflow:hidden;
	background-image:url(../images/womenctn.jpg);
	box-shadow:0px 5px 10px black inset;
}
.ctn1 a{
	display:none;
	width:200px;
	background-color:black;
	color:yellow;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:200px;
}
.ctn1:hover a{
	display:block;
	opacity:0.8;
}
.ctn2 {
	position:relative;
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 60px;
	text-align:center;
	overflow:hidden;
	background-image:url(../images/menctn.jpg);
	box-shadow:0px 5px 10px black inset;
}
.ctn2 a{
	display:none;
	width:200px;
	background-color:black;
	color:yellow;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:200px;
}
.ctn2:hover a{
	display:block;
	opacity:0.8;
}
.ctn3 {
	position:relative;
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 60px;
	text-align:center;
	overflow:hidden;
	background-image:url(../images/uniquectn.jpg);
	box-shadow:0px 5px 10px black inset;
}
.ctn3 a{
	display:none;
	width:200px;
	background-color:black;
	color:yellow;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:200px;
}
.ctn3:hover a{
	display:block;
	opacity:0.8;
}

.bktamu {
	position:relative;
	width:500px;
	height:300px;
	bottom: auto;
	margin-bottom: 25px;
	margin-top: 25px;
	left:230px;
	background-color:#3498DB;
	border-radius:10px;
	box-shadow:0px 0px 0px black;
	transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
}
.bktamu:hover {
	box-shadow:0px 5px 5px black;
	transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
}
.bktamu .gbook {
	position:relative;
	left:50%;
	text-transform:uppercase;
	font-size:14pt;
	font-weight:bold;
	color:black;
}
.bktamu p{
	position:relative;
	font-size:12pt;
	left:20px;
	color:#2C3E50;
}
.bktamu form {
	width:450px;
}
.bktamu form input {
	width:300px;
	float:right;
	border-radius:5px;
	height:30px;
}
.bktamu form textarea {
	width:300px;
	height:100px;
	border-radius:5px;
	float:right;
}
.bktamu .send input{
	position:relative;
	top:75px;
	left:320px;
	background-color:#5C6D7E;
	color:#2C3E50;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:bold;
	font-family:valkyrie;
	width:100px;
	border-radius:5px;
	float:right;
	transition:all 300ms ease-in-out;
}
.bktamu .send:hover input{
	color:yellow;
	box-shadow:0px -5px 5px black inset;
	cursor:pointer;
	transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
}
.alternative {
	position:relative;
	bottom: auto;
	margin-bottom: 50px;
	width:100%;
	height:200px;
}
.alternative ul {
	position:relative;
	left: 25px;
	list-style:none;
	text-align:left;
	padding:0;
}
.alternative a {
	font-weight: bold;
	font-size: 12pt;
	color: #2C3E50;
	text-decoration:none;
	line-height: 20pt;
}
.alternative a:hover {
	color: white;
	text-shadow:0px 2px 3px black;
	font-weight: bold;
}

.social {
	position:absolute;
	top: 25%;
	right: 0;
	padding: 0;
}
.social ul {
	list-style: none;
}
.social ul li {
	display: block;
	float: left;
}
.social ul li img {
	position: relative;
	top: 75px;
	right: 50px;
	margin: 0 25px;
	width: 32px;
	height: 32px;
}
.social ul li a span {
	display: none;
	position:relative;
	bottom: 10px;
	right: 50px;
	width: 70px;
	height: 25px;
	color: white;
	font-size: 10pt;
	font-family: roboto;
	font-weight: normal;
	text-shadow: 0px 1px 2px black;
	text-align: center;
	line-height: 18pt;
	border: 5px solid rgba(44,62,80,0.2);
	border-radius:5px;
	background-color: rgba(92,109,126,0.4);
	box-shadow: 0px 1px 2px black inset;
}
.social li a span:before,
.social li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(44,62,80,0.2);
}
.social ul li a:hover span {
	display: block;
}
.social ul li a span:hover {
	display: none;
}
.footer {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: 0 auto;
}
.footer p {
	color:white;
	width: 300px;
	height: 50px;
	margin: 0 auto;
	background-color: #3498DB;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	font-family: roboto;
	font-weight: bold;
	text-shadow: 0px 2px 3px black;
	line-height: 50px;
	border: 2px solid black;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}