/*
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*----------------------------------------------------
  .responsive design
----------------------------------------------------*/
section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .responsive tabble
----------------------------------------------------*/
.responsive th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .responsive { margin: 0 -10px; }
    .responsive th,
    .responsive td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .responsive tr:first-child th { border-top: 1px solid #ddd; }
}
/*---------------------------------------------------- */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    //background: url(../img/top-banner.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 0px;
}

.headline h1 {
    font-size: 1.5em;
    /*background: #fff;
    background: rgba(255,255,255,0.9);*/
    margin:0;padding:0;
}
.headline h1 img {
    width:80%;
    /*height:auto;
    position: relative;
    top:-45px;
    z-index: 2000;*/
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}
.featurette {
    position: relative;
}

.featurette #map-main {
    width: 100%;
    height: 600px;
}
.featurette #foot-sub-item{
    position:absolute;
    bottom:0;
    left:0;
    /*width:500px;*/
    overflow:visible;
    padding:5px;
    background-color:rgba(255,255,255,0.5);
    color:black;
}
.featurette #head-sub-item{
    position:absolute;
    /*top:10px;*/
    /*left:120px;*/
    width: 300px;
    /*background-color:rgba(255,255,255,0.5);*/
    color:black;
}
.featurette #head-sub-item2{
    position:absolute;
    top:10px;
    right:10px;
}
.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 30px;
    background-color: #cfd2d2;
  /*  color:#ff69b4; */
    color:#e8384d;

}
.featurette-head-sub-item {
    top:10px;
    left:120px;
}
footer {
    margin: 50px 0;
}
.footer {
    color: #ffffff;
/* T.Yago    background-color: #033c73; */
    background-color: #e8384d;
    text-align:center
}
.panel-body input[type="text"], select{
    width:80px;
    margin-right:20px;
}
.ui-dialog-titlebar-close button
{
    color:#ff0000;
}
@media(max-width:1200px) {
    /*body {
	margin-top:0;
    }*/
    .headline h1 {
        font-size: 1.2em;
    }
    .headline h2 {
        font-size: 40px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 1.2em;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
    	/* T.Yago */
        font-size: 30px;
       /* color:#ff69b4; */
       color:#e8384d;
        background-color:#cfd2d2;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
	padding-left:0;
	padding-right:0;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
     /*   color:#ff69b4; */
        color:#e8384d;
    }
    main.featurette #map-main {
        width: 100%;
	height: 400px;
        max-height:400px;
        height: 70vh;
	max-height: 70vh;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 1.2em;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    /*.headline {
        padding: 75px 0 25px 0;
    }*/
    .container {
        margin: 0px;
	padding-left:0;
	padding-right:0;
    }
    .headline h1 {
        font-size: 1.2em;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .featurette-head-sub-item {
        top:45px;
        left:10px;
    }
}
/* T.Yago add */
.panel-heading {  
	font-size: 20px;
}
span.lead{ 
	font-size: 20px;
}
td.skm_image{ padding: 10px;}
td.skm_text{ padding: 10px;}
.navbar-inverse{background-image:linear-gradient(#7b8bbf, #7b8bbf 60%, #cfd2d2)};

