.profile {
	margin: 0;
}

/**************************************************
 * Profile Top Section
 **************************************************/
.profile-top {
	border-bottom: 3px dotted #eee;
	margin: 40px 0 85px;
	position: relative;
	overflow: visible;
	height: 45px;
}

.profile-top h1,
.profile-top p {
	margin: 0;
}
.profile-top h1 {
	font-family: 'museo-slab', Georgia, serif;
	line-height: 30px;
	font-weight: 500;
	font-size: 26px;
	color: #444;
}
.profile-top p {
	line-height: 20px;
	color: #aaa;
}

.profile-top .user-details,
.profile-top .user-stats {
	position: absolute;
	background: #fff;
	color: #999;
}

.profile-top .user-details {
	padding-right: 20px;
	top: 16px;
	left: 0;
}
.profile-top .user-details.no-name {
	top: 30px;
}

.profile-top .user-stats {
	padding-left: 20px;
	text-align: right;
	top: 26px;
	right: 0;
}

.profile-top .user-avatar {
	border: 5px solid #eee;
	margin-left: -45px;
	position: absolute;
	overflow: hidden;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 0;

	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}

.profile-top .user-details span.dot,
.profile-top .user-stats span.dot {
	border: 3px solid #eee;
	position: absolute;
	background: #fff;
	display: block;
	z-index: 10;
	height: 9px;
	width: 9px;
	
	border-radius: 8px;
}
.profile-top .user-details span.dot {
	right: -10px;
	top: 23px;
}
.profile-top .user-details.no-name span.dot {
	top: 9px;
}
.profile-top .user-stats span.dot {
	left: -10px;
	top: 13px;
}

/**************************************************
 * Favorites Items
 **************************************************/
.block-item.block-favorite {
	width: 100%;
}
.block-item.block-favorite.block-story a.item-anchor,
.block-item.block-favorite a.item-anchor {
	height: 264px;
	color: #fff;
}

.block-favorite .overlay-description {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
	z-index: 15;
	bottom: 75%;
	top: 0px;
}
.block-favorite .overlay-description .destination-name {
	bottom: auto;
	top: 20px;
}
.block-favorite.block-destination .destination-name {
	width: 380px;
}
.block-favorite .destination-type {
	top: 0;
}
.block-favorite .destination-name h3 {
	line-height: 1.2em;
	margin-top: 12px;
	font-size: 34px;
	color: #fff;
}

.block-favorite .price-tag {
	bottom: auto;
	top: 20px;
}

/**************************************************
 * Sidebar Tabs
 **************************************************/
.profile .page-tabs {
	display: block;
	float: left;
}
.side-tabs {
	margin: 40px 0 0;
	list-style: none;
	width: 257px;
	float: left;
	padding: 0;
}
.side-tabs li a {
	border-left: 3px solid #fff;
	padding: 12px 20px;
	line-height: 16px;
	background: #fff;
	font-size: 16px;
	display: block;
	color: #aaa;
}
.side-tabs li a:hover {
	color: #444;
}
.side-tabs li.active a {
	border-left-color: #e91069;
	background: #f9f9f9;
	position: relative;
	font-weight: bold;
	color: #565656;
}
.side-tabs li a:after {
	pointer-events: none;
	position: absolute;
	margin-top: -20px;
	content: " ";
	left: 100%;
	height: 0;
	width: 0;
	top: 50%;

	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 20px;
}
.side-tabs li.active a:after {
	border-left-color: #f9f9f9;
}

.tab-content.content-right {
	margin: 40px 0;
	float: right;
	width: 620px;
}

/**************************************************
 * Profile Tables
 **************************************************/
.profile table {
	border-color: #eee;
	border-width: 3px;
	font-size: 14px;
	margin: 40px 0 0;
	width: 100%;
}
.profile table th {
	background: #eee;
	text-align: left;
}
.profile table th,
.profile table td {
	border: 2px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
}

.profile h3 {
	border: none;
}

/**************************************************
 * Profile Form Fields
 **************************************************/
#user-profile-form {
	border-right: 2px dotted #eee;
	padding-right: 40px;
	position: relative;
	margin: 40px 0 0;
	width: 470px;
}
#main #user-login .form-item,
#user-profile-form .form-item {
	position: relative;
	margin: 0 0 20px;
}
#main #user-login .form-item label,
#user-profile-form .form-item label {
	margin-bottom: 6px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
	font-size: 16px;
	display: block;
	color: #aaa;
}
#main #user-login .form-item .form-text,
#user-profile-form .form-item .form-select,
#user-profile-form .form-item .form-text {
	border: 2px solid #ddd;
	background-color: #fff;
	padding: 5px 6px;
	display: block;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#main #user-login .form-item .form-text:focus,
#user-profile-form .form-item .form-select:focus,
#user-profile-form .form-item .form-text:focus {
	border-color: #999;
	outline: none;
}
#user-profile-form input.password-confirm,
#user-profile-form input.password-field {
	width: 100%;
}

#user-profile-form .form-item.form-type-checkbox,
#user-profile-form .form-item.form-type-radio {
	display: inline-block;
	margin: 0 2px 2px 0;
	background: #f9f9f9;
	padding: 10px;
}
#user-profile-form .form-item.form-type-checkbox:hover,
#user-profile-form .form-item.form-type-radio:hover {
	background: #eee;
}
#user-profile-form .form-item.form-type-checkbox label,
#user-profile-form .form-item.form-type-radio label {
	display: inline-block;
	padding: 0 0 0 6px;
	color: #444;
	margin: 0;
}

#user-profile-form #edit-picture .form-item.form-type-checkbox {
	padding: 8px 0 8px 15px;
	margin-bottom: 10px;
	margin-left: 120px;
	background: #fff;
	width: 283px;
}
#user-profile-form #edit-picture .form-item.form-type-checkbox:hover {
	background: #fff;
}
#user-profile-form #edit-picture .form-item.form-type-checkbox label {
	width: 249px;
}
#user-profile-form #edit-picture .form-item.form-type-checkbox .description {
	left: 359px;
	top: 14px;
}

#user-profile-form #edit-picture .form-item.form-type-file {
	margin: 0 0 20px 120px;
	width: 310px;
}
#user-profile-form #edit-picture .form-item.form-type-file .description {
	left: 392px;
	top: 30px;
}

/* Fieldsets */
#user-profile-form fieldset {
	padding: 20px 20px 0;
	margin: 0 0 18px 0;
	position: relative;
	background: #eee;
	display: block;
	border: none;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#user-profile-form fieldset legend {
	position: absolute;
	text-align: right;
	display: block;
	right: 20px;
	top: -12px;
}
#user-profile-form fieldset legend span.fieldset-legend {
	display: inline-block;
	font-style: italic;
	line-height: 20px;
	background: #eee;
	font-size: 14px;
	padding: 0 8px;
	color: #999;
}


#user-profile-form .edit-picture {
	min-height: 100px;
}
#user-profile-form .user-picture {
	position: absolute;
	display: block;
	height: 100px;
	width: 100px;
	float: none;
	left: 20px;
	top: 20px;
	margin: 0;
}
#user-profile-form .user-picture a {
	display: block;
}
#user-profile-form .user-picture img {
	display: block;
	height: 100px;
	width: 100px;
}

/* Form Descriptions */
#user-profile-form .form-item .description {
	position: absolute;
	font-style: italic;
	line-height: 16px;
	font-size: 14px;
	width: 390px;
	color: #aaa;
	left: 532px;
	top: 34px;
}
#user-profile-form .form-item .description a {
	color: #34b8bc;
}
#user-profile-form .form-item .description a:hover {
	text-decoration: underline;
}
#user-profile-form .form-item .description:before {
	pointer-events: none;
	position: absolute;
	margin-top: -6px;
	content: " ";
	left: -20px;
	height: 0;
	width: 0;
	top: 6px;

	border: solid transparent;
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #ddd;
	border-width: 6px;
}

#user-profile-form fieldset .form-item .description {
	left: 512px;
}

/* Form Buttons */
#user-login > div:before,
.confirmation > div:before,
.form-actions:before {
	clear: both;
	content: "";
	display: table;
}
#user-login > div:after,
.confirmation > div:after,
.form-actions:after {
	clear: both;
	content: "";
	display: table;
}

.form-actions input {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	line-height: 20px;
	background: #89cb97;
	margin: 0 0 20px;
	font-size: 18px;
	outline: none;
	border: none;
	color: #fff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-actions input:last-child {
	margin-bottom: 0;
}
.form-actions input:hover,
.form-actions input:focus {
	/*background: #89cb97;*/
	background: #81c18e;	
}
.form-actions input:active {
	background: #ccc;
}

.form-actions input#edit-submit{
	background: #34b8bc;
	color: #fff;
}

#user-register-form .form-actions input{
	background: #34b8bc;
	color: #fff;
	font-size: 24px;
    padding: 15px;
    width: 425px;
}

.form-actions input#edit-submit:hover,
.form-actions input#edit-submit:focus {
	background: #2bb0b4;
}
.form-actions input#edit-submit:active {
	background: #25a8ac;
}

#user-profile-form .form-actions input#edit-submit {
	display: block;
}

.form-actions #edit-cancel {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	line-height: 20px;
	background: none;
	font-size: 18px;
	outline: none;
	float: right;
	color: #999;
	margin: 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-actions #edit-cancel:hover,
.form-actions #edit-cancel:focus {
	color: #666;
}
.form-actions #edit-cancel:active {
	color: #444;
}

/* Confirmation Dialogs */
#main #user-login,
#main #user-register-form,
#main #user-pass,
#main #user-change-password,
.confirmation {
    width: 420px;
    padding: 40px;
    background: #fff;
    border: 2px solid #eee;
    margin: 60px auto 20px;
    font-size: 18px;
}
.confirmation {
    text-align: center;
}
#main #user-login .form-actions,
#main #user-register-form .form-actions,
#main #user-pass .form-actions,
.confirmation .form-actions {
	border-top: 2px dotted #eee;
	margin-top: 20px;
	padding: 20px 0 0;
}
#main #user-login .form-actions input,
#main #user-register-form .form-actions input,
#main #user-pass .form-actions input,
.confirmation .form-actions input {
	float: left;
	margin: 0;
}
#main #user-login .description,
#main #user-register-form .description,
#main #user-pass .description {
	font-style: italic;
	display: none;
	color: #999;
}

/* Tabs */
.tab-pane p.empty {
	font-family: "proxima-nova", sans-serif;
	font-weight: 100;
}
.tab-pane p.empty a {
	font-style: normal;
	font-size: 14px;
	color: #34B8BC;
}
#tab-vouchers {
	padding-top: 40px;
}
.tab-pane div.about {
	background-color: #f9f9f9;
	padding: 30px;
	float: left;
	margin-right: 40px;
	width: 300px;
	box-sizing: border-box;
}
.tab-pane div.about h2 {
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	color: #222;
	line-height: 1;
	font-weight: normal;
	margin: 0;
}
.tab-pane div.about p {
	color: #999;
}
.tab-pane div.vouchers {
	float: left;
	width: 600px;
}
.tab-pane div.vouchers .voucher ul {
	padding: 0;
	margin: 0;
}
.tab-pane div.vouchers .voucher ul li {
	float: left;
	list-style: none;
}

#main #user-register-form{
	border: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.page-user-register{
	background:#FDFCFC;
	border: 2px solid rgb(74, 191, 183);
	width: 99.3%;
	margin: 0px auto;
	padding: 0 40px;
}