/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
*{
    box-sizing: border-box;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background: url(../img/fondo/home.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-color: #000;
}

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

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

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

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

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'Ubuntu', Helvetica, Helvetica Neue, Arial;

}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */



.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: inherit;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: inherit;
}

nav a:hover {
    color: inherit;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   .header-container{

        height: 60px;
        position: fixed;
        width: 100%;
        top:0;
       z-index: 1000;


   }
    .header-container  .wrapper{
        display: table;
        margin-top: 25px;
    }
    .header-container .menu{
       display: table-cell;
        width: 15%;

    }
    .header-container  h1{
        text-align: center;
        font-size: 16px;
        display: table-cell;
        width: 70%;
    }
    .header-container  .search{
        display: table-cell;
        text-align: right;
        width: 15%;

    }
    .header-container .menu img{
        max-width: 30px;
    }
    .header-container  .search img{
        max-width: 20px;
    }

   .main-container{

        margin-top: 65px;

   }
   .category-navigation {


        width: 100%;
        overflow: hidden;
        overflow-x: auto;
       height: 42px;
       color: #FFF;

   }
    .category-navigation ul{

        white-space: nowrap;
        height: 40px;
        padding: 5px;


    }
    .category-navigation ul li{

        display: inline-block;
        height: 39px;
        

    }
    
      .category-navigation ul li a{

        padding: 5px 20px;
        border-radius: 3px;




    }
            .category-navigation ul li a:hover{
                background-color: #ff521a;
            }

    .search-results {}
    .search-results .proyect{}
    .search-results .proyect figure{
        margin: 0;
    }
    .search-results .proyect caption{
        display: none;

    }
        
    .galery-proyect {
        background-color: #FFF;
        overflow: hidden;
        margin-bottom:20px;
        border-radius: 6px;
    }
    .galery-proyect .proyect-image {
        float: left; 
        width: 100%;
        margin: 0;
    }
    .galery-proyect .proyect-description {
        float: left;
        padding: 5px;
    }
    .galery-proyect .proyect-description .proyect-tags{
        font-size: 12px;
        line-height: 16px;
        color: #59a3e8;
    }
    .galery-proyect .proyect-description .proyect-name{
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        color: #333;

    }
    .galery-proyect .proyect-description .icon-social{
        color: #666;
        font-size: 10px;
    }
     .galery-proyect .proyect-description .icon-social img  {
        width: 20px;

    }
    .galery-proyect .proyect-description .icon-social .icon-cont{
        float: left;
        margin-right:10px;
    }
    .galery-proyect .proyect-autor{
        float: right;
        margin: 15px 5px 10px;
        border-radius: 50%;
        overflow: hidden;
        width: 45px;
    }

    .galery-proyect.perfil{
        position: relative;
    }
    .galery-proyect.perfil .perfil-autor{
        position: absolute;
        width: 30%;
        top: 10px;
        left: 50%;
        margin-left: -15%;
        border-radius: 50%;
        overflow: hidden;

    }
    .galery-proyect.perfil .proyect-autor{
        position: absolute;
        bottom: 30px;
        right: 10px;

    }
@media (min-width: 321px) {

    .galery-proyect.perfil .proyect-autor{
        bottom: 5px;
    }
}
    .galery-proyect.perfil .perfil-image{


    }
    .galery-proyect.perfil .proyect-description{
        background: none;
        position: absolute;
        bottom: 0;
    }
    .galery-proyect.perfil .proyect-description .icon-cont{
        color: #FFF;
    }
   




    .btn{
        color: #FFF;
        background: #e44d26;
        padding: 5px 20px;
        float: left;
        border-radius: 3px;
        line-height: 16px;
        margin-right: 10px;
        text-decoration: none;
        text-align: center;
    }
    .btn.big{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
        margin-bottom: 20px;

    }
    .btn:hover{
        background-color: #ff521a;
    }
    .btn.social{
        font-size: 12px;
        padding: 5px;
        padding-right:30px;
        margin: 0;
        text-align: left;
        background-repeat: no-repeat;
        background-position: right 3px center;
        width: 100%;
        margin-top: 5px;
    }

    .btn.social span{

        padding: 10px ;

    }
    .btn.social.facebook{
        background-image: url("../img/svg/facebook.svg");
        background-color: #4A90E2;
    }

    .btn.social.google{
        background-image: url("../img/svg/google.svg");
        background-color: #D74830;
    }


.bs-example{
    position: relative;
    margin: 0 -15px -15px;
}
.responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    min-height: 250px;
    background-image: url("../img/proyecto/plaholderVIdeo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center ;
    background-color:#000 ;

}
.embed-responsive iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

}


    .title-body{
        color:#FFF;
        font-size: 12px;
    }
    .galery-proyect.proyect-page .proyect-description{
        padding-top:10px;
    }
    .galery-proyect.proyect-page .proyect-autor{
        margin: 0;
    }



    .login{
        background-image: url("../img/fondo/registro.jpg");
    }
    .logo{
        max-width: 30%;
        margin: 80px auto 20px;
    }

.login-form{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.login-form fieldset{
    border-radius: 6px;
    overflow: hidden;
}
.login-form input{
    width: 100%;
    padding: 10px 10px 10px 40px;
    margin-bottom: 5px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 8px;
    background-color: rgba(255,255,255,.95);
    border: none;
    color:#686868;

}
.login-form input:last-child{
    margin-bottom: 0;
}
.user{
    background-image:url("../img/svg/perfil.svg") ;
}
.mail{
    background-image:url("../img/svg/mail.svg") ;
}
.pass{
    background-image:url("../img/svg/contrasena.svg") ;
}

@media (min-width: 321px) {

    .btn.social{
        width: 49%;
    }
    .btn.social:first-child{
        margin-right: 2%;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.icon-small{
    width: 25px;
    height: auto;
}
.image-responsive{
    width: 100%;
    height: auto;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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