/*!
 * LoveHub - Multipurpose Non-Profit Theme
 * Copyright 1994-2015 ForBetterWeb.com
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */
 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6D93B1;
  /* change if the mask should have another color then white */
  z-index: 9999999;
  /* makes sure it stays on top */ }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

/* Base structure */
html, body {
    width: 100%;
    height: 100% !important;
}
body {
    font-family: "Roboto",Arial,sans-serif;
	font-weight: 300;
	letter-spacing: 0.2px;
    color: #303030;
    background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;
}
.wrapper-darkest h2, .wrapper-darkest h3, .wrapper-darkest h4, .wrapper-darkest p {
    color: #fff;
}
.size-28 { font-size: 28px; }
.size-38 { font-size: 38px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.1;
}
h2 {
  	font-size: 55px;
	font-weight: 100;
	color: #6D93B1;
  	margin-bottom: 20px; 
}
h3 {
  	font-size: 34px;
	letter-spacing: 0.15px;
	color: #6D93B1;
}
h4 {
  	font-size: 32px;
	color: #6D93B1;
}
h5 {
  	font-size: 24px;
	color: #fff;
    margin-bottom: 40px;
}
h6 {
  font-size: 18px; 
}
p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.4;
}
.text-center {
    text-align: center; 
}
@media (min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.6;
    }
}
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
.no-pad {
    padding: 0;
}
.headerline {
    border-bottom: 1px solid #ff7302;
    padding-bottom: 15px;
    display: inline-block;
}
.overlay {
    background: #6D93B1;
    width: 100%;
    height: 100%;
    positio#n: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
section {
    position: relative;
    z-index: 999;
    padding: 100px 0 0px 0;
}
#popup {
    position: relative;
    z-index: 999;
    padding: 0 !important;
}
@media(max-width:768px) {
    section {
        padding: 70px 0;
    }
}
.list-inline>li {
    padding-bottom: 10px;
}
.label {
    border-radius: 0;
}
.label-danger {
    background-color: #c00;
}
.label, input, .btn, textarea {
    border-radius: 2px !important;
}
.btn {
    border-radius: 0;
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #444;
    outline: 0;
    color: #000;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #444;
    outline: 0;
    color: #666;
    background-color: transparent;
}
.btn-primary {
    border: 2px solid #ff7302;
    outline: 0;
    color: #fff;
    background-color: #ff7302;
}
.btn-primary:hover,
.btn-primary:focus {
    border: 2px solid #1F82B5;
    outline: 0;
    color: #fff;
    background-color: #1F82B5;
}
.btn-white {
    border: 2px solid #fff;
    outline: 0;
    color: #000!important;
    background-color: #fff;
}
.split-padding-link {
    position: absolute;
    bottom: 0;
    left:0;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    padding: 30px;
    text-align: left;
}
.split-padding-non {
    padding: 0px !important;
	margin-top: 0px !important;
	margin-bottom: -20px !important;
}
.split-padding0,
.split-padding3,
.split-padding5 {
    padding: 100px 60px 50px;
}
.split-padding,
.split-padding2,
.split-padding4 {
    padding: 60px 60px 50px;
}
.split-padding3right {
    padding: 100px 60px 50px;
}
@media(max-width:768px) {
    .split-padding0,
    .split-padding,
    .split-padding2,
    .split-padding3,
    .split-padding4,
    .split-padding5 {
        padding: 50px 20px 50px;
    }
	.split-padding3right {
    padding: 50px 20px 50px;
	left: 0% !important;
	}
}
.split-padding-demo {
    padding: 50px;
}

.split-padding0 {
    color: #fff;
}
.split-padding2 {
    color: #111;
}
.split-padding3,
.split-padding3right,
.split-padding4 {
    color: #111;
}
.split-padding0 {
    background-color: transparent;
}
.split-padding {
    background-color: #fff;
	color: #6D93B1;
	font-weight: 400;
}
.split-padding2 {
    background-color: rgba(0, 0, 0, 0.06);
}
.split-padding3 {
    background-color: rgba(109, 147, 177, 1.0);
	color: #fff;
}
.split-padding3right {
    background-color: rgba(109, 147, 177, 0.92);
	color: #fff;
	left: 50%;
}
.split-padding3 h3 {
    color: #fff;margin-bottom: 15px;
}
.split-padding3right h3 {
    color: #fff;margin-bottom: 15px;
}
.split-padding4 {
    background-color: rgba(0, 0, 0, 0.03);
}
a .fa-circle {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover .fa-circle {
    color: #555;
}

/* NavBar */
.logo img {
	width:254px;
	padding-top:1px !important;
	max-width:100%;
	height:auto;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    text-transform: none;
    color: rgba(255,255,255,.8);
    background-color: #6d93b1;
	box-shadow: 0px 2px 33px rgba(0, 0, 0, 0.33);
}
.navbar-custom.top-nav-collapse .navbar-brand {
    font-size: 18px;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: none;
}
.navbar-custom .nav li a {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 3px solid transparent;
    margin-bottom: 0; 
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: #ff7302 !important;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: none;
    border-bottom: 3px solid #ff7302;
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
@media (max-width: 767px) {
  .logo img {
	width: 194px !important;
    margin-top: -3px;
    margin-bottom: 0;
}
}
@media (min-width: 768px) and (max-width: 888px) {
.logo img {
	width: 194px !important;
    margin-top: -2px;
    margin-bottom: 18px;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 18px 7px 15px 7px;
    font-size: 1.009em;
    line-height: 15px;
}
.intro {
	top: 124px !important;
}
}
@media (min-width: 889px) and (max-width: 1004px) {
.logo img {
	width: 194px !important;
    margin-top: -1px;
    margin-bottom: 0;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 28px 7px 25px 7px;
    font-size: 1.009em;
    line-height: 15px;
}
.intro {
	top: 70px !important;
}
}
@media (min-width: 1005px) and (max-width: 1199px) {
.logo img {
	width: 224px !important;
    margin-top: -1px;
    margin-bottom: 0;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 32px 10px 29px 10px;
    font-size: 1.009em;
    line-height: 15px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
#about .col-sm-3 {
    width: 33% !important;
}
}

@media (min-width: 917px) and (max-width: 1399px) {
.split-padding p {
    margin: 0 0 25px 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}
}

@media (min-width: 768px) and (max-width: 916px) {
.split-padding p {
    margin: 0 0 25px 0 !important;
    font-size: 12.5px !important;
    line-height: 1.33 !important;
}
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0px;
		background-color: #6d93b1;
        border-bottom: 0;
        letter-spacing: 0.2em;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0 40px 0 40px;
        background-color: #6d93b1;
  		border-top: 1px solid transparent;
		box-shadow: 0px 2px 33px rgba(0, 0, 0, 0.15);
		-webkit-overflow-scrolling: touch;
}
}
.top-nav-collapse .container {
    width: auto;
}
.navbar-toggle {
    padding: 3px 5px 0;
    margin-bottom: 15px;
	box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.11);
}
.split-padding-non {
    padding: 0px !important;
	margin-top: 0px !important;
	margin-bottom: -20px !important;
}

/* Intro */
.intro {
    display: table;
	top: 80px;
    width: 100%;
    color: #fff;
    text-shadow: 0px 2px 33px rgba(0, 0, 0, 0.15);
    height: 100%;
    background: #000 url(../img/home-slide-1.jpg)  no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: bottom;
    background: rgba(0, 0, 0, 0.15);
    padding: 100px 0;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 0 5px;
}
.color {
    color: #ff7302;
}
.intro .intro-body .intro-text {
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
}
@media(min-width:768px) {
    .intro {
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 50px;
    }
    .intro-body h2 {
        font-size: 40px!important;
        font-weight: 800;
    }
}
@media (min-width: 993px) {
    .intro .list-inline {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    #about p {
	padding-left: 30px !important;
}
}

@media (max-width:768px) {
    .intro2 #clock {
        padding:0;
    }
    .intro .intro-body {
        padding: 30px 0;
    }
}

/* VIDEO BACKGROUND */
.video-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1;
    opacity: .2;
    display: none;
}
.video-controls-visible {
    display: inline;
}
.video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}

/* Action */
#action {
    background-color: #fff;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
#action2 {
    background-color: #010101;
    color: #fff !important;
}

/* About */
#about,
#about2,
#about3 {
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
}
#about {
    width: 100%;
    background: url(../img/direccion-de-arte.jpg)  no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#cultura {
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
}
#cultura {
    width: 100%;
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#cultura h3 {
    padding-top: 20px !important;
}
@media(max-width:768px) {
    #about,
    #about2,
    #about3,
    #cultura {
        text-align: center;
    }
	#about p {
	padding-left: 60px !important;
	padding-right: 60px !important;
}
}

/* Project */
#project {
    color: #111;
    padding: 0 0 0 50px;
}

.project-item .project-link {
    display: block;
    position: relative;
}
.project-item .project-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(109, 147, 177, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.caption2 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(1, 1, 1, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.project-item .project-link .caption:hover,
#project img:hover,
#project img:focus,
a.project-link:focus,
a.project-link:hover {
    opacity:1!important;
    left: 0;
}
.caption2:hover {
    opacity:1!important;
    left: 0;
}
.project-item .project-link:hover {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.project-item .project-link .caption .caption-content {
    position: absolute;
    bottom: 0;
    left:0;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    padding: 30px;
    text-align: left;
}
.caption2 .caption-content2 {
    position: absolute;
    bottom: 0;
    left:0;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    padding: 30px;
    text-align: left;
}
.project-item .project-link .caption .caption-content .icon {
    display: block;
    font-size: 36px;
    line-height: 46px;
    opacity: 0.5;
}
.project-item {
    overflow: hidden;
}
.project-modal {
    padding: 0!important;
}
.project-modal .modal-content {
    padding: 80px 0;
    min-height: 100%;
    min-width: 102%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.project-modal .modal-content h2 {
    margin: 0;
    font-size: 32px;
}
.project-modal .modal-content img,
.project-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}
.modal-popup img {
    margin-bottom: 0px !important;
}
.project-modal .close-modal{
    position: fixed;
    top: 0;
    right: 54px;
    cursor: pointer;
    opacity: 0.4;
    font-size: 46px;
	z-index: 100;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.project-modal .backgrid {
    left: 40px;
}
.project-modal button {
    margin-top: 10px;
    border: 1px solid #444;
    color: #000;
}
.project-modal .close-modal:hover {
    opacity: .3;
}
.project-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.modal-content h2 {
    font-weight: 300;
}

@media(max-width:768px) {
    .project-item .project-link .caption {
        opacity: 0.01;
    }
    .project-item .project-link:hover {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .project-item .project-link .caption .caption-content {
        left: 50px;
    }
}

/* Mission */
#mission {
    width: 100%;
    color: #fff;
    background: #111 url(../img/7.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#mission .fa {
    display: block;
    padding: 30px 0;
}

/* Subscribe form */
.subscribe-form .form-control {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 15px;
}
.help-block li {
    list-style: none;
    color: #990000;
}
.help-block ul {
    padding: 0;
    margin: 0;
}

/* Contact */
#contact {
    position: relative;
    z-index: 999;
    padding: 100px 0 0 0 !important;
	background-color: #6D93B1; !important;
}
#contact2 {
    width: 100%;
    color: #fff;
}
#contact2 p {
	padding-top: 100px !important;
}
/* Content Fade In */	
.content-fade {	position: relative;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-animation: fadein .6s .5s 1 forwards ease-in-out;
	-moz-animation: fadein .6s .5s 1 forwards ease-in-out;
	animation: fadein .6s .5s 1 forwards ease-in-out;
}
.portfolio-item .portfolio-link {
    display: block;
    position: relative;
}
.portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(119, 136, 153, 0.5);
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
.portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -30px;
}
.portfolio-link:hover {
    -moz-transform: scale(1.04);-webkit-transform: scale(1.04);-o-transform: scale(1.04);-ms-transform: scale(1.04);transform: scale(1.04);
}
.portfolio-item {
    overflow: hidden;
}
.foto-popup {
  text-align: center; 
}
.list-inline2 {
  padding: 0;
  list-style: none;
  margin: -5px 0 0 -5px; 
}
@media (max-width:767px) {
    .portfolio-item img {
        width: 100%; }
}
input[type="submit"] { 
padding: 10px 16px;
    line-height: 1.3333333;
margin-top: 10px;display: inline-block;
    margin-bottom: 0;
    border: 1px solid #444;
    color: #000; 
    outline: 0;
    background-color: transparent;
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
text-align: center;
    white-space: nowrap;
touch-action: manipulation;
    cursor: pointer;
background-image: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    border-radius: 2px !important;
}