/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2017, 9:52:03 AM
    Author     : xv
*/

.logo {
    height: 60px;
}


.navbar{
  -webkit-box-shadow: 0px -15px 56px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -15px 56px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -15px 56px 0px rgba(0,0,0,0.75);
}

#main
{
  margin-top:80px;
}

section.mobapp
{
  margin-top:0!important;
  padding: 60px 0;
  background: url(../img/bgtp.jpg)!important;
}

.stat_section
{
  padding: 80px 0px;
  background: #fff;
}

ul.navbar-nav 
{
    margin-left: 60px;
}

body
{
	background-color: #eee;
}

.tapacard
{
  margin: 2em auto;
  width: 90%;
  max-width: 680px;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tapacard .featured-image {
  position: relative;
  overflow: hidden;
  min-height: 172px;
}
.tapacard .featured-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 190px;
  vertical-align: bottom;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tapacard .featured-image .arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: #fff;
}
.tapacard .featured-image .arrow:before, .tapacard .featured-image .arrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 80%;
  height: 20px;
  background-color: inherit;
}
.tapacard .featured-image .arrow:before {
  right: 80%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}
.tapacard .featured-image .arrow:after {
  left: 20%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.tapacard article {
  padding: 1em 1em 2em;
}
.tapacard article::after {
  clear: both;
  content: "";
  display: table;
}
.tapacard article header {
  border-bottom: 2px solid #9bb068;
}
.tapacard article header h3 {
  margin: 0 0 0.25em;
  font-family: 'Josefin', sans-serif;
  font-size: 1.5em;
  color: #767d2e;
  text-align: center;
  text-transform: uppercase;
}
.tapacard article .excerpt {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
}
.tapacard article .excerpt p {
  line-height: 24px;
}
.tapacard article .excerpt a {
  display: block;
  margin-top: 1em;
  color: #c00413;
  text-decoration: none;
}
.tapacard article .excerpt a:hover {
  color: #fb2f40;
}
.tapacard article .excerpt a span:first-child {
  padding-right: 1em;
  vertical-align: middle;
}

@media only screen and (min-width: 680px)
{
	.tapacard article header {
	    width: 40%;
	    float: left;
	    border-bottom: none;
	    border-right: 2px solid #9bb068;
	}

	.tapacard article header h3 {
	    margin: 1em 0;
	    font-size: 2em;
	  }
	  .tapacard article header h3 span {
	    display: block;
	  }
	  .tapacard article .excerpt {
	    width: 60%;
	    float: left;
	    padding-left: 2em;
	    font-family: 'Playfair';
	    font-size: 1.2em;
	  }
 }

 .workarea-cropbox, .bg-cropbox {
    height: 250px;
    min-height: 250px;
    width: 250px;
    min-width: 250px;
}

.cropped-images-cropbox
{
	height: 188px;
    min-height: 188px;
    width: 160px;
    min-width: 160px;
    padding:0;
    

}

.cropped-images-cropbox .img-thumbnail
{
    margin:0!important;
    padding:0!important;
    border:none;
    height:188px;
    line-height: none;
    display: block;
    border-radius: unset;
}

.jumbotron
{
  /*background: url(../img/background-images/pintxos.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:rgba(0, 0, 0, 0.5); */
  min-height:600px;
  margin-bottom:0px!important;
  position: relative;
    z-index:1;
    overflow:hidden;
   /* margin-top:-60px;
    padding-top: 96 px;*/
   
  
}

.jumbotron::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .7; 
  z-index: -1;
  background: url(../img/background-images/sanlucar.jpg) no-repeat center center fixed;
}

.navbar.transparent.navbar-inverse .navbar-inner {
   background: rgba(0,0,0,0.4)!important;
}

.transparent {
   background: rgba(0,0,0,0.4)!important;
   
}

.panel-body {
     border-top: 0px!important; 
}

.panel-default {
  
    /*border-radius: 9px;*/
    
}



.layer {
    background-color: rgba(200, 200, 200, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-lp, .navbar
{
  background: url('../img/bgtp.jpg');
}

/* .navbar
{
  background: #F2D572;
}*/