/* LG */
@media only screen and (max-width : 1200px) {
	
	li.dropdown{
		margin-left: 60px;
	}
	
	header,
	.cf{
		position: relative;
		overflow-x:hidden !important;
		max-width: 100%;
	}
	
	#header-texto{
		padding-right:0px;
	}
	header h1{
		margin-top: 120px;
	}
	header h2{
		font-size: 28px;
		line-height:40px;
	}
	
	#servicios.espacio{
		padding:150px 0;
	}
	
	#carousel-galeria{
		margin: 45px 0;
	}
	
	#empresa.espacio{
		padding:150px 0;
	}
	#empresa-foto img{
		margin-left: 17px;
	}
	
	
}

/* MD */
@media only screen and (max-width : 992px) {
	
	.espacio,
	#servicios.espacio,
	#empresa.espacio{
		padding:75px 0;
	}
	
	li.dropdown{
		margin-left: 5px;
	}
	
	.slideshow-image hgroup{
		left:10%;
		padding:0 0 0 45px;
	}
	.slideshow-image hgroup h5 span{
		display:block;
	}
	
	.luz{
		display:none;
		visibility:hidden;
		width: 0;
		height: 0;
	}
	
	#galeria .container{
		margin:0;
		padding:0;
		width: 100%;
	}
	#carousel-galeria{
		margin:0;
	}
	#carousel-galeria .carousel-control.right {
	    right: 45px;
	}
	#carousel-galeria .carousel-control.left {
	    left: 45px;
	}
	
	
	#productos{
		background-image:none;
		background:white;
	}
	#historia{
		margin-top: 0px;
	}
	
	
}

/* SM @media only screen and (max-width : 768px) {}*/

/* XS */ 
@media only screen and (max-width : 740px) {
	
	#pasador,
	#carousel-productos h6,
	#carousel-productos img.pro-img,
	#contacto p#siete,
	#contacto-foto{
		display:none;
		visibility:hidden;
		width: 0;
		height: 0;
	}
	
	.wow, .animated {
			/*CSS transitions*/
			-o-transition-property: none !important;
			-moz-transition-property: none !important;
			-ms-transition-property: none !important;
			-webkit-transition-property: none !important;
			transition-property: none !important;
			/*CSS transforms*/
			-o-transform: none !important;
			-moz-transform: none !important;
			-ms-transform: none !important;
			-webkit-transform: none !important;
			transform: none !important;
			/*CSS animations*/
			-webkit-animation: none !important;
			-moz-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
	}
	.vs2{
		margin-top: 0px;
	}
	
	.navbar {
	    min-height: 75px;
	}
	.navbar-brand {
		display:block;
		margin:0px;
	    padding:0px;
		height: auto;
	}
	.navbar-brand img{
		display:block;
		margin:30px 0 30px 15px;
		width: 200px;
	}
	
	.navbar-toggle {
	    margin:30px 10px 0 0;
	}
	span.icon-bar{
		background:#5d9eff;
	}
	.navbar-toggle .icon-bar {
	    display:inline-block;
	    width: 11px;
	    height: 11px;
	    border-radius: 11px;
	}

	.navbar-collapse{
		padding-bottom:15px;
		padding-top:15px;
		
		border:none !important;
		background:black;
	}
	.navbar-nav,
	.nav>li {
	    margin:0px;
	}
	.nav>li>a, 
	.navbar-nav>li>a {
		display:block;
		padding:20px 0;
		color:white;
	    font-size: 14px;
		line-height:21px;
	}
	
	/*2do nivel*/
	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu>li>a {
		display:block;
		padding:20px 0;
		
		color:#00ff8a;
		font-size: 13px;
	}
	.dropdown-menu .divider {
	    margin: 0;
	    background-color: #222;
	}
	
	header{
		min-height: inherit;
	}
	#header-texto{
		padding-right:0px;
	}
	header h1{
		margin-top: 75px;
	}
	header h2{
		margin:30px 0 45px 0;
		font-size: 20px;
		line-height:32px;
	}
	header .btn{
		margin-bottom: 75px;
	}
	
	#empresa h3,
	#historia h4,
	#trabajos h4,
	#clientes h4,
	.thumbnails a{
		margin-bottom: 30px;
	}
	
	#carousel-productos{
		margin:30px 0 0 0;
	}
	#carousel-productos a.btn{
		width: 100%;
	}
	#carousel-productos .carousel-control.right {
	    right: -15px;
	}
	#carousel-productos .carousel-control.left {
	    left: -15px;
	}
	
	#contacto h3{
		margin-top: 75px;
	}
	#contacto p#horarios{
		margin-bottom: 75px;
	}
	a#siete-mobile{
		display:block;
		padding:45px 0;
		width: 100%;
		
		background:#090910;
		
		color:#ddd;
		font-size: 9px;
		font-weight: 800;
		letter-spacing:4px;
		text-align: center;
		text-shadow: #000 0px 0px 1px;
		text-transform:uppercase;
	}
	
	
	

}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	