#desktop{
	width: 50%;
	margin-top: 165px;
	background: black;
}

#desktop a:link{
	color:#b7111b;
}

#desktop_background {
    -webkit-transition: all 0.2s 0.2s;
       -moz-transition: all 0.2s 0.2s;
            transition: all 0.2s 0.2s;
}
#desktop,
#desktop_wrapper {
    -webkit-transition: all 0.7s;
       -moz-transition: all 0.7s;
            transition: all 0.7s;
}
#desktop {
    -webkit-transform: translateX(0) translateY(-100%);
       -moz-transform: translateX(0) translateY(-100%);
        -ms-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
}
.popup_visible #desktop {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}


#mobile{
	width: 80%;
	margin-top: 20px;
	background: black;
}

#mobile p{
	color: white;
	font-weight: bold;
}

#mobile a:link{
	color:#b7111b;
}

#mobile_background {
    -webkit-transition: all 0.2s 0.2s;
       -moz-transition: all 0.2s 0.2s;
            transition: all 0.2s 0.2s;
}
#mobile,
#mobile_wrapper {
    -webkit-transition: all 0.7s;
       -moz-transition: all 0.7s;
            transition: all 0.7s;
}
#mobile {
    -webkit-transform: translateX(0) translateY(-100%);
       -moz-transform: translateX(0) translateY(-100%);
        -ms-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
}
.popup_visible #mobile {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}




		#items li
		{
		display: inline;
		list-style-type: none;
		padding-right: 35px;
		}

		.imgContacto{
			margin-top: 30px;
			padding-left: 25px;
		}
		.imgOficina{
			width: 100%
		}
		.txtContacto{
			padding-left: 50px;
			font-size: 18px;
			color:white;
			font-weight: bold;
		}
		.navbar{
			background: transparent;
		}

.modal-vertical-centered {
  transform: translate(0, 27%) !important;
  -ms-transform: translate(0, 27%) !important; /* IE 9 */
  -webkit-transform: translate(0, 27%) !important; /* Safari and Chrome */
  width:75%;
}

a.btnContactus{
	background:#b51522;
}

a.btnContMobile{
		width:70px;
		margin-right:10px;
		float:right;		
		background:#b51522;
		color:white;
}

a.btnContMobile:hover{
		background:#b51522;
		color:white;
		text-decoration: none;
}


a.btnContactus:hover{
	background:#b51522;
}

.txtBanner{
	color:white;
	max-width:500px;
	margin-left:15px;
	margin-top: -30px;
}

.txtFooter{
	color:white;
	text-align: justify;
}

.divProductos{
	padding-left:25px;
	padding-top:15px; 
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	width: 174px;
	height: 54px;
	color:#b51522;
	float:left;
	margin-top:-80px;
	background: url('../img/fondoproductos.png') no-repeat;

}

	li.leaf {
	background: url('../img/bullet.png') no-repeat left top;
	height: 30px;
	padding-left: 30px;
	}


.linkFeatures{

color:white;font-weight:bold;

}

	.navg{
	background:black;

	}
	.modalbg{
		background: url("../img/fondo.jpg") no-repeat;
	}

  @media (min-width: 1200px) {
	.logo{
		width: 650px; 
		height: 168px;
		background: url("../img/logo_globextools.png") no-repeat;
		margin-top: -10px;
	}

	.reveal-modal {
		visibility: hidden;
		top: 18%; 
		left: 50%;
		margin-left: -500px;
		width: 1000px;
		background:black;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}


  }

  @media (max-width: 1199px) {
	.logo{
		width: 400px; 
		height: 168px;
		margin-top: -22px;
		background: url("../img/logo_globextools.png") no-repeat;
	}
	.reveal-modal {
		visibility: hidden;
		top: 18%; 
		left: 50%;
		margin-left: -500px;
		width: 1000px;
		background:black;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}

  }

  @media (max-width: 767px) {

	.logo{
	width: 160px;
	height: 55px;
	margin-top: -15px;
	background: url("../img/logo_small.png") no-repeat;
}

	.reveal-modal {
		visibility: hidden;
		top: 18%; 
		left: 50%;
		margin-left: -240px;
		width: 480px;
		background:black;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
	}

img.txtImgBanner{
	width: 100%;
}



  }

       }