/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
@font-face {
	font-family: 'DIN_Pro_Regular_Italic';
	src: url('../fonts/FF_DIN_Pro_Regular_Italic.eot');
	src: local('☺'), url('../fonts/FF_DIN_Pro_Regular_Italic.woff') format('woff'), url('../fonts/FF_DIN_Pro_Regular_Italic.ttf') format('truetype'), url('../fonts/FF_DIN_Pro_Regular_Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*General*/
body {background: #fff;font: 16px/25px DIN_Pro_Regular_Italic;color: #444;-webkit-font-smoothing: antialiased;}
a {color: #00c1e2;text-decoration: none !important;-webkit-transition: color 0.3s;transition: color 0.3s;}
a:hover {color: #4c4c4c;}
h1,h2,h3,h4,h5,h6 {color: #00c1e2; font-family:DIN_Pro_Regular_Italic; font-weight: bold;}
/*p{ margin-bottom: 20px; } */
.section-title {margin: 100px auto 30px;}
.section-title h3 { text-transform: uppercase; font-weight:bold; border-bottom: #00c1e2 solid 1px; }
.hover img:hover {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); /*opacity: 1;*/z-index: 10;}
.topseparate{ margin-top: 30px; }
.bottomseparate{ margin-bottom: 30px; }
.section-title-divider {width: 50px;height: 3px;background: #03C4EB;margin: 0 auto;margin-bottom: 20px;}
.section-title {font-size: 32px;color: #111;text-transform: uppercase;text-align: center;font-weight: 700;}
.section-description {text-align: center;margin-bottom: 40px;}

/*Header*/
.header{text-transform:uppercase;}
.header p{ margin-bottom: 2px; }
/*.navbar{ padding-top: 15px; }*/
.navbar-header, { line-height: 0;}
.navbar-default {background-color: rgba(0, 0, 0, 0.3); border: none;margin-bottom: 0 !important;height: 50px;-webkit-transition: background-color 0.3s, height 0.3s;transition: background-color 0.3s, height 0.3s;}
.navbar-mini .navbar-default {background-color: rgba(0, 0, 0, 0.8);}
.navbar-mini .navbar-default .navbar-brand {padding: 0px 15px;}
.navbar-brand img {-webkit-transition: height 0.3s;transition: height 0.3s; padding: 5px 0;visibility: collapse;}
.navbar-mini .navbar-default .navbar-brand img {margin:0 auto; height: 82px; visibility: visible;transition: all 1.0s ease-in-out;}
.navbar-mini .navbar-default .navbar-nav > li.active > a,
.navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.navbar-mini .navbar-default .navbar-nav > li.active a:active {background-color: rgba(0, 193, 226, 1); color:#fff;}
.navbar-nav > li > a {font-size: 15px;font-weight: bold;padding:15px 10px;color: #fff;-webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;transition: color 0.3s, background-color 0.3s, padding 0.3s; letter-spacing: 1px; /*margin-top:-28px;*/ }
.lang  {margin:-8px 0 0;}
.social  {padding:0 5px 0 0;margin-top:5px}
.navbar-nav > li > a:hover,.navbar-nav > li > a:focus,.navbar-nav > li > a:active {color: #9d9c9c;outline-width: 0;}
.navbar-nav > li.active > a,.navbar-nav > li.active a:hover,.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {color: #9d9c9c;}
.navbar-default .navbar-nav > li > a {color: #fff;}
.navbar-default .navbar-nav > li.active > a,.navbar-default .navbar-nav > li.active a:hover,.navbar-default .navbar-nav > li.active a:focus,.navbar-default .navbar-nav > li.active a:active {color: #fff; background-color: rgba(0, 193, 226, 1);}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {color: #9d9c9c;}

/*Home*/
.home {display: table;width: 100%;height: 100vh;background: url(../img/design/backhome.jpg) top center fixed;background-size: cover;}
.home .home-container{background: rgba(0, 0, 0, 0.6);display: table-cell;margin: 0;padding: 0;text-align: center;vertical-align: middle; }
.home .home-txt {color: #fff;text-shadow: 2px 2px 2px rgba(0,0,0,0.9); }
.home .home-txt .home-title {color: #fff;font-size:5em;font-weight: bold;}
.home-txt .home-sub-title { color:#fff;font-size:1.5em; }
.home-txt h2{color:#fff; font-size:50px;}

.cortar { width: 100%;height:100%; overflow:hidden; z-index: 5; margin: 0; padding: 0;}
.cortar img{ width:100%; height:200px; }
.gallery li{ margin-bottom:20px; min-height:210px;}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse {background-color: rgba(0, 0, 0, .9);border:none;}
    .home .home-txt .home-title{ font-size:3em; }
    .container > .navbar-header{margin-left:5px;}
    .navbar-toggle{margin-top:5px;}
    .home-header img{ max-width: 250px; margin-top:20px; }
}

/* Artists Section
--------------------------------*/
#artists {background: #fff;padding: 0 0 60px 0;}
#artists .member {text-align: center; margin-bottom: 20px;}
#artists .member .pic { margin-bottom: 15px; overflow: hidden; height: 260px;}
#artists .member .pic img {max-width: 100%;}
#artists .hover img:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);z-index: 10; transition: opacity 0.3s, -webkit-transform 0.3s;transition: transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;}
#artists .member h4 {font-weight: 700;margin-bottom: 2px;}
#artists .member span {font-style: italic;display: block;font-size: 13px;}
#artists .member .social {margin-top: 15px;}
#artists .member .social a {color: #b3b3b3;}
#artists .member .social a:hover {color: #03C4EB;}
#artists .member .social i {font-size: 24px;margin: 0 2px;}

/* Subscribe Section
--------------------------------*/
.subscribe {display: table;width: 100%;height: 50vh;background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/subscribe-bg.jpg) top center fixed; background-size: cover;padding: 100px 0;}

.subscribe .subscribe-title {color: #fff;font-size: 28px;font-weight: 700;}
.subscribe .subscribe-text {color: #fff;}
.subscribe .subscribe-btn-container {text-align: center;padding-top: 20px;}
.subscribe .subscribe-btn {text-transform: uppercase;font-weight: 500;font-size: 16px;letter-spacing: 1px;display: inline-block;padding: 8px 20px;border-radius: 2px;transition: 0.5s;margin: 10px;border: 2px solid #fff;color: #fff;}
.subscribe .subscribe-btn:hover {background: #03C4EB;border: 2px solid #03C4EB;}

/*Contact*/
.contact li{ margin-bottom:20px; }
.btn-warning{ background-color: #00c1e2; border-color:#05b3cc;}
.mark{ color: #FF0000; font-weight: bold;}

/*Footer*/
.footer{margin:50px auto 0; /*border-top: #00c1e2 solid 3px;*/ }
.slogan{padding: 15px 0; color:#00c1e2; font-weight:bold;}
.copyright {background-color: rgba(0, 0, 0, 0.9); color:#fff;  padding:50px auto;}

/*Admin*/
#admin .pic { margin-bottom: 15px; overflow: hidden; height: 260px;}
#admin .pic img {max-width: 100%;}
li.listado{ height: 500px; }
.listado a{ background-color: transparent; border: transparent;  }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media(max-width:350px) {
 .home-txt h2{ padding-top: 10px; }
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
