/*
Theme Name: Disruptor
Theme URI: http://mginteractive.com/disruptor
Author: MG Intective Team
Author URI: http://mgi.mx/
Description: The fist attempt to create an specialized theme for enterprises, so they can have its information showed as the best way as it can be.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, enterprise, corporative, incorporated, elegant
Text Domain: disruptor

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
GENERAL STYLES
*/
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
div,
header,
nav,
section,
article,
footer,
ul,
li,
a,
input{
	box-sizing: border-box;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
p,span,label,ul,li,a,input{
	font-family: 'Montserrat', sans-serif;
}
.jp-carousel-left-column-wrapper,.jp-carousel-image-meta{
	display: none !important;
}

/* HEADER
------------------------*/
header{
	position: relative;
	width: 100%;
	z-index: 5;
}
.header-up{
	padding:.5em 0;
	background:#07163F;
	border-bottom: solid 2px #6AADDB;
}
.upper-cont {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.upper{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-left:.5em;
}
.upper p{
	font-size: 13px;
	color: #A7B9D3;
	margin:0;
}
.upper-right{
	text-align: right;
}
.header-middle,#product-slider,footer{
	background: #004b7f; /* Old browsers */
	background: -moz-linear-gradient(top,  #004b7f 0%, #003a7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004b7f), color-stop(100%,#003a7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004b7f 0%,#003a7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004b7f 0%,#003a7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004b7f 0%,#003a7f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #004b7f 0%,#003a7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b7f', endColorstr='#003a7f',GradientType=0 ); /* IE6-9 */
}
.header-middle {
	box-shadow: 0px 4px 10px #454545;
}
.header-middle-cont{
	width: 100%;
	max-width: 1140px;
	margin: auto;
	padding:1.5em 0 2.5em 0;
}
.middle-cont{
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	padding:.3em 0;
}
#logo-cont{
	position:relative;
	width: 20%;
}
#logo{
	position:absolute;
	top: 20px;
	left: 40px;
}
#header-phone{
	width:30%;
	padding: 2em 0.5em 02em 0em;
}
#header-socials{
	width:15%;
	padding: 2em 0;
}
#header-address{
border-right: solid 1px white;
border-left: solid 1px white;
width: 33%;
padding: .5em;
}
.socials{
	display: inline-block;
	vertical-align: top;
	width:32px;
}
#socials-phone,
#socials-home,
#socials-face{
	margin-left: 1em;
}
#socials-home,
#socials-phone,
.middle-info{
	display: inline-block;
	vertical-align: top;
}
#socials-phone{
	width:42px;
}
.middle-info p{
	margin: 0 0em 0.5em .5em;
	color:#B8C2D3;
	font-size: 16px;
	line-height: 14px;
}
.middle-info span{
	font-size: 10px;
}
nav{
	width:100%;
	max-width: 1140px;
	margin: auto;
	text-align: center;
	box-shadow: 0px 1px 7px #777;
	padding: 1.7em 0;
	margin-top: -2em;
	background: white;
	border-radius: 1px;
}
.menu-principal-container{
	width: 100%;
	max-width: 1140px;
}
ul#menu-principal{
	list-style: none;
	padding: 0;
	margin: auto;
	display: block;
	max-width: 1140px;
	width: 100%;
}
#menu-principal li{
	font-weight: 700;
	display: inline-block;
	padding: 0 .5em;
	border-left: 1px solid #999;
	position: relative;
}
#menu-principal li:nth-of-type(1){
	border-left: none
}
#menu-principal a{
	text-decoration: none;
	color:#999999;
	font-size: 15px;
}
#menu-principal a:hover{
	color:#000000;
	transition: color 1s;
}
ul.sub-menu{
	display: none;
	position: absolute;
	width: 250px;
	padding: 0;
	text-align: left;
	background: rgba(255, 255, 255, 0.95);
	left: 0;
	top: 1.2em;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);;
}
ul.sub-menu > li {
	font-weight: 300 !important;
	border-left: none !important;
	padding: 1em !important;
	width: 250px;
	border-bottom: 1px solid #999;
}
/* CONTENT
------------------------*/
#content {   /* Height of the footer element */
}
#slide-cont{
	position: relative;
	margin-top: -41px;
	z-index: 0;
}
#specs-cont {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.specs {
	vertical-align: top;
	display: inline-block;
	width: 33%;
	margin-right: -4px;
}
.big-specs{
	padding: 1em;
}
.big-specs a{
	text-decoration: none;
}
.big-specs img{
	width:100%;
	max-width: 360px;
	margin: auto;
	border-radius: 2px;
}
.big-specs h1,.mini-specs-cont h1{
	font-size: 14px;
	color: #454545;
}
.big-specs p,.mini-specs-cont p{
	font-size: 10px;
	color: #454545;
}
.mini-specs-cont{
	padding: 1em;
}
.mini-specs{
	margin-bottom: .5em;
}
.mini-specs:nth-last-child(1){
	margin-bottom: 0;
}
.mini-specs-img,.mini-specs-info{
	vertical-align: top;
	display: inline-block;
}
.mini-specs-info{
	padding-left: 1em;
	width: 230px;
}
.mini-specs-img{
	border-radius: 2px;
}
.mini-specs-info h1{
	margin-top: 0;
}
.divider{
	width: 100%;
	background: #eee;
}
.divider-cont{
	width: 100%;
	max-width: 1140px;
	margin:auto;
	padding: 1em 0;
}
.divider p{
	text-align: center;
	color: #999;
	font-size: 24px;
}
.btn{
	display: block;
	text-decoration: none;
	padding: .9em .4em;
	width: 128px;
	margin:auto
}
.yellow-btn{
	background: #F7C51E;
	color:#454545;
	font-size: 14px;
	border-radius: 3px;
}
/* SLIDERS
------------------------*/
#cycloneslider-productos-1{
	margin: auto;
}
.cycloneslider-template-standard .cycloneslider-pager{
  bottom: 15px !important;
}
/* PAGES CONTENT
------------------------*/
#page-header{
	width: 100%;
	background-image: url('http://alquiladoralamision.com.mx/wp-content/themes/disruptor/images/stripes.png');
	background-repeat: repeat;
	position: relative;
	margin-top: -41px;
	z-index: -1;
	padding: 3.5em 0em 1em 0em;
	border-bottom: 1px solid #C2C2C2;
}
#page-header h1{
	margin:0;
	text-align: center;
	font-size: 62px;
	color: #5D5D5D;
	text-transform: uppercase;
	letter-spacing: -4px;
}
#breadcrumbs-cont{
	width:100%;
	border-bottom: 1px solid #C2C2C2;
	box-shadow: 0px 3px 7px #D0D0D0;
	background: white;
}
.breadcrumbs,.page-content{
	width: 100%;
	max-width: 1140px;
	margin: auto;
	padding:1em;
}
.breadcrumbs{
	padding:.5em 1em;
	color:#999;
}
.breadcrumbs a{
	font-size: 15px;
	color: #999;
	text-decoration: none;
}
.menu-children{
	width: 20%;
	min-width: 200px;
	list-style: none;
	padding:0;
}
.menu-children a{
	text-decoration: none;
	color: #999;
}
.menu-child-li{
	display: block;
	width:100%;
	padding:1em 3em 1em;
	text-decoration: none;
	background: #eee;
	color: #999;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 3px;
	border-radius: 3px;
	position: relative;
}
.menu-child-li:hover{
	background:#0539AA;
	color:#FFF;
	transition: background 1s,color .5s;
}
.menu-child-li:hover > a {
	color: #fff;
	transition: color .5s;
}
.menu-child-li.active,
.menu-child-li.active>a{
	background:#0539AA;
	color:#FFF;
}
.menu-child{
	position: relative;
}
a.menu-child{
	text-decoration: none;
}
ul.sub-menu-child{
	display: none;
	position: absolute;
	list-style-type: none;
	padding: 0;
	top: 0em;
	right: -210px;
	width: 230px;
	z-index: 9;
}
.sub-menu-child-li{
	width: 100%;
	padding: 1em;
	text-decoration: none;
	background: #F7F7F7;
	color: #999;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	border-radius: 0;
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid white;
}
.menu-children,
.child-post,
.parent-post{
	display: inline-block;
	vertical-align: top;
}
.child-post,.parent-post{
	width: 75%;
	padding: 0em 1em 1em 1em;
}
.child-post h2,
.child-post p{
	color:#5D5D5D;
}
.child-post h2{
	font-size: 37px;
	margin-top: .4em;
}
.child-post h3{
	font-size: 25px;
	margin: 12px 0 0;
	color:#B8B8B8;
}
.child-post p{
	width: 100%;
	max-width: 600px;
	margin: 1em auto 1em;
	text-align: justify;
}
.parent-post p{
	width: 100%;
	margin: 1em auto 1em;
	text-align: justify;
}
.child-post img.size-full, .parent-post img.size-full{
	width: 100%;
	height: auto;
}
div.tiled-gallery {
margin: 0 auto 20px;
width: 500px;
}
/* CONTACT
------------------------*/
#xyz_cfm_2_1 p,
#xyz_cfm_3_1 p,
#xyz_cfm_4_1 p,
#xyz_cfm_5_1 p{
	font-size: 15px;
	color:#999;
	position: relative;
}
.custom-form,.custom-form-span{
	display: inline-block;
	vertical-align: top;
}
.custom-form {
	padding: .5em;
	border: none;
	background: #eee;
	border-radius: 2px;
	margin-right: -4px;
}
.custom-tf{
	width:75%;
}
.custom-ta{
	width:62%;
}
.contacto,
.contacto-select {
	width: 60%;
	min-width: 540px;
	margin-bottom: 3em;
}
.contacto h2,
.contacto-select h2{
	font-size: 26px;
	color:#0539AA;
	border-bottom: 3px solid #0539AA;
	width: 75%;
}
span.custom-form-span {
	margin-right: -4px;
}
span.custom-tf-span{
	width: 15%;
	min-width: 95px;
}
span.custom-ta-span{
	width: 26%;
	min-width: 160px;
}
.custom-submit {
border: none;
text-transform: uppercase;
padding: .7em 1.5em;
position: absolute;
bottom: -35px;
right: 64px;
}
.sucur-select{
	display: inline-block;
	vertical-align: top;
	margin-right:1em;
	padding:1em 2em 1em;
	background: #eee;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 3px;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}
.sucur-select:nth-last-child{
	margin-right: 0;
}
.sucur-select:hover{
	background:#0539AA;
	color:#FFF;
	transition: background 1s,color .5s;
}
.sucur-select > p {
	margin: 0;
	font-size: 11px;
}
#contact-zac,
#contact-ags,
#contact-slp{
	display: none;
}
/* SUCURSAL
------------------------*/
.mapa,
.mapa-info{
	display: inline-block;
	vertical-align: top;
}
.mapa-gral{
	width: 90%
}
.mapa-info p{
	background: #eee;
	color: #777;
	padding: .5em 1em;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: 1em;
	font-size: 14px;
}

/* FOOTER
------------------------*/
#features{
	width: 100%
}
.feat-cont{
	width: 100%;
	max-width: 1140px;
	margin:auto;
	padding:1em 0;
}
.feat{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	  margin: 0 8.3333%;
}
.feat img{
	display: block;
	width: 100%;
	max-width: 362px;
	margin:auto;
}
#sucursales{
	padding-bottom:145px;
	background-image: url('http://alquiladoralamision.com.mx/wp-content/themes/disruptor/images/stripes.png');
	background-repeat: repeat;
}
.sucursales-cont {
width: 100%;
max-width: 1140px;
margin: auto;
padding:1.5em;
}
.sucursales-cont h2{
	font-size: 26px;
	color:#0539AA;
	border-bottom: 3px solid #0539AA;
	width: 75%;
}
.sucursales-cont-in,#fb-lb-cont {
vertical-align: top;
display: inline-block;
margin-right: -4px;
}
.sucursales-cont-in{
	width: 68%;
}
.sucursal{
	margin-bottom: 1em;
}
.sucursal-img,
.sucursal-info{
	display: inline-block;
	vertical-align: top;
}
.sucursal-img{
	width:137px;
	margin-right: .5em;
}
.sucursal-info{
	color:#454545;
}
.sucursal-info h3{
	font-size: 16px;
	margin:0 0;
}
.sucursal-info p{
	font-size: 13px;
	margin-top: 5px;
}
#fb-lb-cont {
	padding: 1.5em;
	background: white;
	box-shadow: 4px 4px 19px #999;
	width: 32%;
}

footer{
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	padding: 1em 0;
}
.footer-cont{
	width:100%;
	max-width: 1140px;
	margin: auto;
}
.footer-left,.footer-right{
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding:.2em 1em;
}
.footer-left{
	width:65%;
}
.footer-right{
	width:35%;
}
#footer-logo{
	display: inline-block;
	vertical-align: top;
}
.footer-info{
	padding: 1.5em 0 0 1.5em;
}
.footer-info-left{
	display: inline-block;
	vertical-align: top;
	color:#fff;
}
p.footer-info-right{
	color:#ACDFFC;
	text-align: right;
}
.footer-info-right a{
	color:#ACDFFC;
	text-decoration: none;
}
/*
RESPONSIVE
-------------------------------------
-------------------------------------
*/
@media screen and (max-width: 768px){

}



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