/* -----------------------
Base styles
------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #939598;
	background-color: #fff;
	font: 1em/1.2 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	/* background: url('../img/skin1-2.jpg') center top no-repeat;
	background-size: cover;
	background-attachment: fixed; */
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 .5em;
	font-family: Georgia, serif;
	color: rgb(29, 63, 142);
	font-weight: 300;
	line-height: 1.1;
}

h1 { font-size: 1.75em; line-height: 1.3em; color: rgb(29, 63, 142); text-align:; } /* 36px */
h2 { font-size: 1.5em; color: rgb(29, 63, 142); text-align: ; font-weight: 200;  } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p {
	margin: 0 0 0.8em;
}

/* blockquote {
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
} */

hr {
	height: 0;
	margin-top: 3em;
	margin-bottom: 4em;
	border: 0;
	border-top: 1px solid #ddd;
}

table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td {
	padding: .5em 1em;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link, a:visited { color: #940499; }
a:focus, a:hover, a:active { color: #002a5c; }

.blue { color: #002a5c; }
.pink { color: #940499; }

.small { font-size: 0.85em; line-height: 0.9em; }
.bold { font-weight: 600; color: #444; }
.center { text-align: center; }
.clear { clear: both; }
.left { text-align: left; }
.right { text-align: right; }

ul {
	margin-top: 0px;
	margin-left: -0.5em;
}
li {
	margin-bottom: 0.35em;
}


/* -----------------------
Layout styles
------------------------*/

.content {
	padding: 1em 1.25em;
	overflow: hidden;
}
.container {
	max-width: 50em;
	margin: 0 auto;
}

.header {
	z-index: 999;
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	padding: .5em 0em;
	text-align: center;
	border-top: 2px solid rgb(29, 63, 142);
	border-bottom: 0px solid rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 20px -15px #000;
}



.nav-bar {
	background: #000;
	padding: 0;
}



.main {
	margin-top: 4em;
	font-size: 1.1em;
	line-height: 1.3;
}

.convert {
	margin-top: 3em;
	position: relative;
	min-height: 250px;
	text-align: right;
	padding-top: 1em;
	padding-right: 50%;
}

.percent50 {
	float: left;
	display: inline-block;
	width: 49%;
	padding: 0 10px;
	box-sizing: border-box;
}

.instanly-ageless {
	position:absolute;
	top:0;
	left:52%;
	width:100%;
	height:300px;
	background:url('../img/instantly-ageless-box.jpg') left top no-repeat;
}
.serum {
	position:absolute;
	top:0;
	left:52%;
	width:100%;
	height:300px;
	background:url('../img/rejuvenation-serum.jpg') left top no-repeat;
}
.ageless-serum {
	position:absolute;
	top:0;
	left:52%;
	width:100%;
	height:300px;
	background:url('../img/ageless-serum.jpg') left top no-repeat;
}


.footer {
	margin: 20px 0 0;
	color: #939598;
	background: #fff;
	padding: 0.5em 0em;
	text-align: center;
	border-top: 1px solid rgba(50, 50, 50, 0.1);
}

.copy {
	font-size: 0.6em;
	opacity: 0.5;
}


.couplesphoto {
	width: 46%;
	max-width: 358px;
	min-width: 250px;
	margin: 10px 2%;
}


a.contact_btn {
	display: inline-block;
	margin: 0.5em 0em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 500;
	border-radius: 2em;
	padding: 0.5em 1em;
	background-color: #28afc2;
	box-shadow: 0px 1px 4px #888888;
}
a.contact_btn:hover {
	background-color: #002a5c;
	background: -webkit-radial-gradient(circle, #00559e, #223e92); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, #00559e, #223e92); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, #00559e, #223e92); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle, #00559e, #223e92); /* Standard syntax (must be last) */
}
a.tour_btn {
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 500;
	border-radius: 4px;
	padding: 0.8em 1em;
	background: #002a5c;
	box-shadow: 0px 3px 8px #999;
}
a.tour_btn:hover {
	color: #fff;
	background: #940499;
}

.flowplayer {
	position: relative;
	padding-bottom: 56%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	text-align: center;
	border: 0px solid #939598;
	box-shadow: 0px 2px 10px #ddd;
}


/*
.embed-container {
	position: relative;
	padding-bottom: 56%; -- 16/9 ratio --
	padding-top: 30px; -- IE6 workaround --
	height: 0;
	overflow: hidden;
	text-align: center;
	border: 0px solid #939598;
	box-shadow: 0px 2px 10px #ddd;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.contact {
	margin: 0 !important;
}
.contact_form {
	width: 90%;
	height: 810px;
}
.contact_form iframe {
	background: #fff;
}



/* -----------------------
Tour Page
------------------------*/

.month {
	font-size: 1.2em;
	font-weight: 600;
}
.date {
	font-size: 1.2em;
	font-weight: 200;
}
.city {
	font-weight: 600;
	color: #444;
}



/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: .7em 1.25em;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

.nav a:link { color: white; }
.nav a:visited { color: white; }

.nav a:focus
{
	color: black;
	background-color: white;
}

.nav a:hover
{
	color: white;
	background-color: green;
}

.nav a:active
{
	color: white;
	background-color: red;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 42em)
{
	.header { padding: 0.5em 0em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em 0em; }
	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}