/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    clear: both;
    border-style: solid;
    border-color: #FFF transparent #CCC;
    border-width: 1px 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light-webfont.eot');
    src: url('../fonts/Muli-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Light-webfont.woff') format('woff'),
         url('../fonts/Muli-Light-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Light-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light-webfont.eot');
    src: url('../fonts/Muli-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Light-webfont.woff') format('woff'),
         url('../fonts/Muli-Light-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Light-webfont.svg#MuliLight') format('svg');
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-LightItalic-webfont.eot');
    src: url('../fonts/Muli-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Muli-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-LightItalic-webfont.svg#MuliLightItalic') format('svg');
    font-weight: lighter;
    font-style: italic;
}
*/

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light-webfont.eot');
    src: url('../fonts/Muli-Light-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Muli-Light-webfont.woff') format('woff'),*/
         url('../fonts/Muli-Light-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Light-webfont.svg#MuliItalic') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-LightItalic-webfont.eot');
    src: url('../fonts/Muli-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Muli-LightItalic-webfont.woff') format('woff'),*/
         url('../fonts/Muli-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-LightItalic-webfont.svg#MuliItalic') format('svg');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Muli bold';
    src: url('../fonts/Muli-Regular-webfont.eot');
    src: url('../fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Muli-Regular-webfont.woff') format('woff'),*/
         url('../fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli bold';
    src: url('../fonts/Muli-Italic-webfont.eot');
    src: url('../fonts/Muli-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Muli-Italic-webfont.woff') format('woff'),*/
         url('../fonts/Muli-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Italic-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* ==========================================================================
   Element Styling
   ========================================================================== */

body {
    font-family: 'Muli','Arial', sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 13px;
    color: #666;
    z-index:0;
    position:relative;
    top:0;
    left:0;
    top:0;
    bottom:0;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-family: 'Muli';
    font-weight: normal;
    color: #006232;
}

strong {
	font-family: 'Muli bold';
}	

.sub { 
  color: #666;
}

h1, h2, h3 {
    margin-bottom: 20px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

/*Checkbox Styling*/
input[type="checkbox"] ~ label { 
    display: inline-block; 
    height: 13px; 
    margin-bottom: 12px;
    padding: 2px 0 1px 18px; 
    background: url(../img/small-checkbox-sprite.png) left top no-repeat; 
}
input[type="radio"] ~ label { 
    padding-top: 1px;
    display: inline-block; 
    height: 13px; 
    padding: 4px 4px 3px 20px; 
     border: 1px solid transparent;
    background: url(../img/small-radio-sprite.png) 2px 3px no-repeat;
    line-height: 1;
}
input[type="checkbox"]:checked ~ label { background-position: left -16px; }
input[type="radio"]:checked ~  label { background-position: 2px -15px;}
input[type="checkbox"], input[type="radio"] { display: none; }


button, input, select, textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}

/* ==========================================================================
   Common classes
   ========================================================================== */

#header { overflow: hidden; }

.container {
    width: 960px;
    margin: 0 auto;
}

.container:after, .row:after, .paginator:after {
  clear: both;
}

.row:before,
.row:after, 
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.row, .container {
    clear: both;
    margin-bottom: 4px;
}

.row {
  width: 100%;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after {
  clear: both;
}

.row [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}

.row [class*="span"]:first-child {
  margin-left: 0;
}

.row .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

[class*="span"].hide,
.row [class*="span"].hide {
  display: none;
}

.row .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

.two-col .span {
    width: 48%;
    margin-right: 2%;
}

.two-col .span:last-child {
    margin-right: 0px;
}

.three-col .span {
    width: 30%;
    margin-right: 3%;
}

.three-col .span:last-child {
    margin-right: 0px;
}

.row.heading {
  margin-bottom: 18px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.top-right {
  position: absolute;
  top: 18px;
  right: 18px;
}

.top-left {
  position: absolute;
  top: 18px;
  left: 18px;
}

.bottom-left {
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.bottom-right {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.bottom-center {
  position: absolute;
  bottom: 18px;
}

.hide {
    display: none;
}

.premium {
  background: #ebebeb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 25%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#ebebeb));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 25%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 25%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 25%);
  background: linear-gradient(top,  #ffffff 0%,#ebebeb 25%);
  behavior: url(../htc/PIE.htc);
  -pie-background: linear-gradient(top,  #ffffff 0%,#ebebeb 25%);
  background-repeat: no-repeat;
}

.premium h1, .premium h2 {
  font-size: 24px;
  color: #006232;
}

.call-to-action {
  text-align: center;
  margin-bottom: 18px;
}

ul.no-style, ul.no-style li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
ul.no-style li {
    margin-bottom: 5px;
}

.note {
    color: #999;
    font-size: 90%;
    font-style: italic;
}

.light-gray {
    color: #656565;
}


.white-bkg {
    background-color: #FFF;
}

.gray-bkg {
    background-color: #DCDCDC;
}

.primary {
    color: #690;
    font-weight: 600;
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
}

.listed {
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
}

.listed li {
  margin: 4px 0px;
  overflow: hidden;
}

.listed li:first-child {
  margin-top: 0px;
}

.active .primary {
  color: #666;
}

.secondary {
    color: #006232;
    font-size: 15px;
}

.tertiary {
    font-weight: bold;
}

.offset {
  text-align: right;
}

.primary a, .secondary a, .no-link {
    color: inherit;
    text-decoration: none;
}

.dark-green {
    color: #006232;
}

.error {
    color: #900;
}

.small {
    font-size: 66.66666666666667%;
}

.large {
    font-size: 150%;
}

.options {
    text-decoration: none;
    border-bottom: 1px dotted #690;
    color: #666;
    cursor: help;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
  display: inline-block;
  margin: auto 5px;
}

.affix {
  position: fixed;
}

.img-polaroid {
  padding: 5px;
  margin: 4px 0px 8px 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  behavior: url(../htc/PIE.htc);
  position: relative; /* IE8 PIE fix */
  z-index: 2;
}

.img-raised {
  padding: 5px;
  margin: 4px 0px 8px 0px;
  background-color: #fff;
  border-top: 1px solid #e8e7e7;
  border-right: 1px solid #d4d3d3;
  border-bottom: 1px solid #cbcaca;
  border-left: 1px solid #e6e5e5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  behavior: url(../htc/PIE.htc);
  position: relative; /* IE8 PIE fix */
  z-index: 2;
}

.items .active .img-raised {
  border: 2px solid #690;
}

.video-thumbnail {
  text-align: center;
}

.video-thumb {
  position: relative;
}

.video-thumb:after {
  content: '';
  display: block;
  background: url(../img/play_button.png) no-repeat center;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 0;
  z-index: 5;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.inline-links {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    vertical-align: middle;
}



.inline-links li {
    float: left;
    margin: 5px 5px 5px 0;
    position: relative;
}

.inline-links li a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.inline-links.steps li {
    color: #666;
    font-size: 20px;
    line-height: 20px;
    margin-right: 60px;
}

.step {
  font-size: 16px;
  margin-right: 0px;
}

.inline-links.steps .active, .step.active, .step.past {
    color: #006232;
}

.step.active span {
  padding-bottom: 4px;
  border-bottom: 4px solid #690;
  margin-bottom: 0px;
}

.inline-links.steps .active:last-child span {
    border-bottom: 3px solid #690;
}

.called-out {
    background-color: white;
    border: 3px solid #FFC300;
    padding: 12px; 
}

.description {
  margin-top: 10px;
}

.description p {
  margin: 2px 0px;
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    outline: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.emphasis {
  font-style: italic;
}

.call-out {
  font-weight: bold;
}

.raised
{
    padding: 18px;
    border-top: 1px solid #e8e7e7;
    border-right: 1px solid #d4d3d3;
    border-bottom: 1px solid #cbcaca;
    border-left: 1px solid #e6e5e5;
    background-color: #fff;
    margin-bottom: 20px;
}

.attention {
    background-color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background-image: linear-gradient(top, #fff 0%, #ebebeb 100%);
    -pie-background: linear-gradient(top, #fff 0%, #ebebeb 100%);
    behavior: url(../htc/PIE.htc);
    position: relative; /* IE8 PIE fix */
    z-index: 2;
    padding: 20px;
    border: 4px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.thumb {
  margin-bottom: 10px;
}

.app .thumb {
  margin-bottom: 0px;
}

.thumb img {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}


.section {
    padding: 60px 0px;
}

.row.section, .container.section {
    padding: 0px 0px 10px 0px;
}

.row.section:last-child {
  padding: 0px;
}

.section:nth-child(even) {
    background-color: #f5f5f5;
}

.container.section:nth-child(even), .row.section:nth-child(even) {
    background-color: inherit;
}

/* ==========================================================================
   Generic Form Styles
   ========================================================================== */


.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 120px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .group-small .control-label {
  width: 70px;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 140px;
  *margin-left: 0;
}

.form-horizontal .group-small .controls {
  margin-left: 90px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.form-horizontal .controls .btn,
.form-horizontal .controls .btn:visited {
 	text-decoration: none;
  margin-top: 0px;
}

.input-xmini {
  width: 30px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    border-radius: 4px;
    border: none;
    box-shadow: inset 1px 1px 4px #999;
    padding: 5px;
}


/* ==========================================================================
   CHOSEN Form Styles
   ========================================================================== */
/* @group Base */
.chzn-container, .chosen-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop, .chosen-container .chosen-drop  {
  background: #e2e2e2;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
/*  top: 31px; */
  left: 0;
  height: 130px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

.chosen-container .chosen-drop {
		left: -9999px;
}
/*
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #e2e2e2;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
*/

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}


/* @group Single Chosen */
.chzn-container-single .chzn-single, .chosen-container-single .chosen-single {
  background-color: #ffffff;
  background-image: -webkit-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: -moz-linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: -o-linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius   : 10px;
  border-radius        : 10px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default, .chosen-container-single .chosen-default {
  color: #999;
}
.chzn-container-single .chzn-single span, .chosen-container-single .chosen-single span  {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
}
.chzn-container-single .chzn-single abbr, .chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover, .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div, .chosen-container-single .chosen-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 24px;
}
.chzn-container-single .chzn-single div b, .chosen-container-single .chosen-single div b  {
  background: url('../img/icon-dropdown.png') no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search, .chosen-container-single .chosen-search {
  padding: 0 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input, .chosen-container-single .chosen-search input  {
  background: #fff url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop, .chosen-container-single .chosen-drop {
	width: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius   : 0px;
  border-radius        : 0px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input,.chosen-container-single-nosearch .chosen-search input  {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices, .chosen-container-multi .chosen-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li,.chosen-container-multi .chosen-choices li  {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field, .chosen-container-multi .chosen-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input,.chosen-container-multi .chosen-choices .search-field input  {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default, .chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice,  .chosen-container-multi .chosen-choices .search-choice{
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled, .chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus, .chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover, .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close, .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results, .chosen-container .chosen-results {
  margin: 0;
  max-height: 130px; /* 240px; */
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results, .chosen-container-multi .chosen-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li, .chosen-container .chosen-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results li:first, .chosen-container .chosen-results li:first  {
  border-top: 0px;
}
.chzn-container .chzn-results .active-result, .chosen-container .chosen-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted, .chosen-container .chosen-results .highlighted {
  background-color: #fff;
}
.chzn-container .chzn-results li em, .chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em, .chosen-container .chosen-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results, .chosen-container .chosen-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result, .chosen-container .chosen-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option, .chosen-container .chosen-results .group-option  {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected, .chosen-container-multi .chosen-drop .result-selected  {
  display: none;
}
.chzn-container .chzn-results-scroll, .chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span, .chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down, .chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span, .chosen-container .chosen-results-scroll-down span {
  background: url('../img/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span, .chosen-container .chosen-results-scroll-up span {
  background: url('../img/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single, .chosen-container-active .chosen-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop, .chosen-container-active .chosen-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #ffffff;
  background-image: -webkit-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: -moz-linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: -o-linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  background-image: linear-gradient(bottom, #e2e2e2 0%, #fff 100%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-choices, .chosen-container-active .chosen-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input, .chosen-container-active .chosen-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled, .chosen-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single, .chosen-disabled .chosen-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close, .chosen-disabled .chosen-choices .search-choice .search-choice-close{
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl, .chosen-rtl  { text-align: right; }
.chzn-rtl .chzn-single, .chosen-rtl .chosen-single  { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span, .chosen-rtl .chosen-single span  { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div, .chosen-rtl .chosen-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr, .chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input, .chosen-rtl .chosen-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li, .chosen-rtl .chosen-choices li  { float: right; }
.chzn-rtl .chzn-choices .search-choice,.chosen-rtl .chosen-choices .search-choice  { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close, .chosen-rtl .chosen-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl.chzn-container-single .chzn-results, .chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option, .chosen-rtl .chosen-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div, .chosen-rtl.chosen-container-active .chosen-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input, .chosen-rtl .chosen-search input {
  background: #fff url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b, .chosen-container-single.chosen-rtl .chosen-single div b  {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b, .chosen-container-single.chosen-rtl .chosen-single-with-drop div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span
,  .chosen-rtl .chosen-search input, .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chzn-search input, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span  
   {
      background-image: url('chosen-sprite@2x.png') !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */



/* ==========================================================================
   Accordion Styles
   ========================================================================== */

.accordion-heading {
  line-height: 20px;
  padding: 4px 8px;
  margin: 0px 0px 10px 28px;
}

.accordion-heading a {
  text-decoration: none;
}

.accordion-heading a:before {
  display: block;
  content: '';
  height: 24px;
  width: 24px;
  line-height: 20px;
  background: url(../img/icon-plus.png) no-repeat center center;
  position: absolute;
  top: 0px;
  left: -24px;
}

.accordion-heading.active a:before {
  background: url(../img/icon-minus.png) no-repeat center center;
}

.accordion-heading a {

}

/* ==========================================================================
   Table Styles
   ========================================================================== */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}

.heading .table td {
  vertical-align: bottom;
}

.table th,
.table td {
  padding: 0px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f6fbf4;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row table td[class*="span"],
.row table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
max-width: 44px;
min-width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
max-width: 124px;
min-width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
max-width: 204px;
min-width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
max-width: 284px;
min-width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
max-width: 364px;
min-width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
max-width: 444px;
min-width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
max-width: 524px;
min-width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
max-width: 604px;
min-width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
max-width: 684px;
min-width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
max-width: 764px;
min-width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
max-width: 844px;
min-width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
max-width: 924px;
min-width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}



/* ==========================================================================
   Progress Bars
   ========================================================================== */

.rating-overview.raised {
  padding: 10px;
}

.rating-overview p {
  margin: 0px 0px 10px 0px;
}

.ratings .rating p {
  margin: 0px;
}

.rating.row {
  margin-bottom: 0px;
}

.rating.row [class*="span"] {
  min-height: 0px;
}

.progress {
  overflow: hidden;
  height: 16px;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  behavior: url(../htc/PIE.htc);
  position: relative; /* IE8 PIE fix */
  z-index: 2;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #669900;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OGNiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #669900 0%, #98cb00 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#669900), color-stop(100%,#98cb00));
  background: -webkit-linear-gradient(left,  #669900 0%,#98cb00 100%);
  background: -o-linear-gradient(left,  #669900 0%,#98cb00 100%);
  background: -ms-linear-gradient(left,  #669900 0%,#98cb00 100%);
  background: linear-gradient(left,  #669900 0%,#98cb00 100%);
  -pie-background: linear-gradient(left,  #669900 0%,#98cb00 100%);
  behavior: url(../htc/PIE.htc);
  position: relative; /* IE8 PIE fix */
  z-index: 2;
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}



/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

#breadcrumbs .inline-links a {
  color: #690;
}

#breadcrumbs .inline-links a:after {
  display: inline;
  content: ' >';
  color: #666;
}

#breadcrumbs .inline-links li {
  color: #666;
  font-weight: bold;
}



/* ==========================================================================
   Rollover/Modal Related
   ========================================================================== */

.rollover.modal h2 {
  font-size: 22px;
  color: #690;
}

.rollover h3, .rollover h5, .rollover p {
    margin: 3px 0px;
}

.rollover .row {
    margin-bottom: 0px;
}

.rollover.modal.options h2 {
  color: #006232;
}

.rollover .rollover-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
}

.rollover .rollover-bottom {
    padding-top:20px;
    border-top: 1px solid #dadada;
}

.rollover .embed {
    margin-left: 0px;
}

.rollover .demo.video .hover {
    position: absolute;
    top: 70px;
    left: 100px;
}

.rollover-bottom .span {
    text-align: center;
    padding: 20px 20px 0px 20px;
}


.rollover-bottom .product-thumb {
    margin: 0 auto;
    width: 156px;
}


.rollover .rollover-bottom .product-thumb {
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
}

.rollover .pricing {
    text-align: left;
}

.device .rollover .pricing {
    text-align: center;
}

.pricing p {
  margin: 15px 10px;
  font-size: 18px;
}


.pricing .single:first-child {
  color: 
}

.rollover .pricing {
    font-size: 18px;
    font-family: 'Arial', sans-serif;
}

.rollover .pricing .prices {
    margin: 0px 0px 0px 20px;
    line-height: 12px;
}

.rollover .raised {
    margin: 0px;
    padding: 8px;
}

.rollover .embed {
    text-align: center;
}


/* ==========================================================================
   Toggle JS Styling
   ========================================================================== */

.toggle-content .toggle-pane {
  display: none;
}

.toggle-content .toggle-pane.active {
  display: block;
}

/* ==========================================================================
   Hotspot JS Styling
   ========================================================================== */

.hotspot {
  position: absolute;
}

/* ==========================================================================
   Tooltip JS Styling
   ========================================================================== */

.tooltip {
  display: none;
  min-width: 200px;
  z-index: 20;
  text-align: left;
}

.tooltip.modal.show {
  min-width: 600px;
  width: 600px;
}

.tooltip.shown {
  display: block;
}

.tooltip p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tooltip p.secondary {
  margin: 30px 20px;
}

.tooltip .row {
  margin-bottom: 0px;
}

.tooltip.attention {
  padding: 10px;
}

.tooltip.left-tip:after {
  display: block;
  content: '';
  background: url(../img/tooltip-left.png) no-repeat center;
  position: absolute;
  right: -21px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 21px;
  height: 25px;
}

.tooltip.top-tip:after {
  display: block;
  content: '';
  background: url(../img/tooltip-top.png) no-repeat center;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 21px;
}

.tooltip.right-tip:before {
  display: block;
  content: '';
  background: url(../img/tooltip-right.png) no-repeat center;
  position: absolute;
  width: 21px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -21px;
}

.tooltip.bottom-tip:before {
  display: block;
  content: '';
  background: url(../img/tooltip-bottom.png) no-repeat center;
  position: absolute;
  width: 25px;
  height: 21px;
  top: -21px;
  left: 0;
  margin: auto;
  right: 0;
}

.tooltip .end-quote {
  padding-top: 40px;
}


/* ==========================================================================
   Pagination Related
   ========================================================================== */
.product-wrapper {
  margin-bottom: 50px;
}

.paginator {
    vertical-align: middle;
    position: absolute;
    right: 18px; 
}

.paginator.top {
    top: 0px;
}

.paginator.bottom {
    bottom: 0px;
}

.paginator .inline-links {
  vertical-align: middle;
}

.paginator .inline-links li {
    width: 14px;
    height: 18px;
}

.paginator .inline-links .active a {
    background: url(../img/paginate-on.png) no-repeat center center;
}

.paginator .inline-links li a {
    display: block;
    text-indent: -9999px;
    background: url(../img/paginate-off.png) no-repeat center center;
}

.paginatorBottom {
vertical-align: middle;
right: 18px;
clear: both;
float: right;
}

.paginatorBottom .inline-links li {
    width: 14px;
    height: 18px;
}

.paginatorBottom .inline-links .active a {
    background: url(../img/paginate-on.png) no-repeat center center;
}

.paginatorBottom .inline-links li a {
    display: block;
    text-indent: -9999px;
    background: url(../img/paginate-off.png) no-repeat center center;
}



/* ==========================================================================
   Pricing
   ========================================================================== */

.pricing {
    font-size: 11px;
    font-family: 'Arial', sans-serif;
}

.raised .pricing .single.raised,
.rollover .pricing .single.raised {
  padding: 20px 10px;
}

.pricing label {
  font-size: 18px;
  margin-bottom: 2px;
}

.pricing .prices {
    margin: 0px 0px 0px 40px;
    line-height: 12px;
}

.pricing p {
  margin: 5px 0px;
}

.pricing .single .prices {
  margin: 5px 0px;
}


.price {
    font-size: 12px;
    display: inline-block;
    font-weight:600;
}

.single.price {
  font-size: 18px;
}

.sale .price, .discount, .sale.price {
    color: #930;
}

.sale.price:before {
  content: 'SALE';
  display: inline-block;
  margin-right: 5px;
}

.prices .price:first-child {
    font-weight: bold;
    text-decoration: line-through;
}

.prices .price:last-child {
    font-weight: bold;
    color: #930;
    text-decoration: none;
}

.prices .price:only-child {
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

.button {
    text-align: center;
}

.button p {
    margin: 5px 0px;
}

.quantity-wrapper .select {
    position:relative;
    z-index:10;
    width:60px !important;
    height:26px !important;
    line-height:26px;
}

.quantity-wrapper .select-styled {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-indent: -15px;
    background: url(../img/small-select-bkg.png) no-repeat 0px 1px;
    cursor: default;
    z-index: 1;
}



/* ==========================================================================
   Product Related
   ========================================================================== */


.product-thumb img {
    opacity: 1;
}

.product-inner:hover .product-thumb img {
    opacity: 0.4;
}

.product-inner:hover .quick-view {
   display: inline-block;
}

.catalog-product .quick-view {
    position: absolute;
    top: 40px;
    left: 12px;
    z-index: 2;
    display: none;
}


.catalog-product .quick-view {
    top: 27px;
    left: 17px;
}

.product-rating-details {
  font-size: 11px;
}

.row .catalog-product {
    width: 158px;
    position: relative;
    margin: 11px auto 0 auto;

}

.catalog-product .out-of-stock {
    font-family: 'MuliItalic';
    font-style: italic;
}

.catalog-product p {
    margin: 0px inherit 0px inherit;
}


.app.product-thumb {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 160px;
    position: relative;
    margin: 0 auto;
    height: 110px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    behavior: url(../htc/PIE.htc);
    position: relative; /* IE8 PIE fix */
    overflow: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.catalog-product .product-availability {
    margin: 2px 0px;
}

.catalog-product .product-availability p {
   margin: 0px;
}

.product-thumb.app:after, .product-thumb.apps:after {
    text-transform: uppercase;
    content: attr(data-content);
    text-align: left;
    font-size: 10px;
    height: 17px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 144px;
    padding: 0px 8px;
    font-size: 10px;
    -webkit-border-radius: 0px 0px 6px 6px;
    background: white url(../img/dots-bkg.png) repeat top left;
    line-height: 17px;
}

.product-thumb.apps:after  {
  bottom: 11px;
  left: 25px;
}

.catalog-product .new-flag {
    display: block;
    width: 72px;
    height: 29px;
    position: absolute;
    top: -12px;
    left: -9px;
    z-index: 4;
}

.atg-product-color-block {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #999;
    vertical-align: middle;
    margin-right: 5px;
}

/* ==========================================================================
   Icons
   ========================================================================== */

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 3px;
}

.icon-search {
    background: url(../img/icon-search.png);
}

.icon-plus {
  background: url(../img/icon-plus.png);
  height: 24px;
  width: 24px;
  margin-top: 4px;
  margin-right: 4px;
  vertical-align: -7px;
}

.icon-minus {
  background: url(../img/icon-minus.png);
  height: 24px;
  width: 24px;
  margin-top: 4px;
  margin-right: 4px;
  vertical-align: -7px;
}

.icon-pdf {
  background: url(../img/icon-pdf.png);
  height: 32px;
  width: 32px;
  margin-top: -11px;
  margin-left: 2px;
  margin-right: 6px;
}

.icon-help {
    background: url(../img/icon-help.png);
    height: 16px;
    width: 16px;
}

.icon-check {
    background: url(../img/icon-check.png);
    height: 30px;
    width: 28px;
}

.icon-zoom {
    background: url(../img/icon-magnify.png);
    height: 25px;
    width: 24px;
}

.icon-down {
    background: url(../img/icon-down.png);
    height: 8px;
    width: 14px;
    margin-top: 5px;
}

.icon-hotspot {
  height: 27px;
  width: 27px;
  background: url(../img/icon-hotspot.png);
}

.icon-cart {
    background: url(../img/icon-cart.png);
}

.icon-gift {
    width: 19px;
    height: 21px;
    background: url(../img/icon-gift.png);
}

.icon-1 {
    margin-top: -1px;
    width: 25px;
    height: 25px;
    background: url(../img/icon-1.png);
    margin-left: -12px;
}

.active .icon-1, .past .icon-1 {
    background: url(../img/icon-1-active.png);
}

.icon-2 {
    margin-top: -1px;
    width: 25px;
    height: 25px;
    background: url(../img/icon-2.png);
    margin-left: -12px;
}

.active .icon-2, .past .icon-2 {
    background: url(../img/icon-2-active.png);
}

.icon-3 {
    margin-top: -1px;
    width: 25px;
    height: 25px;
    background: url(../img/icon-3.png);
    margin-left: -12px;
}

.active .icon-3, .past .icon-3 {
    background: url(../img/icon-3-active.png);
}

.close {
    background: url(../img/close.png);
    height: 20px;
    width: 20px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 0.8;
}

.small-close {
  top: 13px;
  right: -18px;
  background: url(../img/small-close.png) no-repeat center;
  height: 15px;
  width: 15px;
  float: right;
}

.close:hover, .small-close:hover {
    opacity: 1;
}

/* ==========================================================================
   Button Styles
   ========================================================================== */

.btn.btn-block {
    display: block;
    cursor: pointer;
}



.btn {
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    *display: inline;
    padding: 5px 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cbcaca;i am
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding: 5px 20px;
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #fefefe 0%, #e8e9eb 100%);
    background-image: -o-linear-gradient(top, #fefefe 0%, #e8e9eb 100%);
    background-image: -webkit-linear-gradient(top, #fefefe 0%, #e8e9eb 100%);
    background-image: linear-gradient(top, #fefefe 0%, #e8e9eb 100%);   
    behavior: url(../htc/PIE.htc);
    position: relative; /* IE8 PIE fix */
    z-index: 2;
}

button.btn { height: 34px; }
.ie8 .btn{
  display: block;
}

.btn-small {
    font-size: 13px;
    padding: 2px 15px;
    line-height: 21px;
    height: 20px;
}

.btn-raised {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}

.btn.disabled {
  color: #666;
  /* font-style: italic; */
}

.btn-yellow {
    color: #FFF;
     -moz-box-shadow: inset 0 0 5px rgba(255,251,193,.3);
    -webkit-box-shadow: inset 0 0 5px rgba(255,251,193,.3);
    box-shadow: inset 0 0 5px rgba(255,251,193,.3);
    text-shadow: 0 1px 1px rgba(189,127,36,.5);
    background: #f49d31;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2MSAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ5ZDMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmFjOTMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjEiIGhlaWdodD0iMzIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top, #fac932 0%, #f49d31 100%);
    background-image: -moz-linear-gradient(top, #fac932 0%, #f49d31 100%);
    background-image: -o-linear-gradient(top, #fac932 0%, #f49d31 100%);
    background-image: linear-gradient(top, #fac932 0%, #f49d31 100%);  
    -pie-background: linear-gradient(top, #fac932 0%, #f49d31 100%); 
}

.btn-green {
    color: #fff;
    background-color: #690;
    border: 2px solid #7eb100;
    font-weight: normal;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlYjEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzlhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -webkit-linear-gradient(top, #7eb100 0%, #679a00 100%);
    background-image: -moz-linear-gradient(top, #7eb100 0%, #679a00 100%);
    background-image: -o-linear-gradient(top, #7eb100 0%, #679a00 100%);
    background-image: linear-gradient(top, #7eb100 0%, #679a00 100%);
    -pie-background: linear-gradient(top, #7eb100 0%, #679a00 100%);
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

button.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* ==========================================================================
   jQuery Scrollable
   ========================================================================== */

.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
}
 
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}

.scrollable .items > div {
    float:left;
}

.raised .scrollable .items .container {
  width: 802px;
}

.scrollable .items .container {
  clear: none;
  width: 830px;
  margin: 0px 60px;
}

.browse {
    width: 18px;
    height: 32px;
    margin-top: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
}

.browse.big {
  height: 47px;
  width: 27px;
}

.browse.xbig {
  height: 87px;
}

.disabled {
    cursor: default;
}



.next.disabled {
    background: none;
    /*background: url(../img/right-arrow-disabled.png) no-repeat center center;*/
}

.next {
    background: url(../img/right-arrow.png) no-repeat center center;
    right: 0px;
}

.next.big.disabled {
    background: none;
    /*background: url(../img/right-arrow-big-disabled.png) no-repeat center center;*/
}

.next.big {
    background: url(../img/right-arrow-big.png) no-repeat center center;
    right: 0px;
}


.prev.disabled {
    background: none;
    /*background: url(../img/left-arrow-disabled.png) no-repeat center center;*/
    margin-right: 25px;
}

.prev {
    background: url(../img/left-arrow.png) no-repeat center center;
    margin-right: 25px;
    left: 0px;
}

.prev.big.disabled {
    background: none;
    /*background: url(../img/left-arrow-big-disabled.png) no-repeat center center;*/
    margin-right: 25px;
}

.prev.big {
    background: url(../img/left-arrow-big.png) no-repeat center center;
    margin-right: 25px;
    left: 0px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* For when there's no containing div... */
.clear {
    display: block;
    height: 0;
    clear: both;
}



/* ==========================================================================
   Mini Shopping Cart Overlay
   ========================================================================== */

#miniCart {
    background: url(../img/miniCart_bg.png) center top no-repeat;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100;
    display: block;
    width: 505px;
    height: 611px;
    padding: 30px 30px 20px;
}
#miniCart .close-cart { top: 20px; right: 10px; }
#miniCart .header { margin-bottom: 8px; }
#miniCart h3 {
    line-height: 1;
    padding-top: 8px;
    margin-bottom: 10px;
}
#miniCartCheckoutBtn { margin-top: 0; }
#miniCart .cart-item {
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}
#miniCart .cart-item .off { display: none; }
#miniCart .cart-item .product-icon {
    width: 100px;
    height: 80px;
    text-align: center;
}
#miniCart .cart-item .product-icon { max-height: 100%; max-width: 100%; }
#miniCart .cart-item .product-info {
    width: 200px;
    height: 80px;
    font-size: 13px;
    padding: 10px;
    overflow: hidden;
}
#miniCart .cart-item .product-info .details {
    width: 100%;
    height: 13px;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#miniCart .cart-item .product-info .details .color-block {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    vertical-align: bottom;
    margin-right: 5px;
}
#miniCart .cart-item .price {
    display: block;
    font-weight: lighter;
    line-height: 1;
    height: 80px;
    width: 100px;
    padding: 2px 0;
    margin-top: 10px;
    text-align: right;
}
#miniCart .cart-item .price .savings {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #B00;
    line-height: 1.1;
}
#miniCart .mini-cart-remove {
    width: 15px;
    min-height: 15px;
    margin: 10px;
}
#miniCart .cart-item .remove-btn {
    width: 15px;
    height: 15px;
    z-index: 20;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjE4MEY3NTg2NTlBMTFFMjk1MDNCMjI1QjBCQjc5MEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjE4MEY3NTk2NTlBMTFFMjk1MDNCMjI1QjBCQjc5MEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMTgwRjc1NjY1OUExMUUyOTUwM0IyMjVCMEJCNzkwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMTgwRjc1NzY1OUExMUUyOTUwM0IyMjVCMEJCNzkwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjxGpJcAAAGKSURBVHjalJOxT8JAFMZ7N0DSJlBdDMVEE0YkBhZJSBgcIGEz6uJm4urg4l/j6qTGwX+BLg4wCISliQFbIkMtJG2ggdT3GY+UBgN+yQ3tfb937917x+bzuSQUBAGzLOsAy3Gc3el0qsTjcVdV1Q9N01pYjLFA+JmAPc/bajQa5wRp0h+iIFahUHiQZflrAQPUdf0KJ0lrhExKpdIdAnCkihM3ASH44AfHf+tbpJpMJtVqtXqTyWRy4rtWq92Kbwh+cNw0zcNw5NFo5PT7/ddsNnsCsFgsXo7HY9MwjLewDxxfdUGdTke3bdsol8vXdCd+vV6/j3oo4A73fV9eVRvB79QWNplMnFX74HgsFvOiG6lUap9qPG6328+U+h61pxL1gOPoXfgn6iTzxXA4bKHObrf7kk6nj8IXBiUSiU/W6/VyzWbzVPqn8vn8E8fIRU9fJ/jBccwqRXnE5GwCwgc/uMVsu667TemfrZttgIqi2D+zPZvNll7VYDAQr0pDO3CrIk3qwtKr+hZgADlH3JLRKEEbAAAAAElFTkSuQmCC) right top no-repeat;
    cursor: pointer;
    float: right;
}
#miniCart .cart-item .remove-btn:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MERENUUxQTM2NTlCMTFFMjg2Mzk5RjgzQ0U1ODJGNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MERENUUxQTQ2NTlCMTFFMjg2Mzk5RjgzQ0U1ODJGNTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowREQ1RTFBMTY1OUIxMUUyODYzOTlGODNDRTU4MkY1NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowREQ1RTFBMjY1OUIxMUUyODYzOTlGODNDRTU4MkY1NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptur0NwAAAHeSURBVHjaYvz8+TMDDPz//5/h/Pnz3tevX/d+8eKF8cePHw34+fkvSEhInNXU1NxqaGi4lZGREa6eEab5/fv3oqtXr5756NGjQAYcQE5Obn1oaGi6oKDga7jmV69eqcyePfvw9+/fJRgIAE5OzheZmZmGQkJCL5j+/fvHvAIIiNEIAiB1a9asmQbyIrOrq2vkuXPncmCSkpKSDBUVFQxAQxkePHgA5tfW1jL8+fMHzAcBYFho8vLy3mA2MDBoB3LUYJq/fPnCAJRg8PT0ZLh48SJDdnY2yFsMQMehuODHjx+czMAQnAA0lRtZ4ubNmwwaGhoMXl5eDN++fWPo7OzEcP7v37/5mIB+EMXmt/v37zMwMTGBnIjV7z9//hRiAobea3QJXV1dBnt7e4YNGzYwyMjIMERHR2NoZmdnf8ckJiZ2ClkQFEDx8fFgpx84cIBhy5YtDMbGxgwODg4omkVFRc8y7t69OxaoYBEDicDPzy+CyczMbBnQlAukaASlNFNT05VMwLT6Nzw8PBSUcojRCFIXFBSUBWIzgQhxcfE7GRkZerKysuvxaQTJg9QJCwuDLWL89OkTSq46e/ZsCDBxJLx8+dIMmBBEOTg4XgMNP6Wvr78AGHBrkHMVQIABABAjyg+6EZWRAAAAAElFTkSuQmCC);
}
#miniCart .cart-item .remove-panel {
    width: 130px;
    padding: 5px;
    height: auto;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 3px 5px #777;
    position: absolute;
    right: 0;
    top: 15px;
    margin-top: 5px;
    display: none;
}
#miniCart .cart-item .remove-panel a {
    display: block;
    color: #690;
    font-weight: lighter;
    text-align: right;
}
#miniCart .divider {
    margin: 0 0 16px;
    height: 2px;
    text-align: center;
}
#miniCart ul.wishlist-items, #miniCart ul.wishlist-items li {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
#miniCart ul.wishlist-items { margin-bottom: 12px; }
#miniCart .wishlist-items .product-title { width: 300px; }
#miniCart .wishlist-items .price { width: 60px; text-align: right; }

#miniCart .loading {
	background: url("../img/loading.gif") no-repeat scroll center center rgba(255, 255, 255, 0.5);
    display: none;
    height: 96%;
    left: 5px;
    position: absolute;
    top: 15px;
    width: 97%;
    z-index: 10;
}

div#busyOverlay {
	width: 142px;
	height: 124px;
	left: 44%;
	margin: 0;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}