/*
 * Framework7 0.8.6
 * THE RANCH SALOON THEME
*/


/* Global
/***********************************************************/
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }/* Firefox 18- */
::-moz-placeholder { color: #999; }/* Firefox 19+ */
:-ms-input-placeholder {  color: #999; }

img {
	display:block;
	max-width:100%;
	height:auto;	
	margin: 0 auto;
}

address { font-style:normal; }

body {
  color: #000;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #c22727;
}

[data-page="instructions"] a,
[data-page="start"] a.link { color:#fff; }

[data-page="start"] a.link { border-bottom: 1px solid #fff; }


/* Typography
/***********************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.white-text {
    color: #fff;
}


/* Grid
/***********************************************************/
.row { margin-bottom: 15px; }


/* View
/***********************************************************/



/* Pages
/***********************************************************/


/* Welcome - Signup - Getting Started */
.page-start,
.page-start ul { background-color: #000; }

.page-start .content-block { 
	margin: 0;
	color: #fff; 
	background: #000;
}

.page-start h1,
.page-start h2,
.page-start h3,
.page-start h4,
.page-start h5,
.page-start h6,
.page-start .h1,
.page-start .h2,
.page-start .h3,
.page-start .h4,
.page-start .h5,
.page-start .h6 { color: #fff; }

.page-start a.open-popup { 
	color: #fff;
	font-size: 11px;
	border-bottom: 1px dotted #fff;
}

.page-start .list-block input[type="text"],
.page-start .list-block input[type="password"],
.page-start .list-block input[type="email"],
.page-start .list-block input[type="tel"],
.page-start .list-block input[type="url"],
.page-start .list-block input[type="date"],
.page-start .list-block select,
.page-start .list-block textarea {
	border: none;
	background: #f9f9f9;
	padding: 0 10px;
	margin: 0;
	color: #666;
	font-size: 17px;
	font-family: inherit;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
			box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.page-start .list-block input[type="text"]:focus,
.page-start .list-block input[type="password"]:focus,
.page-start .list-block input[type="email"]:focus,
.page-start .list-block input[type="tel"]:focus,
.page-start .list-block input[type="url"]:focus,
.page-start .list-block input[type="date"]:focus,
.page-start .list-block select:focus,
.page-start .list-block textarea:focus {
  border: 1px solid #fff;
  outline: 0;
}

/* start page  */
[data-page="start"] .list-block { margin: 0; }

/* sign up page */
[data-page="signup"] .list-block ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	border-top: none;
	border-bottom: none;
}

[data-page="signup"] .list-block .item-inner {
	padding-right: 0;
	border-bottom: none;
	width: 100%;
}

[data-page="signup"] .list-block .item-content { padding-left: 0; }
[data-page="signup"] .ranch-content-block:first-of-type { margin-top:0; }/* decrease spacing to show important on viewport */

[data-page="signup"] .list-block {
	margin:25px 0;
	padding-bottom:0;
}

.page-content .settings-notes p:first-child {
	padding-top: .5em;
}

.page-content .settings-notes p {
	color: #6d6d72;
	font-size: 14px;
	margin: 1em 0;
	line-height: .3;
}

.page-content .settings-notes .settings-line-height {
	padding-bottom: 12px;	
}

/* Food */
[data-page="menu"] .content-block-title {
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: 0;
	padding:10px;
	margin:0;
	color: #fff;
	text-align:center;
	background: #0c0c0c;
}
[data-page="menu"] .list-block {
	margin: 0;
}


[data-page="menu"] .list-block ul,
[data-page="menupage"] .list-block ul,
[data-page="beveragepage"] .list-block ul,
[data-page="info"] .list-block ul,
[data-page="etiquette"] .list-block ul {
	background-color: #fbfbfb; /* due to chevron bg image */
}

[data-page="menu"] .list-block ul,
[data-page="menupage"] .list-block ul,
[data-page="beveragepage"] .list-block ul,
[data-page="info"] .list-block ul,
[data-page="etiquette"] .list-block ul {
	background-color: #fbfbfb; /* due to chevron bg image */
}

[data-page="menu"] .item-content,
[data-page="info"] .item-content,
[data-page="operationhours"] .item-content  {
	padding-left: 0;
	min-height:44px;
}


[data-page="complete"] .content-block-title {
	color: #fff;
	text-transform:none;
}

/* Info */
[data-page="operationhours"] ul,
[data-page="reservations"] ul {
	color: #000;
	background: #fbfbfb ;
}

[data-page="reservations"] .list-group:last-child,
[data-page="etiquette"] .list-block ul li:last-child { padding-bottom: 20%; }

[data-page="operationhours"] .item-content .item-inner  {
	padding: 10px 9px;
	text-align:center;
}
[data-page="operationhours"] .item-text-menu { margin-bottom:15px; }

[data-page="operationhours"] p {
	padding:5px 0;
	margin:0;
}

[data-page="operationhours"] .page-content .list-block ul,
[data-page="reservations"] .page-content .list-block ul,
[data-page="etiquette"] .page-content .list-block ul { border-bottom: none; }

[data-page="reservations"] p,
[data-page="etiquette"] p { margin: 0 0 1em 0; }
[data-page="reservations"] #map ul > li:last-child { border-bottom: none; }

[data-page="menu"] .list-block li a,
[data-page="info"] .list-block li a { color: #000; }

[data-page="menu"] .list-block li a:active .item-inner,
[data-page="info"] .list-block li a:active .item-inner { background-color:#e4e4e4 !important; }

[data-page="menu"] .item-link .item-inner,
[data-page="beveragepage"] .item-link .item-inner,
[data-page="info"] .item-link .item-inner { 
	padding-left:15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	background-color: #fbfbfb !important; /* due to chevron bg image */
	background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%230c0c0c'/></svg>") !important;


}

[data-page="menu"] .item-inner,
[data-page="menupage"] .item-inner,
[data-page="beveragepage"] .item-inner,
[data-page="info"] .item-inner { 
	border-bottom: 1px solid #d3ccc7;
	border-top: 1px solid #fff;
}

[data-page="menu"] .list-block ul li:first-child .item-inner,
[data-page="beveragepage"] .list-block ul li:first-child .item-inner,
[data-page="info"] .list-block ul li:first-child .item-inner {
	border-top: none;
}

[data-page="menu"] .list-block ul li:last-child .item-inner,
[data-page="beveragepage"] .list-block ul li:first-child .item-inner,
[data-page="info"] .list-block ul li:first-child .item-inner{ border-bottom: none; }

[data-page="menu"] .item-title,
[data-page="beveragepage"] .item-title{
	white-space:normal;
	text-overflow: inherit;
}

[data-page="menupage"] .item-title {
	color: #221710;
	white-space:normal;
	text-overflow: inherit;
}

[data-page="menupage"] .list-block .list-group:last-child ul li:last-child,
[data-page="beveragepage"] .list-block .list-group:last-child ul li:last-child {
	padding-bottom:20%;
}


[data-page="menupage"] .list-block .list-group ul,
[data-page="beveragepage"] .list-block .list-group ul,
[data-page="reservations"] .list-block .list-group ul,
[data-page="operationhours"] .list-block .list-group ul,
[data-page="etiquette"] .list-block .list-group ul {
border-top: none;
border-bottom: none;
}

[data-page="menupage"] .list-block .list-group-title-menu,
[data-page="beveragepage"] .list-block .list-group-title-menu,
[data-page="reservations"] .list-block .list-group-title-menu,
[data-page="operationhours"] .list-block .list-group-title-menu,
[data-page="etiquette"] .list-block .list-group-title-menu {
    border-bottom: none;
}

[data-page="menupage"] .item-after,
[data-page="beveragepage"] .item-after{ color: #221710; }

[data-page="menu"] .list-block:last-child { padding-bottom:20%; }
[data-page="info"] .list-block { padding-bottom:0%; }
[data-page="info"] .content-block:first-of-type { margin:0; }



/* Navbar & Toolbars
/***********************************************************/
.navbar {
    color:#fff;
    background-color: #000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#000));
    background: -moz-linear-gradient(top, #424242 0%, #000 100%);
    border-bottom: 1px solid #000;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(50, 26, 19, 1);
	   -moz-box-shadow: inset 0px 0px 0px 1px rgba(50, 26, 19, 1);
			box-shadow: inset 0px 0px 0px 1px rgba(50, 26, 19, 1);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
   	   -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.navbar a.link { color: #fff; }
.navbar a.header-home-link { color: #fff; }

.navbar.has-subnav { 
	height:88px; 
	border-bottom: 1px solid #150704;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
	   -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
			box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.75);
}

.navbar.has-subnav .navbar-inner {
	position:static;
	height:44px;
	border-bottom: 1px solid #000;
	background-color: #000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#000));
    background: -moz-linear-gradient(top, #424242 0%, #000 100%);
}

/* Sub Tabs */
.subnav {
	height:44px;
	background: #0c0c0c;
}

.subnav .buttons-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height:100%;
}

.subnav .buttons-row .button {
	font-size:18px;
	color: #999;
	border:none;
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.subnav .buttons-row .button.active {
	background: #303030;
	color: #fff;
	/* border-bottom:1px solid #a3471a; * orange bottom active line */
	border-radius: 0;
}

.subnav .buttons-row .button:active { background: #000; }
.subnav i { padding:0 5px; }
.navbar-inner a.back { color: #fff;	}
/* start photo below tab nav */
.navbar-through.photos .page-content {padding-top: 44px; } 

.tabbar {
    background-color:#000;
    border-top: 1px solid #000;
}
.tabbar a { color:#808080; }
.tabbar a.active {
    color:#ffffff;
	background: #303030;
}

.toolbar-inner {
 	padding:0;
	background: #000;
}

.tabbar-labels a.tab-link, 
.tabbar-labels a.link {
    padding-bottom: 8px;
    padding-top: 8px;
} 

/* Icons
/***********************************************************/

/* Content Blocks
/***********************************************************/
.content-block { color: #000; }
.page-inner {
	margin:15px 0;
	padding:0 15px;
	color: ##000;
	background: #fbfbfb;	
}

.fb-share {
	padding: 15px;	
}

.socialbar {
	font-size:16px;
	padding:10px 0;
	background: #1c1c1c;	
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #353535;
}
.socialbar span { 
	display:inline-block; 
	margin: 0 5px;
}

.socialbar i { padding-right: 5px; }

/* List
/***********************************************************/

/* Contacts
/***********************************************************/

/* Forms
/***********************************************************/

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.item-input { margin: 15px 0; }

.form-control {
	display: block;
	width: 100%;
	height: 43px;
	color: #555;
	background-image: none;
	padding: 5px 8px;
	font-size: 13px;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #b6a296;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.form-control:focus {
  border-color: #f36d07;
  outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.list-block input[type="text"]:focus,
.list-block input[type="password"]:focus,
.list-block input[type="email"]:focus,
.list-block input[type="tel"]:focus,
.list-block input[type="url"]:focus,
.list-block input[type="date"]:focus,
.list-block select:focus,
.list-block textarea:focus {
  border-color: #f36d07;
  outline: 0;
}

/* Buttons
/***********************************************************/
.button {
	border: 1px solid #a64001;
	color: #a64001;
}

.button:active { background: rgba(234, 224, 223, 0.5); }

.button.button-alert,
.button.button-call,
.button.button-next,
.button.button-prev {
    border-color:#25100b;
    color:#fff;
    font-size: 18px;
    height: 34px;
    line-height: 32px;
	position:relative;
	background: rgb(123,32,32);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmNTQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjQxMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(123,32,32,1) 0%, rgba(110,28,28,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,32,32,1)), color-stop(100%,rgba(110,28,28,1)));
	background: -webkit-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: -o-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: -ms-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: linear-gradient(to bottom,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf5411', endColorstr='#ab4107',GradientType=0 );
}

.button.button-alert:after,
.button.button-call:after,
.button.button-next:after,
.button.button-prev:after {
	content:'';
	background:url(../img/efx_glare.png) no-repeat top center;
	position:absolute;
    background-size:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.5;
}

.button.button-next,
.button.button-prev {
	font-size: 17px;
	height: 44px;
	line-height: 42px;
/*	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
			box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);*/
}

.button.button-back,
.button.button-done {
	font-size: 17px;
	height: 44px;
	line-height: 42px;
	background: #000;
	color: #fff;
	border-color: #000;
}

/* ranch / bootstrap buttons */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
   border-color:#25100b;
    color:#fff;
  
  
	position:relative;
	background: rgb(123,32,32);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmNTQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjQxMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(123,32,32,1) 0%, rgba(110,28,28,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,32,32,1)), color-stop(100%,rgba(110,28,28,1)));
	background: -webkit-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: -o-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: -ms-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: linear-gradient(to bottom,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf5411', endColorstr='#ab4107',GradientType=0 );
}
.btn-default:hover {
	color: #fff;	
}
.btn-default:active,
.btn-default.active {
 
  background-color: #4a1010;

}


.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #bb560b;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #bb560b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #897a76;
  text-decoration: none;
}
.btn-xl {
  padding: 20px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* custom color */
.btn-action {
   border-color:#25100b;
    color:#fff;
  
  
	position:relative;
	background: rgb(123,32,32);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmNTQxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjQxMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(123,32,32,1) 0%, rgba(110,28,28,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,32,32,1)), color-stop(100%,rgba(110,28,28,1)));
	background: -webkit-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: -o-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: -ms-linear-gradient(top,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	background: linear-gradient(to bottom,  rgba(123,32,32,1) 0%,rgba(110,28,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf5411', endColorstr='#ab4107',GradientType=0 );

}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background-color: #4a1010;
}
.btn-action:active,
.btn-action.active {
  background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
	color: #8e7a7a;	
  background-color: #c1afaf;
  border-color: #604e4e;
}
.btn-action .badge {
  color: #000;
  background-color: #ffffff;
}




/* Labels & Badges
/***********************************************************/

.label {
  display: inline;
  padding: .4em .6em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #7b2020;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Modals
/***********************************************************/
.modal {
	border: 1px solid #8b795e;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);	
}

.modal-inner {
	color: #000;
	background: #fff;	
	border-bottom: 1px solid #ddd;
}

.modal-button { 
	color: #000;
	background: #f2f2f2;
	border-right: 1px solid #d3ccc2;
 }
 
.modal-button:active { background: #dedede; }
 
.modal-button.ok { color: #000; font-weight:bold; }
 
/* Popovers
/***********************************************************/
.popup .page-content .ranch-content-block { color: #000;	}

.popover {
	color: #393939;
	background: none;	
	border: 1px solid #000;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);	
			
}

.popover .list-block .item-inner { border-bottom: none; }
.popover .list-block ul li:last-child { 
	border-bottom: none; 
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.popover .popover-inner ul { 
	background-color:rgba(255, 255, 255, 1); 
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.popover .popover-inner ul.notitle {
    background-color:rgba(255, 255, 255, 1); 
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
    -webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.popover-angle:after {
	border: 1px solid #000;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);
	   -moz-box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 6px 6px 0px rgba(50, 50, 50, 0.3);		
}


.popover-angle.on-left { left: -26px; }
.popover-angle.on-left:after {
  left: 21px;
  top: 0;
}
.popover-angle.on-right { left: 100%; }
.popover-angle.on-right:after {
  left: -21px;
  top: 0;
}
.popover-angle.on-top { 
  left: 0;
  top: -26px;
}
.popover-angle.on-top:after {
  left: 0;
  top: 20px;
  background: #000;
}

.popover-angle.on-bottom {
  left: 0;
  top: 100%;
}
.popover-angle.on-bottom:after {
  left: 0;
  top: -21px;
}

.popover-title {
	/* color: #393939; */
	color: #fff;
	font-size:20px;
	text-align:center;
	padding:10px;
	/* background: #e9e6e1; */
	background: #000;
	border-bottom: 1px solid #ddd;
}

.popover-share .popover-title { 
	 margin-top:0; 
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.popover li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

.popover .item-link:active,
.popover li:active {
	background-color:#f2f2f2;
}

.popover .list-block .item-link.list-button,
.popover-inner a { color: #000; border-bottom:none; }

/* Panels
/***********************************************************/

/* Tabs
/***********************************************************/


/* Messages
/***********************************************************/

/* Statusbar Overlay
/***********************************************************/

/* Preloader
/***********************************************************/


/* Pull to Refresh
/***********************************************************/

/* Sliders
/***********************************************************/


/* Photo Browser
/***********************************************************/









/* Sections
/***********************************************************/
/* logo */

.theranch-logo {
	display:block;
	margin: 15px 0px 0px;	
}

/* Start */
ul.start-list {
    color:#fff;
    border:0px;
}

.list-block.media-list .start-list .item-link .item-title-row {
  padding-right: 20px;
  background: no-repeat right center;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%23ffffff'/></svg>");
  background-size: 10px 20px;
}

/* tap color */
.start-list .item-link:active {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  background-color: #303030;
}

.start-list .item-title {
    font-size:20px;
}

.start-list .item-subtitle {
    font-size:16px;
    color:#fff;
	text-overflow:inherit;
	white-space:normal;
}
.start-list .item-inner {
    border-bottom:none;
}

.start-list li {
    border-bottom:1px solid #111;
	border-top:1px solid #222;
    /*box-shadow: 1px 1px #1a0d09;*/
}

.start-list li:first-child {
    border-top:1px solid transparent;
}

.start-list li:last-child {
    border-bottom:1px solid transparent;
}

.start-list .start-link-btn {
    line-height:40px;
    width:40px;

    color:#fff;
    -moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inner 0 0 5px #000;    
    background: -moz-linear-gradient(#3f3f3f, #000);
    background: -webkit-linear-gradient(#3f3f3f, #000);
    background: linear-gradient(#3f3f3f, #000); 
    border:solid 1px #444;
    border-radius:4px;
}

/* Calendar */
.calendarlist { background-color:#fff; }

.calendarlist li {
	border-top:1px solid #fcfcfc;
	border-bottom:1px solid #ddd;	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75);
			box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.75);
}


.calendarlist li:first-child { border-top:none; }
.calendarlist li:last-child { border-bottom:none; }

.calendarlist .item-content { 
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding:0;
}

.calendarlist li:active .item-inner { background-color:#e4e4e4 !important; }
.calendarlist li:active .datebox { background-color:#dedede !important; }

.calendarlist .item-link .item-inner { 
	padding-left:15px;
	border-bottom:none;
	background-color: #fbfbfb !important; /* due to chevron bg image */
	background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%230c0c0c'/></svg>") !important;
}

.calendarlist .closed .item-inner {	background-image: none !important; }/* So the closed items don't show a chevron since they are not clickable*/
.calendarlist li:active .closed .datebox { background-color: #e4e4e4 !important; }
.calendarlist li:active .closed .item-inner { background-color:#e4e4e4 !important; }

.tonight .item-link .item-inner {
	color: #fff;
	background-color: #7b2020 !important; /* due to chevron bg image */
	background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%23ffffff'/></svg>") !important;
}

.datebox {
	color: #000;
	width:40px;
	padding: 8px 15px 7px 15px;
	background-color:#f2f2f2;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	 -webkit-justify-content: center;
	justify-content: center;
}

.tonight .datebox {
	color: #fff;
	background-color: #6e1c1c;	
}

.datebox-day, .datebox-month {
    text-align:center;
    font-size: 13px;
}
.datebox-date {
    text-align:center;
    font-size:24px;
    line-height:12px;
	padding:3px 0;
	
}

.event-title.holiday,
.item-title.holiday { color: #b11e01; }
.tonight .item-title.holiday { color: #fec500; }

.calendarlist li:active.tonight .datebox,
.calendarlist li:active.tonight .item-inner { background-color:#5a1515 !important; }
.calendar-time { color: #000;}
.tonight .calendar-time { color: #fff;}

.calendarlist .item-title {
    overflow: hidden;
    position: relative;
    white-space: normal;
}



.calendar-slider {
	background:#000;
	position:relative;
	border-bottom:1px solid #000;
}

.slider-pagination-bullet { background: #fff; }
.slider-pagination-active {
	opacity: 1;
	background: #f4900d;
}

.events-schedule {
	position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: 0;
	color:#fff;
	background:#000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.events-schedule + .list-block { margin-top:0;}
.events-schedule + .list-block ul { border-top:none;}
.events-schedule .events-heading {
	margin:0;
	padding:5px 0;	
	text-align:center;
	font-weight:normal;
}

.event-details {
	font-size:18px; 
	padding-bottom: 20%; }

/*.event-details p { margin-top: 30px; }*/
    
.event-title,
.event-subtitle { 
	line-height:1.2; 
    margin: 0 0 2px;
}

.event-title,
.event-time { margin:0; }

.detail {
    margin: 15px 0 20px;
}

.detail1 {
    margin: 0 0 10px;
}

.detail2 {

}

.detail3 {

}

.detail4 {

}

.detail5 {

}


/* Photos */

/*---------------------------------- *\
 START: ADDED PHOTO START CATEGORY LIST
\*-----------------------------------*/

ul.photo-cat-list {
    border:0px;
}

.list-block.media-list .photo-cat-list .item-link .item-inner {
  padding-right: 20px;
  background: no-repeat right center;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 60 120' xmlns='http://www.w3.org/2000/svg'><path d='m60 61.5-38.25 38.25-9.75-9.75 29.25-28.5-29.25-28.5 9.75-9.75z' fill='%23ffffff'/></svg>");
  background-size: 10px 20px;
}

/* tap color */
.photo-cat-list .item-link:active {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  background-color: #d9d9d9;
}

.photo-cat-list .item-inner {
    border-bottom:none;
}

.photo-cat-list .item-inner .item-title {
	 white-space: normal; 
}


.photo-cat-list li {
   border-bottom: 1px solid #c8c7cc;
}

.photo-cat-list .item-media {
	width: 100px;
	height: 80px;
	margin: 8px 0;
	padding: 0;
	overflow: hidden;
	border: 5px solid #fff;
	align-items: flex-start;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(234, 234, 234, 1);
	   -moz-box-shadow: 0px 0px 0px 1px rgba(234, 234, 234, 1);
			box-shadow: 0px 0px 0px 1px rgba(234, 234, 234, 1);
}

.photo-cat-list .item-media img {
	width: 100%;
}
/* fb tonight */
.fb-tonight .item-media { 
	align-items: center; 
	background: #3B5998;
}
.fb-tonight .item-media i { 
	display: block; 
	margin: 0 auto; 
}


/*---------------------------------- *\
 END: ADDED PHOTO START CATEGORY LIST
\*-----------------------------------*/



.row-group-title {
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-top: 0;
	margin-bottom:10px;
    border-top: none;
    /* color: #ffffff; */
	color: #000;
	text-align:center;
	background: #cdcdcd;
   /* background-color: #632818; */
    padding: 6px 15px;
    border-bottom: 1px solid #ddd;
}
.photo-grid { 

margin-bottom: 20px; 
}

.photo-grid:before,
.photo-grid:after {
	display: table;
	content: " ";
	clear:both;
}


.photo-list-grid {
	list-style: none;
	font-size: 0px;
	margin:0;
	padding:0;
}

.photo-list-grid li {
	position:relative;
	text-align:center;
	display: inline-block;
	padding: 10px;
	width: 16.6666667%; 
	width: -webkit-calc(100% / 6 - 2%);
	width: calc(100% / 6 - 2%);
	margin:1%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	
	
 }
 
 .photo-list-grid li .photolink {
	display:block;
	height:93px;
	overflow:hidden;
	 
 }

.photo-list-grid li .favorite {
	position:absolute;
	display:block;
	right:10px;
	bottom:10px;
	width:0;
	height:0;
	border-bottom: 25px solid green;
	border-left: 25px solid transparent;
	color: #fff;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.favorite:before {
	display: block;
	position: absolute;
	font-size: 12px;
	left: -13px;
	top: 12px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005";
}


.photo-list-grid li a,
.photo-list-grid li a img {
	display: block;
	cursor: pointer;
	
}

.photo-list-grid li a img {
	width: 100%;
	max-width: 100%;
	height:auto;
	margin: 0 auto;
}

/* Photo Share Popover*/
/*.popover-share { background-color:rgba(255, 255, 255, 0.95); }*
.popover-share .item-inner { border-bottom: none; }
.popover-share li {
    border-bottom:1px solid rgba(50, 50, 50, 0.5);
	border-top:1px solid #fff;
    /*box-shadow: 1px 1px #1a0d09;*
}

.popover-share li:first-child { border-top:1px solid transparent; }
.popover-share li:last-child { border-bottom:1px solid transparent; }

.popover-share .popover-title {
    text-align: center;
    margin: 0;
    font-size: 18px;
}



/* media query: change number of items per row */

@media screen and (max-width: 1190px) {
	.photo-list-grid li {
		width: 18%; /* Fallback */
		width: -webkit-calc(100% / 5 - 2%);
		width: calc(100% / 5 - 2%);
		margin:1%;
	}
}

@media screen and (max-width: 945px) {
	.photo-list-grid li {
		width: 23%; /* Fallback */
		width: -webkit-calc(100% / 4 - 2%);
		width: calc(100% / 4 - 2%);
		margin:1%;
	}
}

@media screen and (max-width: 660px) {
	.photo-list-grid li {
		width: 33.3333333%; /* Fallback */
		width: -webkit-calc(100% / 3 - 2%);
		width: calc(100% / 3 - 2%);
		margin:1%;
	}
}

@media screen and (max-width: 400px) {
	.photo-list-grid li {
		width:48%;
		width: -webkit-calc(100% / 2 - 2%);
		width: calc(100% / 2 - 2%);
		margin:1%;
	}
}

@media screen and (max-width: 300px) {
	.photo-list-grid li {
		width: 100%;
	}
}

/* Photo toolbar */
.photo-browser-dark .navbar,
.photo-browser-dark .toolbar {
  background: rgba(30, 30, 30, 0.8);
  border: none;
  color: #fff;
}

.photo-toolbar-pagination {
	
}

.photo-toolbar-action .toolbar-inner {
	background: rgba(30, 30, 30, 0.8);
	border: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
}

.photo-fav,
.photo-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	cursor:pointer;
	font-size:17px;
	width:100%;
	height:100%;
	-webkit-border-radius: none; 
	   -moz-border-radius: none; 
			border-radius: none; 
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.photo-share {border: 1px solid #353535; }

.photo-fav.add-off {
	border: 1px solid #353535;
	color: #fff !important;
}
.photo-fav.add-off:active { background: #2b2b2b; }

.photo-fav.add-on {
	border: 1px solid #285405;
	background: green;	
	color: #fff !important;
}

.photo-fav i { padding: 0 5px; }

.photo-fav span,
.photo-share span {
	line-height: 1;
	display: block;
	letter-spacing: .01em;
	font-size: 13px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.photo-browser .navbar a.link { color: #fff; }

.fb-share { padding: 15px; }	
.fb-share img {
	background: #fff;
	padding:5px;
	border: 1px solid #ddd;	
	max-width:100%;
	height:auto;
	margin:auto;
	
}
.fb-share textarea {
	width:100%;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 10px 0;
	font: inherit;
	color: inherit;
	overflow:auto;
	height:auto;	
	padding:10px;
}

.fb-share textarea:focus {
  outline: 0;
}

.fb-share,
.fb-share img,
.fb-share textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Filter and Calendar */

.navbar-through.photos .page-content.photo-grid-with-filter {
    padding-top: 132px; 
}

#idFilterOptions { 
    color:white;
	background-color:red;
	max-height:0;
	overflow:hidden;
	-webkit-transition:max-height 0.35s ease;
	-moz-transition:max-height 0.35s ease;
	transition:max-height 0.35s ease;
}

#idFilterOptions.filter-bar-visible {
    max-height: 400px;	
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 2px 0px rgba(0, 0, 0, 0.3);	
}

.filter-options {
	height:44px;
	padding:0;
	margin:0;
	background: #fff;
	
/*background: rgb(40,17,11);
background: -moz-linear-gradient(top,  rgba(40,17,11,1) 0%, rgba(28,10,6,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,17,11,1)), color-stop(100%,rgba(28,10,6,1)));
background: -webkit-linear-gradient(top,  rgba(40,17,11,1) 0%,rgba(28,10,6,1) 100%);
background: -o-linear-gradient(top,  rgba(40,17,11,1) 0%,rgba(28,10,6,1) 100%);
background: -ms-linear-gradient(top,  rgba(40,17,11,1) 0%,rgba(28,10,6,1) 100%);
background: linear-gradient(to bottom,  rgba(40,17,11,1) 0%,rgba(28,10,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28110b', endColorstr='#1c0a06',GradientType=0 );*/


}

.filter-options .list-block ul { background:none; }

.filter-options .list-block .item-link .item-inner {
	background:none;	
	margin-right:0;
	padding:0 15px;
}

.filter-options .list-block .item-link .item-inner:after {
	display: inline-block;
	padding-left:5px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
}

.filter-options .item-link,
.filter-options a { color: #000; }

.filter-options .item-link:active { 
	color:#000;
	background:none;
}

.filter-options > [class*="col-"] {
  margin-left: 0;  
  line-height: 44px;
  height: 44px;
  color: #007aff;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}

.filter-events a {

display:inline-block;
width:100%;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;

}

.filter-options .date-selected { padding-top:4px; }



/* Popover Calendar */
table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.photo-calendar-heading { border-collapse:separate; }

.popover .popover-body { 
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.caltitle,
.caldaytitle { 
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}

.caltitle { border-bottom:1px solid #37170f; }

.caldaytitle {
	color: #000;
	background: #dedede;
	border-top:1px solid #ddd;
	font-weight:normal;
	font-size:12px;
	width:42px;
	padding:10px 0 5px;	
}

.calday {
    width:42px;
	padding:0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #fcfcfc;
	border-top:1px solid #fcfcfc;
	color:#000;
}

.calendar {
    width: 240px;
}

.calendar-slider-popup {
    height:240px;
	position:relative;
	overflow:hidden;
}

.calendar-photo-date {
    padding: 4px;
    width: 20px;
    height: 20px;
    background: rgb(123,32,32); 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    display:block;
    color:White !important;
	font-weight:bold;
}

.calendar-photo-date:active {
    background: rgb(110,28,28); 
}

.popover-calendar {
	width:320px;	
/*	left:0 !important;* larger screen is flush left and not align under link */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;   
			box-sizing: border-box;  
}

.popover-calendar .popover-title { 
	position:relative;
	 margin-top:0; 
	 padding:10px 0 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.popover-calendar .popover-body {
	background:#f2f2f2;
	overflow:hidden;
}	

.popover-calendar .popover-title  .slider-prev-button,
.popover-calendar .popover-title  .slider-next-button {
	color: #fff;
	position:absolute;
	width:44px;
	height:33px;
	line-height:33px;
	font-size:24px;
	text-align:center;	
	z-index:9999;
	top:10px;
}

.popover-calendar .popover-title  .slider-prev-button {	right:15px;}
.popover-calendar .popover-title  .slider-next-button {	left:15px;	}
.popover-calendar .popover-title  .slider-nav-button-disabled {	display:none; }

table.slider-slide td:empty { 
	background: #fff; 
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #fbfbfb;
	border-top:1px solid #fbfbfb;
}

table.slider-slide {border-collapse:separate; }
table.slider-slide > tbody > tr:last-child > .calday { border-bottom:none; }


table.slider-slide > tbody > tr:last-child > .calday:first-child { 
	border-left:none; 
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;

}
table.slider-slide > tbody > tr:last-child > .calday:last-child { 
	border-right:none; 
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}

table.slider-slide tr:empty { display:none;}

.popover-footer {
	width:100%;
	height:50px;
	color:#371911;
	background: #d4c4b8;
	border-top:1px solid #d4c4b8;	
	
	 display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}

.popover-footer .button {
	color:#fff;
	background:#f2892d;	
	border:1px solid #ba6214;
}

.popover-footer .button:active { background:#c96d1c; }



/* Food */

.list-block-menu {
    margin: 0px !important;
    font-size: 17px;
}

.list-block .list-group-title-menu {
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
    margin-top: 0;
    border-top: none;
    text-align: center;
	color: #fff;	
	background: #000;
    padding: 6px;
    border-bottom: 1px solid #cac1bb;	
}

.list-block .item-text-menu {
    font-size: 15px;
    color: #221710;
    line-height: 21px;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* Info */

.shareinfo .btn {
    width: 22%	
}
.shareinfo i {
	display:block;	
	padding:3px 0;
}

/* Misc */

.add-icon {
    line-height:20px;
    width:20px;
    color:#fff;
    -moz-box-shadow: inset 0 0 5px #613124;
    -webkit-box-shadow: inset 0 0 5px #613124;
    box-shadow: inner 0 0 5px #613124;    
    background: -moz-linear-gradient(#50291d, #000);
    background: -webkit-linear-gradient(#50291d, #000);
    background: linear-gradient(#50291d, #000); 
    border:solid 2px #fff;
    border-radius:6px;
}

.add-icon-tooltip {
    line-height:22px;
    width:17px;
    color:#000;
    font-size:22px;
    border:solid 2px #000;
    border-radius:6px;
}

.addToHomeShare {
	width:22px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA8CAYAAAAQTCjdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASCQAAEgkB80sG3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKjSURBVGiB7dpPiFVVHMDxz7m9NCtMyI2bEJEC25WrEkzHUXCRraIwdNE8ZxfYIlcis1ZEbGEzT1QCF4XgH1CyWhUoJKIWNRGEiCNKmkSiYTzfcfGuOokx77x3ZlS8382959zfn+/invvn3RdijHIRBrwkOINCYXEcdjpb7VyiYdBsLScwt5y6IloYdzqXo36Ro0gY9IKWo+5JwmzBt2HQnBw9ehYNazyn5TBee8Dh+Vq+CWu92GufnkTDR6ab7gDeBNHouMM/l9tXTXM0fGBmL726Fg1Dam74EsvKqR8VNowL2Yzj5f7rnnE4DHq2235diYYhhTGfC94up35T0y+6di/ITU0rKVd+sEi0P7xr2pSJOu8zvF+OzqEv7vDH/WFxt7/cshy/ticsN8sXYUht0kXDOlsF9XJ4UaEvNoz9X3zc5bKaZThbyr5jzJ4wlNY7KTgM+ES0vhz+KeiPw36fKC/ucAF9uFBOrTZm26SJCtaV27+xIo7cXdkTEhvOoh+XyxprU1qnim7CQdGK2HAyKRexYVShT3RItDElN+mkjiP2Ym+S3f01hv2EVal5WW6hU0ElmptaqJuBpXg6MbeFH2LDpU6CQ93zWIKnEvs0cayGU3glMfkOo1jQYewZzOuyz7FC95Jwo5OgUFfgeg993hh/eTqCTxOSm/iuk8DY0Ap1b2GhtHXxsfZN4j/X0fOx4auEIknEhqv4OiUn1L13Z/+xWfWVaG4q0dxUormpRHNTieamEs1NJZqbJ1Q0jHvdiJo5S2cVjSNOCHZhn3/SnuYnIvl3yomIIz7MXZMn9hydRCrR3FSiualEc1OJ5qYSzU0lmptKNDePjWgwcPePT7/g+4cp8wCW4GXaryK3tL+mLdD5x62ppllgu7bso8q/2HIbzGWdNmWnSJwAAAAASUVORK5CYII=);
	background-size:22px 30px;
}



/* Support Classes
/***********************************************************/

/* Padding */
.no-padding { padding:0; }
.no-margin { margin: 0; }
.addgap { margin-bottom: 30%; }


/****** Admin page ********/

.adminWrap .nav {
  padding-top: 15px;
  min-height: 62px;
  display: inline-block;
}

.adminWrap .nav > li, .adminWrap .nav:active > .active {
  float: left;
  position: relative;
  margin: 0 0 4px;
  height: 57px;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid;
  border-color: #cfcfcf #d6d6d6 #c8c8c8;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
}

.adminWrap .nav > li.active,
.adminWrap .nav > .active:active,
.adminWrap .nav > li:active {
  z-index: 2;
  margin: 3px 0 0;
  height: 57px;
  color: #FFF;
  /*color: #539f07;*/
  background: #7B2020;
  border-color: #3c100e;
  border-width: 1px 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
}

.adminWrap .nav > li:active {
  z-index: 3;
}

.adminWrap .nav > li:first-child {
  border-left-width: 1px !important;
  border-left-color: #c6c6c6;
  border-radius: 5px 0 0 5px;
}

.adminWrap .nav > li:last-child {
  border-right-width: 1px !important;
  border-right-color: #c6c6c6;
  border-radius: 0 5px 5px 0;
}

.adminWrap .nav > li + li, .adminWrap .nav:active > .active + li, .adminWrap .nav:active > li + .active {
  border-left-width: 0;
}

.adminWrap .nav > .active + li,
.adminWrap .nav > .active:active + li,
.adminWrap .nav > li:active + li,
.adminWrap .nav > li:active + .active {
  border-left-width: 1px;
}

.adminWrap .nav > li {
	max-width: 150px;	
}

.adminWrap .nav > li > a {
  display: block;
  position: relative;
  line-height: 54px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  outline: 0;
}

.adminWrap .nav > li > a:before {
  content: attr(title);
  position: absolute;
  top: 1px;
  left: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}

.adminWrap .list-block ul ul {
	padding: 5px 0 0 0;
}

/* */

.item-inner .width70 {max-width: 70%;}

/* camera view */

.camContainer {
  margin: 15px auto;
  width: 580px;
  text-align: center;
}

.camContainer > .button {
  margin: 12px 6px;
}

.camContainer .button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 55px;
  line-height: 54px;
  min-width: 130px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: .02em;
  font-size: 16px;
  color: black;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.camContainer .button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.camContainer .button:hover:before {
  background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}

 .camContainer.button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.camContainer .button:active:before {
  content: none;
}

.camContainer .button-gray {
  background: rgba(0, 0, 0, 0.05);
  border-color: #cfcfcf #d6d6d6 #c8c8c8;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
}

.camContainer .button-gray:active {
  background: #7B2020;
  color: white;
  border-color: #3c100e;
  border-width: 1px 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
}

.camContainer > .button-gray.active,
.camContainer .button-gray > .active:active,
.camContainer > button-gray:active {
  background: #7B2020;
  color: white;
  border-color: #3c100e;
  border-width: 1px 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
}