/*
Theme Name: Jumbla
Theme URI: http://jumbla.com/
Description: A simple responsive theme based on the Bootstrap framework. Handcrafted for our precious clients.
Version: 1.3
Author: Jumbla
Author URI: http://jumbla.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700);

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
    
  /*font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;*/
  font-size: 16px;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  /*outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
  outline: none;        
  box-shadow: none;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

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

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .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;
  }
  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;
  }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

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

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;

        margin-left: 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        *zoom: 1;
    }*/

    .btn, .btn-blue, .btn-blue-400, .btn-green, .btn-orange, .btn-red {border: 1px solid #000000;}

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

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        /*width: 91.48936170212765%;
        *width: 91.43617021276594%;*/
        width: 91.333333333333333%;
    }

    .row-fluid .span10 {
        /*width: 82.97872340425532%;
        *width: 82.92553191489361%;*/
        width: 82.666666666666667%;
    }

    .row-fluid .span9 {
        /*width: 74.46808510638297%;
        *width: 74.41489361702126%;*/
        width: 74%;
    }

    .row-fluid .span8 {
        /*width: 65.95744680851064%;
        *width: 64.90425531914893%;*/
        width: 65.333333333333333%;
    }

    .row-fluid .span7 {
        /*width: 57.44680851063829%;
        *width: 57.39361702127659%;*/
        width: 56.666666666666667%;
    }

    .row-fluid .span6 {
        /*width: 48.93617021276595%;
        *width: 40.88297872340425%;*/
        width: 48%;
    }

    .row-fluid .span5 {
        /*width: 40.42553191489362%;
        *width: 40.37234042553192%;*/
        width: 39.33333333333333%;
    }

    .row-fluid .span4 {
        /*width: 31.914893617021278%;
        *width: 31.861702127659576%;*/
        width: 30.66666666666667%;
        *width: 30%;
    }

    .row-fluid .span3 {
        /*width: 23.404255319148934%;
        *width: 23.351063829787233%;*/
        width: 22%;
    }

    .row-fluid .span2 {
        /*width: 14.893617021276595%;
        *width: 14.840425531914894%;*/
        width: 13.33333333333333%;
    }

    .row-fluid .span1 {
        /*width: 6.382978723404255%;
        *width: 6.329787234042553%;*/
        width: 4.66666666666667%;
    }

    .row-fluid .span020 {width: 16.8%;}
    .row-fluid .span080 {width: 79.2%;}

    .row-fluid .offset12 {
        /*margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;*/
        margin-left: 108%;
    }

    .row-fluid .offset12:first-child {
        /*margin-left: 102.12765957446808%;
        *margin-left: 102.02127659574467%;*/
        margin-left: 104%;
    }

    .row-fluid .offset11 {
        /*margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;*/
        margin-left: 99.33333333333333%;
    }

    .row-fluid .offset11:first-child {
        /*margin-left: 93.61702127659574%;
        *margin-left: 93.51063829787232%;*/
        margin-left: 95.33333333333333%;
    }

    .row-fluid .offset10 {
        /*margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;*/
        margin-left: 90.66666666666667%;
    }

    .row-fluid .offset10:first-child {
        /*margin-left: 85.1063829787234%;
        *margin-left: 84.99999999999999%;*/
        margin-left: 86.66666666666667%;
    }

    .row-fluid .offset9 {
        /*margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;*/
        margin-left: 82%;
    }

    .row-fluid .offset9:first-child {
        /*margin-left: 76.59574468085106%;
        *margin-left: 76.48936170212764%;*/
        margin-left: 78%;
    }

    .row-fluid .offset8 {
        /*margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;*/
        margin-left: 73.33333333333333%;
    }

    .row-fluid .offset8:first-child {
        /*margin-left: 68.08510638297872%;
        *margin-left: 67.9787234042553%;*/
        margin-left: 69.33333333333333%;
    }

    .row-fluid .offset7 {
        /*margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;*/
        margin-left: 64.66666666666667%;
    }

    .row-fluid .offset7:first-child {
        /*margin-left: 59.574468085106375%;
        *margin-left: 59.46808510638297%;*/
        margin-left: 60.66666666666667%;
    }

    .row-fluid .offset6 {
        /*margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;*/
        margin-left: 56%;
    }

    .row-fluid .offset6:first-child {
        /*margin-left: 51.063829787234035%;
        *margin-left: 50.95744680851063%;*/
        margin-left: 52%;
    }

    .row-fluid .offset5 {
        /*margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;*/
        margin-left: 47.3333333333333%;
    }

    .row-fluid .offset5:first-child {
        /*margin-left: 42.5531914893617%;
        *margin-left: 42.4468085106383%;*/
        margin-left: 43.3333333333333%;
    }

    .row-fluid .offset4 {
        /*margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;*/
        margin-left: 38.6666666666667%;
    }

    .row-fluid .offset4:first-child, .row-fluid .offset4.firstchild {
        /*margin-left: 34.04255319148936%;
        *margin-left: 33.93617021276596%;*/
        margin-left: 34.6666666666667%;
    }

    .row-fluid .offset3 {
        /*margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;*/
        margin-left: 30%;
    }

    .row-fluid .offset3:first-child {
        /*margin-left: 25.53191489361702%;
        *margin-left: 25.425531914893618%;*/
        margin-left: 26%;
    }

    .row-fluid .offset2 {
        /*margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;*/
        margin-left: 20.3333333333333%;
    }

    .row-fluid .offset2:first-child {
        /*margin-left: 17.02127659574468%;
        *margin-left: 16.914893617021278%;*/
        margin-left: 16.3333333333333%;
    }

    .row-fluid .offset1 {
        /*margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;*/
        margin-left: 12.666666666667%;
    }

    .row-fluid .offset1:first-child, .row-fluid .offset1.firstchild {
        /*margin-left: 8.51063829787234%;
        *margin-left: 8.404255319148938%;*/
        margin-left: 8.66666666666667%;
    }
}

body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  /*font-size: 14px;
  line-height: 20px;
  color: #333333;
  line-height: 1.428571429;*/
  line-height: 1.6;
  color: #323939;
  background-color: #ffffff;
}

a {
  /*color: #0088cc;*/
  color: inherit;
  
  /*text-decoration: none;*/
}

a:hover,
a:focus {
  /*color: #004060;*/
  /*color: #007d9d;*/
    color: #4161ab;
  text-decoration: underline;
}



.row {
  margin-left: -20px;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}


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

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

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  /*margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;*/
  margin-left: 4%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: 1;
}

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

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

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  /*width: 91.48936170212765%;
  *width: 91.43617021276594%;*/
  width: 91.333333333333333%;
}

.row-fluid .span10 {
  /*width: 82.97872340425532%;
  *width: 82.92553191489361%;*/
  width: 82.666666666666667%;
}

.row-fluid .span9 {
  /*width: 74.46808510638297%;
  *width: 74.41489361702126%;*/
  width: 74%;
}

.row-fluid .span8 {
  /*width: 65.95744680851064%;
  *width: 64.90425531914893%;*/
  width: 65.333333333333333%;
}

.row-fluid .span7 {
  /*width: 57.44680851063829%;
  *width: 57.39361702127659%;*/
  width: 56.666666666666667%;
}

.row-fluid .span6 {
  /*width: 48.93617021276595%;
  *width: 40.88297872340425%;*/
  width: 48%;
}

.row-fluid .span5 {
  /*width: 40.42553191489362%;
  *width: 40.37234042553192%;*/
  width: 39.33333333333333%;
}

.row-fluid .span4 {
  /*width: 31.914893617021278%;
  *width: 31.861702127659576%;*/
  width: 30.66666666666667%;
  *width: 30%;
}

.row-fluid .span3 {
  /*width: 23.404255319148934%;
  *width: 23.351063829787233%;*/
  width: 22%;
}

.row-fluid .span2 {
  /*width: 14.893617021276595%;
  *width: 14.840425531914894%;*/
  width: 13.33333333333333%;
}

.row-fluid .span1 {
  /*width: 6.382978723404255%;
  *width: 6.329787234042553%;*/
  width: 4.66666666666667%;
}

.row-fluid .span020 {width: 16.8%;}
.row-fluid .span080 {width: 79.2%;}

.row-fluid .offset12 {
  /*margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;*/
  margin-left: 108%;
}

.row-fluid .offset12:first-child {
  /*margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;*/
  margin-left: 104%;
}

.row-fluid .offset11 {
  /*margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;*/
  margin-left: 99.33333333333333%;
}

.row-fluid .offset11:first-child {
  /*margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;*/
  margin-left: 95.33333333333333%;
}

.row-fluid .offset10 {
  /*margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;*/
  margin-left: 90.66666666666667%;
}

.row-fluid .offset10:first-child {
  /*margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;*/
  margin-left: 86.66666666666667%;
}

.row-fluid .offset9 {
  /*margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;*/
  margin-left: 82%;
}

.row-fluid .offset9:first-child {
  /*margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;*/
  margin-left: 78%;
}

.row-fluid .offset8 {
  /*margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;*/
  margin-left: 73.33333333333333%;
}

.row-fluid .offset8:first-child {
  /*margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;*/
  margin-left: 69.33333333333333%;
}

.row-fluid .offset7 {
  /*margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;*/
  margin-left: 64.66666666666667%;
}

.row-fluid .offset7:first-child {
  /*margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;*/
  margin-left: 60.66666666666667%;
}

.row-fluid .offset6 {
  /*margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;*/
  margin-left: 56%;
}

.row-fluid .offset6:first-child {
  /*margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;*/
  margin-left: 52%;
}

.row-fluid .offset5 {
  /*margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;*/
  margin-left: 47.3333333333333%;
}

.row-fluid .offset5:first-child {
  /*margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;*/
  margin-left: 43.3333333333333%;
}

.row-fluid .offset4 {
  /*margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;*/
  margin-left: 38.6666666666667%;
}

.row-fluid .offset4:first-child, .row-fluid .offset4.firstchild {
  /*margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;*/
  margin-left: 34.6666666666667%;
}

.row-fluid .offset3 {
  /*margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;*/
  margin-left: 30%;
}

.row-fluid .offset3:first-child {
  /*margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;*/
  margin-left: 26%;
}

.row-fluid .offset2 {
  /*margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;*/
  margin-left: 20.3333333333333%;
}

.row-fluid .offset2:first-child {
  /*margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;*/
  margin-left: 16.3333333333333%;
}

.row-fluid .offset1 {
  /*margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;*/
  margin-left: 12.666666666667%;
}

.row-fluid .offset1:first-child, .row-fluid .offset1.firstchild {
  /*margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;*/
  margin-left: 8.66666666666667%;
}

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

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

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

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

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

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}



small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}



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

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: inherit;
  /*font-weight: 500;*/
  
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: bold;
}

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: #999999;
}

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

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 34px; font-size: 2.125em; font-size: 2.125rem;
}

h2,
.h2 {
  font-size: 28px; font-size: 1.75em; font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 20px; font-size: 1.25em; font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 16px; font-size: 1em; font-size: 1rem;
}

h5,
.h5 {
  font-size: 15px; font-size: 0.9375em; font-size: 0.9375rem;
}

h6,
.h6 {
  font-size: 14px; font-size: 0.875em; font-size: 0.875rem;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  /*line-height: 20px;*/
  line-height: 1.428571428571429;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}



hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}



q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

/*label,*/
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
}

/*label {
  display: block;
  margin-bottom: 5px;
}*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-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-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  /*margin: 4px 0 0;*/
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}


select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}



.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}



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,
textarea,
.uneditable-input {
  margin-left: 0;
}

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



input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}


input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}



/* Allow for input prepend/append in search forms */

/* table: 1888 - 2170 */



/* White icons with optional class, or on hover/focus/active states of certain elements */


.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;*/
  *border: 0;
  /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;*/
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  *zoom: 1;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

/*.btn:hover,
.btn:focus,
.btn:active,
.btn.active,*/
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  /*background-color: #cccccc \9;*/
}

.btn:first-child {
  *margin-left: 0;
}

/*.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}*/

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}*/

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 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;
}



.navbar {
  *position: relative;
  *z-index: 2;
  /*margin-bottom: 20px;*/
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

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

.navbar-inner:after {
  clear: both;
}

/*.navbar .container {
  width: auto;
}*/

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

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

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}



.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}



.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}





.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}


.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}


.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;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /*body {
    padding-left: 20px;
    padding-right: 20px;
  }*/
  
  .container {padding-left: 15px; padding-right: 15px;} 
  
  /*.navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }*/
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /*[class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }*/
  
  .row-fluid .span12-xs, .row-fluid .span11-xs,.row-fluid .span10-xs,.row-fluid .span9-xs,.row-fluid .span8-xs,.row-fluid .span7-xs,
  .row-fluid .span6-xs,.row-fluid .span5-xs,.row-fluid .span4-xs,.row-fluid .span3-xs,.row-fluid .span2-xs,.row-fluid .span1-xs {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      /*margin-left: 2.127659574468085%;
      *margin-left: 2.074468085106383%;*/
      margin-left: 4%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
  
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12-xs {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11-xs {
  /*width: 91.48936170212765%;
  *width: 91.43617021276594%;*/
  width: 91.333333333333333%;
}

.row-fluid .span10-xs {
  /*width: 82.97872340425532%;
  *width: 82.92553191489361%;*/
  width: 82.666666666666667%;
}

.row-fluid .span9-xs {
  /*width: 74.46808510638297%;
  *width: 74.41489361702126%;*/
  width: 74%;
}

.row-fluid .span8-xs {
  /*width: 65.95744680851064%;
  *width: 64.90425531914893%;*/
  width: 65.333333333333333%;
}

.row-fluid .span7-xs {
  /*width: 57.44680851063829%;
  *width: 57.39361702127659%;*/
  width: 56.666666666666667%;
}

.row-fluid .span6-xs {
  /*width: 48.93617021276595%;
  *width: 40.88297872340425%;*/
  width: 48%;
}

.row-fluid .span5-xs {
  /*width: 40.42553191489362%;
  *width: 40.37234042553192%;*/
  width: 39.33333333333333%;
}

.row-fluid .span4-xs {
  /*width: 31.914893617021278%;
  *width: 31.861702127659576%;*/
  width: 30.66666666666667%;
}

.row-fluid .span3-xs {
  /*width: 23.404255319148934%;
  *width: 23.351063829787233%;*/
  width: 22%;
}

.row-fluid .span2-xs {
  /*width: 14.893617021276595%;
  *width: 14.840425531914894%;*/
  width: 13.33333333333333%;
}

.row-fluid .span1-xs {
  /*width: 6.382978723404255%;
  *width: 6.329787234042553%;*/
  width: 4.66666666666667%;
}
  
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

}
@media (min-width: 768px) and (max-width: 979px) {
    .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
    
    .row-fluid .span12-sm {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11-sm {
  /*width: 91.48936170212765%;
  *width: 91.43617021276594%;*/
  width: 91.333333333333333%;
}

.row-fluid .span10-sm {
  /*width: 82.97872340425532%;
  *width: 82.92553191489361%;*/
  width: 82.666666666666667%;
}

.row-fluid .span9-sm {
  /*width: 74.46808510638297%;
  *width: 74.41489361702126%;*/
  width: 74%;
}

.row-fluid .span8-sm {
  /*width: 65.95744680851064%;
  *width: 64.90425531914893%;*/
  width: 65.333333333333333%;
}

.row-fluid .span7-sm {
  /*width: 57.44680851063829%;
  *width: 57.39361702127659%;*/
  width: 56.666666666666667%;
}

.row-fluid .span6-sm {
  /*width: 48.93617021276595%;
  *width: 40.88297872340425%;*/
  width: 48%;
}

.row-fluid .span5-sm {
  /*width: 40.42553191489362%;
  *width: 40.37234042553192%;*/
  width: 39.33333333333333%;
}

.row-fluid .span4-sm {
  /*width: 31.914893617021278%;
  *width: 31.861702127659576%;*/
  width: 30.66666666666667%;
}

.row-fluid .span3-sm {
  /*width: 23.404255319148934%;
  *width: 23.351063829787233%;*/
  width: 22%;
}

.row-fluid .span2-sm {
  /*width: 14.893617021276595%;
  *width: 14.840425531914894%;*/
  width: 13.33333333333333%;
}

.row-fluid .span1-sm {
  /*width: 6.382978723404255%;
  *width: 6.329787234042553%;*/
  width: 4.66666666666667%;
}


.row-fluid .offset1-sm {
  /*margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;*/
  margin-left: 12.666666666667%;
}

.row-fluid .offset1-sm:first-child, .row-fluid .offset1-sm.firstchild {
  /*margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;*/
  margin-left: 8.66666666666667%;
}
  
  .row-fluid .offset0-sm, .row-fluid .offset0-sm:first-child {
    margin-left: 0;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  
}
@media (min-width: 1200px) {

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    /*width: 1170px;*/
    width: 1000px;
  }

}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}


/* Admin Top Navigation fixes */



#main .article img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}


#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* JUMBLA */

a {text-decoration: underline;}

.bg-checklist {
    background: url('images/bg-checkbox-checked.jpg') no-repeat left 7px;
    padding-left: 30px;
}

.bg-classification, .bg-obligations-2, .bg-obligations-3, .bg-obligations-4 {
    background: #e8fbfd;
    color: #113e92;
    padding-bottom: 35px;
    
}

.bg-classification h1, .bg-obligations-2 h1, .bg-obligations-3 h1, .bg-obligations-4 h1 {
    text-shadow:  2px 2px 0px #9fdcf5;
    font-size: 42px;
    font-size: 3em;
    font-size: 2.625rem;
    font-family: Montserrat, 'Open Sans', Arial;
    margin-top: 10px;
}

.bg-obligations-2 {
    background: #feeaf0;
}

.bg-obligations-2 h1 {
    color: #c01048;
    text-shadow:  2px 2px 0px #f7c0d2;
}

.bg-obligations-3 {
    background: #fff1ea;
}

.bg-obligations-3 h1 {
    color: #aa410c;
    text-shadow:  2px 2px 0px #fcbb99;
}

.bg-obligations-4 {
    background: #e3fef2;
}

.bg-obligations-4 h1 {
    color: #00834a;
    text-shadow:  2px 2px 0px #a6e0c7;
}

.bg-e8f {background: #e8fbfd;}

.bg-grass {
    background: url('images/bg-grass-2.jpg') repeat-x bottom left;
    text-align: center;
}

.bg-grass img {max-width: 100%;}

.bg-more-info {
    background: url('images/bg-more-info.jpg') no-repeat center left;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    font-size: 0.875em;
    font-size: 0.875rem;
    /*color: #00aeda;*/
    color: #007d9d;
    padding: 18px 0 18px 40px;
    height: 30px;
}

a.bg-more-info:hover {color: #323239;}

.bg-video {
    background: url('images/bg-video-2.jpg') no-repeat center top;
    padding: 14px 15px 14px 13px;
    background-size: 100% auto;
}

.box-e4 {
    background: #e4e4e4;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 12px;
    line-height: 2.1;
}

.box-e4 h2 {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
    
}



.box-e4 li {line-height: 2.1; padding-left: 20px;}

.box-e4 p {margin-bottom: 0;}

.box-e4 ul {margin: 0; margin-left: 15px;}

.box-e4 ul ul {
    list-style-image: url('images/dash-point-e4.jpg');
}

.box-more-info h2 {color: #007d9d; font-weight: 600;}

.box-more-info h2:first-child, .box-more-info h3:first-child {margin-top: 0;}

.box-more-info h3 {color: #007d9d;}

.btn-8d2, .btn-blue, .btn-blue-400, .btn-green, .btn-orange, .btn-purple, .btn-red, .btn-red-400
, .font-decrease, .font-increase {
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}

.btn-8d2 {
    padding: 20px;
    background: #8d2555;
    -moz-box-shadow: 6px 6px 0 -2px #c14475;
    -webkit-box-shadow: 6px 6px 0 -2px #c14475;
    box-shadow: 6px 6px 0 -2px #c14475;
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
    font-weight: bold;
}

.btn-8d2:hover, .btn-8d2:focus {
    color: #ffffff;
    background: #71143f;
    -moz-box-shadow: 6px 6px 0 -2px #b03062;
    -webkit-box-shadow: 6px 6px 0 -2px #b03062;
    box-shadow: 6px 6px 0 -2px #b03062;
    
}

.btn-blue, .btn-blue-400, .btn-green, .btn-orange, .btn-purple, .btn-red, .btn-red-400 {
    font-size: 22px;
    font-size: 1.375em;
    font-size: 1.375rem;
    font-weight: bold;

    color: #ffffff;
    
    /*background: #1e80a1;*/
    background: #4797b2 url('images/bg-btn-blue.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #196d89;
    -webkit-box-shadow: 4px 5px 0 -2px #196d89;
    box-shadow: 4px 5px 0 -2px #196d89;
    border: 2px solid #196d89;
    
    padding: 20px 80px;
    text-decoration: none;
}

.btn-blue.btn-block, .btn-blue-400.btn-block, .btn-green.btn-block, .btn-orange.btn-block, .btn-purple.btn-block, .btn-red.btn-block
, .btn-red-400.btn-block {
    /*padding: 20px;*/
    padding: 16px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

}

.btn-blue:hover, .btn-blue-400:hover, .btn-green:hover, .btn-orange:hover, .btn-purple:hover, .btn-red:hover, .btn-red-400:hover
, .btn-blue:focus, .btn-blue-400:focus, .btn-green:focus, .btn-orange:focus, .btn-purple:focus, .btn-red:focus, .btn-red-400:focus {color: #ffffff;}


.btn-blue:hover, .btn-blue-400:hover {
    background: #4797b2 url('images/bg-btn-blue-hover.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #0e5b76;
    -webkit-box-shadow: 4px 5px 0 -2px #0e5b76;
    box-shadow: 4px 5px 0 -2px #0e5b76;
    border-color: #0e5b76;
}

.btn-blue-400, .btn-red-400 {
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
}

.btn-green {
    /*background: #00834a;*/
    background: #2e996b url('images/bg-btn-green.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #006e3e;
    -webkit-box-shadow: 4px 5px 0 -2px #006e3e;
    box-shadow: 4px 5px 0 -2px #006e3e;
    border-color: #006e3e;

}

.btn-green:hover {
    /*background: #006e3e;*/
    background: #2e996b url('images/bg-btn-green-hover.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #00532f;
    -webkit-box-shadow: 4px 5px 0 -2px #00532f;
    box-shadow: 4px 5px 0 -2px #00532f;
    border-color: #00532f;
}

.btn-orange {
    /*background: #c74c0e;*/
    background: #d16c39 url('images/bg-btn-orange.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #b3440c;
    -webkit-box-shadow: 4px 5px 0 -2px #b3440c;
    box-shadow: 4px 5px 0 -2px #b3440c;
    border-color: #b3440c;
}

.btn-orange:hover {
    /*background: #b03c02;*/
    background: #d16c39 url('images/bg-btn-orange-hover.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #963301;
    -webkit-box-shadow: 4px 5px 0 -2px #963301;
    box-shadow: 4px 5px 0 -2px #963301;
    border-color: #963301;
}

.btn-purple {
    /*background: #8d2555;*/
    background: #a24c74 url('images/bg-btn-purple.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #731a43;
    -webkit-box-shadow: 4px 5px 0 -2px #731a43;
    box-shadow: 4px 5px 0 -2px #731a43;
    border-color: #731a43;
}

.btn-purple:hover {
    /*background: #71143f;*/
    background: #a24c74 url('images/bg-btn-purple-hover.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #540e2e;
    -webkit-box-shadow: 4px 5px 0 -2px #540e2e;
    box-shadow: 4px 5px 0 -2px #540e2e;
    border-color: #540e2e;
}

.btn-red, .btn-red-400 {
    /*background: #dc1253;*/
    background: #e23d72 url('images/bg-btn-red.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #b60645;
    -webkit-box-shadow: 4px 5px 0 -2px #b60645;
    box-shadow: 4px 5px 0 -2px #b60645;
    border-color: #b60645;
}

.btn-red:hover, .btn-red-400:hover {
    /*background: #c90242;*/
    background: #e23d72 url('images/bg-btn-red-hover.jpg') repeat-x left center;
    -moz-box-shadow: 4px 5px 0 -2px #990138;
    -webkit-box-shadow: 4px 5px 0 -2px #990138;
    box-shadow: 4px 5px 0 -2px #990138;
    border-color: #990138;
}


.btn-step-class, .btn-step-ob-2, .btn-step-ob-3, .btn-step-ob-4 {
    background: #007694;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5em;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    /*padding: 18px 25px;*/
    padding: 18px 10px;
    cursor: default;
    min-width: 255px;
    *width: 255px;
}

.btn-step-ob-2, .btn-step-ob-3, .btn-step-ob-4 {background: #dc1253; min-width: 310px; *width: 310px;}

.btn-step-ob-3 {background: #c74c0e;}
.btn-step-ob-4 {background: #006a3e;}

.color-1e8 {color: #1e80a1;}

#content h2 {font-weight: normal;}

#content img {max-width: 100%;}

.font-decrease, .font-increase {cursor: pointer; padding: 5px; display: inline-block; font-weight: bold;}
.font-decrease {padding-left: 7px; padding-right: 7px;}

.font-decrease:hover, .font-increase:hover {background: #ffffff; color: #323939; }

.fonts-18 {font-size: 18px; font-size: 1.125em; font-size: 1.125rem;}

.fonts-22 {font-size: 22px; font-size: 1.375em; font-size: 1.375rem;}

.fonts-24 {font-size: 24px; font-size: 1.5em; font-size: 1.5rem;}

.fontw-600 {font-weight: 600;}

.footer {background: #323939; color: #ffffff; padding: 45px 0; margin-top: 150px; font-size: 14px; font-size: 0.875em; font-size: 0.875rem;} 

.footer a {color: #ffffff;}
.footer a:hover, .footer a:focus {color: #1ee4fa;}

body.home .footer {margin-top: 0;}

.footer .widget p {margin-bottom: 0;}

.goog-te-gadget-simple {
    background: transparent !important;
    border: none !important;
    font-size: 15px !important;
    font-size: 0.9375em !important;
    font-size: 0.9375rem !important;
    font-family: 'Open Sans', Arial, sans-serif;
}

.goog-te-gadget-simple img:first-child {display: none;}

.goog-te-gadget-simple .goog-te-menu-value {color: #ffffff !important;}

.goog-te-gadget-simple .goog-te-menu-value span {padding-right: 5px;}
.goog-te-gadget-simple .goog-te-menu-value span:last-child {color: #ffffff !important;}

.hanging-25 {padding-left: 25px; text-indent: -25px; line-height: 1.5;}

.h2-400 h2 {font-weight: 400; line-height: 1.6;}

.h3 .fonts-22 {font-size: 1.1em; font-size: 1.375rem;}
.h3 .fonts-24 {font-size: 1.2em; font-size: 1.375rem;}

.h6 h1 {}

iframe.youtube-player {border: none;}

input[type=checkbox] {
    width: 20px;
    height: 25px;
    display: inline-block;
    border: none;
}

input[type=checkbox].cbox-styled {
    
    background: url('images/bg-checkbox.jpg') no-repeat top left;
    
    -webkit-appearance: none;
}

input[type=checkbox].cbox-styled:checked {
    background-image: url('images/bg-checkbox-checked.jpg');
}

.li-inline ol, .li-inline ul {list-style-position: inside;}

.lineh-20 {line-height: 2;}

.margin-b-10 {margin-bottom: 10px;}
.margin-b-20 {margin-bottom: 20px;}
.margin-b-40 {margin-bottom: 40px;}
.margin-b-50 {margin-bottom: 50px;}
.margin-b-70 {margin-bottom: 70px;}

.margin-t-neg-28 {margin-top: -28px;}
.margin-t-neg-58 {margin-top: -58px;}

.margin-v-20 {margin-top: 20px; margin-bottom: 20px;}

.maxw-100 {max-width: 100%;}

.navbar-inverse {background: #212121; color: #ffffff;}
.navbar-inverse a {color: #ffffff; /*text-decoration: underline;*/}

.padding-b-35 {padding-bottom: 35px;}

.padding-h-15 {padding-left: 15px; padding-right: 15px;}
.padding-h-30 {padding-left: 30px; padding-right: 30px;}

.padding-r-15 {padding-right: 15px;}

.padding-t-35 {padding-top: 35px;}

.padding-v-09 {padding-top: 9px; padding-bottom: 9px;}
.padding-v-18 {padding-top: 18px; padding-bottom: 18px;}
.padding-v-30 {padding-top: 30px; padding-bottom: 30px;}
.padding-v-40 {padding-top: 40px; padding-bottom: 40px;}

.page-title-home {
  /*width: 531px;*/
  /*height: 230px;
  text-indent:-9999px;
  background:url('images/logo-home.jpg') no-repeat top center;*/
}

.page-title-home span {
    color: #ffffff; text-transform: uppercase; font-weight: bold;
    font-size: 26px;
    display: block;
    float: left;
    padding: 11px 20px;
}

.page-title-home .titlespn-1 {
    background: #dc1253;
    
}

.page-title-home .titlespn-2 {
    background: #687117;
    font-size: 36px;
    float: right;
    padding: 5px 25px;
}

.page-title-home .titlespn-3 {
    background: #004e7e;
    font-size: 60px;
    padding: 9px 20px;
}

.page-title-home .titlespn-4 {
    background: #007d9d;
    float: right;
    margin-right: 10%;
}


/*.post_content {
    font-size: 28px;
    font-size: 1.75em;
    font-size: 1.75rem;
}*/

/*.post_content a {color: #1e80a1;}*/

.post_content.h3 h2 {
    font-size: 28px;
    font-size: 1.4em;
    font-size: 1.75rem;
}



.upcase {text-transform: uppercase;}

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

@media (max-width: 991px) {
    .bg-video {padding: 15px 17px 14px 13px;}
    
    /*.btn-blue.btn-block, .btn-blue-400.btn-block, .btn-green.btn-block, .btn-orange.btn-block, .btn-red.btn-block {padding: 16px 15px;}*/
    
    html {font-size: 14px;}
    
    .width-75-sm {width: 75%;}
}

@media (max-width: 767px) {
    .bg-classification, .bg-obligations-2, .bg-obligations-3, .bg-obligations-4 {padding-bottom: 35px;}
    
    .bg-classification h1, .bg-obligations-2 h1, .bg-obligations-3 h1, .bg-obligations-4 h1 {
        font-size: 32px; font-size: 3em; font-size: 2.25rem; font-family: Montserrat, 'Open Sans', Arial;
    }
    
    .bg-video {background: none; padding: 0;}
    
    .box-e4 li {padding-left: 10px;}
    
    /*.btn-blue, .btn-green, .btn-orange, .btn-red
    , .btn-blue.btn-block, .btn-green.btn-block, .btn-orange.btn-block, .btn-red.btn-block {*/
    .btn {
        font-size: 18px;
        font-size: 1.125em;
        font-size: 1.125rem;
        padding: 15px 20px;
        display: block;
        white-space: normal;
    }
    
    .btn-blue.btn-block, .btn-blue-400.btn-block, .btn-green.btn-block, .btn-orange.btn-block, .btn-red.btn-block {padding: 10px 15px;}

    .btn-step-class, .btn-step-ob-2, .btn-step-ob-3, .btn-step-ob-4 {
        width: auto;
        display: block;
    }
    
    #content .img-maxw-80-xs img {max-width: 80%;}
    #content .post_content img {max-width: 50%;}
    
    .footer {padding: 20px 0; text-align: center; margin-top: 50px;}
    
    .goog-te-gadget-simple .goog-te-menu-value span {padding-right: 0;}
    
    h1 {font-size: 32px; font-size: 2.25rem;}
    
    html {font-size: 14px;}
    
    /*h1 {font-size: 32px; font-size: 2rem;}*/
    h2, .post_content.h3 h2 {font-size: 1.5rem;}
    
    .lineh-2-xs {line-height: 2;}

    .margin-b-20-xs {margin-bottom: 20px;}
    .margin-b-40-xs {margin-bottom: 40px;}
    
    .margin-t-00-xs {margin-top: 0;}
    .margin-t-20-xs {margin-top: 20px;}
    
    .padding-l-15-xs {padding-left: 15px;}
    
    .padding-v-00-xs {padding-top: 0; padding-bottom: 0;}
    .padding-v-09-xs {padding-top: 9px; padding-bottom: 9px;}
    .padding-v-30 {padding-top: 15px; padding-bottom: 15px;}
    .padding-v-40 {padding-top: 20px; padding-bottom: 20px;}
    
    .post_content h2:first-child {margin-top: 0;}
    
    .crumb-spn {padding: 5px; display: inline-block;}
    
    .text-center-xs {text-align: center;}
    
    .text-left-xs {text-align: left;}
    
    .width-50-xs {width: 50%;}
}

@media (max-width: 520px) {
    /*.page-title-home {background-size: 100% auto;}*/
    
    .page-title-home span {font-size: 24px;}
    .page-title-home .titlespn-2 {font-size: 33px; padding: 5px 20px;}
    .page-title-home .titlespn-3 {font-size: 50px;}
    .page-title-home .titlespn-4 {}
}


@media (max-width: 475px) {
    /*.page-title-home {background-size: 100% auto;}*/
    
    .page-title-home span {font-size: 20px; padding: 5px 15px;}
    .page-title-home .titlespn-2 {font-size: 26px;}
    .page-title-home .titlespn-3 {font-size: 30px;}
    .page-title-home .titlespn-4 {}
}


@media (max-width: 400px) {
    /*.page-title-home {background-size: 100% auto;}*/
    
    .page-title-home span {}
    .page-title-home .titlespn-2 {font-size: 20px;}
    
    .page-title-home .titlespn-4 {margin-right: 0;}
}
