body {
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size:40px;
	color:#333c57;
	font-weight:300;
	font-style:italic;
	text-transform:uppercase;
	margin-top:40px;
	margin-bottom:30px;
}
h4 {
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
	margin:20px 0 0 0
}
h5 {
	font-size:22px;
	font-weight:300;
	text-transform:uppercase;
	margin:0
}
h6 {
	font-size:18px;
}

/*SECTIONS*/
section {
	padding:40px 0
}

/*MENÚ*/
.navbar-inverse {
	background:rgba(21,36,75,0.8);
	border:0;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding: 10px 20px;
	margin:30px 5px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:300;
	transition:margin ease-in 0.3s;
	webkit-transition:margin ease-in 0.3s;
	moz-transition:margin ease-in 0.3s;
}
}
.navbar-inverse .navbar-nav>li>a {
	color:#ffffff
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
	border:1px solid #fff;
    padding: 9px 19px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	border:1px solid rgba(255,255,255,0.2);
    padding: 9px 19px;
}

.navbar-brand {
	height:auto;
	padding:30px 15px;
	transition:all ease-in-out 0.3s;
	webkit-transition:all ease-in-out 0.3s;
	moz-transition:all ease-in-out 0.3s;
}
.mod-lang {
	background: rgba(21,36,75,1);
	margin: 30px 0 0 0;
    padding: 10px;
    color:#fff;
}
.mod-lang *{
	float: left
}
.mod-lang span {
	margin: 0 10px
}
.mod-lang a {
	padding: 0!important;
	margin:0!important;
    font-size: 12px!important;
}
.mod-lang a:hover {
	border:none!important;
}
.mod-lang a.selected {
	text-decoration: underline;
}
.scrolled .mod-lang {
	margin:15px 0 0 0;
}
/* MENÚ SCROLLED*/
.scrolled .navbar-brand>img {
	height:38px;
	width: 206px;
}
.scrolled .navbar-brand {
	padding: 20px 15px;
}
.scrolled .navbar {
	min-height:inherit;
}
.scrolled .navbar-nav>li>a {
    margin: 15px 5px;
}
/*CAROUSEL*/
/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }

    .item:nth-child(1) {
      background: blue;
    }

    .item:nth-child(2) {
      background: red;
    }

    .item:nth-child(3) {
      background: orange;
    }
	html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: url(../img/slider/005.jpg);
	
}
.item:nth-child(2) {
    background: url(../img/slider/006.jpg);
}

.item:nth-child(3) {
    background: url(../img/slider/007.jpg);
}
.item:nth-child(4) {
    background: url(../img/slider/001.jpg);
}
.carousel-inner .item {
	background-size:cover;
	background-position: center;
}

/*ESTUDIO*/
section.estudio p{
	font-size:18px;
	color:#666666;
	font-weight:300;
	line-height:30px
}
section.estudio h5 {
	margin:30px 0 15px 0;
}
.mod-cap-tec {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	border:1px solid #333c57;
	background:transparent;
    width: 100%;
    text-align: inherit;
	height:230px;
}
.mod-cap-tec h5 {
	margin: 0!important;
}
.icon.small {
	padding-top:35px
}
.button-wrapper {
	height:230px;
	position:relative
}
.mod-cap-tec .icon {
  display: block;
  height: 102px;
  position: absolute;
  top: 25px;
  left:25px
}
.mod-cap-tec span {
	display: block;
	position: absolute;
	line-height: inherit;
	text-transform: uppercase;
	left: 25px;
	-webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    height: auto;
	bottom:25px
}
.mod-cap-tec .icon {
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.mod-cap-tec.success .icon, .mod-cap-tec:hover .icon {
  left: -72%;
  opacity: 0;
}
.mod-cap-tec.success span, .mod-cap-tec:hover span {
  bottom: 50%;
  margin-bottom:-34px;
  opacity: 1;
}
.cont-tec-op {
	margin-bottom:70px;
}
/* modal CAP TEC */
.modal-body {
	font-weight:300;
	font-size:18px;
}
.modal-header, .modal-footer {
	border:0;
}
.modal-content {
	border-radius:0;
}
.close {
	opacity:1
}
.modal-backdrop {
	background:rgba(21,36,75,1)
}
.modal-body .img-responsive {
	max-height:600px;
	margin:auto
}

/*CONTACTO*/
section.contacto {
	background:#253255;
}
section.contacto h1 {
	color:#fff;
}
section.contacto .form-control {
	border:1px solid #fff;
	border-radius:0;
	box-shadow:none;
	height:60px;
	background:none;
	margin-bottom:30px;
	color:#fff;
	font-size:16px
}
section.contacto textarea.form-control {
	height:120px;
	resize:vertical;
}
section.contacto .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-style:italic;
  font-weight:300;
  font-size:16px
}
section.contacto .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-style:italic;
  font-weight:300;
  font-size:16px
}
section.contacto .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-style:italic;
  font-weight:300;
  font-size:16px
}
section.contacto .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-style:italic;
  font-weight:300;
  font-size:16px
}
section.contacto .btn-success {
	background:#171f35;
	border-radius:0;
	border:0;
	padding:20px 30px;
	font-size:18px;
	font-weight:300;
	font-style:italic;
	text-transform:uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  transition: all 0.25s cubic-bezier(1.31, -0.105, 0.43, 1.4);
}
section.contacto .btn-success:hover {
	background:#000;
}
section.contacto .map {
	margin-top:60px;
	margin-bottom:30px;
}
section.contacto p {
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:18px;
}
section.contacto p a {
	color:#fff;
}
#formcont h3 {
	color:#fff;
}
.bg-danger, .bg-success {
	padding:10px;
	color:#000!important
} 
/*PROYECTOS*/
section.cover {
	width:100%;
	height:254px;
	background-size:cover;
}
.cover.proyectos {
	background-image: url(../img/proyectos/cover.jpg)
}
.cover.bravissima_6 {
	background-image: url(../img/proyectos/bravissima_6/cover.jpg)
}
.cover.caladelsol {
	background-image: url(../img/proyectos/caladelsol/cover.jpg)
}
.cover.cruceros_1 {
	background-image: url(../img/proyectos/cruceros_1/cover.jpg)
}
.cover.cruceros_2 {
	background-image: url(../img/proyectos/cruceros_2/cover.jpg)
}
.cover.dromobligado {
	background-image: url(../img/proyectos/dromobligado/cover.jpg)
}
.cover.emerald {
	background-image: url(../img/proyectos/emerald/cover.jpg)
}
.cover.lebleu {
	background-image: url(../img/proyectos/lebleu/cover.jpg)
}
.cover.marbilu {
	background-image: url(../img/proyectos/marbilu/cover.jpg)
}
.cover.placelafayette {
	background-image: url(../img/proyectos/placelafayette/cover.jpg)
}
.cover.puertopunta {
	background-image: url(../img/proyectos/puertopunta/cover.jpg)
}
.cover.spafasano {
	background-image: url(../img/proyectos/spafasano/cover.jpg)
}
.cover.villasfasano {
	background-image: url(../img/proyectos/villasfasano/cover.jpg)
}
.cover.placelafayette_2 {
	background-image: url(../img/proyectos/placelafayette_2/cover.jpg)
}
.cover.hotellacapilla {
	background-image: url(../img/proyectos/hotellacapilla/cover.jpg)
}
.cover.selenzacasas {
	background-image: url(../img/proyectos/selenzacasas/cover.jpg)
}
.cover.housinghocquart {
	background-image: url(../img/proyectos/housinghocquart/cover.jpg)
}
.cover.portotramonto {
	background-image: url(../img/proyectos/portotramonto/cover.jpg)
}
.cover.mooreabay-1 {
	background-image: url(../img/proyectos/mooreabay-1/cover.jpg)
}
.cover.mooreabay-2 {
	background-image: url(../img/proyectos/mooreabay-2/cover.jpg)
}
.cover.housinglima {
	background-image: url(../img/proyectos/housinglima/cover.jpg)
}
.cover.bravakey {
	background-image: url(../img/proyectos/bravakey/cover.jpg)
}
.cover.losballeneros {
	background-image: url(../img/proyectos/losballeneros/cover.jpg)
}
.cover.marinabeach {
	background-image: url(../img/proyectos/marinabeach/cover.jpg)
}
.cover.oficina-ryr {
	background-image: url(../img/proyectos/oficina-ryr/cover.jpg)
}
.cover.siterodo {
	background-image: url(../img/proyectos/siterodo/cover.jpg)
}
.cover.viviendafg {
	background-image: url(../img/proyectos/viviendafg/cover.jpg)
}
.thumbs-gal {
	margin-left:-1px;
	margin-right:-1px;
	margin-bottom:40px;
}
.thumbs-gal .col-md-4 {
	padding-left:1px;
	padding-right:1px;
	display:block;
	margin-bottom:2px;
}
.thumb {
	width:100%;
	height:100%;
	position:relative
}
.thumb .thumb-over {
	height:100%;
	width:100%;
	background:rgba(21,36,75,0.8);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	transition:all ease-in-out 0.34s;
}
.thumb h6 {
	color:#fff;
	font-weight:700;
	font-style:italic;
	font-size:24px;
	position:absolute;
	bottom:30px;
	left:30px;
}
.thumb .icon {
	position:absolute;
	top:50px;
	left:30px;
}
.proy .icon {
	top:50%;
	left:50%;
	margin-left:-26px;
	margin-top:-26px;
}
.thumb:hover .thumb-over {
	opacity:1;
}

section.info {
	width:100%;
	background:#ccc;
	margin-bottom:50px;
	margin-top:20px;
}

/* MODAL IMG */
.modal-header {
	position:relative;
	padding:0;
}
.modal-header .close {
    position: absolute;
    right: 0px;
    top: -45px;
    z-index: 999;
    background: #fff;
    padding: 11px;
}
@media (min-width: 768px) {
.modal-dialog {
    margin: 70px auto;
}
}
.close:focus, .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.close:focus img, .close:hover img{
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-footer {
	padding:0;
}
/*MEDIA QUERIES*/
.navbar-toggle {
	margin-top:30px;
	border:0;
	border-radius:0;
    padding: 13px 13px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #000;
}
.navbar-toggle .icon-bar {
	border-radius:0
}
@media (max-width: 1200px) and (min-width: 768px) {
h1 {
	font-size:42px;
}
.navbar-brand {
	width:250px;
	margin-top:4px
}
section.estudio p {
	margin-top:20px;
	margin-bottom:20px;
}
.button-wrapper {
	margin-bottom:20px;
}
}
@media (max-width: 767px) { 
h1 {
	font-size:36px;
}
section.estudio p {
	margin-top:20px;
	margin-bottom:20px;
}

.button-wrapper {
	margin-bottom:20px;
}
section.cover {
    background-position: -330px 0;
}
.thumbs-proy .thumb .thumb-over {
	opacity:1;
	height:50px;
	top:inherit;
}
.thumb .thumb-over {
	opacity:0;
}
.thumb h6 {
	bottom:3px;
	left:30px;
}
.thumb .thumb-over .icon {
	display:none;
}
.modal-dialog {
    margin-top: 55px;
}
/* MENÚ SCROLLED*/
.scrolled .navbar-brand>img {
	height:41px;

}
.scrolled .navbar-brand {
	padding: 30px 15px;
}
.scrolled .navbar {
	min-height:inherit;
}
.scrolled .navbar-nav>li>a {
    margin: 15px 5px;
}
}
@media (max-width: 550px) { 
.thumb h6 {
	font-size:18px;
}
}
@media (max-width: 480px) { 
.thumb h6 {
	font-size:14px;
}
.thumbs-proy .thumb .thumb-over {
	height:40px;
}
.navbar-nav {
	padding: 15px;
}
.mod-lang {
	margin-top: 0;
	padding: 15px;
	overflow: hidden;
}

}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none;
}