/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix:before, .clearfix:after {
    display: table;
    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: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-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
    }
audio:not([controls]) {
    display: none
    }
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
    }
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 {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
    }
#map_canvas img {
    max-width: none
    }
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
    }
button, input {
    line-height: normal
    }
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
    }
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
    }
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
    }
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    background-color: #fff
    }
a {
    color: #08c;
    text-decoration: none
    }
a:hover {
    color: #005580;
    text-decoration: underline
    }
p {
    margin: 0 0 9px
    }
p small {
    font-size: 11px;
    color: #999
    }
.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px
    }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility
    }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    color: #999
    }
h1 {
    font-size: 30px;
    line-height: 36px
    }
h1 small {
    font-size: 18px
    }
h2 {
    font-size: 24px;
    line-height: 36px
    }
h2 small {
    font-size: 18px
    }
h3 {
    font-size: 18px;
    line-height: 27px
    }
h3 small {
    font-size: 14px
    }
h4, h5, h6 {
    line-height: 18px
    }
h4 {
    font-size: 14px
    }
h4 small {
    font-size: 12px
    }
h5 {
    font-size: 12px
    }
h6 {
    font-size: 11px;
    color: #999;
    text-transform: uppercase
    }
.page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eee
    }
.page-header h1 {
    line-height: 1
    }
ul, ol {
    padding: 0;
    margin: 0 0 9px 25px
    }
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0
    }
ul {
    list-style: disc
    }
ol {
    list-style: decimal
    }
li {
    line-height: 18px
    }
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none
    }
dl {
    margin-bottom: 18px
    }
dt, dd {
    line-height: 18px
    }
dt {
    font-weight: bold;
    line-height: 17px
    }
dd {
    margin-left: 9px
    }
.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
.dl-horizontal dd {
    margin-left: 130px
    }
hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
    }
strong {
    font-weight: bold
    }
em {
    font-style: italic
    }
.muted {
    color: #999
    }
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
    }
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
    }
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eee
    }
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px
    }
blockquote small {
    display: block;
    line-height: 18px;
    color: #999
    }
blockquote small:before {
    content: "— "
    }
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
    }
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
    }
q:before, q:after, blockquote:before, blockquote:after {
    content: ""
    }
address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px
    }
small {
    font-size: 100%
    }
cite {
    font-style: normal
    }
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
    }
.table {
    width: 100%;
    margin-bottom: 18px
    }
.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
    }
.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 #ddd
    }
.table-condensed th, .table-condensed td {
    padding: 4px 5px
    }
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
    }
.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 {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -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 {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
    }
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
    }
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #f5f5f5
    }
table .span1 {
    float: none;
    width: 44px;
    margin-left: 0
    }
table .span2 {
    float: none;
    width: 124px;
    margin-left: 0
    }
table .span3 {
    float: none;
    width: 204px;
    margin-left: 0
    }
table .span4 {
    float: none;
    width: 284px;
    margin-left: 0
    }
table .span5 {
    float: none;
    width: 364px;
    margin-left: 0
    }
table .span6 {
    float: none;
    width: 444px;
    margin-left: 0
    }
table .span7 {
    float: none;
    width: 524px;
    margin-left: 0
    }
table .span8 {
    float: none;
    width: 604px;
    margin-left: 0
    }
table .span9 {
    float: none;
    width: 684px;
    margin-left: 0
    }
table .span10 {
    float: none;
    width: 764px;
    margin-left: 0
    }
table .span11 {
    float: none;
    width: 844px;
    margin-left: 0
    }
table .span12 {
    float: none;
    width: 924px;
    margin-left: 0
    }
table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0
    }
table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0
    }
table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0
    }
table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0
    }
table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0
    }
table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0
    }
table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0
    }
table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0
    }
table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0
    }
table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0
    }
table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0
    }
table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0
    }
form {
    margin: 0 0 18px
    }
fieldset {
    padding: 0;
    margin: 0;
    border: 0
    }
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
    }
legend small {
    font-size: 13.5px;
    color: #999
    }
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px
    }
input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, 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: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555
    }
input, textarea {
    width: 210px
    }
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: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
    -ms-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 	;
    -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: 3px 0;
    line-height: normal;
    cursor: pointer
    }
input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
    }
.uneditable-textarea {
    width: auto;
    height: auto
    }
select, input[type="file"] {
    height: 28px;
    line-height: 28px
    }
select {
    width: 220px;
    border: 1px solid #bbb
    }
select[multiple], select[size] {
    height: 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: 18px;
    padding-left: 18px
    }
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px
    }
.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-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-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block
    }
input, textarea, .uneditable-input {
    margin-left: 0
    }
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 930px
    }
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 850px
    }
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 770px
    }
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 690px
    }
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 610px
    }
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 530px
    }
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 450px
    }
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 370px
    }
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 290px
    }
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px
    }
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 130px
    }
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 50px
    }
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ddd
    }
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent
    }
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853
    }
.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #c09853;
    border-color: #c09853
    }
.control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e
    }
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
    }
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48
    }
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48
    }
.control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392
    }
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
    }
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
    color: #468847
    }
.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #468847;
    border-color: #468847
    }
.control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b
    }
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
    }
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
    }
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required: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
    }
.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5
    }
.form-actions:before, .form-actions:after {
    display: table;
    content: ""
    }
.form-actions:after {
    clear: both
    }
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
    }
:-moz-placeholder {
    color: #999
    }
:-ms-input-placeholder {
    color: #999
    }
::-webkit-input-placeholder {
    color: #999
    }
.help-block, .help-inline {
    color: #555
    }
.help-block {
    display: block;
    margin-bottom: 9px
    }
.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
    }
.input-prepend, .input-append {
    margin-bottom: 5px
    }
.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
.input-prepend input:focus, .input-append input:focus, .input-prepend select:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus {
    z-index: 2
    }
.input-prepend .uneditable-input, .input-append .uneditable-input {
    border-left-color: #ccc
    }
.input-prepend .add-on, .input-append .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc
    }
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.input-prepend .active, .input-append .active {
    background-color: #a9dba9;
    border-color: #46a546
    }
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px
    }
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.input-append .uneditable-input {
    border-right-color: #ccc;
    border-left-color: #eee
    }
.input-append .add-on:last-child, .input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
    }
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
    }
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
    }
.search-query {
    padding-right: 14px;
    padding-right: 4px 	;
    padding-left: 14px;
    padding-left: 4px 	;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 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;
    margin-bottom: 0
    }
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
    display: none
    }
.form-search label, .form-inline label {
    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: 9px
    }
legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate
    }
.form-horizontal .control-group {
    margin-bottom: 18px
    }
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: ""
    }
.form-horizontal .control-group:after {
    clear: both
    }
.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right
    }
.form-horizontal .controls {
    margin-left: 160px
    }
.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0
    }
.form-horizontal .form-actions {
    padding-left: 160px
    }
.btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    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: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6
    }
.btn:active, .btn.active {
    background-color: #ccc 	
    }
.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-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-color: #e6e6e6;
    background-color: #d9d9d9 	;
    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-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }
.btn-large [class^="icon-"] {
    margin-top: 1px
    }
.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
    }
.btn-small [class^="icon-"] {
    margin-top: -1px
    }
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
    }
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
    }
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75)
    }
.btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-primary {
    background-color: #0074cc;
    background-image: -moz-linear-gradient(top, #08c, #05c);
    background-image: -ms-linear-gradient(top, #08c, #05c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
    background-image: -webkit-linear-gradient(top, #08c, #05c);
    background-image: -o-linear-gradient(top, #08c, #05c);
    background-image: linear-gradient(top, #08c, #05c);
    background-repeat: repeat-x;
    border-color: #05c #05c #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #05c
    }
.btn-primary:active, .btn-primary.active {
    background-color: #004099 	
    }
.btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f89406
    }
.btn-warning:active, .btn-warning.active {
    background-color: #c67605 	
    }
.btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #bd362f
    }
.btn-danger:active, .btn-danger.active {
    background-color: #942a25 	
    }
.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51a351
    }
.btn-success:active, .btn-success.active {
    background-color: #408140 	
    }
.btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2f96b4
    }
.btn-info:active, .btn-info.active {
    background-color: #24748c 	
    }
.btn-inverse {
    background-color: #414141;
    background-image: -moz-linear-gradient(top, #555, #222);
    background-image: -ms-linear-gradient(top, #555, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
    background-image: -webkit-linear-gradient(top, #555, #222);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
    }
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222
    }
.btn-inverse:active, .btn-inverse.active {
    background-color: #080808 	
    }
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
    }
/* Stylesheet: Bootstrap 2.0.4 Modified On 2012-07-24 11:45:56 */
/*
 * jTweetsAnywhere V1.3.1
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2011, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */
#twitterheader {
    margin-top: 1em;
    margin-left: 1.2em;
    font-size: 1.4em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #7A7979
    }
.jta-tweet-profile-image img {
    width: 48px;
    height: 48px;
    border: 10px solid white
    }
.jta-tweet-profile-image {
    width: 68px;
    display: inline;
    float: left
    }
#twitterheader a {
    color: #2381BD;
    text-decoration: none;
    font-weight: bold
    }
#twitterheader a:hover {
    color: #4EA5DE
    }
.jta-tweet-list {
    padding: 0;
    list-style: none;
    margin-top: 0;
    padding: 0
    }
ul.jta-tweet-list {
    margin: 0
    }
.jta-tweet-text {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 2.2em;
    line-height: 1.15em
    }
.jta-tweet-list-item {
    /*   background: #fafafa;
        border-bottom: 1px solid #e4e4e4;
        padding: 8px 0px 8px 0px;   */
    /*	overflow: hidden; 
     */
    position: absolute;
    display: none
    }
.jta-tweet-list-item:first-child {
    /*   border-top: 1px solid #e4e4e4;  */
    /*  display: block;  */
    display: block
    }
.jta-tweet-body {
    margin-top: 10px
    }
.jta-tweet-body-list-profile-image-present {
    /*	margin-left: 93px;*/
    }
.jta-tweet-user-name {
    font-weight: bold;
    /*	width: 270px;*/
    display: block
    }
.jta-tweet-user-full-name {
    color: #900
    }
.jta-tweet-user-screen-name-link, .jta-tweet-user-full-name-link, .jta-tweet-a, .twitter-anywhere-user {
    color: #2381BD;
    text-decoration: none
    }
.jta-tweet-user-screen-name-link:hover, .jta-tweet-user-full-name-link:hover, .jta-tweet-a:hover, .twitter-anywhere-user:hover {
    color: #4EA5DE;
    text-decoration: none
    }
.jta-tweet-attributes {
    display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px
    }
.jta-tweet-timestamp-link, .jta-tweet-source-link a, .jta-tweet-inreplyto-link, .jta-tweet-location-link, .jta-tweet-retweeter-link {
    color: #999;
    text-decoration: none
    }
.jta-tweet-timestamp-link:hover, .jta-tweet-source-link a:hover, .jta-tweet-inreplyto-link:hover, .jta-tweet-location-link:hover, .jta-tweet-retweeter-link:hover {
    color: #999;
    text-decoration: underline
    }
.jta-tweet-list-controls {
    margin-top: 20px
    }
.jta-tweet-list-controls-button {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border: 1px solid #999
    }
.jta-tweet-list-controls-button:hover {
    color: black;
    background-color: #999;
    cursor: pointer
    }
.jta-tweet-list-controls-button-next {
    margin-left: 10px
    }
.jta-tweet-list-autorefresh-trigger {
    padding: 8px 0 8px 0;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #999
    }
.jta-tweet-list-autorefresh-trigger:hover {
    color: black;
    background-color: #999;
    cursor: pointer
    }
.jta-login-info-profile-image {
    width: 48px;
    display: inline;
    float: left
    }
.jta-login-info-profile-image img {
    width: 48px;
    height: 48px
    }
.jta-login-info-block {
    margin-left: 58px
    }
.jta-login-info-sign-out {
    width: 97px;
    margin-top: 2px;
    padding: 1px;
    text-align: center;
    border: 1px solid #999
    }
.jta-login-info-sign-out:hover {
    color: black;
    background-color: #999;
    cursor: pointer
    }
.jta-loading {
    margin-left: 7em;
    padding: 8px 0 8px 0;
    color: rgb(137, 137, 137)
    }
.jta-error {
    margin: 0;
    padding: 8px;
    color: #000;
    background-color: #f00
    }
.jta-nodata {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none
    }
.jta-clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
    }
/* Stylesheet: Tweets Anywhere Modified On 2012-07-25 12:56:41 */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px
    }
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0
    }
#jquery-lightbox a img {
    border: none
    }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto
    }
#lightbox-container-image {
    padding: 10px
    }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
    }
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
    }
#lightbox-container-image-box > #lightbox-nav {
    left: 0
    }
#lightbox-nav a {
    outline: none
    }
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block
    }
#lightbox-nav-btnPrev {
    left: 0;
    float: left
    }
#lightbox-nav-btnNext {
    right: 0;
    float: right
    }
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0
    }
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666
    }
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left
    }
#lightbox-image-details-caption {
    font-weight: bold
    }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1em
    }
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em
    }
/* Stylesheet: JQuery Lightbox Modified On 2012-07-25 12:15:27 */
.body-home {
    margin: 0;
    padding: 0;
    text-align: left;
    background: url(/images/bodybg2.png) repeat-x
    }
.body-normal {
    margin: 0;
    padding: 0;
    text-align: left;
    background: url(/images/bodybg.png) repeat-x
    }
.ring-twitter {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 100
    }
.darkblue {
    color: #004d97
    }
.lightblue {
    color: #73a8f4
    }
.orange {
    color: #e96f07
    }
.white {
    color: #fff
    }
.wrapper {
    position: relative;
    min-height: 600px;
    width: 980px;
    margin: 0 auto 10px auto;
    background: transparent;
    text-align: left
    }
/* top */
.header {
    height: 52px
    }
.header-heading {
    line-height: 52px;
    color: #fff
    }
.top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 80;
    font-size: 12px;
    padding: 0 10px 0 10px
    }
.content-wrapper {
    width: 980px;
    padding: 10px;
    background-color: #fff
    }
/* gallery header */
.gallery-header {
    position: relative;
    width: 980px;
    height: 315px;
    text-align: center;
    margin: 0 auto;
    z-index: 0;
    padding: 0
    }
.gallery-header p {
    left: 0;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    padding: 0
    }
.gallery-header p img {
    border: none
    }
.gallery-header .show {
    z-index: 2
    }
.search-and-logos {
    border: 1px dotted grey;
    vertical-align: middle
    }
/* twitter */
.twitter {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 10;
    text-align: left;
    font-size: 23px;
    line-height: 25px;
    text-overflow: ellipsis;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif
    }
.ringgroningen-twitter {
    color: #000;
    background: rgb(255, 255, 255) transparent;
    /* fallback for web browsers that doesn't support rgba */
    background: rgba(255, 255, 255, 0.8);
    /* for ie 5.5 - 7*/
    -ms-filter: "progid:dximagetransform.microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff)";
    /* for ie 8*/
    width: 280px;
    height: 265px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    position: absolute
    }
.tweet-item {
    display: none;
    position: absolute
    }
.tweet-item:first-child {
    display: block
    }
.tweet-body {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    width: 260px;
    height: 260px
    }
.profile-image {
    position: absolute;
    left: 290px;
    top: 0;
    z-index: 10;
    width: 68px;
    border: 10px solid white
    }
.twitter a, .twitter a:link, .twitter a:visited {
    color: #2381BD;
    text-decoration: none;
    font-weight: bold
    }
.twitter a:hover {
    color: #4EA5DE;
    text-decoration: underline
    }
/* logos and search */
.logos {
    float: left
    }
.search input {
    width: 150px;
    color: #004d97;
    border-color: #004d97;
    margin-top: 20px
    }
.search-button, input.search-button {
    width: 75px;
    color: #fff;
    border-color: #fff;
    background-color: #004d97;
    vertical-align: middle;
    margin-top: 10px
    }
.logo-list {
    width: 700px;
    height: 70px;
    overflow: hidden
    }
.logo-list ul {
    list-style: none;
    margin: 0
    }
.logo-list ul li {
    display: inline;
    line-height: 65px;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    padding: 0
    }
.logo-list ul li a {
    text-decoration: none
    }
/* content */
.content {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
    }
.content-inside {
    margin: 0;
    padding: 0;
    color: #4b4b4b;
    /* text color */
    }
.content-right, .content-right-home {
    float: right;
    width: 265px;
    min-height: 400px;
    height: 100%;
    padding: 10px;
    background-color: #0064a7
    }
.content-right-home {
    background-color: #0064a7
    }
.content-left {
    float: left;
    width: 660px;
    margin-top: 10px
    }
h1, h2, h3, h4, h5, h6 {
    color: #e96f07;
    /* orange */
    }
a, a:link, a:visited {
    color: #e96f07;
    /* orange */
    text-decoration: underline
    }
a:hover {
    color: #c65d08;
    text-decoration: none
    }
a.orange, a.orange:link, a.orange:visited {
    color: #ed8a37
    }
a.orange:hover {
    color: #c65d08
    }
.no-list-style {
    list-style: none;
    margin: 0;
    padding: 0
    }
/* breadcrumbs */
.breadcrumbs {
    color: #73a8f4
    }
.breadcrumbs .active-crumb {
    color: #004d97
    }
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #73a8f4;
    /* lightblue */
    text-decoration: none
    }
.breadcrumbs a:hover {
    color: #73a8f4;
    text-decoration: none
    }
/* nieuws */
.newssummary img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em
    }
.newsbg1 {
    background-color: #f7ede1;
    margin-bottom: 1em
    }
.newsbg2 {
    background-color: #fff;
    margin-bottom: 1em
    }
.newssummary, .newssummarysummary, .newssummarycontent {
    color: #999
    }
.newssummary {
    margin-bottom: 1em
    }
.newssummarylink {
    font-weight: bold;
    display: block;
    margin-bottom: 1em
    }
.newssummarycontent {
    float: right
    }
.newssummary a, .newssummary a:link, .newssummary a:visited {
    color: #ed8a37;
    /* orange */
    text-decoration: none
    }
.newssummary a:hover {
    color: #c65d08;
    text-decoration: none
    }
.newssummarypostdate {
    color: #ed8a37;
    /* orange */
    font-style: italic;
    font-size: 0.9em
    }
.newssummarymorelink {
    color: #ed8a37;
    /* orange */
    display: inline
    }
input {
    width: 250px
    }
textarea {
    width: 430px
    }
/* bootstrap colors input / focus */
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(0, 77, 151, 0.8);
    outline: 0;
    outline: thin dotted 	;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 77, 151, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 77, 151, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 77, 151, 0.6)
    }
/* lightbox class*/
.flashkaart {
    /* width: 660px;  
        height: 453px;*/
    width: 500px;
    height: 340px
    }
.nieuwsbrief {
    /* position: absolute;
        bottom: 0;
        right: 10px;
        width: 265px;*/
    }
/* columns with equal height, css */
.column-container2 {
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #0064a7;
    /* column 2 background colour */
    }
.column-container1 {
    float: left;
    width: 100%;
    position: relative;
    right: 285px;
    background: #fff;
    /* column 1 background colour */
    }
.column-left {
    float: left;
    color: #4b4b4b;
    /* text color */
    width: 660px;
    position: relative;
    left: 285px;
    overflow: hidden
    }
.column-right {
    float: left;
    width: 285px;
    position: relative;
    left: 300px;
    overflow: hidden;
    color: #fff
    }
.column-right-inside {
    padding: 10px
    }
.nieuwsbrief {
    float: right;
    right: 0;
    bottom: 0
    }
/* kaarten */
.noordzeebrug-header {
    background: url(/uploads/images/kaarten/kaart_noordzeebrug.jpg) no-repeat;
    width: 980px;
    height: 365px
    }
.ringoost-header {
    background: url(/uploads/images/kaarten/kaart_ring_oost.jpg) no-repeat;
    width: 980px;
    height: 467px
    }
/* ring oost icons */
#icon_beijumnoord {
    display: block;
    position: absolute;
    margin-left: 215px;
    margin-top: 75px
    }
#icon_beijumnoord:hover {
    display: block;
    position: absolute;
    margin-left: 215px;
    margin-top: 40px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project4_grweg_over.png) top left no-repeat
    }
#icon_beijumzuid {
    display: block;
    position: absolute;
    margin-left: 280px;
    margin-top: 160px
    }
#icon_beijumzuid:hover {
    display: block;
    position: absolute;
    margin-left: 280px;
    margin-top: 125px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project3_over.png) top left no-repeat
    }
#icon_kardinge {
    display: block;
    position: absolute;
    margin-left: 365px;
    margin-top: 240px
    }
#icon_kardinge:hover {
    display: block;
    position: absolute;
    margin-left: 365px;
    margin-top: 205px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project2_over.png) top left no-repeat
    }
#icon_lewenborg {
    display: block;
    position: absolute;
    margin-left: 500px;
    margin-top: 330px
    }
#icon_lewenborg:hover {
    display: block;
    position: absolute;
    margin-left: 500px;
    margin-top: 295px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project1_over.png) top left no-repeat
    }
/* noordzeebrug icons */
#icon_noordzeebrug {
    display: block;
    position: absolute;
    margin-left: 590px;
    margin-top: 171px
    }
#icon_noordzeebrug:hover {
    display: block;
    position: absolute;
    margin-left: 461px;
    margin-top: 135px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project_noordzeebrug3.png) top left no-repeat
    }
#icon_bedumerweg {
    display: block;
    position: absolute;
    margin-left: 570px;
    margin-top: 240px
    }
#icon_bedumerweg:hover {
    display: block;
    position: absolute;
    margin-left: 570px;
    margin-top: 205px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project_bedumerweg.png) top left no-repeat
    }
#icon_groningerweg {
    display: block;
    position: absolute;
    margin-left: 648px;
    margin-top: 80px
    }
#icon_groningerweg:hover {
    display: block;
    position: absolute;
    margin-left: 648px;
    margin-top: 45px;
    width: 186px;
    height: 187px;
    background: url(/images/icons/project_groningerweg.png) top left no-repeat
    }
#icon_ringnoord_n361 {
    margin-left: 605px;
    margin-top: 110px
    }
#icon_ringnoord_n361:hover {
    margin-left: 605px;
    margin-top: 75px;
    width: 186px;
    height: 187px;
    background: url(/uploads/images/icons/project_ringnoord_n361.png) top left no-repeat
    }
#icon_reitdiepplein {
    margin-left: 5px;
    margin-top: 295px
    }
#icon_reitdiepplein:hover {
    margin-left: 5px;
    margin-top: 260px;
    width: 186px;
    height: 187px;
    background: url(/uploads/images/icons/project_reitdiepplein.png) top left no-repeat
    }
.icon_toekomstig {
    display: block;
    position: absolute;
    height: 51px;
    width: 51px;
    background: url(/images/icons/toekomstig.png) top right no-repeat
    }
.icon_actueel {
    display: block;
    position: absolute;
    height: 51px;
    width: 51px;
    background: url(/images/icons/actueel.png) top right no-repeat
    }
.hidden {
    display: none
    }
/* enquete */
.fb_invalid {
    color: #e96f07
    }
.question {
    font-weight: bold;
    color: #e96f07
    }
.cms_submit, .fbsubmit {
    color: #333;
    border: none;
    background: transparent
    }
/* Stylesheet: Ring Groningen Base Modified On 2013-12-09 21:53:10 */
.main-menu {
    background-color: #0164a8;
    height: 52px
    }
.main-menu ul {
    height: 52px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0
    }
.main-menu ul li {
    display: inline;
    position: relative;
    z-index: 80;
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    background-color: #0164a8
    }
.main-menu ul li a, .main-menu ul li a:active, .main-menu ul li a:visited {
    z-index: 80;
    margin: 0 5px 0 5px;
    line-height: 26px;
    padding: 5px 15px 5px 15px;
    color: #eee;
    text-decoration: none
    }
.main-menu ul li a:hover, .main-menu ul li a.menuactive {
    color: #fff;
    background-color: #2a72ba
    }
/* DROP DOWN */
.drop-down-menu {
    position: relative;
    letter-spacing: 0;
    word-spacing: 0;
    z-index: 80;
    height: 32px;
    margin: 0 auto;
    background-color: #5596d6
    }
.drop-down-menu ul {
    font-weight: bold;
    text-align: center;
    padding: 0;
    list-style: none;
    zoom: 1;
    z-index: 80;
    margin: 0 auto;
    font-size: 13px
    }
.drop-down-menu ul li {
    display: block;
    position: relative;
    float: left;
    z-index: 80;
    /* margin: 0 3px 0 3px;*/
    /*  background-color: #da9bac;*/
    }
.drop-down-menu li ul {
    display: none;
    z-index: 80;
    margin: 0 auto
    }
.drop-down-menu ul li a {
    display: block;
    text-decoration: none;
    padding: 0 15px 0 15px;
    margin: 0 auto 0 auto;
    line-height: 32px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    background-color: #5596d6;
    white-space: nowrap;
    z-index: 80;
    border: none
    }
.drop-down-menu ul li a:hover {
    z-index: 80;
    background-color: #80bbf7;
    color: #fff
    }
.drop-down-menu li:hover ul {
    display: block;
    position: absolute;
    z-index: 80
    }
.drop-down-menu li:hover li {
    clear: left;
    /*	width:18em;*/
    min-width: 15em;
    width: 100%;
    z-index: 80;
    font-size: 12px
    }
.drop-down-menu li:hover a {
    color: #004d97;
    /* baby blue */
    background: rgb(128, 187, 247) transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(128, 187, 247, 0.7);
    /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9980bbf7, endColorstr=#9980bbf7)";
    /* For IE 8*/
    }
.drop-down-menu li:hover li a:hover {
    color: #004d97;
    background: rgb(255, 255, 255) transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
    /* For IE 8*/
    }
.drop-down-menu .clear_all {
    clear: both;
    height: 0.5em
    }
.drop-down-menu li:hover .menuparent, .drop-down-menu li:hover .menuactive, .drop-down-menu li:hover .parent {
    color: #fff
    }
/* Stylesheet: Ring Groningen Menu Modified On 2013-12-09 21:25:17 */