@charset "utf-8";

/* Start Border Colors For TESTING div columns and rows */
.black-dots {border-style: dotted; background-color:#DCDCDC; border-width: 1px;}
.red-dots   {border-style: dotted; background-color:#FFB9B9; border-width: 1px;}
.green-dots {border-style: dotted; background-color:#C0FFC0; border-width: 1px;}
.blue-dots  {border-style: dotted; background-color:#B9BBFF; border-width: 1px;}
.purple-dots{border-style: dotted; background-color:#FEB9FF; border-width: 1px;}
.pink-dots  {border-style: dotted; background-color:#F4C4EF; border-width: 1px;}
.orange-dots{border-style: dotted; background-color:#FDE2BB; border-width: 1px;}
.cyan-dots  {border-style: dotted; background-color:#B9FFFE; border-width: 1px;}
.show-dots  {border-style: dotted; background-color:#DCDCDC; border-width: 1px;}
.show-dots0 {border-style: dotted; background-color:#DCDCDC; border-width: 1px;}
.show-dots1 {border-style: dotted; background-color:#FFB9B9; border-width: 1px;}
.show-dots2 {border-style: dotted; background-color:#C0FFC0; border-width: 1px;}
.show-dots3 {border-style: dotted; background-color:#B9BBFF; border-width: 1px;}
.show-dots4 {border-style: dotted; background-color:#FEB9FF; border-width: 1px;}
.show-dots5 {border-style: dotted; background-color:#F4C4EF; border-width: 1px;}
.show-dots6 {border-style: dotted; background-color:#FDE2BB; border-width: 1px;}
.show-dots7 {border-style: dotted; background-color:#B9FFFE; border-width: 1px;}
/* End Border Colors For TESTING div columns and rows */

/* Start Body Defaults */
body{
	height:100%;
	width:100%;
	font-family: 'OpenSansRegular';
	font-size:16px;
	color:#523939;
	margin:0;
	padding:0;
	font-weight:lighter;
}
/* End Body Defaults */


/* Start Fonts */
@font-face {
    font-family: 'RobotoRegular';
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoRegular.eot');
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoBold.eot');
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoLight.eot');
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoLight.eot') format('embedded-opentype'),
         url('../fonts/RobotoLight.woff2') format('woff2'),
         url('../fonts/RobotoLight.woff') format('woff'),
         url('../fonts/RobotoLight.ttf') format('truetype'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family:'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-regular.woff2') format('woff2'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-regular.woff') format('woff'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg') format('svg');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('http://www.yodaslair.com/bandidosburritos/fonts/OpenSans-Bold.eot#iefix') format('embedded-opentype'),
      url('http://www.yodaslair.com/bandidosburritos/fonts/OpenSans-Bold.woff') format('woff'), 
	  url('../fonts/OpenSans-Bold.ttf')  format('truetype'), 
	  url('../fonts/OpenSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-light.eot');
    src: url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-light.eot') format('embedded-opentype'),
         url('../fonts/opensans-light.woff') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-light.ttf') format('truetype'),
         url('http://www.yodaslair.com/bandidosburritos/fonts/opensans-light.svg#OpenSansLight') format('svg');
}
/* End Fonts */


/* Start general css defaults */
a      { text-decoration:none; font-weight: normal; color:#EDF000;}
a:hover{ text-decoration:none; font-weight: bold;   color:#FFFF00; text-shadow: 1px 1px 2px #888888;}
a:focus{ outline:none; }
ul{
	margin:0;
	padding:0;
	list-style:none;
}
h1{
	font-family:'RobotoRegular';
	font-size:35px;
	margin:0;
}
h3{
	font-family:'RobotoRegular';
}
strong{ font-family: 'OpenSans-Bold'; }
.nospace-left-state{
	padding-left:0;
}
.nospace-right-zip{
	padding-right:0;
}
header{
	color:#8c8c8c;
	font-size:12px;
	padding: 18px 0;
}
header .fa{
	margin-right:3px;
}
header address{
	display:inline;
	margin:0;
}
.address{}
.address a{
	color:#8c8c8c;
}
.color{
	color:#191b1e;
}
.overflow{
	overflow:hidden;
}
/* Start general css defaults */


/* Start Scroll Button To Reach Top */
.back-to-top {
	position: fixed;
	bottom: 0;
	right:5%;
	width: 52px;
	height: 52px;
	z-index:777100;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#db1c23;
	padding:10px;
}
.back-to-top:hover , .back-to-top:focus{
	 color: #ffffff;
}
/* End Scroll Button To Reach Top */



/* Start Call Now Button */
.callnow {
    background:#FFFF00;
    position:absolute; 
    width:120px;
    color: #ff0000;
    top:24px; 
    right:12px; /* Width of space between the right edge and the Call Now Info */
	z-index:15000;
    border-radius: 4px;
    font-weight: 900;
}
.callnow a      {text-decoration:none; font-weight: normal; color:#000000;}
.callnow a:hover{text-decoration:none; font-weight: bold;   color:#000000; text-shadow: 1px 1px 2px #888888;}
/* End Call Now Button */


/* Start Home Page Large Logo */
.home-logo{
	z-index: 500;
    display: block;
	position: absolute;
    margin-left: 30%;
	width: 40%;
    margin-top: 100px;  /* Position From Top */
}
/* End Home Page Large Logo */


/* Start Featured Main */
.featured-main-horizontal-bg{
     background: #52383B; /* bgcolor for featured main */
	 padding:2% 0; /* Space just above text */
	 color:#fff; /* text color for featured main */
	 position:relative;
}
.featured-main-vertical-bg{
     background: #52383B; /* bgcolor for featured main */
	 padding:15px 3px 1px 3px; /* Space just above text */
	 color:#fff;
	 position:relative;
     border-radius: 4px;
}
.featured-main{
	margin-top:10%;
}
.featured-main img{
	margin-bottom:38px;
}
.featured-main p{
	font-family:'RobotoRegular';
	 color:#bcbcbc;
	 font-size:22px;
}
.featured-main a{
	text-decoration:none;
	font-weight: normal;
	color:#fff;
}
.featured-main a:hover{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	text-shadow: none;
} 
/* End Featured Main */


/* Start Social Media Main */
.social-media-horizontal-bg{
     background: #52383B; /* bgcolor for social media */
	 padding:2% 0; /* Space just above text */
	 color:#fff;
	 position:relative;
}
.social-media-vertical-bg{
     background: #52383B; /* bgcolor for social media */
	 padding:15px 3px 1px 3px; /* Space just above text */
	 color:#fff;
	 position:relative;
     border-radius: 4px;
}
.social-media{
	margin-top:10%;
}
.social-media p{
	font-family:'RobotoRegular';
	 color:#bcbcbc;
	 font-size:22px;
}
.social-media a{
	text-decoration:none;
	font-weight: normal;
	color:#fff;
}
.social-media a:hover{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	text-shadow: none;
} 
/* End Social Media Main */






/* -------------------------------------- */
/* Everything above here has been cleaned */
/* -------------------------------------- */



/* Start Footer */
footer{
	background:#2f3033;
	border-top:5px solid #db1c23;
	color:#8b8b8b;
	font-size:14px;
	padding-top:2%;
}
.footer-detail {
	position: relative;
}
.footer-detail .center::before {
	left: 20%;
}
.footer-detail hr {
	margin:25px 25px 25px 0px;
	width: 40% !important; 
}
.footer-detail{ padding-bottom:16%; }
.footer-detail img{ margin-bottom:10px;}
.footer-detail a{ color:#8b8b8b;}
.footer-detail a:hover{ color:#fff;}
.footer-detail .fa{ margin-right:2px;}
.footer-detail h3{
	color:#fff;
	font-family:'RobotoRegular';
	font-size:22px;
	margin-top:0;
	margin-bottom:25px;
}
.footer-detail ul{}
.footer-detail ul li{
	border-bottom: 1px solid #332f38;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.footer-detail li:hover {
	color: #fff;
	cursor: pointer;
}
.footer-detail ul li a{
	text-decoration:none;
	font-weight: normal;
	color:#fff;
}
.footer-detail ul li a:hover, footer .copy-right a:hover{
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	text-shadow: none;
}
.footer-detail .latest-project {
	padding: 0px;
	padding-right: 10px;
	position: relative;
}
.latest-project .latest-project-overlay {
	text-align:center;
	opacity:0;	 
	position:absolute;
	top:0;
	display:none;
	left:0;
	width:100%;
	height:100%; 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.latest-project:hover .latest-project-overlay  {
	opacity:0.8;
	display:block;
}
.latest-project .latest-project-overlay  .fa-external-link {
	color:#fff;
	background:#bc242b;
	opacity: 0.9;
	position:relative;
	top:30%;
	left: 2%;	
	background:#bc242b;
	padding:8px;
}
.footer-detail #mail , footer .copy-right a{
	color:#8b8b8b;
}
footer .copy-right{
	padding-bottom:100px;
}
/* End Footer */



/* START NAVIGATION SECTION */

/* Navigation Main Mobile Button Detail */

.mobile-button-detail {
    background:#444444; /* mobile nav main button color */
}



.navigation{
	background:#9C6342; /* Color of the nav bar background */
	width:100%;
	position:relative;
}

.navigation:before, .navigation:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}

.navigation:before {
	background:#52383B; /* Color before the top left logo */
	width: 9%; /* Width of gray bar to the left of small logo */

}

.navigation:after {
	left: 100%;
	background:#000000; /* Unknown where this shows */
}

.navigation .logo{
    position:absolute; 
    left:3%; /* Width of space between the left edge and the small logo */
    top:0px; 
    padding-left: 0px;
}

.navigation .logo a{
}

nav {  /* Note : width of nav seems to be controlled with <div class="col-md-10 col-sm-10 col-xs-8"> */
       /*        Set background-color: #ff0000;  to display nav current width                        */
    background-color: transparent !important;
/*    background-color: #ff0000; !important; */
	left: 108px; /* Width of space from the left edge and where the home button */
    margin-left: 10%;
    margin-right: 0%;
    border: medium none !important;
	z-index:999;
}


.navbar{
	margin-bottom:0 !important;
	padding:31px 0;
	z-index:999;
	border: none;
	border-radius: 0px;
}
.navbar li {
	z-index:999;
	margin-left:5px;
	margin-right:10px;
}
.navbar-form.navbar-right:last-child{
	margin-right:0 !important;
}
.navbar-nav > li > a{
	font-family: 'OpenSansLight';
    color:#fff !important;
	font-size:16px;
	padding:8px 10px;
	display:inline-block;
	text-shadow: none;
}
.navbar-collapse{
	margin-right:30px;
	margin-left:-20px;
}
/* menu on hover - with animation */
.dropdown-menu{
	min-width:110%;
	border: none;
	z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
  height: 0 !important;
  z-index:999;
}
.dropdown .dropdown-menu {
  overflow: hidden;
  -webkit-transition: height 0.65s ease;
  transition: height 0.65s ease;
}
.dropdown-menu .divider {
    background-color:#fff;
}
.navbar-nav > li > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity:0;
  border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    background:#DB1C23; /* Color of dropdown buttons on main menu */
}
.navbar-nav > li.open .dropdown-menu >li
{
	border-top:1px solid #fff;
	padding-bottom:10px;
	padding-top:10px;
	margin-right:0 !important;
	margin-left:0 !important;	
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
	border:none;	
}

.navbar-nav > li.open .dropdown-menu >li a{
	color:#fff;
	-moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg); 
    -ms-transform:skew(20deg);
    transform:skew(20deg);
	padding-left:15px;
}

.navbar-nav > li.open .dropdown-menu >li a:hover
{
	background-color:transparent;
	color:#35383e;	
}

.navbar-nav> li.dropdown.open.active > a:hover, 
.navbar-nav > li.dropdown.open{
    color:#fff;
    background-color:transparent;
	-moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg); 
    -ms-transform:skew(20deg);
    transform:skew(20deg);
}


/* Hover and Active Button Controls */
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
	-moz-transform:skew(-20deg); /* Skews text to left so that when button skew is applied the text is straight again */
    -webkit-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg);
	background:#DB1C23; /* Hover and Active Button Color */
}

/* More Hover and Active Button Controls */
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
    background:transparent !important; /* Hides text background gray box so that red skew button shows through */
	-moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg);
    -ms-transform:skew(20deg);
    transform:skew(20deg);
}






/* Searchbar */
.search-container {
    width:21%;
    position: absolute;
    top:30px;
    right:0;
	z-index:10000;
}
.search-container form{
	margin:0;
	padding-left:0;
}
.searchbox {
    height: 40px;
    width: 100%;
}
.searchbox-input {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: none;
    background:rgba(0, 0, 0, 0.7);
	font-size:12px;
    width:80%;
    height:40px;
    margin:0;
    padding-left:12px;
    color:#65696d;
    outline-style:none;
    box-shadow:0 0;
    border-color:transparent;
}
.searchbox-input:focus {
    outline-style:none;
    box-shadow:0 0;
    border-color:transparent;
}
.searchbox-icon, .searchbox-submit {
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color:#65696d;
    background:#131517;
}
.searchbox{
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
}
.searchbox-open{
    width: 100%;
}

/*2ND SECTION  */

#section2{}
.carousel{
	width:100%;
}
.carousel .container{
	position:relative;
	z-index:998;
}
#section2 .carousel-inner > .item img{ 
	width:100%;
}
 /* Red Content HR Dividers */  
hr{
  border: 0;
  height: 1px;
  width:20% !important;
  position: relative;
  margin:25px auto;
}
.hr{
  background: #db1c23;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:20px auto;
  display:block;
}
.center{
	 background: #db1c23; /* Red HR Line Color */
}
.center:before{
      	background:#db1c23; /* Red HR Center Skew Section Color */
		content: "";
		display: inline-block;
		height: 14px;
		left:50%;
		margin: 0 0 0 -17px;
		position: absolute;
		top: -7px;
		width:40px;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
}


/* Main Page Gradient Overlay For Carousel */
.overlay-slider-computer {
    opacity: 1;
   }
.overlay-slider-mobile {
    opacity: 0;
   }


/* General Text Clickable Style */
.clicktext {
    color:#bcbcbc;
    text-decoration: underline;
}

.clicktext:hover {
    color:#ff0000;
    text-decoration: underline;
}


/* General button style */ /* The Read More button on front page */
a.red-button {
	text-align:center;
	font-size:18px;
	color: #fff !important;
	font-family:'RobotoRegular';
	padding:5px 10px;
	display: inline-block;
    margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:130px;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
}
a.red-button span{
	display: block;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    transform:skew(25deg);
}

a.red-button-services {
    margin-top: 0px;
	margin-bottom: -3px;
}

.btn-1 {
	overflow: hidden;
	background:#db1c23;
}
.btn-1:hover {
	background:#db1c23;
	color:#fff;
}
.btn-1:before {
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1c */
.btn-1c:before {
	content:"\f105";
	left:70%;
	opacity:0;
	top:7px;
	font-family:FontAwesome;
	font-size:18px;
	transform:skew(25deg);
}
.btn-1c:hover:before {
	left:85%;
	opacity:1;
}
.btn-1d:before{
	content: "\f104";
	right:70%;
	opacity:0;
	top:7px;
	font-family:FontAwesome;
	font-size:18px;
}
.btn-1d:hover:before {
	right:90%;
	opacity: 1;
	margin-right:2px;
	margin-left:3px;
}
.owl-theme .owl-controls .owl-buttons div{
   color: #FFF;
   display: inline-block;
   *display: inline;/*IE7 life-saver */
   padding: 0px;
   margin-right: 5px;
   font-weight: normal;	
   width: 50px;
   height: 50px;
   line-height: 48px;
   font-size: 20px;
   text-align: center;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: 1px solid #000;
   background: rgba(0,0,0,0.8);
   filter: Alpha(Opacity=80);/*IE7 fix*/
   opacity: 0.8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 5px;
	top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0px;
	top: 50%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background: #DB1C23;
	border-color: #fd1561;
}





/* START MESSAGE US */

.message-us{
	background:#52383B; /* bgcolor for contact us section of index.htm */
	color:#ffffff; /* bgcolor for contact us section of index.htm */
	position:relative;
	z-index:999;
	padding-top:1%; /* Space at top */
	padding-bottom:1%; /* Space at bottom */
}
#message-us p{
	margin-bottom:8%;
}
.message-us{
}
.message-us form{
	 padding:0px 0 0px;
}
.message-us .form-inline .form-group{
	margin-bottom:0px;
	width:100%;
}
.message-us .form-inline .form-group:nth-child(2n){
	margin-right:0;
}
.message-us form .form-control:focus , .message-us form textarea:focus{
 	  box-shadow:0 0 5px #DB1C23;
}
.message-us form textarea{
	margin-bottom:15px;
	resize:vertical;
	padding:6px 12px;
}
.message-us form .btn , .skew-button , .locations .search-form .btn , .contact .btn.btn-default{
	border:none;
	border-radius:0;
	font-size:18px;
	color: #fff !important;
	font-family:'RobotoRegular';
	padding:5px 10px;
	display: inline-block;
	margin-bottom: 10px;
    margin-top: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:130px;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
	margin-left:15px;
}
.message-us form .btn span , .locations .search-form .btn span , .contact .btn.btn-default span{
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
.toggle:before
{
	content: "\f102";
	/* content:"\f103"; */	
	font-family:fontawesome;
	color:#fff;
	font-size:16px;
	transition: all 0.3s;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
.toggle.active:before
{
	content:"\f103";
	/* content: "\f102"; */	
	font-family:fontawesome;
	color:#fff;
	font-size:16px;
	transition: all 0.3s;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
/* blink */

@keyframes blink {  
    0% { background: #db1c23; }
    50% { background: #990006; }
    75% { background: #db1c23; }
    100% { background: #db1c23; }
}
@-webkit-keyframes blink {
    0% { background: #db1c23; }
    50% { background: #990006; }
    75% { background: #db1c23; }
    100% { background: #db1c23; }
}

.btn-toggle {
	-webkit-animation: blink 4s infinite; 
  	-moz-animation: blink 4s infinite;
  	animation: blink 4s infinite;
}
.toggle{
	/* background:#db1c23; */
	color:#fff;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
	padding:3px 15px;
	margin-left:-40px;
	display: inline-block;
	position:absolute;
	bottom:-14px;
	width:40px;
	left:50%;
	right:0;
	cursor:pointer;
}
	
/* END MESSAGE US */



/* OUR SERVICES */
.services{
	background:url(http://www.yodaslair.com/bandidosburritos/images/bg-services.jpg) no-repeat fixed center top / 100% 100%;
	height:auto;
	padding-top:5%;
	padding-bottom: 180px;
	position:relative;
	color:#fff;
}

/* carousel */
.myCarousel{
	width:100%;
	position:relative;
	top:40px;
	z-index:111;
}
.carousel-inner > .item{
	transition:left 1s ease-in-out 0.2s;
}

.myCarousel .carousel-control{
   	  background:#db1c23 !important;
	  color:#fff;  
	  font-size:18px;
	  text-shadow:none;
	  margin-top:30px;
	  opacity:1;
	  width:40px;
	  height:30px;
	  position:absolute;
	  left:50%;
	  top:100%;
  	  z-index:50;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
	display:inline-table;
}
 .myCarousel .carousel-control span > .fa{
	-moz-transform:skew(40deg);
    -webkit-transform:skew(40deg);
    -o-transform:skew(40deg);
    -ms-transform:skew(40deg);
    transform:skew(40deg);
}

.myCarousel .carousel-control:hover , .myCarousel .carousel-control:focus{
	  background:#191b1e;
	  color:#fff;
	  opacity:1; 
}
/* Previous button  */
.myCarousel .carousel-control.left{
  left:45%;
  margin-right:5px;
}
/* Next button  */
.myCarousel .carousel-control.right{
	margin-left:5px;
    right:45%;
}
.quote-carousel .carousel-inner img{
	height:auto;
	max-width:100%;
	width:100%;
}
.effect{
	border:1px solid #fff;
	height:auto;
	max-width:100%;
	position:relative;
	margin-bottom:30px;
}
.overlay-effect{
	background:rgba(0, 0, 0, 0.8);
	width:100%;
	padding:15px;
	color:#fff;
	display:inline-block;
	font-size:18px;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:33;
}
.button-effect{
	position:absolute;
	z-index:41;
	bottom:-20px;
	right:15px;
}

/* OUR SERVICES ENDS */




 /* LATEST NEWS */

.latest-news{
	padding:6% 0;
	color:#555555;
}
.latest-news p{}
.latest-news .news-detail{
	color:#35383e;
	margin-top:8%;
}
.news-detail h3{
	font-family: 'OpenSans-Bold';
	font-size:16px;
	margin:0;
}
.news-detail p{
	font-size:14px;
	margin-bottom:0px;
	margin-top:15px;
}
 /* LATEST NEWS ENDS */



 /* START FEATURED PHOTOS */

.featured-photos{
	background:#523939 url("http://www.yodaslair.com/bandidosburritos/images/front-01.jpg") no-repeat fixed center top / 100% 100%;
	min-height:460px;
	height:100%;
	padding:5% 0;
	position:relative;
	color:#fff;
}
.featured-photos img{
    max-width:98%;
    padding:1%;
}
.mosaicflow{
	margin-bottom:1%;
    margin-top:4%;
}
.mosaicflow__column {
	float:left;
}
.mosaicflow__item {
	position:relative;
}
.mosaicflow__item .hover {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:20px;
		background:hsla(0,0%,0%,.7);
		opacity:0;
		-webkit-transition:all 0.5s ease-in-out 0s;
		-moz-transition:all 0.5s ease-in-out 0s;
		-o-transition:all 0.5s ease-in-out 0s;
		 transition:all 0.5s ease-in-out 0s;
}
.mosaicflow__item .hover .fa{
	background:#db1c23;
	color:#fff;
	font-size:18px;
	opacity:0.7;
	padding:10px;
	margin-top:24%;
}
.mosaicflow__item .hover .fa:hover{
	background:rgba(0, 0, 0, 0.9);
}
.mosaicflow__item:hover .hover {
		opacity:1;
}
		
 /* END FEATURED PHOTOS */


 /* START THE MENUS */

.the-menus{
	background:#523939 url("http://www.yodaslair.com/bandidosburritos/images/front-01.jpg") no-repeat fixed center top / 100% 100%;
	min-height:460px;
	height:100%;
	padding:5% 0;
	position:relative;
	color:#fff;
}
 /* END START THE MENUS */

 
 
 /* MULTIPLE LOGOS BEGINS */
.partners{
	padding:8% 0 5%;
}
#partners h1 {
	margin-bottom: 50px;
}

 /* MULTIPLE LOGOS ENDS */

 .news-letter {
	padding: 6% 0px 10% 0px ;
 }
 section.module.parallax {
	height: auto;
	padding-bottom: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    position: relative;
}
section.module.parallax-1 {
	background-image:url("http://www.yodaslair.com/bandidosburritos/images/news-letter-bg.jpg");
}
.news-letter-form {
	margin-bottom: 50px;
	margin-left: 20px;
}
.news-letter-form .form-inline {
	margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
	width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
	padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
	background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #c9c9c9;
    border-radius: 0;
   font-family:'OpenSansRegular';
    font-size: 14px;
    font-weight: normal;    
}
.news-letter-form .form-inline .form-control {
	 height: 64px;
    padding: 5px 20px;
    width: 100%;
}
.news-letter .submit-button {
    background:  #db1c23;
    border-color: #db1c23;
    border-radius: 0;
    color: #fff;
    height: 64px;
    padding-left: 26px;
    padding-right: 26px;
    font-family: 'RobotoLight';
    font-size: 22px;
    transition: all 0.5s ease 0s;
}
.news-letter h1 {
	font-family: 'RobotoRegular';
	font-size: 34px;
	color: #fff;
	margin-top: 20px;

}
.news-letter p {
	font-family: 'RobotoLight';
	color: #606060;
	font-size: 18px;
	margin-top: 10px;
}
 




 
/*FOR NAV INFO BAR ON ALL PAGES EXCEPT HOME PAGE*/                          
.page-nav{
	background:#B62909; /* bgcolor for nav info bar */
	color:#E6CE9B; /* non-link text color for aboutus,location,etc on nav info bar */
	padding:4px 0;
	width:100%;
}
.inner-link{font-size:14px;}
.inner-link > a{ color:#E6CE9B; } /* link text color for aboutus,location,etc on nav info bar */
.inner-link > a:hover{ text-decoration:underline; }

.heading{font-size:22px; font-family:'RobotoRegular';}


/* START ABOUT US PAGE */
.about-section{
	padding:6% 0 4%;
	background:#52383B; /* bgcolor for about section */
}
 .about-slider{
	margin-bottom:30px;
}
.about-slider img , .work-detail img{
	width:100%;
}
.about-slider .carousel-control , .work-detail .carousel-control{
	background:rgba(219,28,35,0.6); 
	opacity:1;
	color:#fff; 
	padding:12px;
	height:48px;
	width:48px;
	top:40%;
	line-height:21px;
	text-shadow:0 0;
	-moz-transform:skew(0deg);
    -webkit-transform:skew(0deg);
    -o-transform:skew(0deg);
    -ms-transform:skew(0deg);
    transform:skew(0deg);
}
.about-slider .carousel-control.left , .work-detail .carousel-control.left{
	left:5%;
}
.about-slider .carousel-control.right , .work-detail .carousel-control.right{
	right:5%;
}
/* END ABOUT US PAGE */


/* START SUBMIT FORM SENT PAGE */
.submit-sent-section{
	padding:1% 0 1%;
	background:#52383B; /* bgcolor for about section */
}

/* END SUBMIT FORM SENT PAGE */


/* START PHOTO PAGE */
.photo-section{
	 padding:6% 0 4%;
  background: #52383B; /* photo.htm bgcolor for image slider */
 }
 .photo-slider{
	 margin-bottom:30px;
 }
.photo-slider img , .work-detail img{
	width:100%;
}
.photo-slider .carousel-control , .work-detail .carousel-control{
	background:rgba(219,28,35,0.6); 
	opacity:1;
	color:#fff; 
	padding:12px;
	height:48px;
	width:48px;
	top:40%;
	line-height:21px;
	text-shadow:0 0;
	-moz-transform:skew(0deg);
    -webkit-transform:skew(0deg);
    -o-transform:skew(0deg);
    -ms-transform:skew(0deg);
    transform:skew(0deg);
}
.photo-slider .carousel-control.left , .work-detail .carousel-control.left{
	left:5%;
}
.photo-slider .carousel-control.right , .work-detail .carousel-control.right{
	right:5%;
}
/* END PHOTO PAGE */


.main-content{ 
	background:#52383B; /* bgcolor for main content */
	color:#ffffff;   /* text color for main content */
}

.main-content h1{
	font-family: 'RobotoRegular';
    font-size:30px;
    margin:0;
}
.main-content h2{
	 font-family:'RobotoRegular';
	 font-size:22px;
}
.main-content p{
	line-height:23px;
	margin-top:3%;
}

/*for parent div*/
#our-crew{
	color:#35383e;
	padding:7% 0 3%;
}
#our-crew p{
	color:#555555;
	margin-bottom:5%;
}
.our-crew{
}
.our-crew.img {
  margin-bottom:0;
}
.img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.overlay-abt {
  display: block;
  position: absolute;
  z-index: 20;
  background:rgba(0, 0, 0, 0.7);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height:0;
  width:100%;
  top:0;
  left:0;
  right:0;
  color:#fff;
}
.img.hover .overlay-abt {
  height: 100%;
}
.overlay-abt  ul.info {
	margin:0;
	padding:0;
	-moz-transform:skew(-20deg);
    -webkit-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg);
}
.overlay-abt  ul.info li {
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	margin-top:15px;
}
.overlay-abt  ul.info li a{
   background:#191b1e;
	color:#fff;
	padding:5px 10px;
}
.overlay-abt  ul.info li a > .fa{
	color:#fff;
   -moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg);
    -ms-transform:skew(20deg);
    transform:skew(20deg);
}
.overlay-abt  ul.info li a:hover , .overlay-abt  ul.info li a >:focus{
	background:#db1c23;
}
.description{
	 margin-bottom:25px;
	 position:relative;
}
.overlay-abt h3{
	font-family: 'OpenSans-Bold';
	font-size:18px;
	padding-top:5%;
}
.overlay-abt p{
	color:#fff !important;
}
.partner-bg{
	background:#ebebeb;
	padding:4% 0;
}
  /* ABOUT US ENDS */
  
  
  /* ===== OUR SERVICES(3RD PAGE) ===== */  

#main-services
.services-wrap{
	padding:6% 0;
}
ul#portfolio-filter{
	overflow: hidden;
}
ul#portfolio-filter li {
	float:none;
	display:inline-block;
}
ul#portfolio-filter li a {
	 color:#35383e; 
	 font-size:26px;
	 font-family:'RobotoRegular'; 
	 border-radius:0;
	 display:inline-block;
}
ul#portfolio-filter li a.current , ul#portfolio-filter li a:hover , ul#portfolio-filter li a:focus{
	color:#db1c23 !important;
	text-decoration:none; 
}

ul#portfolio-list {
	margin-top:6%;
}
ul#portfolio-list li {
	width:30%;
	max-width:100%;
	height: auto;
	display: inline-block;
	float: left;
	margin-right:14px;
	margin-left:14px;
	overflow: hidden;
}
.effect img{
	width:100%;
}
.shape{
	height:1px; 
	background:#35383e;
	width:40%;
	margin:10px auto;
	position:relative;
	display:block;
	
}
.border{
	font-size:0px; 
	line-height:0%;
	width: 0px;
	border-top: 10px solid #35383e;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: relative;
    margin:auto;
    display:block;
}


/* Start Side Bar */
aside{
	margin-bottom:40px;
}
aside h2{
	color:#35383e; font-family:'RobotoRegular'; 
	font-size:28px;
	margin:0;
}
aside .red{
	background:#db1c23;
	height:1px;
	width:100%;
	margin:25px 0;
	position:relative;
	display:block;
}
aside .red:before{
    background:#db1c23;
	content: "";
	display: inline-block;
	height: 14px;
	left:5%;
	position: absolute;
	top: -7px;
	width:30px;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
}
aside ul li {
	padding-left:20px;
	margin-bottom:15px;
}
aside a      {
    text-decoration:none;
    font-weight: normal;
    color:#666666;
}

/* End Side Bar */


/* Start Services Details */
#services-details{
	padding:6% 0;
	width:100%;
}
.services-details p{
	color:#35383e;
	line-height:26px;
	margin-bottom:25px;
}
.services-details ul , .work-detail ul{
	margin-bottom:40px;
	padding-left:30px !important;
}
.services-details ul li{
	margin-bottom:10px;
}
.services-details ul#list li:before , aside ul li a:before, .work-detail ul li:before{
  content: '\f101';
  font-family: FontAwesome;
  display: inline-block;
  width:15px; 
  margin-left:-20px; 
}
/* Start Services Details */


.clients-bg{
	background:url(http://www.yodaslair.com/bandidosburritos/images/clients-bg.jpg) left top no-repeat;
	min-height:438px;
	height:100%;
	padding:5% 0;
	position:relative;
	color:#fff;
	background-size:cover;
	
}
.clientCarousel{
	   margin-top: 5%;
	
}
.clients-bg .carousel-control{
	background:transparent;
	font-size: 40px;
    opacity: 1;
    top:25%;
	text-shadow:0 0;
	width:5%;
}
.clients-bg .carousel-control:hover , .clients-bg .carousel-control:focus{
	color:#db1c23;
}
.clients-bg .clients p{
	font-size:18px;
	 font-family:'RobotoRegular';
	 margin-bottom: 0;
    margin-top: 5px;
}
.clients-bg .clients span{
	color:#fff;
	font-size:14px;
	font-family: 'OpenSansLight';
}

.clients-bg blockquote{
	background:#ebebeb;
    position: relative;
	color:#35383e;
	padding:7% 5%;
	 -moz-transform:skew(-15deg);
    -webkit-transform:skew(-15deg);
    -o-transform:skew(-15deg);
    -ms-transform:skew(-15deg);
    transform:skew(-15deg);   
} 
.clients-bg blockquote span{
	 -moz-transform:skew(15deg);
    -webkit-transform:skew(15deg);
    -o-transform:skew(15deg);
    -ms-transform:skew(15deg);
    transform:skew(15deg);
	display:block;
}
.clients-bg blockquote:before{
		  content:""; 
		  position: absolute; 
		  right: 100%; 
		  top:40%; 
		  width: 0; 
		  height: 0; 
		  border-top: 13px solid transparent; 
		  border-right: 26px solid #ebebeb; 
		  border-bottom: 13px solid transparent; 
}
.clients-bg blockquote:after{
   content: url(http://www.yodaslair.com/bandidosburritos/images/blockquote.png);
   position:absolute;
   left:12px;
   top:20px;
   z-index:-1;
}
 /* OUR CLIENTS ENDS ENDS */ 
 
 
 
 /* OUR WORK BEGINS */  

#main-gallery{
}
.work-wrap{
	padding:6% 0 5%;
}
/** filters list **/
.filter-list {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom:10px;
	padding:0;
}
.filter-list li {
	float:none;
	display:inline-block;
}
.filter-list li a{ 
     color:#35383e; 
	 font-size:26px;
	 font-family:'RobotoRegular'; 
	 border-radius:0;
	 display:inline-block;
}
ul.filter-list li > .active , ul.filter-list li a:hover , ul.filter-list li a:focus{
	color:#db1c23 !important;
	text-decoration:none; 
}
.portfolio {
	display: block;
    width: 100%;
    padding:0;
    margin:6% 0 0;
	text-align: center;
}
.portfolio item {
	width:30%;
	height:326px;
	max-height:100%;
}
.portfolio li.item {
	display: none;
	opacity: 0;
	width:30%;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:0;
	max-height:326px;
	position:relative;
}

.portfolio li.item img {
    height: inherit;
    overflow: hidden !important;
    transition:opacity 0.7s ease-out 0s, transform 0.7s ease-out 0s;
    width: inherit;
}
.portfolio li.item:hover img {
    height: inherit;
    overflow: hidden !important;
    transform: scale(1.3);
    width: inherit;
}
.portfolio .item img {
  max-width: 100%;
}
.img {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.portfolio li.item:hover .overlay {
    display: block;
    opacity: 0.9;
}
.overlay {
    /*background-color:rgba(0, 0, 0, 0.8);*/
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.overlay .fa{
	color:#fff;
	background:#bc242b;
	opacity: 0.7;
	padding:14px;
	position:absolute;
	top:40%;
}
.overlay .fa-external-link{
	left:35%;
	margin-right:5px;
}
.overlay .fa-search{
	right:35%;
	margin-left:5px;
}
.overlay .fa:hover{
	background:rgba(0, 0, 0, 0.9);
}
.portfolio li.item:hover .overlay {
    display: block;
    opacity: 0.9;
}
/* OUR WORK DETAILS BEGINS */ 
#work-details{
	  padding: 5% 0;
}
.work-detail h1{
	 font-family: 'RobotoLight'; 
}
.work-detail .dark-grey{
	background:#35383e;
    padding: 10px;
    min-height: 330px;
	color:#fff;
}
.work-detail .dark-grey span{
	display:block;
	margin-bottom:15px;
}
.work-detail .dark-grey span > .fa{
	margin-right:10px;
}
.work-detail h1{
	 margin: 5% 0 3%;
}
.work-detail p{
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}
.work-detail ul{
	margin-bottom:16%;
}
.work-detail ul li{
	font-size:12px;
}

/* OUR WORK DETAILS ENDS */ 
 

 
 /* LOCATIONS BEGINS */
.locations-section{
	padding:1% 0 1%;
	background:#52383B; /* bgcolor for locations section */
	color:#ffffff; /* bgcolor for locations section */
}
#locations{
	padding:1% 0;
}
.locations{
}
.locations .search-form{
	background:#f4f4f4;
	padding:10px;
	color:#35383e;
	border:1px solid #b9b9b9;
	border-bottom:none;
}
.locations .search-form label{
	font-weight:normal;
	font-size:14px;
}
.locations .search-form #geocomplete{
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding:6px 15px;
	width:30%;
	font-size:14px;
	margin-bottom:15px;
}
.locations .search-form .btn{
	background:#009632;
}
.map_canvas { 
  width:100%; 
  height:435px; 
  margin:0;
  border:1px solid #b9b9b9;
}
.locations h1{
	margin:5% 0;
}
.locations p{
	margin-bottom:5%;
}
.locations ul li{
	padding-left: 20px;
}
.locations ul li a:before {
  content: '\f18e';
  font-family: FontAwesome;
  display: inline-block;
  width:20px;
  margin-left:-20px;
  margin-bottom:14px;
}
.locations ul li a{
	font-size:18px;
}
.locations ul li a:hover , .locations ul li a:focus{
	text-decoration:underline;
}
  /*LOCATIONS ENDS  */
  

 /*NEWS DETAILS BEGINS */
#news-wrap{
	padding:5% 0;
}
.news{
	border-bottom:1px solid #d3d3d3;
	margin-bottom: 30px;
    padding-bottom: 20px;
}
.news h3{
	margin:5% 0;
}
.news p{
	margin-bottom:20px;
	line-height:26px;
}

.news-side{
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.news-side h2{
	font-family:'RobotoRegular';
	margin-top:0;
}
.news-side p{
}
.news-side img.gallery{
	float:left;
	margin-right:18px;
	margin-bottom:18px;
}
 /* ===== NEWS DETAILS ===== */
  
/* ===== CONTACT US PAGE ====== */
.google{
}
#googleMap{
	height:440px;
	width:100%;
}
#button1{
	color: #b7b7b7;
    font-size:18px;
}
.contact-section{
	padding:5% 0 1%;
	background:#52383B; /* bgcolor for contact us section of contactus.htm */
	color:#ffffff; /* bgcolor for contact us section of contactus.htm */
}
.contact{ }
.contact h1{ margin-bottom:2%; }
.contact p{ margin-bottom:9%; }
.contact p > span{ display:block; }

.contact form{}

.contact form .form-control{
	height: 37px;
	color: #b1b1b1;
}

.contact form .form-control , .contact form textarea{
	background-color: #f6f6f6;
    border: 1px solid #c9c9c9;
    border-radius:0;
    box-shadow: 0 0;
	color:#b1b1b1;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition:all 0.30s ease-in-out;
}
.contact form .form-control:focus , .contact form textarea:focus{
	 box-shadow:0 0 5px #DB1C23;
}
.contact form textarea{
	padding:6px 12px;
	resize:vertical; 
	width:100%;
	min-height:142px;
}


/* ===== CONTACT US PAGE ENDS ====== */


/*********Royal Slider********/
#slider-with-blocks-1{
  width: 100%;
  background: #52383B; /* index.htm bgcolor for image slider */
}
.rsContent{
  color: #FFF;
  float: left;
}
.bContainer{
  position: relative;
  left:10px;
  height:600px;
/*  background-color: #ff0000; !important; */  /* bg color of large transparent slant */
  padding: 2% 18% 18% 0;
}
.bContainer h1{
	font-family: 'RobotoRegular';
	font-size:30px; /* H1 size on index.htm photo rotation for PC screen */
	margin-bottom:15px;
}
.bContainer h2{
	font-family:'RobotoLight';
	font-size:22px; /* H2 size on index.htm photo rotation for PC screen */
	margin:0;
}
.slide1{
    background: url(http://www.yodaslair.com/bandidosburritos/images/front-01.jpg) no-repeat;
    background-size:100% 100%;
}
.slide2 {
    background: url(../images/front-02.jpg) no-repeat;
	background-size:100% 100%;
}
.slide3{
    background: url(../images/front-03.jpg) no-repeat;
	background-size:100% 100%;
}
.slide4{
	background: url(http://www.yodaslair.com/bandidosburritos/images/front-04.jpg) no-repeat;
	background-size:100% 100%;
}
.slide5{
	background: url(http://www.yodaslair.com/bandidosburritos/images/front-05.jpg) no-repeat;
	background-size:100% 100%;
}
.slide6{
	background: url(http://www.yodaslair.com/bandidosburritos/images/front-06.jpg) no-repeat;
	background-size:100% 100%;
}
.slide7{
	background: url(http://www.yodaslair.com/bandidosburritos/images/front-07.jpg) no-repeat;
	background-size:100% 100%;
}
.slide8{
	background: url(http://www.yodaslair.com/bandidosburritos/images/roof-08.jpg) no-repeat;
	background-size:100% 100%;
}
.slide9{
	background: url(http://www.yodaslair.com/bandidosburritos/images/roof-09.jpg) no-repeat;
	background-size:100% 100%;
}






























/* * * * * * * * * * * * * * * * * * */
/* START OF MOBILE RESPONSIVE LAYOUT */ 
/* START OF MOBILE RESPONSIVE LAYOUT */ 
/* START OF MOBILE RESPONSIVE LAYOUT */ 
/* * * * * * * * * * * * * * * * * * */

/* ---------- */
/* Samsung S5 */
/* ---------- */
@media only screen and (orientation: portrait) {

    .slide1{
        background: url(../images/front-mobile-01.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide2{
        background: url(http://www.yodaslair.com/bandidosburritos/images/front-mobile-02.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide3{
        background: url(../images/front-mobile-03.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide4{
        background: url(../images/front-mobile-04.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide5{
        background: url(http://www.yodaslair.com/bandidosburritos/images/front-mobile-05.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide6{
        background: url(http://www.yodaslair.com/bandidosburritos/images/front-mobile-06.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide7{
        background: url(http://www.yodaslair.com/bandidosburritos/images/front-mobile-07.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide8{
        background: url(http://www.yodaslair.com/bandidosburritos/images/front-mobile-08.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }
    .slide9{
        background: url(http://www.yodaslair.com/bandidosburritos/images/front-mobile-09.jpg) no-repeat;
        background-size:100% 70%;
        background-position: center bottom; 
    }

    .featured-photos{   /* do not show photo behind feature photos on mobile */
	    background:#523939 url("../images/front-mobile-none.gif") no-repeat fixed center top / 100% 100%;
    }
    .the-menus{   /* do not show photo behind menus on mobile */
	    background:#523939 url("../images/front-mobile-none.gif") no-repeat fixed center top / 100% 100%;
    }
    .mobile-button-spacer {
        padding-left:0px;         /* mobile nav main button spacer to help with centering */
    }

	.nospace-left-state{ /* For mobile devices space needs to be removed on both ends for state */
	padding-left:0;
	padding-right:0;
    }
    .nospace-right-zip{ /* For mobile devices space needs to be removed on both ends for zip code */
	padding-right:0;
	padding-left:0;
    }
	
    nav {  
    margin-left: -45%; /* This shifts all of the navigation to the left edge */
    margin-right: 0%;
    }

    /* Call Now Button */
    .navigation .callnow {
        background:#FFFF00; !important;
        width:120px;
        line-height:16px;
        top:8px; 
        right:5px; /* Width of space between the right edge and the Call Now Info */
    }

	.navbar {
		padding:0;
	}

    .navbar ul {
        margin-top:0px; !important;
        margin-bottom:0px; !important;
    }



    /* "Main Not Selected Buttons" Style for the area that surrounds the button */
    .navbar li {
        border-top:0px solid #fff;     /* "Not Selected Button" space at top of button containers */
	    margin-left:0px !important;
	    margin-right:0px !important;
	    margin-top:0px !important;
	    margin-bottom:0px !important;
        padding-top:6px;               /* "Mobile Not Selected Buttons" padding above the button */
        padding-bottom:8px;            /* "Mobile Not Selected Buttons" padding below the button */
        padding-left:10px;             /* "Mobile Not Selected Buttons" padding to the left of the button */
        background:#B62909 !important; /* "Mobile Not Selected Buttons" the background color for all none active buttons */
    }

    /* "Main Not Selected Buttons" Style for the button itself */
    .navbar-nav > li > a{
        font-family: 'OpenSansLight';  /* "Mobile Not Selected Buttons" clickable text button font  */
        color:#fff !important;         /* "Mobile Not Selected Buttons" clickable text button color */
        font-size:17px;                /* "Mobile Not Selected Buttons" clickable text button size  */
        padding-top:12px;              /* "Mobile Not Selected Buttons" padding above the clickable text within button */
        padding-bottom:12px;           /* "Mobile Not Selected Buttons" padding below the clickable text within button */
        padding-left:8px;              /* "Mobile Not Selected Buttons" padding to the left of clickable text within button */
        padding-right:8px;             /* "Mobile Not Selected Buttons" padding to the right of clickable text within button */
        background:#660000 !important; /* "Mobile Not Selected Buttons" text button background color   */
      	min-width:98%; !important;     /* Width of all buttons because min-width is not redefined again in this section */

    }

    /* "Dropdown Menu Buttons" Style for the area that surrounds the a group of dropdown buttons */
    .navbar-nav > li.open .dropdown-menu {
        visibility: visible;
        opacity: 1;
        padding-top:0px;               /* "Dropdown Menu" padding above a group of dropdown buttons */
        padding-bottom:0px;            /* "Dropdown Menu" padding below a group of dropdown buttons */
        padding-left:0px;              /* "Dropdown Menu" padding to the left of a group of dropdown buttons */
        background:#333333 !important; /* "Dropdown Menu" Color surrounding a group of dropdown buttons */
    }

    /* "Dropdown Menu Buttons" Style for the area that surrounds the button */
    .navbar-nav > li.open .dropdown-menu >li {
        border-top:0px solid #fff;     /* "Dropdown Button" space at top of button containers */
        padding-top:12px;              /* "Dropdown Button" padding above the button */
        padding-bottom:0px;            /* "Dropdown Button" padding below the button */
        padding-left:20px;             /* "Dropdown Button" padding to the left of the button */
        background:#333333 !important; /* "Dropdown Button" the background color that surrounds each dropdown button */
    }

    /* "Dropdown Menu Buttons" Turn off top spacer */
    .navbar-nav > li.open .dropdown-menu >li:first-child {
        border:none; /* "Dropdown Button" turns off space at top of button containers */
    }

    /* "Dropdown Menu Buttons" Style for the button itself */
    .navbar-nav > li.open .dropdown-menu >li a {
        -moz-transform:skew(0deg);     /* "Dropdown Button" unskews button */
        -webkit-transform:skew(0deg);  /* "Dropdown Button" unskews button */
        -o-transform:skew(0deg);       /* "Dropdown Button" unskews button */
        -ms-transform:skew(0deg);      /* "Dropdown Button" unskews button */
        transform:skew(0deg);          /* "Dropdown Button" unskews button */
        padding-top:12px;              /* "Dropdown Button" padding above the clickable text within button */
        padding-bottom:12px;           /* "Dropdown Button" padding below the clickable text within button */
        padding-left:10px;             /* "Dropdown Button" padding to the left of clickable text within button */
        background:#666666 !important; /* "Dropdown Button" clickable text button background color   */
        font-family: 'OpenSansLight';  /* "Dropdown Button" clickable text button font */
        color:#fff !important;         /* "Dropdown Button" clickable text button color */
        font-size:17px;                /* "Dropdown Button" clickable text button size */
    }

    /* "Dropdown Menu Buttons" Not sure what this is for yet */
    .navbar-nav > li.open .dropdown-menu >li a:hover {
        background-color:transparent; 
    }

    /* "Dropdown Menu Buttons" Features */
    .navbar-nav> li.dropdown.open.active > a:hover, 
    .navbar-nav > li.dropdown.open{
        -moz-transform:skew(0deg);     /* "Dropdown Button" unskews button */
        -webkit-transform:skew(0deg);  /* "Dropdown Button" unskews button */
        -o-transform:skew(0deg);       /* "Dropdown Button" unskews button */
        -ms-transform:skew(0deg);      /* "Dropdown Button" unskews button */
        transform:skew(0deg);          /* "Dropdown Button" unskews button */
    }

    /* "Active/Hover Button" Style for the area that surrounds the button */
    .navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
        -moz-transform:skew(-0deg);    /* "Active/Hover Button" unskews button text */
        -webkit-transform:skew(-0deg); /* "Active/Hover Button" unskews button text */
        -o-transform:skew(-0deg);      /* "Active/Hover Button" unskews button text */
        -ms-transform:skew(-0deg);     /* "Active/Hover Button" unskews button text */
        transform:skew(-0deg);         /* "Active/Hover Button" unskews button text */
        background:#B6B609 !important; /* "Mobile Active/Hover Button" the background color that surrounds active/hover button */
        margin-left:0px;
        margin-right:0px;
        padding-top:6px;               /* "Active/Hover Button" padding above the button */
        padding-bottom:8px;            /* "Active/Hover Button" padding below the button */
        padding-left:10px;             /* "Active/Hover Button" padding to the left of the button */
    }

    /* "Active/Hover Button" Style for the button itself */
    .navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a {
        background:transparent !important;
        -moz-transform:skew(0deg);
        -webkit-transform:skew(0deg);
        -o-transform:skew(0deg);
        -ms-transform:skew(0deg);
        transform:skew(0deg);
        background:#666600 !important; /* "Mobile Active/Hover Button" text button color   */
    }


    .bContainer{
        position: relative;
        left:0px;
        top:5px;
        height:350px; /* slider height for mobile portrait mode */
   /*   background-color:#ff0000; !important; uncomment for testing purpposes */
        padding: 0;
    }

    .bContainer h1{
	    font-size:22px; /* H1 size on index.htm photo rotation for mobile */
	    font-family: 'RobotoRegular';
	    margin:10px 0px 15px 0px;
    }

    .bContainer h2{
	    font-size:20px; /* H2 size on index.htm photo rotation for mobile */
	    font-family:'RobotoLight';
    }

    .work-detail .dark-grey{
        background:#35383e;
        padding: 10px;
        min-height: 130px;
        color:#fff;
    }

    .home-logo{
    margin-left: 20%;
	width: 60%;
    margin-top: 150px;  /* Position from top on mobile portrait */
    }
    .overlay-slider-computer {
        opacity: 0;
    }
    .overlay-slider-mobile {
        opacity: 1;
   }
	.message-us .form-inline .form-group{
		 margin-right: 0;
	}
	.greybox .carousel-control.left{
		left:35%;
	}
	ul#portfolio-list li{
		float: none;
        margin: 0;
		width:100%;
	}
	.overlay .fa-external-link{
		left:20%;
	}
	.overlay .fa-search{
		right:20%;
	}
	.locations .search-form #geocomplete{
		width:100%;
	}
	.footer-detail .latest-project {
		text-align: center;
		padding-right: 0px;
	}
	.latest-project img {
		display: inline-block;
		width: auto;
	}
	
    ul#portfolio-filter li a {
        font-size:16px;
    }

}


/* ---------------------- */
/* iPod Touch 4gen & 5gen */
/* ---------------------- */

@media only screen and (max-width: 320px) {

    .mobile-button-spacer {
        padding-left:40px;         /* mobile nav main button spacer to help with centering */
    }
    .featured-photos{   /* do not show photo behind feature photos on mobile */
	    background:#523939 url("../images/front-mobile-none.gif") no-repeat fixed center top / 100% 100%;
    }
    .the-menus{   /* do not show photo behind menus on mobile */
	    background:#523939 url("../images/front-mobile-none.gif") no-repeat fixed center top / 100% 100%;
    }
}




/* Note : Contents of style-extra-mobile-stuff.css was previously here */