/* @override http://192.168.1.10:8841/inc/css/main.css */

/* @group FADES */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0; 
	-webkit-animation:fadeIn ease-in 1; 
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.A {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

/* @end */


/* @group MAIN */

html, body {
	height: 100%;
}

html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: transparent;
	color: #7F8289;
	font-weight: 300;
	font-size: 16px;
	font-family: Lato, Arial, sans-serif;
	line-height: 1.8;
	
}

a {
	color: #f94b2f;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #5d5d5d;
	text-decoration: none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

img {
	max-width: none;
}

b {
	font-weight: 400;
	text-shadow: white 0 1px 0;
}

strong {
	font-weight: 700;
	text-shadow: white 0 1px 0;
}

p {
	margin: 0 0 20px;
	color: black;
	font-size: 16px;
}

ul {
	color: black;
	margin-bottom: 20px;
}

li {
	line-height: 1.6;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;
}

.align_left {
	float: left;
	margin: 0 25px 0 0px!important;
}

.align_right {
	float: right;
	margin: 0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;
}

.color-text {
	color: #f94b2f;
}

.through {
	text-decoration: line-through;
}

input, button, select, textarea {
	font-family: Lato, Arial, sans-serif;
	font-weight: 400;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: gray;
	text-shadow: white 0 1px 0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: gray;
	text-shadow: white 0 1px 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: gray;
	text-shadow: white 0 1px 0;
}

/* @end */

/* @group Code and Pre */

code,
pre {
	padding: 0 3px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #232527;
	font-size: 12px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	border: 1px solid #dde4e9;
	background-color: #F6F6F6;
	color: #232527;
	white-space: nowrap;
}

pre {
	display: block;
	margin: 70px 50px;
	padding: 30px;
	border: 1px solid #dde4e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FCFCFC;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
	line-height: 20px;
}

pre code {
	padding: 0;
	border: 0;
	background-color: transparent;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
}

.pre-scrollable {
	overflow-y: scroll;
	max-height: 340px;
}

/* @end */

/* @group Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #f94b2f;
	font-family: Lato, Arial, sans-serif;
	font-weight: 400;
	text-shadow: white 0 1px 0;
	line-height: 1.2em;
}

h1 {
	font-size: 48px;
	margin-bottom: 10px;
}

h2 {
	font-size: 36px;
	margin-bottom: 10px;
}

h3 {
	font-size: 26px;
	margin-bottom: 8px;
}

h4 {
	font-size: 20px;
	margin-bottom: 8px;
}

h5 {
	font-size: 18px;
	margin-bottom: 5px;
}

h6 {
	font-size: 16px;
	margin-bottom: 5px;
}

h3.spec {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.colR {
	color: #f94b2f;
}

.colP {
	color: #e663a4;
}

.colY {
	color: #fb8c00;
}

.colB {
	color: #00a6b5;
}

.colV {
	color: #a22283;
}

.colG {
	color: #7bb631;
}

/* @end */

/* @group Margin Bottom Sets */

.margin-0 {
	margin-bottom: 0 !important;
}

.margin-10 {
	margin-bottom: 10px !important;
}

.margin-15 {
	margin-bottom: 15px !important;
}

.margin-20 {
	margin-bottom: 20px !important;
}

.margin-30 {
	margin-bottom: 30px !important;
}

.margin-40 {
	margin-bottom: 40px !important;
}

.margin-50 {
	margin-bottom: 50px !important;
}

.margin-60 {
	margin-bottom: 60px !important;
}

.margin-70 {
	margin-bottom: 70px !important;
}

.margin-80 {
	margin-bottom: 80px !important;
}

/* @end */

/* @group Home Slider */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
	background-color: #f94b2f;
}

#home-slider .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0.2;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	text-align: center;
	z-index: 2;
	color: white;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

#home-slider .slide-content {
	color: white;
	line-height: 0.8;
	font-weight: 300;
	padding-bottom: 0;
	padding-top: 40px;
	font-size: 22px;
	width: 100%;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	display: block;
	clear: both;
	position: relative;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 80px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;
}

#home-slider #nextsection {
	float: right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color: #f94b2f;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;
}

#home-slider #prevslide i {
	margin-left: -9px;
}

#home-slider img {
max-width: 100%;
max-height: 100%;
margin-right: auto;
margin-left: auto;
display: block;
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin: -6px 0 0 0;
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color: #f94b2f;
}

#home-slider #nextsection {
	font-weight: 400;
	background-color: #ffcd00;
	margin: 0;
	position: relative;
	float: right;
	width: 100%;
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
	text-align: center;
	font-weight: 400;
	line-height: 79px;
	font-size: 36px;
	text-shadow: rgba(255,252,228,0.7) 0 1px 0;
	color: black;
	border-top: 1px solid #fafb00;
}

#home-slider #nextsection b {
		font-weight: 700;
}

#home-slider #nextsection:hover {
	background-color: #00a6b5;
	color: white;
	text-shadow: black 0 1px 0;
	border-top-color: #00ebff;
}

#home-slider #nextsection:hover b {
	text-shadow: black 0 1px 0;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;
}

/* @end */

/* @group Buttons */

a.button {
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 30px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	border-radius: 3px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
}

.inputbutton {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	padding: 0 30px;
	display: inline-block;
	border-style: none;
	margin: 2px;
	font: 700 16px/2 Roboto, Arial, serif;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: inherit;
	background-color: #f94b2f;
	color: white;
}

.inputbutton:hover {
	background-color: #7bb631;
}

a:active.button {
	position: relative;
	top: -2px;
}

a.button-home {
	background: #ffc638;
	color: #3b0632;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	text-shadow: rgba(253,254,225,0.7) 0 1px 0;
}

a:hover.button-home {
	background: #f652a0;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

#registration .submit {
	background: #f94b2f;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	border-radius: 3px;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	margin: 5px 5px 0 0;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

#registration .submit:hover {
	background: #7bb631;
	color: #FFFFFF;
}

#registration input.button {
	background: #f94b2f;
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	vertical-align: top;
	width: auto;
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	border-style: none;
	text-transform: none;
	padding: 10px 20px;
	line-height: inherit;
	margin-top: 5px;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

#registration input.button:hover {
	background: #7bb631;
	color: #FFFFFF;
}

.colorR {
	background-color: #f94b2f;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.colorP {
	background-color: #e663a4;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.colorY {
	background-color: #fb8c00;
	color: black;
	text-shadow: rgba(254,255,255,0.5) 0 1px 0;
}

.colorB {
	background-color: #00a6b5;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.colorV {
	background-color: #a22283;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.colorG {
	background-color: #7bb631;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.colorP:hover, .colorY:hover {
	background-color: #a22283;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.colorR:hover {
	background-color: #7bb631;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

a.button.staff {
	padding: 0 10px;
	font-size: 15px;
	color: white;
	font-weight: 700;
	text-shadow: none;
	background-color: #a22283;
	line-height: 1.8;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
}

a:hover.button.staff {
	background-color: rgba(254,255,255,0.6);
	color: #a22283;
	text-shadow: white 0 1px 0;
}

.font-icon-download_2.staff {
	margin-right: 5px;
}

.font-icon-email_2.staff {
	margin-right: 5px;
}


span.font-icon-email_2 {
	
}

/* @end */

/* @group Header */

header {
	width: 100%;
	z-index: 99;
	height: 58px;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	background: #f94b2f;
	z-index: 1001;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,0.5);
	border-bottom: 28px solid #eee;
	height: 58px;
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	float: left;
	margin-left: 0;
}

header #logo a {
	width: 300px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-o-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
	height: 105px;
	background: url(../../images/logo-residencias-Aedin.png) no-repeat;
	position: relative;
	top: 5px;
	left: 5px;
}

header #logo a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

nav#menu {
	float: right;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	padding-right: 20px;
	font: 700 16px/59px Lato, Arial, sans-serif;
	padding-left: 0;
}

nav#menu #menu-nav li.current a {
	color: black;
	background: url(../../images/bulletmenu.png) no-repeat center bottom;
}

nav#menu #menu-nav li a:hover {
	color: #ffcd00;
	text-shadow: none;
}

/* @end */

/* @group Footer */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #dedede;
	text-align: center;
	z-index: 99;
	border-top: 1px solid white;
}

#credits {
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	height: auto;
}

#credits a {
	font-weight: 700;
}

#credits p {
	font-weight: 400;
	font-size: 11px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-shadow: white 0 1px 0;
}

footer .credits a:hover {
	color: gray;
}

.logofoot {
	width: 100%;
	text-align: center;
	display: inline-block;
	height: auto;
	background-color: #eee;
	padding-top: 80px;
}

.logofoot img {
	width: 100%;
}


/* @end */

/* @group Sections */

.page {
	padding: 80px 0;
	position: relative;
	z-index: 99;
	background-color: #eee;
}

.page-alternate {
	padding: 80px 0;
	position: relative;
	z-index: 99;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #e0e0e1;
}

.page-alternate.crono {
	padding: 80px 0;
	position: relative;
	z-index: 99;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #e0e0e1 url(../../images/sf_cronogrey.png) no-repeat scroll right -70px;
}

div#contact.page {
	padding-bottom: 0;
}

.title-page {
	text-align: center;
	margin-bottom: 40px;
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	color: black;
	text-shadow: none;
}

#residencias ul {
	list-style-image: url(../../images/bullet_red.png);
	color: black;
	margin-bottom: 20px;
	margin-top: 0; }

#residencias li {
	margin-bottom: 15px;
}

#admision ul {
	color: black;
	margin-top: 0;
	margin-bottom: 20px;
	list-style-type: square;
}

#admision li {
	margin-bottom: 5px;
}

.type-work {
	color: black;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

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

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: black;
	font-size: 16px;
	display: block;
}

.work-nav #filters li a:hover {
	color: black;
	background-color: rgba(0,0,0,0.05);
}

.work-nav #filters li a.selected {
	color: #f94b2f;
}

#thumbs {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#thumbs li {
	list-style-type: none;
	display: inline-block;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	border-radius:5px;
	border: 1px solid rgba(254,255,255,0.5);
	margin: 0 10px 0 0;
}

li.item-thumbs.floatDX {
	margin: 0 0 0 10px;
	float: right;
	list-style-type: none;
	border-radius:10px;
}

.item-thumbs a + img {
	width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	-moz-transform: rotateY(180deg) scale(0.5,0.5);
	-ms-transform: rotateY(180deg) scale(0.5,0.5);
	-o-transform: rotateY(180deg) scale(0.5,0.5);
	transform: rotateY(180deg) scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1,1);
	-moz-transform: rotateY(0deg) scale(1,1);
	-ms-transform: rotateY(0deg) scale(1,1);
	-o-transform: rotateY(0deg) scale(1,1);
	transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f94b2f;
	opacity: 0.80;
	filter: alpha(opacity=80);
	border-radius:5px;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: rgba(0,0,0,0.35) 0 -1px 0;
}

.profile-name {
	margin-bottom: 0;
}

div.span4.profile {
	width: 30%;
}

.profile-description {
	margin-bottom: 20px;
	color: black;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#staff .image-wrap {
	border-radius: 500px;
	width: 80%;
	height: inherit;
	margin-bottom: 10px;
}

.image-wrap img {
	width: 100%;
}

.image-wrap .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	-moz-transform: rotateY(180deg) scale(0.5,0.5);
	-ms-transform: rotateY(180deg) scale(0.5,0.5);
	-o-transform: rotateY(180deg) scale(0.5,0.5);
	transform: rotateY(180deg) scale(0.5,0.5);
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1,1);
	-moz-transform: rotateY(0deg) scale(1,1);
	-ms-transform: rotateY(0deg) scale(1,1);
	-o-transform: rotateY(0deg) scale(1,1);
	transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #a22283;
	opacity: 0.80;
	filter: alpha(opacity=80);
	border-radius: 500px;
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 18px;
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a {
	color: #404040;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.floatDX {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	clear: both;
}

a.fancybox .centerzoom.font-icon-zoom-in {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	padding: 5px;
	font-size: 22px;
	border-radius:50px;
	color: silver;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 1;
}

a:hover.fancybox .centerzoom.font-icon-zoom-in {
	background-color: rgba(254,255,255,0.5);
	color: gray;
}

.fancypic img {
	border-radius:10px;
	margin-bottom: 10px;
}

.row.center {
	text-align: center;
}

div.staffblock {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,1.0);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,1.0);
	border-radius:5px;
	text-shadow: white 0 1px 0;
	margin-bottom: 20px;
	padding: 10px 20px 20px;
	margin-right: 0;
	margin-left: 23px;
	width: 26%;
	height: 130px;
	float: left;
	background: rgba(254,255,255,0.5) url(../../images/sf_circlesgrey.png) no-repeat 90px -30px;
}

#staff h1 {
	font-size: 24px;
	margin: 0 0 2px;
	line-height: 1;
	color: #a22283;
}

#staff p {
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
		font-weight: 300;
}


/* @end */

/* @group Contact */

input#city {display: none;}

.contact-details h3 {
	color: black;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
}

#registration label {
	color: black;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	margin: 0 0 1px;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: black;
}

.contact-details {
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 47%;
	padding: 0 0 5px;
	border-bottom: 1px solid silver;
}

.contact-details p.remark {
	font-weight: 400;
	border-radius:5px;
	background-color: #feda4e;
	line-height: 1.4;
	padding: 20px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.7);
	text-shadow: #fff7b1 0 1px 0;
	margin-top: 0;
}

.contact-details ul li {
	margin: 0 0 2px;
	line-height: 1.4;
	padding: 0;
}

.contact-details ul li a {
	font-weight: 700;
	margin: 0 0 5px;
	line-height: 1.4;
	padding: 0;
}

#registration {
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	margin: 0 5% 0 0;
	width: 45%;
	float: left;
}

#registration p {
	margin: 0 0 5px;
	display: block;
}

#registration input,
#registration textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(254,255,255,0.75);
	color: #f94b2f;
	font-size: 16px;
	height: auto;
	padding: 5px;
	resize: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,1.0);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,1.0);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,1.0);
	border: 1px solid #feffff;
	font-weight: 400;
	margin: 0 0 4px;
}

#registration input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#registration textarea {
	width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.radiofix {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(254,255,255,0.75);
	padding: 2px 5px;
	resize: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,1.0);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.0), inset 0 1px 0 rgba(255,255,255,1.0);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,1.0);
	border: 1px solid #feffff;
	font-weight: 400;
	color: black;
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 11px;
}

label.radiofix {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	left: 5px;
}

#registration label.radiofix input.radio {
	width: inherit;
	font-size: inherit;
	margin: 0 5px;
	position: relative;
	top: -3px;
	display: inline-block;
	line-height: inherit;
}

#response {
	margin-top: 0;
	margin-bottom: 20px;
}



.error {
	font-weight: 700;
	text-shadow: white 0 1px 0;
	color: black;
	margin: -2px 0 0 5px;
	padding: 0;
	background-color: #ffcd00;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 1px 0px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
	float: right;
	line-height: 1.2;
}


#response p {
	font-weight: 400;
	text-shadow: white 0 1px 0;
	color: black;
	font-size: 14px;
	margin: 0 0 3px;
	padding: 5px 10px;
	line-height: 1.2;
	background-color: #ffcd00;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: 0 1px 0px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
}

#response p.exito {
	background-color: rgba(146,249,0,0.5);
	font-size: 16px;
	padding: 10px 15px 15px;
	text-align: center;
}

#response b {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
	display: inline-block;
	text-shadow: none;
}

/* My Comment */

.conticon {
	padding-right: 5px;
	text-shadow: white 0 1px 0;
	margin-left: -20px;
}

.font-icon-email_2 {
	position: relative;
	top: 2px;
}

#social-area {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
}

nav#social {
	display: inline-block;
}

#social-area #social ul {
	padding: 0;
	margin: 0;
}

#social-area #social ul li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
}

#social ul li a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #eaeaea;
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#social ul li a span {
	display: inline-block;
	margin: 0;
	color: rgba(0,0,0,0.8);
	font-size: 32px;
	line-height: 70px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: all 400ms ease-out 0s;
	-moz-transition: all 400ms ease-out 0s;
	-o-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#social ul li:hover a,
#social ul li.active a {
	background-color: #f94b2f;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#social ul li:hover a span,
#social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#overnote {
	width: 50%;
	position: absolute;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f94b2f;
	z-index: 99999999;
	top: 25%;
	line-height: 1.1;
	font-variant: normal;
	text-transform: none;
	padding: 20px;
	left: 22%;
	right: 22%;
	border: 4px solid #f0bc34;
	color: white;
	text-align: center;
	font-weight: 400;
}

#overnote a#button {
	border-radius:5px;
	display: block;
	color: white;
		font-weight: 700;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	width: 30%;
	margin: 20px auto 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
	font-size: 16px;
	text-align: center;
}

#overnote a:hover#button {
	background-color: rgba(254,255,255,0.7);
	color: #f94b2f;
}

#overnote b {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1;
	text-shadow: none;
}

/* @end */

/* @group Mobile Navigation */

#mobile-nav {
	display: none;
}

.menu-nav {
	background: url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}


.menu-nav.open {
	background-position: 0 -16px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}

#navigation-mobile {
	display: none;
	text-align: center;
	z-index: 9999;
	position: absolute;
	width: 100%;
	top: 53px;
	overflow: hidden;
}

#navigation-mobile li {
	list-style: none;
	float: left;
	width: 48%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: rgba(254,255,255,0.95);
}

#navigation-mobile li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
	font-weight: 400;
}

/* @end */

/* @group Preloader */

#jpreOverlay,
#jSplash {
	background-color: #eee;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-animation: circle 1s infinite forwards;
	-moz-animation: circle 1s infinite forwards;
	-ms-animation: circle 1s infinite forwards;
	-o-animation: circle 1s infinite forwards;
	animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #f94b2f;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation: circle 1s infinite forwards;
	-moz-animation: circle 1s infinite forwards;
	-ms-animation: circle 1s infinite forwards;
	animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
	-webkit-animation-timing-function: ease-in;
}

50% {
	-webkit-transform: rotateY(180deg);
	-webkit-animation-timing-function: ease-out;
}

100% {
	-webkit-transform: rotateY(0deg);
	-webkit-animation-timing-function: ease-in;
}

}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
}

50% {
	-moz-transform: rotateY(180deg);
	-moz-animation-timing-function: ease-out;
}

100% {
	-moz-transform: rotateY(0deg);
	-moz-animation-timing-function: ease-in;
}

}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
	-ms-animation-timing-function: ease-in;
}

50% {
	-ms-transform: rotateY(180deg);
	-ms-animation-timing-function: ease-out;
}

100% {
	-ms-transform: rotateY(0deg);
	-ms-animation-timing-function: ease-in;
}

}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
	-o-animation-timing-function: ease-in;
}

50% {
	-o-transform: rotateY(180deg);
	-o-animation-timing-function: ease-out;
}

100% {
	-o-transform: rotateY(0deg);
	-o-animation-timing-function: ease-in;
}

}

@keyframes circle {
	0% {transform: rotateY(0deg);
	animation-timing-function: ease-in;
}

50% {
	transform: rotateY(180deg);
	animation-timing-function: ease-out;
}

100% {
	transform: rotateY(0deg);
	animation-timing-function: ease-in;
}

}






/* ==================================================
   Isotope Filtering
================================================== */





/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* @end */

/* @group Back to Top */

#back-to-top {
	display: none;
	background-color: rgba(0,0,0,0.4);
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color: #f94b2f;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;
}

/* @end */

/* @group Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* @end */

/* @group Accordeon A */




.accordion {
	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 5px;
  	border: none;
  	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	color: black;
	font-weight: 300;	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	font-size: 20px;
	background-color: rgba(254,255,255,0.5);
	border-radius:5px;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background: #7bb631;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.active {
	background: #ffcd00;
	color: black;
}

.accordion-heading .accordion-toggle.inactive {

}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #23262C;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #FFFFFF;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
	color: black;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
  	padding: 15px 20px;
	border: none;
	font-size: 18px;
	color: black;
	text-shadow: white 0 1px 0;
	line-height: 1.8;
}

.accordion-inner ul li {
	margin-bottom: 15px;
	line-height: 1.4;
}

.accordion-inner ul {
	margin-top: 10px;
	margin-bottom: 0;
}

/* @end */

/* @group Tabs */

div.tabbable {
	width: 97%;
}

.tabbable p {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 0 20px;
}

#programatab li {
	font-size: 24px;
	width: 33%;
	text-align: center;
}

#programatab li a {
	color: #6c6c6c;
	text-shadow: white 0 1px 0;
}

div.tab-content {
	background-color: rgba(254,255,255,0.85);
	padding-top: 20px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 0;
}

ul#programatab.nav.nav-tabs {
	margin: 0;
}

#programatab li a:hover {
	color: #e663a4;
}

#programatab li.active a {
	color: #e663a4;
	background-color: rgba(254,255,255,0.85);
}

h4.tabprog {
	font-weight: 400;
	color: #e663a4;
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
}

h5.tabprog {
	font-weight: 400;
	color: #e663a4;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 20px;
}

.tab-content ul {
	list-style-type: square;
	margin-left: 20px;
	margin-right: 20px;
	color: black;
	font-size: 14px;
}

.tab-content li {
	margin-left: 20px;
	margin-bottom: 5px;
	line-height: 1.6;
}

h4.colP {
	font-weight: 400;
}


/* @end */

/* @group Extension_selecciones */

body.body_seleccionados {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #e65400;
}

.grafica_seleccionados {
	background-image: url(../../pics/ResidenciasAedin_Seleccionados.jpg);
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: block;
	width: 843px;
	height: 977px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.avisofloat {
	border-radius: 5px;
	color: black;
	position: absolute;
	z-index: 9999;
	background-color: rgba(254,255,255,0.9488311);
	width: 40%;
	right: 20%;
	left: 20%;
	top: 20%;
	border: 5px solid #e0e0e0;
	text-align: center;
	padding: 15px 10% 20px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 5px 50px rgba(0,0,0,0.5);
}



.avisofloat h3 {
	font-size: 32px;
	font-weight: bold;
}

#avisoA h4 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	color: #00a6b5;
	text-transform: uppercase;
}

.esteso h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
	color: #f652a0;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.avisofloat p {
	font-size: 20px;
	line-height: 1.4;
}

a.button.aviso {
	font-weight: bold;
	background-color: #00a6b5;
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

a:hover.button.aviso {
	background-color: #f94b2f;
}

a.button.stand_yellow {
	font-weight: bold;
	background-color: #ffcd00;
	color: black;
	text-shadow: white 0 1px 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	z-index: 10;
	margin-top: 20px;
	margin-left: 20px;
}

a:hover.button.stand_yellow {
	background-color: #00a6b5;
	text-shadow: black 0 1px 0;
	color: white;
}

.avisofloat.esteso {
	border-radius: 5px;
	color: black;
	position: absolute;
	z-index: 9999;
	background-color: rgba(254,255,255,0.9488311);
	width: 40%;
	right: 25%;
	left: 25%;
	top: 10%;
	border: 5px solid #e0e0e0;
	text-align: center;
	padding: 15px 5% 20px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 5px 50px rgba(0,0,0,0.5);
}

.esteso a.button.aviso {
	font-size: 13px;
	padding: 10px 10px 8px;
	margin: 5px 5px 0;
}

.esteso li {
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 5px;
	list-style-type: square;
}

/* @end */