/* 

Urbanic Template 

http://www.templatemo.com/tm-395-urbanic

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family: 'Mada', sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Mada', sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #bdbdbd;
    text-decoration: none;
}


.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.templatemo-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}


.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 0
}

#video-background {
    position: absolute;
    width: 100%;
    z-index: -100;
}


.tit_artist {

    text-align: left;
    width: 200px;
    margin-top: 14px;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #000;

}

.txt_orig {
    text-align: left;
    width: 200px;
    font-size: 13px;
    font-weight: 100;
    line-height: 0px;
    color: #000;

}



/* ------ ARTISTA ----- */


#templatemo-artist{

background-color: #fff;
width: 100%;
height: 100%;


}







.artist-back-sofia{

    background-color: #82888F;
    width: 100%;
    height: 514px;
    position: absolute;

}

.artist-back-santiago{

    background-color: #F9B7A9;
    width: 100%;
    height: 514px;
    position: absolute;

}

.artist-back-joseluis{

    background-color: #ACC2BF;
    width: 100%;
    height: 514px;
    position: absolute;

}

.artist-back-alice{

    background-color: #C7C5C4;
    width: 100%;
    height: 514px;
    position: absolute;

}

.artist-back1{

    background-color: #9013FE;
    width: 100%;
    height: 514px;
    position: absolute;



}


.artist-back2{

    background-color: #FF0000;
    width: 100%;
    height: 514px;
    position: absolute;



}

.artist-back3{

    background-color: #857379;
    width: 100%;
    height: 514px;
    position: absolute;



}

.artist-back4{

    background-color: #000000;
    width: 100%;
    height: 514px;
    position: absolute;



}



.artist-back5{

    background-color: #C7C9C0;
    width: 100%;
    height: 514px;
    position: absolute;



}

.artist-back6{

    background-color: #BAAFAB;
    width: 100%;
    height: 514px;
    position: absolute;



}



.txt_artist_tit {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
}

.txt_artist_sub {
    padding-top: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.txt_artist {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}


.txt_artist_desc_tit {
    padding-top: 37px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.txt_artist_desc_tit a {
    padding-top: 37px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #BD10E0;
}

.txt_artist_desc {
    font-size: 16px;

    line-height: 27px;
    color: #000;
}


.txt_artist_desc2 {
    font-size: 16px;

    line-height: 27px;
    color: #000;

    display: none;

}

.txt_artist_link {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #D0021B;
}

.txt_artist_link  a{
    color: #D0021B;
}

.hide{

display: none;

}


/* ----- PORTAFOLIO ----- */

#templatemo-portfolio{

    position: relative;
    height: 100%;
    background-color: #FFF;


}

/* ------ Carousel ----- */

#templatemo-peoyecto1 {
    background: url('../images/proyecto1.jpg') no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:0;
    height: 510px;
    z-index: -100
    
}

#templatemo-peoyecto2 {
    background: url('../images/proyecto2.jpg') no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:0;
    height: 510px;
    z-index: -100
    
}

#templatemo-about{
      background: url('../images/about.jpg') no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:0;
    height: 510px;
    z-index: -100  
}

.proyecto-title{
   
    text-align: center;
    font-family: 'Mada', sans-serif; 
    font-size: 72px;
    line-height: 95px;
    color: #fff;
    font-weight: 400;

}

 pro {
    border-bottom: 4px solid #fff;
  }​



.jumbotron.vertical-center {
  margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {


  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}





#templatemo-info {  
    background-color: #fff;

}

.txt_info{
        margin-top: 38px;
    margin-bottom: 38px;  
    font-family: 'Mada', sans-serif; 
    font-size: 18px;
    color: #000;
    font-weight: 400;

}





#video-proyect {
    width: 100%;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    margin-top: 50px;
    margin-left: 30px;
    height: 600px;
    width: 550px;
}

.carousel-caption h1{
    color: #000;
    font-size: 60px;
    font-weight: 300;
    text-shadow: none;
    text-align: left;
}

.carousel-caption p{
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-shadow: none;
    text-align: left;

}

 s {

    font-family: 'Mada', sans-serif; 
    font-weight: 400;
    margin-bottom: 100px;
    text-decoration: none;
    line-height: 1.4;
    border-bottom: 2px solid #000;
  }​


 u {
    text-decoration: none;
    border-bottom: 2px solid #000;
  }​

#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-top: 20px;
        margin-bottom: 25px;
        line-height: 1.4;
        font-weight: 400;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
        left:0;
    }

    #templatemo-carousel .carousel-caption p {
        
        width: 60%;


    }



}

/*
@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/img1.png') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}
*/

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {

        background: url('../images/img2.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;

    border-bottom: 1px solid #cccccc;
    min-height: 376px;
}

.temp1{
    font-family: 'Mada', sans-serif;
    font-weight: normal;

    margin: 77px 0;

}

.temp2{
    font-family: 'Mada', sans-serif;
    font-weight: normal;
    margin: 101px 0;

}


.btn-black {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
    font-size: 16px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
    background-color: #000;
    color:#ffffff;
}

.btn-black {
    background-color:#000;
    border-bottom:2px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}


.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    /*background-color: #ff7600;*/
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #F6F3F3;
    color:#000;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Mada', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #777777;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #9013FE;
    background-color: #fff;  
}

       
.navbar-default .navbar-nav > li > button {
    font-family: 'Mada', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #777777;
    border: none;
    background-color: transparent;
    padding: 8px 20px;
}

.navbar-default .navbar-nav > li > button:hover {
    /*background-color: #9013FE;*/
    color:#9013FE;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
/* Artists: */
    font-family: 'Mada', sans-serif;
    font-size: 17px;
    color: #777777;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0px;
}


    .sublogo{

       visibility: none; 
    }



@media (max-width:991px) {
    
    .sublogo{

       display: none;
    }
    
 #video-background {
    position: absolute;
    width: 100%;
    z-index: 100;
}



}

/*
 video::-webkit-media-controls {
  display:initial !important;
}
*/

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap;
    padding: 10px 20px;

}




.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    padding: 41px 12px 10px 27px;
    font-size:18px; 
    line-height: 27px;
    color:#fff;
    background-color:  rgba(0,0,0,0.7);
}



.templatemo-footer {
    background-color: #000;
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
    font-size: 17px;
	margin-top:60px; 
	margin-bottom:20px;
    font-weight: 400;

}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#fff;

}



.footer_container button {
    font-size: 17px;
    background: transparent;
    border: none;
    color: #fff;
}


.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 250px;
    width: 250px;
    margin-top: 20px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(144,19,254,.40);
    border : 1px solid #bdbdbd;
    visibility: hidden;
    position: absolute;
    text-align:center;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
    
}

.templatemo-project-gallery li {
}

.templatemo-line-header{

    margin-top: 60px;
    margin-bottom: 20px;
}

.txt_darkgrey {
    color: #333333;
    font-size: 18px;
}

.txt_white_tit {
    font-size: 60px;
    line-height: 61px;
    color: #fff;
}

@media (max-width:991px) {
    .templatemo-project-box, .project-overlay {
        height:156px;
        width:156px;
    }


    .tit_artist {

    text-align: left;
    width: 200px;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #000;

    }

    .txt_orig {
        text-align: left;
        width: 200px;
        font-size: 10px;
        font-weight: 100;
        line-height: 0px;
        padding-bottom: 10px;
        color: #000;

    }
    
}


/*--------

