/* Body 
------------------------------------- */
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
}

html,body {
     overflow-x: hidden;
     font-size: 100%;
     width: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: baseline;
  }

img {
  vertical-align: middle;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

h3 {
  color: #525252;
  letter-spacing: 1px;
}

h5 {
  color: #ffa400;
  letter-spacing: 4px;
  padding-top: 22px;
}

.heading {
  color: #000000;
  font-size: 42px;
}

p {
  color: #727272;
  letter-spacing: 0.9px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 120px;
}

.color-white {
  color: #FFF;
}

.color-white a {
  color: #FC3;
}


/* All Section styles
------------------------------------- */
.section-title {
  border: 4px solid #000;
  padding: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 92px;
}

#about .section-title, #plan .section-title {
  border-color: #ffffff;
}

.panel {
	background-color: #161616;
	border: 0px;
}

.panel-title {
	color: #FFF;
}

.panel-body p {
	color: #CCC;
}

.medium-icon {
  color: #ffa400;
  font-size: 36px !important;
  font-weight: bold;
}

#work, #about, #team, 
#portfolio, #plan, #contact {
	padding-top: 66px;
	padding-bottom: 50px;
}

#team, #portfolio, #contact {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.tab-content .btn{
	background-color: #ffa400;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #f9ed81;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */
.custom-navbar {
    background: #ffffff;
    border: none;
    margin-bottom: 0;
    text-align: center;
    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.custom-navbar .navbar-brand  {
  border: 4px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 6%;
  height: 100%;
}

.custom-navbar .navbar-brand > img{
  max-height: 100%;
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: #ffa400;
     padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li:nth-child(2) {
    top: -9px;
}   

.custom-navbar .nav li a {
	display: block;
	padding: 15px 23px;
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
 }
.custom-navbar.top-nav-collapse .nav li a{
  color:#ffffff;
}

.custom-navbar .nav li a:hover {
  background: transparent;
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active > a {
  border-bottom: 2px solid #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
}
.custom-navbar .container{
	width:auto !important;
}
.sub-menu{
    position:absolute;  
    left:0;
    width:100%;
    z-index:99;
    border-bottom: 1px solid #ffa400;
    list-style-type:none;
	background-color:#ffffff;
    padding: 0;
    text-align: center;
    display:none;
}
.sub-menu li a{color:#000000 !important}
.sub-menu li:nth-child(odd){
	background-color: #f5f5f5;
}
.sub-menu li:hover {
	background-color:#333 !important;	
	cursor:pointer;
}
.sub-menu li:hover a{color:#ffa400 !important;}

.thething {
	padding: 6px;
	position: absolute;
	top: 22%;
	right: 0;
}

.option {
  color: initial;
  display: block;
  width: 18px;
  height: 18px;
  opacity: .3;
  line-height: 27px;
  padding: 0 10px;
  margin-top: 4px;
  float: left;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.option#option1 {
  text-align: right;
  background-image: url(../images/mexico.png);
}
.option#option2 {
  text-align: left;
  background-image: url(../images/us.png);
}
.option.active {
  /* color: #fff; */
  opacity: 1;
}

#switch {
  background: #444A53;
  cursor: pointer;
  display: block;
  position: relative;
  float: left;
  width: 60px;
  padding: 3px;
  -moz-border-radius: 56px;
  -webkit-border-radius: 56px;
  border-radius: 30px;
}
#switch .handle {
  display: block;
  background: #A8B1BB;
  height: 18px;
  width: 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
@media(min-width:768px) {

    .custom-navbar {
         border-bottom: 1px solid rgba(250,250,250,0.3);
        padding: 16px;
       background:#ffffff 0 0;
    }

    .custom-navbar.top-nav-collapse {
       padding: 16px;
      background: #000000;
      border-bottom: 0;
    }

}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: #ffa400;
    }

    .custom-navbar .navbar-brand > img{
      max-height: 50px
    }

    .custom-navbar .nav li a{
      color:#ffffff;
    }

}

/**	Contact form (modal)
===============================*/
#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea,
#contact-form select {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		
    font-size: 16px;
    height: auto;
    padding: 15px;
    margin: 0;	
    resize: none;
}
#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form input[id*=val] {
    opacity: .6;
}
#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #000;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form p.half{
	width: 49%;
	display:inline-grid;
	text-align: center;
	margin-top:10px;
}
#contact-form p.add-products{
	position:relative;
	background-color: #FFFFFF;
}
#contactanos input{
    background-color: #ffffff;
    color: #000000;
}
.fancybox-inner input,
.fancybox-inner textarea{
	background: #26292E;
	color: #FFFFFF;
}
#contact-form select{
	background-color: transparent;
	color:#7F8289;
	width: 100%!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
}
#contact-form .alert {
    border-radius: 0;
    border-width: 3px;
}
#contact-form .alert-danger {
    background-color: rgba(255, 0, 0, 0.06);
    border-color: rgb(169, 66, 66);
}
#contact-form .warning {
    border: 3px solid rgb(169, 66, 66);
    border-top-width: 1px;
    border-top-color: rgba(169, 66, 66, 0.3);
    border-bottom-width: 1px;
    border-bottom-color: rgba(169, 66, 66, 0.3);
}
#contact-form select:focus{
	outline: none;
	border: none;
}
#contact-form p.add-products:before {
    content: url(../images/plus.png);
    position: absolute;
    top: 25%;
    right: 5%;
    width: 16px;
    height: 16px;
    z-index: 1;
}
.added > div {
    position: relative;
    background-color: #FFFFFF;
}
.added > div >input{
    max-width: 80%;
    text-overflow:ellipsis;
}
.added i.fa-trash {
    position: relative;
    top: 25%;
    left: -15px   
}
.added .quantity {
    position: absolute;
    top: 0;
    right: 1%;
    width: 55px;
    height:100%;
}
input#quantity {
    max-width: 100%;
    position: absolute;
    top: 0;
    padding-left: 0!important;
    padding-right: 0!important;
}
input#quantity::-moz-input-placeholder{
    font-size: 10px;
}
input#quantity::-webkit-input-placeholder{
    font-size: 10px;
}
input#quantity::-ms-input-placeholder{
    font-size: 10px;
}
input#quantity::placeholder{
    font-size: 10px;
}
.desc #p_desc::-moz-input-placeholder{
    color:rgb(166,66,66);
}
.desc #p_desc::-webkit-input-placeholder{
    color:rgb(166,66,66);
}
.desc #p_desc::-ms-input-placeholder{
    color:rgb(166,66,66);
}
.desc #p_desc::placeholder{
    color:rgb(166,66,66);
}
/* main section styles
/* ========================================== */
#main_content{  
  text-align: center;
  background-image: url(../images/int_bg.v6.png);
}
#main_content.no-bg{   
  background-image: none;
}
#main_content > .container{
  padding: 166px 0 50px;
}
#main_content h1{
  border: 4px solid #000000;
  display: inline-block;
  padding: 12px 32px 12px 32px;
  margin-bottom: 32px;
}
#main_content .img-wrp{
	height: 400px;
    width: auto;
    max-width: 100%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#main_content img,
#main_content p,
#main_content ul{
  max-width: 768px;
  margin: 20px auto 15px;
  text-align: justify;
}
.limited{
	max-width: 768px;
	margin: 20px auto 15px;
}
#main_content .img-wrp > img{
    position: absolute;
    left: 0;
    width: 33px;
}
#main_content .img-wrp > .slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 300px;
    background-color: #333;
    border-radius: 30px;
    margin: 0 auto 0;
}
#main_content .img-wrp > .slider > .scrub {
    position: absolute;
    font-size: 77px;
    margin-top: -54px;
    color: #fcc236;  
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
	text-align: center;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffa400;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}
.myFixed {
	position: absolute;
    top: 110px;
    right: 0;
	display: block;
	font-size: 14px;
    text-transform: uppercase;
    width: 118px;
    background-color: #ffffff;
    color: #333;
    padding: 2px 9px 10px;
    margin: 20px auto 0px;
    border: 3px solid #ffa400;
    border-bottom-left-radius: 41px;
    border-top-left-radius: 3px;
    -webkit-transition: top 1s cubic-bezier(.4,1.26,.85,1.22);
    -moz-transition: top 1s cubic-bezier(.4,1.26,.85,1.22);
    -ms-transition: top 1s cubic-bezier(.4,1.26,.85,1.22);
    -o-transition: top 1s cubic-bezier(.4,1.26,.85,1.22);
    transition: top 1s cubic-bezier(.4,1.26,.85,1.22);
}
.myFixed img{
	margin:0 !important;
}
@media(max-width: 767px){
	#main_content{
		padding:166px 50px 50px;
	}
	#main_content img,
	#main_content p{
		max-width: 100%;
	}
}

/* footer section styles
/* ========================================== */
footer {
  background: #f9f9f9;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

footer h2 {
  border: 4px solid #000000;
  display: inline-block;
  padding: 12px 32px 12px 32px;
  margin-bottom: 32px;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin: 0 8px 14px 8px;
}

.social-icon li a:hover {
  background: #000000;
  color: #ffffff;
}


/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1200px) {
  .bx-thumbnail-wrapper {
    display: none;
  }

  .slider-caption {
    bottom: 90px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }
}

@media (max-width: 980px) {
  .slider-caption {
	  bottom: 60px;
  }
  .slider-caption h2 {
	font-size: 32px;
  }
  .slider-caption p {
	  font-size: 18px;
  }
  .bx-controls-direction {
    right: 30px;
  }
  .bx-controls-direction {
    bottom: -40px;
  }
  .heading {
    font-size: 62px;
  }
  .custom-navbar .navbar-brand  {
	  border: none;
	  font-size: 18px;
  }
}

@media (max-width: 768px) {
	
  .slider-caption {
	  bottom: 30px;
  }
  .slider-caption h2 {
	font-size: 18px;
  }
  .slider-caption p {
	  font-size: 12px;
	  line-height: 14px;
  }
  
  .bx-controls-direction {
    bottom: -40px;
  }
  
  #about .mobile-top {
    padding-top: 32px;
  }
  #work .col-md-4 {
    text-align: center;
  }
  #work .col-md-4 hr {
    margin-left: auto;
  }
  .grid figure img {
  margin-bottom: 22px;
  }
  #portfolio .portfolio-bottom {
    position: relative;
    top: 62px;
  }
  #contact .contact-detail {
    border: 0;
  }
  #contact .contact-detail .col-md-6:first-child {
    border-right: 0;
  }
  #contact .contact-detail .col-md-6 {
    padding: 42px;
  }
  #contact .contact-detail {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .site-slider {
    padding-top: 50px;
  }
  #plan .plan {
    padding-right: 0;
    margin: 54px auto 54px auto;
    width: 360px;
  }
}

@media (max-width: 502px) {
  #plan .plan {
    width: 310px;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 37px;
  }
}

@media (max-width: 320px) {
  .heading {
    font-size: 32px;
  }
  h5 {
    font-size: 11px;
  }
}