html, body {
	overflow-x: hidden;
	position: relative;
}
.page-loader {
	background: #000000;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.loader {
	animation: spinner 700ms infinite linear;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 10px;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	text-indent: -12345px;
	top: 50%;
	webkit-animation: spinner 700ms infinite linear;
	width: 50px;
	z-index: 100001;
}
@-webkit-keyframes spinner {
	0% {
		ms-transform: rotate(0deg);
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	100% {
		ms-transform: rotate(360deg);
		transform: rotate(360deg);
		webkit-transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		ms-transform: rotate(0deg);
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	100% {
		ms-transform: rotate(360deg);
		transform: rotate(360deg);
		webkit-transform: rotate(360deg);
	}
}
.container {
	position: relative;
	z-index: 3;
}
.overlay, .color-overlay, .gradient-overlay {
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 100vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.color-overlay {
	background: #000000;
	opacity: 0.3;
}
@media only screen and (max-width: 767px) {
    .color-overlay {
        background: none;
    }
}

.section {
	background-color: #ffffff;
	padding: 90px 0;
	position: relative;
	z-index: 5;
}
.section.dark .section-heading span, .section.dark .section-heading h2 {
	color: #ffffff;
}
.section-heading {
	color: #000000;
	margin-bottom: 90px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
	.section-heading {
		margin-bottom: 60px;
	}
}
.section-heading span {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.section-heading::after {
	background-color: #000;
	bottom: 0;
	content: '';
	height: 1px;
	left: calc(50% - 8px);
	left: -webkit-calc(50% - 8px);
	position: absolute;
	width: 16px;
}
.dark-bg .section-heading {
	color: #fff;
}
.dark-bg .section-heading::after {
	background-color: #fff;
}
.check-list {
	list-style-type: none;
	padding: 0;
}
.check-list li {
	padding-left: 30px;
	position: relative;
}
.check-list li::before {
	content: "\f00c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}
@-webkit-keyframes hvr-hang {
	0% {
		transform: translateY(8px);
		webkit-transform: translateY(8px);
	}
	50% {
		transform: translateY(4px);
		webkit-transform: translateY(4px);
	}
	100% {
		transform: translateY(8px);
		webkit-transform: translateY(8px);
	}
}
@keyframes hvr-hang {
	0% {
		transform: translateY(8px);
		webkit-transform: translateY(8px);
	}
	50% {
		transform: translateY(4px);
		webkit-transform: translateY(4px);
	}
	100% {
		transform: translateY(8px);
		webkit-transform: translateY(8px);
	}
}
@-webkit-keyframes hvr-hang-sink {
	100% {
		transform: translateY(8px);
		webkit-transform: translateY(8px);
	}
}
@keyframes hvr-hang-sink {
	100% {
		transform: translateY(8px);
		webkit-transform: translateY(8px);
	}
}
.text-xs-left {
	text-align: left;
}
.text-xs-center {
	text-align: center;
}
.text-xs-right {
	text-align: right;
}
@media (min-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
}
@media (min-width: 992px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-center {
		text-align: center !important;
	}
	.text-md-right {
		text-align: right !important;
	}
}
::-moz-selection {
	background: #000;
	color: #fff;
}
::-webkit-selection {
	background: #000;
	color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
#totop {
    background: #fff;
    border-radius: 2px;
    bottom: 20px;
    color: #000;
    display: none;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    opacity: 0.6;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 999;
}
img {
	max-width: 100%;
}
.form-control {
	border: 1px solid #DFDFDF;
	border-radius: 2px;
	box-shadow: none;
}
.form-control:focus {
	border-color: rgba(0, 0, 0, 0.8);
	box-shadow: none;
}
.icons-wrap, #icons {
	margin-bottom: 80px;
	margin-top: 40px;
}
.icons-wrap i, .icons-wrap li, #icons i, #icons li {
	border: 1px solid #dadada;
	display: inline-block;
	font-size: 2em;
	height: 50px;
	line-height: 50px;
	margin: 0 20px 20px 0px;
	text-align: center;
	width: 50px;
}
ul#icons {
	list-style: none;
	padding: 0;
}
a:focus {
	outline: none;
}
nav > .container {
    width: 100%;
}
.navbar-toggle {
	border: 0;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.carousel-control.left,
.carousel-control.right {
	background: none;
}
.alert {
	border-radius: 2px;
	padding: 5px 12px;
}
.nav-tabs > li > a {
	border-radius: 2px 2px 0 0;
	color: #898989;
}
.panel-heading {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 0;
}
.nav-tabs {
	margin-bottom: 30px;
}
.panel-title {
	font-size: 14px;
}
.panel-heading a {
	display: block;
	letter-spacing: 1px;
	padding: 10px 15px;
	position: relative;
	word-spacing: initial;
}
.panel-heading a:after {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 1;
	margin-top: -7px;
	position: absolute;
	right: 15px;
	top: 50%;
}
.panel-heading a.collapsed:after {
	content: "\f107";
}
.panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active {
	text-decoration: none;
}
.cta-1 {
	background-color: #000;
}
.cta-1 .call-to-action {
	background-size: contain;
	color: #fdfdfd;
	padding: 50px 0;
	text-align: center;
}
.cta-1 .call-to-action .cta-text {
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: capitalize;
}
.cta-2 {
	background-color: #000;
	padding: 30px 0;
}
.cta-2 .cta-text {
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	margin-right: 30px;
	text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
	.cta-2 .cta-text {
		display: block;
		font-size: 13px;
		line-height: 20px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 992px) {
	.cta-2 .btn {
		margin-top: 15px;
	}
}
html,
body {
	color: #595959;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.45;
	min-height: 100%;
	moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5 {
	color: #000000;
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 8px;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
		letter-spacing: 4px;
	}
}
h2 {
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0;
	text-transform: uppercase;
	word-spacing: 8px;
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
		letter-spacing: 1px;
		word-spacing: 2px;
	}
}
h3 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h4 {
	font-size: 21px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
	word-spacing: 3px;
}
@media only screen and (max-width: 992px) {
	h4 {
		letter-spacing: 1px;
	}
}
h5 {
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
    font-family: Lato;
	font-size: 1.3em;
	letter-spacing: 0.025em;
	line-height: 1.6;
	margin-bottom: 25px;
}
address {
    margin: 0;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 18px;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.nomargin {
    margin: 0 !important;
}
p.led {
	font-size: 1.2em;
	margin-bottom: 40px;
}
p.led:first-letter {
	float: left;
	font-size: 4em;
	line-height: 50px;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3 {
	color: #ffffff;
}
blockquote {
    margin: 50px 0;
}
blockquote p {
    font-family: Lato;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    font-weight: 300;
}
.plain-list {
    margin-bottom: 60px;
}
.plain-list li {
    line-height: 1.5em;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.plain-list li span {
    text-transform: uppercase;
    font-weight: 700;
}
.btn {
	backface-visibility: hidden;
	border-radius: 2px;
	box-shadow: 0 0 1px transparent;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 25px;
	moz-osx-font-smoothing: grayscale;
	padding: 10px 35px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: color;
	vertical-align: middle;
	webkit-backface-visibility: hidden;
	webkit-transform: translateZ(0);
	webkit-transition-duration: 0.3s;
	webkit-transition-property: color;
}
.btn:before {
	background: #ffffff;
	bottom: 0;
	content: "";
	left: 0;
	ms-transform: scaleY(0);
	ms-transform-origin: 50% 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	webkit-transform: scaleY(0);
	webkit-transform-origin: 50% 0;
	webkit-transition-duration: 0.3s;
	webkit-transition-property: -webkit-transform;
	webkit-transition-timing-function: ease-out;
	z-index: -1;
}
.btn:hover, .btn:focus, .btn:active {
	color: white;
	outline: none;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	ms-transform: scaleY(1);
	transform: scaleY(1);
	webkit-transform: scaleY(1);
}
.btn-default {
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #031313;
}
.btn-default:before {
	background: #000000;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
	background-color: #fff;
	color: #fff;
}
.btn-mild:before {
	background: #000000;
}
.btn-mild:hover, .btn-mild:active, .btn-mild:focus {
	color: #fff;
}
.btn-dark {
	background-color: #000;
	color: #fdfdfd;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
	color: #000000;
}
.btn-default-o {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn-default-o:hover, .btn-default-o:focus {
	color: #000000;
}
.btn-list {
	margin-bottom: 0;
}
.btn-list button {
	margin-bottom: 15px;
	margin-right: 15px;
}
.btn.btn-round {
	border-radius: 14px;
}
.btn.btn-round.btn:before {
	border-radius: 14px;
}
.btn-lg {
	padding: 15px 60px;
}
.btn-sm {
	padding: 8px 20px;
}
.btn-xs {
	padding: 6px 10px;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
	color: #337ab7;
}
.btn-success:active, .btn-success:hover, .btn-success:focus {
	color: #5cb85c;
}
.btn-info:active, .btn-info:hover, .btn-info:focus {
	color: #46b8da;
}
.btn-warning:active, .btn-warning:hover, .btn-warning:focus {
	color: #eea236;
}
.btn-danger:active, .btn-danger:hover, .btn-danger:focus {
	color: #d43f3a;
}
.main-navigation {
	border-bottom-color: rgba(255, 255, 255, 0.26);
	transition: all 0.4s ease;
	webkit-transition: all 0.4s ease;
}
.main-navigation .navbar-brand {
	font-family: 'Raleway', sans-serif;
	height: auto;
	transition: all 0.4s ease;
	webkit-transition: all 0.4s ease;
	padding: 8px 15px;
}
.main-navigation .navbar-brand a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.main-navigation .navbar-brand a img {
    padding-right: 10px;
    float: left;
}
.main-navigation .navbar-brand a span {
    float: left;
    margin: 8px 0;
}
.main-navigation .navbar-brand a em {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	height: 20px;
	letter-spacing: 0px;
	margin: 0px 5px;
	padding: 10px;
	text-align: center;
	text-transform: lowercase;
	width: 8px;
}
.main-navigation .navbar-brand a:focus,
 .main-navigation .navbar-brand a:hover {
	text-decoration: none;
}
.main-navigation .navbar-toggle {
	border-radius: 2px;
	color: #FFF;
	font-size: 28px;
	padding: 0 15px;
}
.main-navigation .navbar-nav > .dropdown.open > a {
	background: transparent;
}
@media only screen and (max-width: 767px) {
	.main-navigation .navbar-nav > .dropdown.open > a {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15);
	}
}
.main-navigation .navbar-nav > .dropdown.open > a span {
	background: white;
	color: black;
}
@media only screen and (max-width: 767px) {
	.main-navigation .navbar-nav > .dropdown.open > a span {
		background: transparent;
		color: white;
	}
}
.main-navigation .navbar-nav li a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 16px;
	letter-spacing: 0px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.4s ease;
	webkit-transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
	.main-navigation .navbar-nav li a {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15);
	}
}
.main-navigation .navbar-nav li a span {
	display: inline-block;
	line-height: 72px;
	padding: 0 15px;
	transition: all 0.3s;
	webkit-transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
	.main-navigation .navbar-nav li a span {
		line-height: 52px;
	}
}
.main-navigation .navbar-nav li a:hover, .main-navigation .navbar-nav li a:focus {
	background-color: rgba(255, 255, 255, 0);
}
.main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span {
	background: white;
	color: black;
}
@media only screen and (max-width: 767px) {
	.main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span {
		background: transparent;
		color: white;
	}
}
.main-navigation .navbar-nav li.active a {
	background-color: rgba(255, 255, 255, 0);
}
.main-navigation .navbar-nav li.active a span {
	background: white;
	color: black;
}
.main-navigation .dropdown-toggle:after {
	content: "\f107";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	margin-top: -6px;
	moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	text-rendering: auto;
	top: 67%;
	transition: all 0.4s ease;
	webkit-font-smoothing: antialiased;
	webkit-transition: all 0.4s ease;
}
@media (max-width: 767px) {
	.main-navigation .dropdown-toggle:after {
		right: 7px;
	}
}
.main-navigation .dropdown-toggle.open:after {
	content: "\f106";
}
@media (max-width: 767px) {
	.main-navigation .open > .dropdown-toggle:after {
		content: "\f106";
	}
}
.main-navigation .dropdown-menu {
	background: rgba(26, 26, 26, 0.9);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-width: 180px;
	padding: 0;
}
.main-navigation .dropdown-menu li a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15);
	color: rgba(255, 255, 255, 0.76);
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1px;
	padding: 25px 20px;
}
.main-navigation .dropdown-menu li a:hover {
	background: #000000;
	border-bottom-color: rgba(73, 71, 71, 0.15);
	color: #ffffff;
}
.main-navigation .dropdown-menu li.open > a {
	background: #000000;
	color: #ffffff;
}
.main-navigation .dropdown-menu li.open > a:hover {
	color: white;
}
.main-navigation .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	left: auto;
	right: 100%;
}
.main-navigation .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	margin-top: 0;
	right: auto;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.main-navigation .dropdown-menu .dropdown-menu {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 768px) {
	.main-navigation .dropdown-menu .dropdown-toggle:after {
		content: '\f105';
		right: 8px;
		top: 50%;
	}
}
.navbar-solid, .static-page .navbar {
	background-color: #000000;
}
.navbar-solid .navbar-brand {
}
.navbar-solid .navbar-nav > li > a {
	padding: 0;
}
.navbar-solid .dropdown-toggle:after {
	top: 51%;
}
@media only screen and (max-width: 767px) {
	.navbar-collapse {
		background-color: rgba(0, 0, 0, 0.9);
	}
}
.header-wrapper {
	background: url(../images/backgrounds/bg-header.jpg) no-repeat center center;
	background-size: cover;
	display: table;
	height: 100vh;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	.header-wrapper {
		height: auto;
		min-height: 100vh;
		padding: 120px 0;
	}
}
.header-wrapper .header-wrapper-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.5);
}
.header-wrapper .header-wrapper-inner.flexslider .slides li {
	height: 100vh;
	min-height: 650px;
}
.header-wrapper .header-wrapper-inner .intro p {
	color: rgba(255, 255, 255, 1);
	letter-spacing: 4px;
	margin-bottom: 40px;
	text-shadow: 0 3px 3px rgba(0,0,0,0.4);
	font-size: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
	.header-wrapper .header-wrapper-inner .intro p {
		margin-bottom: 30px;
	}
}
.header-wrapper .header-wrapper-inner .intro h1 {
	font-family: Lato;
	font-weight: 900;
	letter-spacing: 0;
	text-shadow: 0 3px 3px rgba(0,0,0,0.4);
	text-transform: none;
}
.header-wrapper .header-wrapper-inner .arrow-down {
	bottom: 10%;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.header-wrapper .header-wrapper-inner .arrow-down span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
	text-shadow: 0 3px 3px rgba(0,0,0,0.4);    
}
@media only screen and (max-width: 767px) {
	.header-wrapper .header-wrapper-inner .arrow-down {
		bottom: 0;
	}
}
.header-wrapper .header-wrapper-inner .arrow-down a {
	display: inline-block;
	padding: 20px 35px;
}
.header-wrapper .header-wrapper-inner .arrow-down a:hover {
	text-decoration: none;
}
.header-wrapper .header-wrapper-inner .arrow-down a i {
	animation: bounce 2s infinite;
	color: #fff;
	font-size: 2em;
	webkit-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
		webkit-transform: translateY(0);
	}
	40% {
		transform: translateY(-20px);
		webkit-transform: translateY(-20px);
	}
	60% {
		transform: translateY(-15px);
		webkit-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		ms-transform: translateY(0);
		transform: translateY(0);
		webkit-transform: translateY(0);
	}
	40% {
		ms-transform: translateY(-20px);
		transform: translateY(-20px);
		webkit-transform: translateY(-20px);
	}
	60% {
		ms-transform: translateY(-15px);
		transform: translateY(-15px);
		webkit-transform: translateY(-15px);
	}
}
.video-controls-box {
	bottom: 40px;
	left: 0;
	position: absolute !important;
	width: 100%;
	z-index: 1;
}
.video-controls-box a {
	color: #fff;
	display: inline-block;
	margin: 0 5px 0 0;
}
.video-controls-box a:hover {
	text-decoration: none;
}
.bg-01 {
	background-image: url(../images/intro/01.jpg);
}
.bg-02 {
	background-image: url(../images/intro/02.jpg);
}
.bg-03 {
	background-image: url(../images/intro/03.jpg);
}
.bg-04 {
	background-image: url(../images/intro/04.jpg);
}
.bg-05 {
	background-image: url(../images/intro/05.jpg);
}
.bg-06 {
	background-image: url(../images/intro/06.jpg);
}
.bg-07 {
	background-image: url(../images/intro/07.jpg);
}
.bg-08 {
	background-image: url(../images/intro/08.jpg);
}
.bg-09 {
	background-image: url(../images/intro/09.jpg);
}
.bg-10 {
	background-image: url(../images/intro/10.jpg);
}
.header-classic {
	display: block;
	height: auto;
	overflow-y: hidden;
	padding: 200px 0 90px 0;
}
.header-classic .header-wrapper-inner {
	display: block;
}
.header-inner {
	background-color: black;
	background-image: url(../images/backgrounds/bg-testimonial.jpg);
	background-size: cover;
	padding-top: 200px;
	text-align: center;
}
.header-inner .breadcrumb {
	background-color: transparent;
	color: rgba(254, 254, 255, 0.7);
}
.header-inner .breadcrumb a {
	color: inherit;
}
.header-inner .breadcrumb i {
	margin: 0 10px;
}
.flexslider {
	border: 0;
	display: block !important;
	margin: 0;
}
.flexslider .slides > li {
	background-attachment: fixed;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.flexslider .slides > li .intro-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.flexslider .slides > li .intro-wrapper > .intro {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}
.slider-classic {
	display: block;
	height: auto;
	overflow-y: hidden;
}
.slider-classic .flexslider .slides > li {
	height: auto !important;
	min-height: auto !important;
	padding: 200px 0 90px 0;
}
.flex-direction-nav a {
	height: 50px;
}
.flex-direction-nav a.flex-prev:before {
	content: "\f3d2";
}
.flex-direction-nav a.flex-next:before {
	content: "\f3d3";
}
.flex-direction-nav a:before {
	color: white;
	font-family: "Ionicons";
}
.team {
	background-color: bg-base-color;
}
.team .lborder {
	border-left: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
	.team .lborder {
		border-left: none;
	}
}
.team .rborder {
	border-right: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
	.team .rborder {
		border-right: none;
	}
}
.team .team-bio {
	margin-bottom: 15px;
	padding: 0 40px;
}
@media only screen and (max-width: 992px) {
	.team .team-bio {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.team .team-bio {
		margin-bottom: 45px;
	}
}
.team .team-bio figure {
	overflow: hidden;
	padding: 40px;
}
.team .team-bio figure img {
	border-radius: 100%;
}
@media only screen and (max-width: 767px) {
	.team .team-bio figure {
		padding: 15px 22%;
	}
}
.team .team-bio .team-description {
	text-align: center;
}
.team .team-bio .team-description .member-name {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.team .team-bio .team-description .designation {
	font-size: 12px;
	text-transform: uppercase;
}
.team .team-social {
	padding: 15px;
	padding-bottom: 0;
}
.team .social-block {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.team .social-block li {
	display: inline-block;
	margin-right: 10px;
}
.team .social-block li a {
	color: #8E8E8E;
	display: block;
	font-size: 16px;
	padding: 2px 8px;
	transition: all 0.3s;
	webkit-transition: all 0.3s;
}
.team .social-block li a:hover {
	color: #000000;
}
.expertise {
	background: url(../images/backgrounds/bg-expertise.jpg) no-repeat center center;
}
.expertise .section-heading h1, .expertise .section-heading p {
	color: #ffffff;
}
.expertise .section-heading::after {
	background-color: white;
}
.expertise .expertise-description {
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.expertise .expertise-description {
		margin-bottom: 35px;
	}
}
.expertise .nav-tabs {
	border-bottom: 0;
}
.expertise .nav-tabs > li > a {
	border: 0;
	border-bottom: 2px solid rgba(227, 225, 225, 0);
	border-radius: 0;
	color: #fdfdfd;
	font-weight: 400;
	margin-right: 4px;
	text-transform: uppercase;
	transition: all 0.3s;
	webkit-transition: all 0.3s;
}
.expertise .nav-tabs > li > a:hover {
	border-bottom-color: #e3e1e1;
}
.expertise .nav-tabs > li.active > a, .expertise .nav-tabs > li.active > a:focus, .expertise .nav-tabs > li.active > a:hover {
	background: none;
	border: 0;
	border-bottom: 2px solid #e3e1e1;
	color: #fdfdfd;
}
.expertise .tab-content {
	color: #E3E1E1;
	margin-top: 10px;
	padding: 10px;
}
.expertise .tab-content p {
	color: #fff;
}
.expertise .tab-content .tab-left {
	float: left;
	margin-right: 20px;
}
.expertise .tab-content .tab-right {
	padding-right: 40px;
}
@media only screen and (max-width: 767px) {
	.expertise .tab-content .tab-right {
		padding-right: 0;
	}
}
.expertise .nav > li > a:focus, .expertise .nav > li > a:hover {
	background: none;
	background-color: #eee;
	text-decoration: none;
}
.expertise .progress-heading {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.expertise .progress {
	background-color: #313131;
	border-radius: 0;
	height: 3px;
}
.expertise .progress-bar {
	background-color: #fdfdfd;
	transition: width 3s cubic-bezier(0, 0, 0.2, 1);
	webkit-transition: width 3s cubic-bezier(0, 0, 0.2, 1);
	width: 0;
}
@media (min-width: 992px) {
	.expertise .expertise-description {
		margin-bottom: 0;
	}
}
#instalaciones {
	background: url(../images/backgrounds/bg-instalaciones.jpg) no-repeat center center #fff;
	background-size: cover;
	color: #ffffff;
	text-transform: uppercase;
    height: 300px;
    background-attachment: fixed;
    background-size: 100%;
}
#instalaciones2 {
	background: #111;
	color: #ffffff;
	text-transform: uppercase;
}
#instalaciones3 {
    background: url(../images/backgrounds/bg-instalaciones3.jpg) no-repeat center center #fff;
    background-size: cover;
    color: #ffffff;
    text-transform: uppercase;
    height: 300px;
    background-attachment: fixed;
    background-size: 100%;
}
@media only screen and (max-width: 767px) {
    #instalaciones, #instalaciones3 {
        background-attachment: inherit;
        height: 200px;
    }
}
.video-player .video-left {
	font-size: 36px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 0px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.video-player .video-left {
		margin-bottom: 20px;
	}
}
.video-player .video-icon {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	font-size: 38px;
	height: 68px;
	margin: 4px auto 0;
	position: relative;
	width: 68px;
}
@media only screen and (max-width: 767px) {
	.video-player .video-icon {
		margin-bottom: 20px;
	}
}
.video-player .video-icon i {
	left: 28px;
	position: absolute;
	top: 14px;
}
.video-player .video-icon:hover, .video-player .video-icon:active, .video-player .video-icon:focus {
	color: #000000;
}
.video-player .video-right {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}
@media only screen and (max-width: 767px) {
	.video-player .video-right {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.video-player {
		padding: 190px 0px;
	}
	.video-player .video-left {
		padding-right: 30px;
		text-align: right;
	}
	.video-player .video-right {
		padding-left: 30px;
		padding-top: 7px;
	}
	.video-player .video-right h2 {
		margin-top: 0;
	}
}
#video-container {
	display: none;
}
.portfolio {
	background-color: #ffffff;
	padding-bottom: 0;
}
.portfolio .section-content {
	color: #fdfdfd;
}
.portfolio .section-content .portfolio-images {
	height: 400px;
	margin-bottom: 26px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.portfolio .section-content .isotop-filter {
	margin-bottom: 35px;
	text-align: center;
}
.portfolio .section-content .element-item {
	cursor: pointer;
	margin-bottom: 15px;
}
.portfolio .portfolio-grid {
	padding: 5px;
}
.da-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.da-thumbs li {
	background: #fff;
	float: left;
	padding: 0px;
	padding: 5px;
	position: relative;
	width: 25%;
}
@media only screen and (max-width: 992px) {
	.da-thumbs li {
		width: 33%;
	}
}
@media only screen and (max-width: 767px) {
	.da-thumbs li {
		width: 50%;
	}
}
.portfolio-grid.three-col li {
	width: 33.333%;
}
@media only screen and (max-width: 992px) {
	.portfolio-grid.three-col li {
		width: 33%;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio-grid.three-col li {
		width: 50%;
	}
}
.portfolio-grid.two-col li {
	width: 50%;
}
.da-thumbs li.x2 {
	width: 50%;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a .portfolio-detail-overlay {
	background: #fff;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.da-thumbs li a div span {
	color: rgba(255, 255, 255, 0.85);
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px;
	text-transform: uppercase;
}
.portfolio-detail-overlay h4 {
	color: #FFF;
	font-family: 'Rototo' sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.portfolio-detail-overlay .middle-align-wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.portfolio-detail-overlay .middle-align-wrap .middle-align-cell {
	display: table-cell;
	vertical-align: middle;
}
.btn-isotop {
	backface-visibility: hidden;
	background: none;
	border: 0;
	box-shadow: 0 0 1px transparent;
	color: #000;
	moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	padding: 6px 20px 15px;
	position: relative;
	transform: translateZ(0);
	vertical-align: middle;
	webkit-backface-visibility: hidden;
	webkit-transform: translateZ(0);
}
.btn-isotop:before {
	background: #000000;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	right: 50%;
	top: 20px;
	transition-duration: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-out;
	webkit-transition-duration: 0.3s;
	webkit-transition-property: left, right;
	webkit-transition-timing-function: ease-out;
	z-index: -1;
}
.btn-isotop:active, .btn-isotop:focus, .btn-isotop:hover {
	box-shadow: none;
	color: #000;
	outline: none !important;
}
.btn-isotop:active:before, .btn-isotop:focus:before, .btn-isotop:hover:before {
	left: 0;
	right: 0;
}
.portfolio-details-single {
	margin-top: 60px;
}
.portfolio-details-single h3 {
	margin-bottom: 40px;
	position: relative;
}
.portfolio-details-single h3:before {
	background-color: black;
	bottom: -15px;
	content: '';
	height: 1px;
	position: absolute;
	width: 60px;
}
.portfolio-details-single ul {
	line-height: 2.5em;
	list-style: none;
	padding-left: 0;
}
.testimonial {
	background: url(../images/backgrounds/bg-testimonial.jpg) no-repeat center center;
	background-size: cover;
	color: #fdfdfd;
}
.testimonial .carosel-wrapper {
	position: relative;
}
@media only screen and (max-width: 767px) {
	.testimonial .carosel-wrapper {
		margin-top: 40px;
	}
}
.testimonial .carosel-wrapper .client-face-holder {
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	height: 106px;
	left: -50px;
	overflow: hidden;
	position: absolute;
	top: -50px;
	width: 106px;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.testimonial .carosel-wrapper .client-face-holder {
		left: 50%;
		margin-left: -53px;
	}
}
.testimonial .carosel-wrapper .client-face-holder #clientFace {
	background-color: #000;
	background-image: url(../images/team/team-1.jpg);
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	border-radius: 50%;
	height: calc(100% - 6px);
	height: -webkit-calc(100% - 6px);
	left: 3px;
	position: absolute;
	top: 3px;
	transition: all 0.4s ease-in;
	webkit-transition: all 0.4s ease-in;
	width: calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
}
.testimonial #testimonials-carousel {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 40px 80px 40px 100px;
}
@media only screen and (max-width: 767px) {
	.testimonial #testimonials-carousel {
		padding: 70px 30px 30px 30px;
	}
}
.testimonial #testimonials-carousel .review {
	position: relative;
}
.testimonial #testimonials-carousel .review blockquote {
	border: 0;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0;
}
.testimonial #testimonials-carousel .review .reviewer {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}
.testimonial #testimonials-carousel .review .designation {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
}
.testimonial .quote {
	font-family: sans-serif;
	font-size: 100px;
	font-style: italic;
	font-weight: 100;
	position: absolute;
	z-index: -1;
}
.testimonial .quote.left {
	left: 40px;
	line-height: 100%;
	top: 25px;
}
@media only screen and (max-width: 767px) {
	.testimonial .quote.left {
		left: 0;
		top: 36px;
	}
}
.testimonial .quote.right {
	bottom: 50px;
	line-height: 0;
	right: 56px;
}
.testimonial .owl-controls {
	position: absolute;
	top: calc(50% - 52px);
	top: -webkit-calc(50% - 52px);
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.testimonial .owl-controls {
		top: calc(50% - 22px);
		top: -webkit-calc(50% - 22px);
	}
}
.testimonial .owl-controls a {
	color: #FFF;
	font-size: 24px;
	line-height: 0;
	padding: 40px;
	position: absolute;
}
.testimonial .owl-controls a:hover, .testimonial .owl-controls a:active, .testimonial .owl-controls a:focus {
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.testimonial .owl-controls a {
		padding: 10px;
	}
}
.testimonial .owl-controls a.prev {
	left: -90px;
}
@media only screen and (max-width: 767px) {
	.testimonial .owl-controls a.prev {
		left: 0;
	}
}
.testimonial .owl-controls a.next {
	right: -90px;
}
@media only screen and (max-width: 767px) {
	.testimonial .owl-controls a.next {
		right: 0;
	}
}
.sobre-nosotros .section-content .about-content {
	margin-bottom: 0;
	padding: 25px;
	text-align: center;
}
.sobre-nosotros .section-content .about-content.left {
	text-align: right;
}
.sobre-nosotros .section-content .about-content.right {
	text-align: left;
}
@media only screen and (max-width: 992px) {
	.sobre-nosotros .section-content .about-content {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.sobre-nosotros .section-content .about-content {
		margin-bottom: 30px;
	}
	.sobre-nosotros .section-content .about-content.left, .sobre-nosotros .section-content .about-content.right {
		text-align: center;
	}
	.sobre-nosotros .section-content .about-content.center {
		margin-bottom: 40px;
	}
	.sobre-nosotros .section-content .about-content.right {
		margin-bottom: 0;
	}
}
.sobre-nosotros .section-content figure.about-content {
	padding-top: 10px;
}
.sobre-nosotros .section-content h4 {
	margin-top: 25px;
}
@media only screen and (max-width: 992px) {
	.sobre-nosotros .section-content h4 {
		margin-bottom: 15px;
		margin-top: 0;
	}
}
.services {
	background: #ffffff;
	background-size: cover;
}
.services .service {
	margin-bottom: 20px;
	padding: 30px 15px;
	position: relative;
	transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	webkit-transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}
.services .service.last {
	margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
	.services .service {
		margin-bottom: 40px;
		padding: 2px;
	}
}
.services .service .service-icon span {
	font-size: 4em;
}
.services .section-content .secondrow .service {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.services .section-content .secondrow .service {
		margin-bottom: 40px;
	}
	.services .section-content .secondrow .service.last {
		margin-bottom: 0;
	}
}
.services .service::before {
	border-bottom: 1px solid rgba(253, 253, 253, 0);
	border-top: 1px solid rgba(253, 253, 253, 0);
	content: '';
	height: 103%;
	left: 1px;
	position: absolute;
	top: -3px;
	transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	webkit-transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
}
.services .service::after {
	border-left: 1px solid rgba(253, 253, 253, 0);
	border-right: 1px solid rgba(253, 253, 253, 0);
	content: '';
	height: 99%;
	left: -3px;
	position: absolute;
	top: 1px;
	transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	webkit-transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	width: calc(100% + 6px);
	width: -webkit-calc(100% + 6px);
}
.services .service:hover {
	background-color: #FAFAFA;
}
.services .service:hover::before,
 .services .service:hover::after {
	border-color: #FAFAFA;
}
.funfacts {
	background: url(../images/backgrounds/bg-fun-fact.jpg) no-repeat center center;
	background-size: cover;
}
.funfacts .counter-box {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.funfacts .counter-box {
		margin-bottom: 35px;
	}
	.funfacts .counter-box.last {
		margin-bottom: 0;
	}
}
.funfacts .counter-box .counter-icon span {
	color: #fff;
	font-size: 4em;
}
.funfacts .counter-box .count {
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.funfacts .counter-box .count {
		margin: 0;
	}
}
.funfacts .counter-box .count-description {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.funfacts .counter-box .count-description {
		margin: 0;
	}
}
.contacto {
	background-color: bg-base-color;
}
.contacto .section-content {
	color: #000;
}
.contacto .section-content h5 {
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: none;
}
.contacto .section-content .contacto-form {
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.contacto .section-content .contacto-form {
		margin-bottom: 60px;
	}
}
.contacto .section-content .contacto-form .form-group {
	margin-bottom: 24px;
}
.contacto .section-content .contacto-form .form-group.hidden {
	display: none;
}
.contacto .section-content .contacto-form .form-control {
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: none;
	color: #000;
	height: auto;
	padding: 6px 20px;
}
.contacto .section-content .contacto-form .form-control:focus {
	box-shadow: none;
	outline: none;
}
.contacto .section-content .contacto-form textarea {
	min-height: 160px;
}
.contacto .section-content #map {
	height: 276px;
}
.contacto .section-content .google-map {
	margin-bottom: 30px;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.contacto .section-content .google-map {
		margin-top: 0;
	}
}
.contacto .section-content .google-map iframe {
	width: 100%;
}
.contacto .section-content .contacto-info-wrap h5 {
	margin-bottom: 15px !important;
	text-decoration: underline;
}
.contacto .section-content .contacto-info-wrap .contacto-info {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
}
@media (min-width: 768px) {
	.contacto .section-content .contacto-form {
		margin-bottom: 0;
	}
}
.contacto-full-width {
	padding-bottom: 0 !important;
}
.contacto-full-width .contacto-info-wrap {
	margin: 60px 0;
}
.contacto-full-width #map {
	height: 400px;
}
.clients {
	background: black;
	background-size: cover;
	padding: 60px 0;
}
.clients .client-image {
	margin-bottom: 20px;
}
.clients .client-image img {
	opacity: 0.75;
}
.clients .client-image img:hover {
	opacity: 1;
}
.clients .owl-theme .owl-controls {
	height: 0px;
	margin: 20px 0 -20px 0;
}
.client-overlay {
	position: relative;
}
.client-overlay::before {
	background-color: rgba(48, 48, 48, 0.48);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@media (min-width: 768px) {
	.clients .client-image {
		margin-bottom: 0;
	}
}
.blog .blog-post {
	margin-bottom: 40px;
}
.blog .blog-post header {
	position: relative;
}
.blog .blog-post header .date {
	background-color: #fdfdfd;
	color: #2c2c2c;
	font-weight: 500;
	padding: 10px;
	position: absolute;
	text-align: center;
	z-index: 9;
}
.blog .blog-post .blog-content {
	border: 1px solid #f5f5f5;
	padding: 15px 28px;
}
.blog .blog-post .blog-content h4 {
	letter-spacing: 1px;
	margin: 20px 0;
}
.blog .blog-post .blog-content h4 a {
	color: #333;
}
.blog .blog-post .blog-content .post-meta {
	border-bottom: 1px solid #F5F5F5;
	font-size: 12px;
	margin-bottom: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.blog .blog-post .blog-content .post-meta span {
	color: #CCC;
}
.blog .blog-post .blog-content .post-meta span:first-child a {
	color: #848484;
}
.blog .blog-post .blog-content .post-meta span a {
	border-bottom: 1px transparent;
	color: #CCC;
}
.blog .blog-post .blog-content .post-meta span a:hover {
	border-bottom-style: solid;
	border-color: inherit;
	text-decoration: none;
}
.blog .blog-post .blog-content .post-meta span {
	border-right: 1px solid #CCC;
	margin-right: 10px;
	padding-right: 10px;
}
.blog .blog-post .blog-content .post-meta span:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.blog .blog-post .blog-content p {
	color: #67666a;
	line-height: 22px;
}
.blog .blog-post footer {
	border: 1px solid #DDD;
	padding: 0px 15px;
}
.blog .blog-post footer .comment-count {
	color: #000;
	padding-left: 25px;
	position: relative;
}
.blog .blog-post footer .comment-count:hover,
 .blog .blog-post footer .comment-count:focus {
	color: #000;
}
.blog .blog-post footer .read-more {
	color: #000;
	padding-left: 25px;
	padding-right: 0;
	position: relative;
	text-transform: uppercase;
}
.blog .blog-post footer .read-more:hover,
 .blog .blog-post footer .read-more:focus {
	color: #000;
}
@media (min-width: 768px) {
	.blog .blog-post header .image-slider-carousel .carousel-control.left {
		bottom: 5px;
		left: 220px;
		top: 200px;
	}
	.blog .blog-post header .image-slider-carousel .carousel-control.right {
		top: 200px;
	}
}
@media (min-width: 992px) {
	.blog .blog-post header .image-slider-carousel .carousel-control.left {
		bottom: 5px;
		left: 235px;
		top: 210px;
	}
	.blog .blog-post header .image-slider-carousel .carousel-control.right {
		bottom: 5px;
		right: 10px;
		top: 210px;
	}
}
.blog-standard .blog-post {
	margin-bottom: 80px;
}
.blog-standard .blog-post:last-child {
	margin-bottom: 0;
}
.blog-standard .blog-post .featured-image {
	margin-bottom: 30px;
}
.blog-standard .blog-post .post-title {
	margin-bottom: 15px;
}
.blog-standard .blog-post .post-title > a {
	color: #5c5c5c;
}
.blog-standard .blog-post .post-title > a:hover {
	color: #000000;
	text-decoration: none;
}
.blog-standard .blog-post .post-meta {
	color: silver;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.blog-standard .blog-post .post-meta a {
	color: #656565;
}
.blog-standard .blog-post .post-meta span {
	margin: 0 6px;
}
.blog-standard .blog-post .read-more {
	margin-top: 25px;
}
.blog-standard .blog-post .read-more a {
	color: black;
	text-transform: uppercase;
	transition: all 0.2s;
	webkit-transition: all 0.2s;
}
.blog-standard .blog-post .read-more a:hover {
	color: silver;
	text-decoration: none;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination > li {
	display: inline-block;
	margin-right: 8px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: black;
	border-color: black;
}
.pagination > li > a, .pagination > li > span {
	color: #909090;
}
.sidebar {
	padding: 0 0 0 30px;
}
.sidebar .widget {
	margin-bottom: 60px;
}
.sidebar .widget.popular-posts .widget-content ul {
	color: #b0b0b0;
	list-style: none;
	padding: 15px 0 0 0;
}
.sidebar .widget.popular-posts .widget-content ul li {
	margin-bottom: 30px;
}
.sidebar .widget.popular-posts .widget-content ul .thumb {
	margin-right: 10px;
	margin-top: -10px;
}
.sidebar .widget.popular-posts .widget-content ul .title {
	color: gray;
}
.sidebar .widget.popular-tags a {
	margin-bottom: 6px;
}
.sidebar .widget.categories ul {
	list-style: none;
	padding: 0;
}
.sidebar .widget.categories ul li {
	line-height: 3em;
}
.sidebar .widget.categories ul li:before {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 15px;
}
.sidebar .widget.categories ul li a {
	color: black;
}
.sidebar .widget.categories ul li a:hover {
	color: gray;
}
.left-sidebar .sidebar {
	padding: 0 30px 0 0;
}
.blog-grid .blog-element {
	max-height: 290px;
	overflow: hidden;
}
.blog-grid .blog-element img {
	width: 100%;
}
#disqus_thread {
	margin-top: 40px;
}
.pricing {
	background-color: bg-base-color;
}
.pricing .price-box {
	background-color: #f9f9f9;
	color: #000;
	margin-bottom: 25px;
	padding: 40px 15px 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.pricing .price-box.last {
		margin-bottom: 0;
	}
}
.pricing .price-box h3 {
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.pricing .price-box .btn-white {
	border-color: #e3e3e3;
}
.pricing .price-box .price-info {
	margin-bottom: 25px;
	padding: 0 15px 15px;
	position: relative;
}
.pricing .price-box .price-info .price {
	color: #313131;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
}
.pricing .price-box .price-info .price sup {
	font-size: 20px;
	left: -2px;
	top: -18px;
}
.pricing .price-box .price-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing .price-box .price-info ul li {
	display: block;
	margin-bottom: 25px;
}
.pricing .price-box .price-info ul .disabled {
	color: #c7c7c7;
	text-decoration: line-through;
}
.pricing .featured {
	background-color: #FFF;
	border: 1px solid #000;
}
.pricing .featured h3 {
	letter-spacing: 10px;
}
.subscribe {
	background: #000;
}
.subscribe .btn-default {
	border-color: #ffffff;
	color: #000;
}
.subscribe .subscribe-text {
	margin-bottom: 40px;
	padding-left: 60px;
	position: relative;
}
.subscribe .subscribe-text h2 {
	margin-top: 0;
}
.subscribe .subscribe-text h2, .subscribe .subscribe-text span {
	color: #fff;
	position: relative;
	z-index: 2;
}
.subscribe .subscribe-text span {
	text-transform: uppercase;
}
.subscribe .subscribe-text::before {
	border-right: 1px solid #313131;
	border-width: 3px;
	bottom: -15px;
	content: '';
	position: absolute;
	right: 0;
	top: -15px;
}
@media only screen and (max-width: 767px) {
	.subscribe .subscribe-text::before {
		display: none;
	}
}
.subscribe .subscribe-text::after {
	color: #313131;
	content: "\f003";
	font-family: FontAwesome;
	font-size: 6em;
	left: -12px;
	ms-transform: rotate(-50deg);
	position: absolute;
	top: -29px;
	transform: rotate(-50deg);
	webkit-transform: rotate(-50deg);
	z-index: 1;
}
.subscribe .subscribe-form {
	margin-bottom: 10px;
	margin-top: 10px;
}
.subscribe .subscribe-form .input-group-addon {
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	padding: 0;
	transition: background 0.3s;
	webkit-transition: background 0.3s;
}
.subscribe .subscribe-form .input-group-addon:hover {
	background: rgba(255, 255, 255, 0.75);
}
.subscribe .subscribe-form input[type="email"] {
	background: #FFF;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom-left-radius: 2px !important;
	border-top-left-radius: 2px !important;
	box-shadow: none;
	color: #000000;
}
.subscribe .subscribe-form input[type="submit"] {
	background-color: transparent;
	border: 0;
	color: #000;
}
.subscribe .spam-text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.subscribe .spam-text {
		margin-bottom: 0;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.subscribe .subscribe-text {
		margin-bottom: 0;
	}
}

.por-que-elegir-arve, .el-metodo-pilates {
    padding: 0 0 90px 0;
}

.precios .row {
    padding: 20px 0;
}
.precios .row.odd {
    background: #f5f5f5;
}
.precios h4 {
    line-height: 1.5em;
}
.precios h4 span {
    display: block;
}
.precios p {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    font-family: Lato;
    margin: 0;
    line-height: 1em;
    padding-top: 10px;
    text-align: right;
}
.precios p span {
    font-weight: 400;
    font-size: 20px;
}
.precios p span.month {
    display: block;
    line-height: 1em;
}
.precios p.discount {
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
    padding-top: 0;
}
.precios p.discount span {
    font-size: 14px;
}
.precios p.info {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.precios p.info span {
    font-size: 15px;
}
.our-process {
	background-color: #ffffff;
	padding-bottom: 0;
}
.our-process .section-content {
	margin: 0 136px;
}
@media only screen and (max-width: 992px) {
	.our-process .section-content {
		margin: 0;
	}
}
.our-process .our-process-image {
	border: 1px solid #000;
	border-radius: 50%;
	display: table;
	float: right;
	height: 8em;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: center;
	width: 8em;
}
@media only screen and (max-width: 767px) {
	.our-process .our-process-image {
		height: 6em;
		margin: 0;
		width: 6em;
	}
}
.our-process .our-process-image span {
	color: #000;
	display: table-cell;
	font-size: 4em;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.our-process .our-process-image span {
		font-size: 3em;
	}
}
.our-process .our-process-image.left {
	float: left;
	margin-left: 0px;
	margin-right: 40px;
}
.our-process .process {
	margin: 80px 0;
}
.our-process .process .our-process-text.right {
	text-align: right;
}
.our-process .divider {
	border-bottom: 2px dotted #dadada;
	height: 1px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	width: calc(100% - 112px);
	width: -webkit-calc(100% - 112px);
}
.our-process .divider img {
	left: calc(50% - 68px);
	left: -webkit-calc(50% - 68px);
	position: absolute;
	top: -47px;
}
.our-process .divider-right::after {
	border-left: 2px dotted #dadada;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 2px;
}
.our-process .divider-right::before {
	border-left: 2px dotted #dadada;
	content: "";
	height: 25px;
	position: absolute;
	right: 0;
	top: -26px;
}
.our-process .divider-left::after {
	border-left: 2px dotted #dadada;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: -26px;
}
.our-process .divider-left::before {
	border-left: 2px dotted #dadada;
	content: "";
	height: 25px;
	position: absolute;
	right: 0;
	top: 2px;
}
.gallery .og-grid li > a {
	border: none;
	display: block;
	outline: none;
	position: relative;
}
.gallery .og-close::before, .gallery .og-close::after {
	background: #888;
	content: '';
	height: 1px;
	ms-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
	width: 100%;
}
.gallery .og-fullimg, .gallery .og-details {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 50%;
}
.gallery .og-grid {
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.gallery .og-grid li {
	display: inline-block;
	height: 250px;
	margin: 10px -2px;
	padding: 10px;
	vertical-align: top;
	width: 33.33%;
}
@media only screen and (max-width: 767px) {
	.gallery .og-grid li {
		width: 100%;
	}
}
.gallery .og-grid li > a {
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}
.gallery .og-grid li.og-expanded {
	margin-bottom: 35px;
}
.gallery .og-grid li.og-expanded > a::after {
	border: solid transparent;
	border-bottom-color: #ddd;
	border-width: 15px;
	bottom: -15px;
	content: " ";
	height: 0;
	left: 50%;
	margin: -20px 0 0 -15px;
	pointer-events: none;
	position: absolute;
	top: auto;
	width: 0;
}
.gallery .og-grid.og-grid-4col li {
	width: 25%;
}
@media only screen and (max-width: 767px) {
	.gallery .og-grid.og-grid-4col li {
		width: 100%;
	}
}
.gallery .og-grid.og-grid-5col li {
	width: 20%;
}
@media only screen and (max-width: 767px) {
	.gallery .og-grid.og-grid-5col li {
		width: 100%;
	}
}
.gallery .og-expander {
	background: #ddd;
	height: 0;
	left: 0;
	margin-top: 15px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: auto;
	width: 100%;
}
.gallery .og-expander-inner {
	height: 100%;
	padding: 50px 30px;
}
.gallery .og-close {
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
}
.gallery .og-close:hover::before {
	background: #333;
}
.gallery .og-close:hover::after {
	background: #333;
}
.gallery .og-close::after {
	ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	webkit-transform: rotate(-45deg);
}
.gallery .og-fullimg {
	text-align: center;
}
.gallery .og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}
.gallery .og-details {
	padding: 0 40px 0 20px;
}
.gallery .og-details h3 {
	font-size: 52px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 40px 0 10px;
}
.gallery .og-details p {
	color: #999;
}
.gallery .og-details a {
	margin: 30px 0 0;
	outline: none;
}
.gallery .og-loading {
	animation: loader 0.5s infinite ease-in-out both;
	background: #ddd;
	border-radius: 50%;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	height: 20px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	webkit-animation: loader 0.5s infinite ease-in-out both;
	width: 20px;
}
@-webkit-keyframes loader {
	0% {
		background: #ddd;
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
	}
}
@keyframes loader {
	0% {
		background: #ddd;
	}
	33% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
	}
	66% {
		background: #ccc;
		box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
	}
}
@media screen and (max-width: 830px) {
	.gallery .og-expander h3 {
		font-size: 32px;
	}
	.gallery .og-expander p {
		font-size: 13px;
	}
	.gallery .og-expander a {
		font-size: 12px;
	}
}
@media screen and (max-width: 650px) {
	.gallery .og-fullimg {
		display: none;
	}
	.gallery .og-details {
		float: none;
		width: 100%;
	}
}
.footer {
	background-color: #000;
	color: #FDFDFD;
	padding: 32px 0;
}
@media only screen and (max-width: 767px) {
	.footer {
		text-align: center;
	}
}
.footer .copyright {
	color: rgba(255, 255, 255, 0.9);
	display: inline-block;
	line-height: 100%;
	margin: 0;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.footer .copyright {
		margin-bottom: 15px;
	}
}
.footer .footer-menu {
	color: rgba(255, 255, 255, 0.9);
}
.footer .footer-menu a {
    color: inherit;
    font-size: 0.8em;
    padding: 0 10px;
    position: relative;
}
.footer .footer-menu a:before {
    content: "·";
    position: absolute;
    left: -5px;
}
.footer .footer-menu a:first-child:before {
    content: "";
}
.footer .footer-social-block {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.footer .footer-social-block {
		margin-bottom: 15px;
	}
}
.footer .footer-social-block li {
	display: inline-block;
}
.footer .footer-social-block li a {
	color: #e3e1e1;
	display: block;
	transition: color 0.3s;
	webkit-transition: color 0.3s;
}
@media only screen and (max-width: 992px) {
	.footer .footer-social-block li a {
		padding: 0 8px;
	}
}
.footer .footer-social-block li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
	.footer .footer-menu li:last-child {
		padding-right: 0;
	}
	.footer .footer-social-block li a {
		border-left: 1px solid #464646;
		padding: 5px 15px;
	}
	.footer .footer-social-block li:last-child a {
		border-right: 1px solid #464646;
	}
}
.footer-widgets {
	background: #171717;
	color: #cbc9cf;
}
.footer-widgets h4 {
	border-bottom: 1px solid #3c3c3c;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-bottom: 25px;
}
.footer-widgets .content-wrap.widget-contacto {
	padding-left: 25px;
}
.footer-widgets .content-wrap.widget-contacto ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widgets .content-wrap.widget-contacto ul li {
	margin-bottom: 25px;
}
.footer-widgets .content-wrap.widget-contacto ul li i {
	margin-right: 6px;
}
.footer-widgets .content-wrap.widget-recent-posts {
	padding-left: 25px;
}
.footer-widgets .content-wrap.widget-recent-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widgets .content-wrap.widget-recent-posts ul li {
	margin-bottom: 20px;
}
.footer-widgets .content-wrap.widget-recent-posts ul li .post-title {
	color: #ffffff;
	display: block;
}
.footer-widgets .content-wrap.widget-recent-posts ul li .author {
	color: inherit;
}
.footer-widgets .content-wrap.widget-gallery {
	padding-left: 25px;
}
.footer-widgets .content-wrap.widget-gallery a {
	background-color: black;
	background-size: cover;
	display: block;
	float: left;
	height: 1px;
	margin-bottom: 5%;
	margin-right: 5%;
	padding-bottom: 20%;
	transition: opacity 0.2s;
	webkit-transition: opacity 0.2s;
	width: 40%;
}
.footer-widgets .content-wrap.widget-gallery a:hover {
	opacity: 0.75;
}
@media only screen and (max-width: 991px) {
	.footer-widgets .content-wrap {
		margin-bottom: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-widgets .content-wrap {
		padding-left: 25px;
	}
}
.four-o-four {
	background-image: url(../images/404.jpg);
	background-position: 20% center;
	background-repeat: no-repeat;
	background-size: contain;
	display: table;
	height: 100vh;
	width: 100%;
}
@media (max-width: 991px) {
	.four-o-four {
		background-position-x: 0;
	}
}
@media (max-width: 767px) {
	.four-o-four {
		background-image: none;
		text-align: center;
	}
}
.four-o-four .four-o-four-inner {
	display: table-cell;
	vertical-align: middle;
}
.four-o-four .four-o-four-inner h1 {
	font-weight: bold;
}
h1.firstHeading {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-family: Lato;
}
#bodyContent p {
    font-size: 16px;
}
.lightbox-gallery .row {
    margin: 35px 0;
}
@media only screen and (max-width: 767px) {
	.lightbox-gallery .col-sm-4 {
		margin: 35px 0 0;
	}
	.lightbox-gallery .row {
		margin: 0;
	}
}
.horarios h4 {
    margin-bottom: 50px;
    text-align: center;
}

.horarios .leyenda p {
    margin: 0;
}
.horarios .leyenda p span {
    font-weight: 700;
    padding-right: 5px;
    color: #111;
}
.horarios table {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 50px;
}
.horarios table th, .horarios table td {
    text-align: center;
    line-height: 2.5em;    
}
.horarios table thead th {
    background: #111;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.horarios table tr:nth-child(2n) {
    background: #f5f5f5;
}
.horarios table th.th-gris {
    height: 70px;
}
.horarios table td {
    border-left: 1px solid #ddd;
}
.horarios table tr.last {
    background: #111;
    color: #fff;
}
.horarios table tr.last td {
    border-color: #333;
}
.horarios table tr.last td:first-child {
    border: 0;
}
.table-container {
    width: 100%;
    overflow: auto;	
}
table.horarios {
	min-width: 800px;
	overflow-x: auto;
}

table.horarios td {
    width: 17%;
}

table.horarios th {
    width: 15%;
}
table.horarios td.selected {
    background: #0eb175;
    border-bottom: 1px solid #fff;
}