@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,100,200);

body{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight: 400;
	overflow-y:scroll;
	-webkit-font-smoothing: antialiased;
	background-color: #000;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 

}

a:focus {
  outline:none;
}

strong{
  font-weight:700;

}

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;

}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}





/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.98);
  text-align:left;
  color:#ffffff;

}

ul.menu-fullscreen{
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
	
}

ul.menu-fullscreen li{
	font-size:15px;
	text-align:center;
	line-height:40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: 4px;
	padding-top: 0px;
	padding-right: 15%;
	padding-bottom: 0px;
	padding-left: 15%;
}

ul.menu-fullscreen li > a{
  color:#ffffff;
  border:0;
}

ul.menu-fullscreen li > a:hover{
  color:#032d67;
}


#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
  z-index: 9997;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index: 9998;
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}


ul.social-icon{
  float:right;
}

ul.social-icon a{
  float:right;
  font-size:15px;
  border-bottom:0;
  color:black;
  padding-right:0px !important;
}

ul.social-icon a:hover{
  color:#c3c3c3;
}

.menu-index{
  position: fixed;
  right: 5%;
  top: 30px;
  z-index: 99999;
  padding:20px;
  background:#CCC;
  cursor:pointer;
  border-radius: 26px 26px 26px 26px;
-moz-border-radius: 26px 26px 26px 26px;
-webkit-border-radius: 26px 26px 26px 26px;
}


.menu-index i{
  float:right;
  font-size:18px;
  color:#fff;
  padding-right:0px !important;
}

.menu-index i:hover{
  color:#fff;
}


ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

ul.menu-icon a:hover{
  color:#c3c3c3;
}

header a{
	color:#000;
}

ul.header-nav{
  width:60%;
  float:left;
}

header .logo > a{
  font-size:23px;
  font-weight:800;
  float:left;
  line-height:80px;
  padding-right:5px;
  border-bottom: 0px solid #f1f1f1;
}

header .logo > a:hover{
  color:#c3c3c3;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

header li > a:hover{
	color:#000;
}

header li > a #active{
	color:#000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

header li:hover ul{
  position: absolute; padding: 0; display: block; width: 260px;
}



/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.two-column{
  width:60%;
  position:relative;
  float:left;
}

.one-column p{
  width:70% !important;
}

.two-column p{
  width:100% !important;
}

.clear{
  clear:both;
}

.content{
	position:relative;
	width:1140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.content .text-intro{
  width: 1140px;
  margin-top: 0px;
  margin: 0px auto 0;
}

.content .text-intro h1{
  font-size:30px;
  width:40%;
  text-transform:uppercase;
  color:#101010;
  font-weight:200;
  line-height:33px;
}
.text-intro-news{
  font-size:53px;
  width:90%;
  text-transform:uppercase;
  color:#fff;
  font-weight:800;
  line-height:50px;
  text-align:center;
  height:200px;
  padding-top:190px;
text-shadow: 1px 1px #000;
}
.content .text-intro p{
  font-size:13px;
  color:#aeaeae;
  margin-top:30px;
  font-weight:300;
  line-height:22px;
  letter-spacing:1px;
  width:90%;
}
.text-intro2 {
	font-size:13px;
	color:#aeaeae;
	margin-top:30px;
	font-weight:300;
	line-height:20px;
	letter-spacing:1px;
	width:80%;
	text-align: justify;
}
.text-intro3 {
	font-size:13px;
	color:#cccccc;
	margin-top:30px;
	font-weight:300;
	line-height:20px;
	letter-spacing:1px;
	text-align: center;
}
.text-intro4 {
	font-size:15px;
	color:#cccccc;
	margin-top:30px;
	font-weight:800;
	line-height:20px;
	letter-spacing:1px;
	text-align: center;
}
.text-intro5 {
	font-size:50px;
	color:#cccccc;
	margin-top:15px;
	font-weight:100;
	line-height:20px;
	letter-spacing:1px;
	text-align: center;
}
.text-intro-nota {
	font-size:35px;
	color:#101010;
	margin-top:15px;
	font-weight:800;
	line-height:33px;
	text-align: left;
	text-transform: uppercase;
}
.text-intro-nota-int {
	font-size:14px;
	color:#000;
	margin-top:15px;
	font-weight:300;
	text-align: left;
	line-height:23px;
}
.content_TXT_slogan{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#fff;
	margin-top:30px;
	font-weight:800;
	line-height:30px;
	letter-spacing:12px;

	text-transform: uppercase;  
}
.content_TXT_slogan2{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#cccccc;
	margin-top:30px;
	font-weight:800;
	line-height:22px;
	letter-spacing:12px;

	text-transform: uppercase;  
}



        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
	top:0;
	position:absolute;
	width:33.3333%;
	right:0;
	height:100%;
	background:#032d67;
	z-index:9;
	overflow:hidden;
	background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:500;
  padding-bottom: 15px;
}

.prev-next a:hover{
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}

.portfolio-grid{
  width:1170px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}
.portfolio-grid2{
  width:1250px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

li.grid-item{
  width:260px;
  position:relative;
  float:left;
  padding:10px;
}
li.grid-item2{
  width:550px;
  position:relative;
  float:center;
  padding:0px;
  padding-left:0px;
}
.grid-hover{
  position: absolute;
  width:280px;
  height: 100%;
  top:0;
  z-index: 2;
  opacity: 0;
  background-image:url(../img/over.png);
  background-position:left;
  background-position:bottom;
  background-repeat:repeat-x;
  -webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in; 

	
}

.grid-hover:hover{
  opacity: 0.9;
}
.grid-hover:hover1{
  opacity: 0.5;
}


.grid-hover h1{
  font-size:23px;
  bottom:80px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#032d67;
  letter-spacing:0px;
  font-weight:900;
}
.grid-hover h2{
  font-size:18px;
  bottom:60px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#032d67;
  letter-spacing:0px;
  font-weight:300;
}

.grid-hover p{
  font-size:13px;
  bottom:20px;
  left:40px;
  position:absolute;
  color:#686868;
  letter-spacing:1px;
  font-weight:400;
  line-height:50px;
}

li.grid-item img{
  width:280px;
}
li.grid-item2 img{
  width:550px;

}
/*




**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:0px;}

footer{

	width:100%;
	margin-top:0px;
	height:200px;
	overflow:hidden;
	position:relative;
	z-index:10;

/*  -webkit-box-shadow: 0px 0px 9px 0px rgba(181,181,181,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(181,181,181,1);
box-shadow: 0px 0px 19px 0px rgba(181,181,181,1);*/
}

.footer-margin{
  width:1140px;
  margin: 0px auto;
  line-height: 40px;
}

#footer-left{text-align:left;}

.footer-margin .copyright{
	color: #FFF;
	letter-spacing: 2px;
	font-size: 10px;
	width: 100%;
	text-align:center;
	float: left;
	line-height: 18px;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:22px;
  color:black;
  padding: 10px;
}

.footer-margin .social-footer a:hover{
  color:#c3c3c3;
}


/*
**************************
CONTACT
**************************
*/

.contact-one, .contact-two, .contact-two2{
  width:25%;
  padding-right:1%;
  position:relative;
  float:left;
}

.contact-three{
  width:20%;
  position:relative;
  float:left;
}

.contact-one p, .contact-two p, .contact-two2 p, .contact-three p{
  width:100% !important;
}

input{

  width:100%;
  height:40px;
  background:#434343;
  border:0;
  color:#032d67;
  font-weight:500;
  line-height:40px;
  font-family: 'Raleway', sans-serif;
  margin-bottom:10px;
  font-size:12px;
  padding-left:15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

input.button-submit{

  width:220px;
  height:40px;
  background:#cccccc;
  font-weight:500;
  border:0;
  font-family: 'Raleway', sans-serif;
  color:#032d67;
  float:right;
  font-weight:900;
  line-height:40px;
  font-size:13px;
}

input:focus{
  background:#f4f4f4; 
}

textarea{

  width:100%;
  height:40px;
  border:0;
  line-height:40px;
  background:#434343;
  color:#032d67;
  font-size:15px;
  font-family: 'Raleway', sans-serif;
  margin-bottom:10px;
  padding:0 0 0 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

textarea:focus{background:#f4f4f4; height:250px;}

.img-log {
	max-width: 95%;
	height: auto;
	width: auto\9; /* ie8 */
	
}
.img-log2 {
	max-width: 100%;

	
}
.image-slide-proyectos {
	max-width: 90%;
	height: auto;
	width: auto\9;

	margin-top: 200px;
	margin: CENTER;
}
.image-slide-div-content {
	text-align: CENTER;
		
}


.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
	
	
}
.bmenu li{
    
    display: block;

}
.bmenu li a{
	color: transparent;
	display: block;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size:12px;
	font-style: normal;
	letter-spacing: 4px;
}
.bmenu:hover li a{
	text-shadow: 2px 2px 6px #000;
}
.bmenu li a:hover{
	color: #fff;
	text-shadow: 2px 2px 6px #000;
	padding-left: 10px;
}.bg-proyectos {
	background-color:  ;
	}
.bg-notas {
		position: relative;
	z-index: 99;
	padding-top: 0px;
	padding-bottom: 25px;
	background-color:#dddddc;
	background-image: url(../img/bg-bda-bg4.jpg);
	max-width:100%;
	background-repeat: no-repeat;
	background-position: center top;
}	
.bg-notas2 {
	position: relative;
	z-index: 99;
	padding-top: 0px;
	padding-bottom: 25px;
	background-color:#fbfbfb;
	background-image: url(../img/bg-bda-bg5.jpg);
	max-width:100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-notas3 {
	position: relative;
	z-index: 99;
	max-width:100%;
	background-position: center top;
}

/*
**************************
PRELOADER
-webkit-box-shadow: 0px 0px 19px 0px rgba(46,46,46,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(46,46,46,1);
box-shadow: 0px 0px 19px 0px rgba(46,46,46,1);

**************************
*/

.bg-proyectos2 {
	background-color: #101010;
-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,1);

}
.bg-proyectos3 {
	background-color: #101010;
-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 19px 0px rgba(0,0,0,1);
padding-bottom:50px;
}
.social-footer-bg{
	background-color:#090909;
	height: 150px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666;
	font-size:9px;
	font-weight: 300;
}
.social-footer1{
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.social-footer1 a{
  font-size:18px;
font-weight: 300;
  padding: 10px;
  color: #cccccc;
}

.social-footer1 a:hover{
  color: #fff;

}
.teext-form{

  font-weight:300;
  line-height:40px;
  font-family: 'Raleway', sans-serif;
  font-size:11px;

  }
  .social-footer-bda{
	font-weight:300;
	line-height:30px;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color: #FFF;

  }
    .social-footer-bda2{
	font-weight:300;
	line-height:30px;
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color: #FFF;

  }
    .title-cont{
	float:center;
	text-align: center
  }
  .news01 {
	font-size:12px;
	color:#000;
	margin-top:5px;
	font-weight:400;
	line-height:20px;
	text-align: left;
	margin-left:10px;
	font-family: 'Raleway', sans-serif;
}
  .news02 {
	font-size:17px;
	color:#101010;
	margin-top:5px;
	font-weight:800;
	line-height:20px;
	letter-spacing:0px;
	text-align: left;
	text-transform: uppercase;
	margin-left:10px;
	margin-bottom: 9px;
	text-shadow: 1px 1px #fff;
}
.bg-galery-proy {
	max-width: 100%;
	height: auto;
	width: auto\9;
	margin-top: 0px;
	margin: CENTER;
	background-color:#101010;
}
.bg-galery-proy2 {
	margin: CENTER;
	background-color:#101010;
	width: 90%;
}.atras-box {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size:11px;
	color:#101010;
}
.atras-box a{
	font-size:11px;
	color:#aaaaaa;
}
.atras-box a:hover{
	font-size:11px;
	color:#000;
}
