body {
margin:0px;
padding:0px;
}

.bg {
background:url('images/bg.png') no-repeat;
background-size: cover;
}

.page {
top:70px;
background:url('images/bg.png') no-repeat;
background-position:center;
min-height:500px;
}

.container-fluid, .row {
margin:0px;
padding:0px;
}

.toolbar {

background: #f6ad7c; /* Old browsers */
background: -moz-linear-gradient(top,  #f6ad7c 0%, #f17421 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6ad7c), color-stop(100%,#f17421)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6ad7c 0%,#f17421 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6ad7c 0%,#f17421 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6ad7c 0%,#f17421 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6ad7c 0%,#f17421 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ad7c', endColorstr='#f17421',GradientType=0 ); /* IE6-9 */
height:66px;
width:100%;
border-bottom:6px #1e804b solid;
}

.footernav {
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.btn-green { background-color: hsl(120, 49%, 31%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44bf44", endColorstr="#287528"); background-image: -khtml-gradient(linear, left top, left bottom, from(#44bf44), to(#287528)); background-image: -moz-linear-gradient(top, #44bf44, #287528); background-image: -ms-linear-gradient(top, #44bf44, #287528); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44bf44), color-stop(100%, #287528)); background-image: -webkit-linear-gradient(top, #44bf44, #287528); background-image: -o-linear-gradient(top, #44bf44, #287528); background-image: linear-gradient(#44bf44, #287528); border-color: #287528 #287528 hsl(120, 49%, 26%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }
.btn-silver { background-color: hsl(0, 0%, 82%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#d1d1d1"); background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d1d1d1)); background-image: -moz-linear-gradient(top, #f9f9f9, #d1d1d1); background-image: -ms-linear-gradient(top, #f9f9f9, #d1d1d1); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #d1d1d1)); background-image: -webkit-linear-gradient(top, #f9f9f9, #d1d1d1); background-image: -o-linear-gradient(top, #f9f9f9, #d1d1d1); background-image: linear-gradient(#f9f9f9, #d1d1d1); border-color: #d1d1d1 #d1d1d1 hsl(0, 0%, 78%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.26); -webkit-font-smoothing: antialiased; }
.btn-orange { background-color: hsl(26, 100%, 38%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8b32", endColorstr="#c15300"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ff8b32), to(#c15300)); background-image: -moz-linear-gradient(top, #ff8b32, #c15300); background-image: -ms-linear-gradient(top, #ff8b32, #c15300); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8b32), color-stop(100%, #c15300)); background-image: -webkit-linear-gradient(top, #ff8b32, #c15300); background-image: -o-linear-gradient(top, #ff8b32, #c15300); background-image: linear-gradient(#ff8b32, #c15300); border-color: #c15300 #c15300 hsl(26, 100%, 32.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36); -webkit-font-smoothing: antialiased; }
.btn-dark {
  background-color: hsl(0, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
  background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -o-linear-gradient(top, #5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 hsl(0, 0%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-red { background-color: hsl(0, 74%, 32%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df2a2a", endColorstr="#8d1515"); background-image: -khtml-gradient(linear, left top, left bottom, from(#df2a2a), to(#8d1515)); background-image: -moz-linear-gradient(top, #df2a2a, #8d1515); background-image: -ms-linear-gradient(top, #df2a2a, #8d1515); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df2a2a), color-stop(100%, #8d1515)); background-image: -webkit-linear-gradient(top, #df2a2a, #8d1515); background-image: -o-linear-gradient(top, #df2a2a, #8d1515); background-image: linear-gradient(#df2a2a, #8d1515); border-color: #8d1515 #8d1515 hsl(0, 74%, 27%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

/* Swipe 2 required styles */

.swipe {
overflow: hidden;
visibility: hidden;
position: relative;
}
.swipe-wrap {
overflow: hidden;
position: relative;
}
.swipe-wrap > div {
float:left;
width:100%;
position: relative;
}

/* END required styles */
