/* MBA Construcciones Electromecanicas 2016*/
/* Version: 1.0*/
/* Build: 2 Abril 2016*/
/* Autor: http://www.conaxis.com */

/*Estilos generales*/
body{
	font-family: 'Asap', sans-serif;
	font-weight:400;
	overflow-x:hidden; 
	color:#57585A;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a,
a:hover,
a:focus{
	text-decoration: none;
}
a:focus,
button:focus  { 
	outline: none; 
}
.clearfix{
	clear:both;
	display: inline-block;
	height:1%;
}
.visible-mobile {
	display:none;
}
.btn-primary {
	color:#fff;
	background-color:#00A3E6;
	border-radius:0;
	border:0;
	font-weight:500;
	padding:10px 20px;
	font-size:18px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	background-color:#125063;
}
p {
	color: #57585A;
	font-size: 14px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight:300;
	letter-spacing:-1px;
}
header {
    width: 100%;
    position: absolute;
    top: 70px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header .row-nav {
	border-radius:2px;
	padding:0 15px;
	background:url("../images/gradient.jpg") repeat-x center top;
}
header .brand {
	display:inline-block;
	padding:27px 0;
}
header .brand img {
    display: inline-block;
	width:auto;
}
header .navbar {
	margin:0;
	border:0;
	border-radius: 0;
}
header .navbar-toggle {
	margin:20px 15px;
}
header .navbar-container {
	 padding:0;
	 position:relative;
}
header .nav li{
	margin:0 5px;
	position:relative;
}
header .nav a {
	transition:none;
	color:#222 ;
	font-weight:600;
    padding: 62px 20px;
}
header .nav .active a,
header .nav .active a:hover,
header .nav  a:hover {
	background-color:#00A1E5;
	color:#fff;
}
header .navbar-collapse {
	padding-right:90px;
}
header .home {
	position: absolute;
    right: -1px;
    top: 0;
}
header .home a {
    font-size: 28px;
    background-color: #00A1E5;
    color: #fff;
    display: block;
	border-radius:0 3px 3px 0;
    padding: 47px 20px 57px;
}
header .home a:hover {
	color:#08255D;
}
header .header-corner {
	position:absolute;
	top:-70px;
	right:-70px;
}
.header-corner-left {
	position:absolute;
	top:0;
	left:0;
}

/*Main slider*/
.main-slider {
	padding:0;
	overflow:hidden;
}
.main-slider .owl-item .item{
	position:relative;
	max-height:800px;
	overflow:hidden;
	padding:0;
}
.main-slider .owl-carousel .item  img{
	width:100%;
}
.main-slider .owl-item .item .caption{
	position:absolute;
	top:290px;
	width:100%;
}
.main-slider .owl-item .item .caption h1{
	color:#fff;
	text-shadow:0 1px 1px rgba(225,225,225,0.6);
	font-size:60px;
	margin-bottom:20px;
}
.main-slider .owl-item .item .caption h1 b{
	font-weight:700;
}
.main-slider .owl-item .item .caption p{
	color:#fff;
	font-size:24px;
	text-shadow:0 1px 1px rgba(225,225,225,0.6);
}	
.main-slider .owl-carousel .owl-buttons {
	top:48%;
}
.main-slider .owl-carousel .owl-buttons .owl-next {
	right:30px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev {
	left:30px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev,
.main-slider .owl-carousel .owl-buttons .owl-next {
	width:50px;
	height:60px;
	background-size:cover;
	opacity:0.8;
	text-indent:-5000px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev:hover,
.main-slider .owl-carousel .owl-buttons .owl-next:hover {
	opacity:1;
}
.main-slider .owl-carousel .owl-buttons .owl-prev{
	background-image:url('../images/btn-left.png');
}
.main-slider .owl-carousel .owl-buttons .owl-next {
	background-image:url('../images/btn-right.png');
}

.intro {
	padding:40px 0;
}
.intro h1 {
	color:#333;
	font-size:40px;
	margin:20px 0;
}
.intro h1 b{
	font-weight:700;
	font-size: 40px;
}
.intro p {
	color:#333;
	font-size:20px;
	font-weight:400;
}

/*Thumbnails productos*/
.thumb-products {
	padding:0 0 50px;
	text-align:center;
	position:relative;
	z-index:1;
}
.thumb-products .thumb {
	display:block;
}
.thumb-products .thumb-img{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding:80px 10px;
	color:#fff;
	font-weight:700;
}
.thumb-products .thumb-img h2{
	font-weight:700;
	font-size:32px;
	color: #FFF;
}
.thumb-products .thumb .button{
	background-color:#00A1E5;
	padding:12px;
	color:#fff;
	font-size:16px;
}
.thumb-products .thumb:hover .button{
	background:#333;
}
.thumb-products h1 {
	font-size:30px;
	margin:60px 0 0;
	color:#333;
}
footer {
	position:relative;
	background:url(../images/bg-footer.png) no-repeat center top;
	color:#666;
    text-align: right;
	padding:40px 0;
}
footer .f-address {
	margin-top:20px;
	color:#333;
	font-size:16px;
	font-weight:400;
}
footer .f-phone {
	margin-top:10px;
	color:#333;
	font-size:21px;
	font-weight:600;
	line-height: 120%;
}
footer .copyright {
	margin-top:35px;
	color:#666;
	font-size:12px;
}
footer .brand-footer {
	max-width: 190px;
	display:inline-block;
	margin:auto;
}
footer .brand-footer img{
	width:100%;
}
footer .foot-corner {
	position:absolute;
	bottom:0;
	left:0;
}

/*Paginas internas*/
.top-about {
	background:url("../images/top-clients.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
}
.top-empresa {
	background:url("../images/top-empresa.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/top-empresa.jpg);
}
.top-products {
	background:url("../images/top-products.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/top-products.jpg);
}
.top-alumbrado {
	background:url("../images/top-alumbrado.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/top-alumbrado.jpg);
}
.top-obraselectricas {
	background:url("../images/top-obraselectricas.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/top-obraselectricas.jpg);
}
.top-semaforizacion {
	background:url("../images/top-semaforizacion.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
	background-image: url(../images/top-semaforizacion.jpg);
}
.top-contact {
	background:url("../images/top-contact.jpg") #ddd no-repeat bottom center;
	height:500px;
	overflow:hidden;
	position:relative;
}
.title {
	padding:260px 0 30px;
}
.title h1 {
	color:#fff;
	position:relative;
	font-size:36px;
}
.title h1 i {
	width:50px;
	position:absolute;
	left:0;
	margin:20px 0;
	border-bottom:5px solid #00A1E5;
	display:block;
}
.content {
	padding:70px 0;
}
.content h1 {
	font-size:24px;
	font-weight:300;
	margin:30px 0;
	position:relative;
}
.content h1 i {
	width:30px;
	position:absolute;
	left:0;
	margin:10px 0;
	border-bottom:4px solid #00A1E5;
	display:block;
}
.content h2{
	margin:0 0 40px;
	font-size:1.6em;
	line-height:1.2;
	font-weight:400;
	color:#333;
}
.content p {
	margin-bottom:30px;
	line-height:130%;
	font-size:17px;
	font-weight:300;
}
.content ul.list {
	margin:0 0 15px;
	padding:0;
}
.content ul.list.bold li {
	font-weight:600;
} 
.content ul.list li {
	padding-left:22px;
	list-style:none;
	line-height:130%;
	font-size:18px;
	font-weight:300;
}
.content ul.list li {
	background:url("../images/li.png") no-repeat left top;
}
.content .well {
	background-color:#E5E5E5;
	padding:20px;
	position:relative;
	box-shadow:none;
	border:none;
	border-radius:0px;
	min-height:10px;
	margin:30px 0;
}
.content .well .corner-well{
	position:absolute;
	top:0;
	right:0;
}
.content .well h1 {
	margin-top:10px;
	font-size:22px;
	letter-spacing:0;
}
.content .well ul li {
	font-size:17px;
	line-height:130%;
	margin-bottom:3px;
	background:url("../images/li-b.png") no-repeat left top;
}
.content .well.well-blue {
	background-color:#00A1E5;
	color:#fff;
}
.content .well.well-blue h1 i {
	border-bottom-color:#333;
}

/*Slider galeria de fotos*/
.roundabout-holder {
	padding: 0;
	margin: 0 auto;
	height: 500px;
	width: 1000px;
}
.roundabout-moveable-item {
	height: 350px;
	width: 400px;
	cursor: pointer;
	display:block;
}
.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
}
.roundabout-in-focus {
	cursor: auto;
}
#carousel li {
	height: 450px;
	width: 710px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background: #000;
	opacity: 1!important;
}
#carousel li.roundabout-in-focus:hover span {
	display: block;
	z-index: 1;
}
#carousel li img {
	opacity: 1;
}
#carousel li.roundabout-in-focus{
	cursor: default;
}
#carousel li.roundabout-in-focus img {
	opacity: 1!important;
}
#carousel a.view-project-button {
	display: block;
	color: #FFF;
	font: 34px/1.6em "Helvetica Neue", Arial, sans-serif;
	padding: 6px 12px;
	text-decoration: none;
	background: #9ABE42;
}
#carousel a.view-project-button:hover {
	background: #7E9D32;
}
#carouse-wrap {
	text-align:center;
}

/*Clientes*/
.clients {
	padding:75px 0;
}
.clients .thumb-client {
	padding:15px 0;
}
.clients .thumb-client img{
	width:100%;
}
.contact-info h2{
	margin: 0;
	letter-spacing:0;
	font-size: 20px;
	font-weight:400;
}
.contact-info h3{
    margin:30px 0 5px;
	color:#00A3E6;
    font-size: 18px;
	letter-spacing:0;
	font-weight:600;
}	
.contact-info p{
	color:#666;
	font-size: 17px;
	line-height:140%;
	font-weight:400;
}
.contact-info p img{
	float:left;
	margin-right:10px;
	margin-bottom:50px;
}

/*Pagina de Contacto*/
.form {
	margin-bottom:80px;
}
.form  input{
	height:48px;
	padding:10px;
	font-size:16px;
	font-weight:400;
}
.form  input,
.form  textarea{
	border-radius:0;
	box-shadow:none;
	border:1px solid #EEEEEE;
	background:#EEEEEE;
}
.form  input:focus,
.form  select:focus,
.form  textarea:focus,
.form  input:active,
.form  select:active,
.form  textarea:active{
	box-shadow:none;
	border-color:#F2541F;
}
.form .form-group {
	margin-bottom:25px;
	position:relative;
}
.form_hint {
	font-size: 11px;
}
.form input:required,
.form textarea:required {
	background: #EEEEEE url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #EEEEEE;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {display: inline;}
.form input:required:valid + .form_hint {background: #28921f;}
.form input:required:valid + .form_hint::before {color:#28921f;}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
	left: 0;
	margin-top:3px;
}
.form input.error, .form  textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}


/*Directivas del Responsive*/
@media screen and (max-width:767px) {
	header{
		height:75px;
		top:15px;
	}
	header .brand {
		padding:15px 0;
	}
	header .brand img {
		height: 60px;
	}
	header .navbar-collapse .navbar-nav{
		margin:0;
	}
	header .navbar-collapse {
		width: 220px;
	}
	header .navbar-toggle {
		color:#00A1E5;
		margin: 10px;
		padding:19px 10px;
	}
	header .navbar-toggle.collapsed {
		color:#333;
	}
	header .nav li {
		margin:0;
	}
	header .nav li a {
		color:#333;
		padding: 10px 15px;
		border:none;
	}
	header .nav .active a,
	header .nav .active a:hover,
	header .nav a:hover{
		background:#00A1E5;
		color:#fff;
	}
	header .navbar-collapse {
		position:absolute;
		right:0;
		margin:0;
		padding:0;
		z-index:9;
		top:90px;
		border:0;
		border-radius:0 0 3px 3px;
		background:#F0F0F0;
		text-align:right;
		overflow-y:hidden!important;
	}
	header .home {
		display:none;
	}
	
	.intro {
		padding:30px 0 0;
	}
	.intro,
	.intro h1{
		text-align:center;
	}

	footer {
		padding: 20px 0 20px;
	}
	footer .brand-footer {
		display: block;
		margin: auto;
		text-align: center;
	}
	footer .brand-footer img {
		margin-top: 0;
	}
	footer p {
		text-align: center;
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.title {
		padding: 30px 0;
	}
	.title h1 {
    	text-align: center;
		margin-bottom: 10px;
	}
	.title h1 i {
		width: 100px;
		position: relative;
		right: auto;
		margin: auto;
		margin-top:20px;
		margin-bottom:20px;
		display: block;
	}
	.title p {
		font-size: 16px;
		text-align: center;
	}
	header .header-corner,
	footer .foot-corner 	{
		display:none;
	}
	footer .f-address {
		font-size: 14px;
	}
	footer .f-phone {
		font-size: 20px;
	}
	footer .copyright {
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	header .brand img {
		max-width: 190px;
		margin-top: 5px;
	}
	.intro {
		padding:30px 0;
	}
	.intro h1 {
		font-size:26px;
	}
	.intro p {
		font-size:14px;
	}
	.roundabout-holder {
		height: 200px;
		width: 300px;
	}
	.roundabout-moveable-item {
		height: 180px;
		width: 260px;	
	}
	#carousel li {
		height: 180px;
		width: 260px;
	}
	.shadow-slider{
		width:200px;
	}
	.main-slider .owl-carousel .owl-controls,
	.main-slider .caption	{
		display:none!important;
	}
	.thumb-products .thumb-img h2 {
		font-weight: 700;
		font-size: 26px;
	}
	.thumb-products h1 {
		font-size: 24px;
	}
	.slider {
		margin:60px 0;
	}
	.top-products {
		background: url("../images/top-products.jpg") #ddd no-repeat bottom right;
		height: 280px;
	}
	.top-about {
		background: url("../images/top-clients.jpg") #ddd no-repeat bottom center;
		height: 280px;
	}
	.top-contact {
		background: url("../images/top-contact.jpg") #ddd no-repeat bottom right;
		height: 280px;
	}
	.title {
		padding: 120px 0;
	}
	.contact-info {
		text-align:center;
	}
	.contact-info p img {
		display:none;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.roundabout-holder {
		height: 270px;
		width: 480px;
	}
	.roundabout-moveable-item {
		height: 220px;
		width: 360px;	
	}
	#carousel li {
		height: 220px;
		width: 360px;
	}
	.shadow-slider{
		width:400px;
	}
	footer .foot-corner{
		left: -340px;
	}
	.header-corner-left {
		left:-350px;
	}
	.main-slider .owl-item .item .caption {
		top: 130px;
		text-align:center;
	}
	.main-slider .owl-item .item .caption h1 {
    	font-size: 26px;
		margin-bottom: 0;		
	}
	.main-slider .owl-item .item .caption p{
		font-size:16px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev,
	.main-slider .owl-carousel .owl-buttons .owl-next {
		width:35px;
		height:42px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev {
		left: 10px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-next {
		right: 10px;
	}
	.intro {
		padding:30px 0;
	}
	.intro h1 {
    	font-size: 32px;
	}
	.intro p {
    	font-size: 17px;
	}
	.thumb-products .thumb {
		display: block;
		margin: 0 auto;
		max-width: 375px;
		margin-bottom: 30px;
	}
	.thumb-products h1 {
		font-size: 28px;
		margin: 30px 0 0;
    }
	.slider {
		margin:60px 0;
	}
	.top-products {
		background: url("../images/top-products.jpg") #ddd no-repeat bottom right;
		height: 380px;
	}
	.top-about {
		background: url("../images/top-clients.jpg") #ddd no-repeat bottom center;
		height: 380px;
	}
	.top-contact {
		background: url("../images/top-contact.jpg") #ddd no-repeat bottom right;
		height: 380px;
	}
	.title {
		padding: 175px 0;
	}
	.clients .thumb-client {
		display: block;
		margin: 0 auto;
		max-width: 375px;
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header {
		height: 106px;
	}
	header .brand {
		padding:20px 0;
	}
	header .brand img {
		width: 100%;
	}
	header .nav a {
		padding: 47px 8px 38px;
	}
	header .home a {
		padding: 35px 15px 30px;
	}
	header .header-corner {
		right: -170px;
	}
	header .navbar-collapse {
		padding-right: 80px;
	}
	.header-corner-left {
		left:-250px;
	}
	.main-slider .owl-item .item .caption {
		top: 250px;
	}
	.main-slider .owl-item .item .caption h1 {
    	font-size: 40px;
		margin-bottom: 0;	
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev,
	.main-slider .owl-carousel .owl-buttons .owl-next {
		width:25px;
		height:30px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev {
		left: 5px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-next {
		right: 5px;
	}
	.intro h1 {
		font-size:33px;
	}
	.intro p {
		font-size: 20px;
		line-height: 120%;
	}
	.thumb-products .thumb-img h2 {
		font-size: 24px;
	}
	.thumb-products .thumb-img {
		padding: 35px 10px;
	}
	.thumb-products h1 {
		font-size: 27px;
	}
	footer {
		padding:60px 0 20px;
	}
	footer .foot-corner{
		left: -340px;
	}
	footer .copyright {
		margin-top:20px;
	}
	.title {
		padding: 225px 0 30px;
	}
	.top-products {
		background: url("../images/top-products.jpg") #ddd no-repeat bottom right;
		height: 380px;
	}
	.top-about {
		background: url("../images/top-clients.jpg") #ddd no-repeat bottom center;
		height: 380px;
	}
	.top-contact {
		background: url("../images/top-contact.jpg") #ddd no-repeat bottom right;
		height: 380px;
	}
}	
@media (min-width: 992px) and (max-width: 1199px) {
	footer .foot-corner{
		left: -340px;
	}
	.header-corner-left {
		left:-250px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev,
	.main-slider .owl-carousel .owl-buttons .owl-next {
		width:35px;
		height:42px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-prev {
		left: 5px;
	}
	.main-slider .owl-carousel .owl-buttons .owl-next {
		
}
