
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.captcha img
{
	padding: 2px;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin-bottom: 2px;
}



/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 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 by @mdo and @fat.
 */
body {
    -webkit-backface-visibility: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}@-moz-keyframes fadeIn {
    0% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}@-o-keyframes fadeIn {
    0% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
}@-moz-keyframes fadeInUp {
    0% {
    opacity: 0;
    -moz-transform: translateY(20px);
}
100% {
    opacity: 1;
    -moz-transform: translateY(0);
}
}@-o-keyframes fadeInUp {
    0% {
    opacity: 0;
    -o-transform: translateY(20px);
}
100% {
    opacity: 1;
    -o-transform: translateY(0);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
}@-moz-keyframes fadeInDown {
    0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
}
100% {
    opacity: 1;
    -moz-transform: translateY(0);
}
}@-o-keyframes fadeInDown {
    0% {
    opacity: 0;
    -o-transform: translateY(-20px);
}
100% {
    opacity: 1;
    -o-transform: translateY(0);
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
}
}@-moz-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
}
100% {
    opacity: 1;
    -moz-transform: translateX(0);
}
}@-o-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -o-transform: translateX(-20px);
}
100% {
    opacity: 1;
    -o-transform: translateX(0);
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    transform: translateX(-20px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
}
}@-moz-keyframes fadeInRight {
    0% {
    opacity: 0;
    -moz-transform: translateX(20px);
}
100% {
    opacity: 1;
    -moz-transform: translateX(0);
}
}@-o-keyframes fadeInRight {
    0% {
    opacity: 0;
    -o-transform: translateX(20px);
}
100% {
    opacity: 1;
    -o-transform: translateX(0);
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    transform: translateX(20px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
}@-moz-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
}
100% {
    opacity: 1;
    -moz-transform: translateY(0);
}
}@-o-keyframes fadeInUpBig {
    0% {
    opacity: 0;
    -o-transform: translateY(2000px);
}
100% {
    opacity: 1;
    -o-transform: translateY(0);
}
}@keyframes fadeInUpBig {
    0% {
    opacity: 0;
    transform: translateY(2000px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
}@-moz-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
}
100% {
    opacity: 1;
    -moz-transform: translateY(0);
}
}@-o-keyframes fadeInDownBig {
    0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
}
100% {
    opacity: 1;
    -o-transform: translateY(0);
}
}@keyframes fadeInDownBig {
    0% {
    opacity: 0;
    transform: translateY(-2000px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
}
}@-moz-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
}
100% {
    opacity: 1;
    -moz-transform: translateX(0);
}
}@-o-keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
}
100% {
    opacity: 1;
    -o-transform: translateX(0);
}
}@keyframes fadeInLeftBig {
    0% {
    opacity: 0;
    transform: translateX(-2000px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
a:active, a:hover {
    outline: 0;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "“" "”" "‘" "’"}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media print {
    * {
    text-shadow: none!important;
    color: #000!important;
    background: 0 0!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: ""}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
@page {
    margin: 2cm .5cm;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.table td, .table th {
    background-color: #fff!important;
}
.btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000!important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ddd!important;
}
}* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6a737b;
    background-color: #f0f1f2;
}
table {
    width: 100%}
iframe {
    border: none;
    width: 100%}
.toplinks {
    background: #e9ebec;
    font-size: 11.9px;
    min-height: 26px;
    position: relative;
    z-index: 999;
}
.toplinks .container {
    background: #f1f2f3;
}
.toplinks .container .row {
    margin: 0;
}
.toplinks #HeaderLinkArea {
    padding-top: 5px;
}
.toplinks #HeaderLinkArea a {
    color: #6a737b;
    margin: 0;
    padding: 0;
}
.toplinks #HeaderLinkArea ul {
    margin-top: -5px;
}
.toplinks .selectbox {
    position: relative;
    display: inline-block;
    border: none;
    color: #6a737b;
    background: url(../img/select2.jpg) right no-repeat #e0e4e7;
    float: right;
}
.toplinks .selectbox select {
    z-index: 10;
    position: relative;
    border: none;
    width: 100%;
    outline: 0;
    margin: 0;
    opacity: 0;
    padding: 5px 25px 5px 5px;
    filter: alpha(opacity=0);
}
.toplinks .selecttext {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 5px 25px 5px 5px;
}
.toplinks .select-arrow {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10%}
.toplinks ul li {
    border-right: 1px solid #dfe0e1;
    display: block;
    float: left;
    padding: 5px;
}
.toplinks ul li a {
    color: #6a737b;
    padding: 5px;
}
.toplinks #ctl00_ctl17_pnlSearch {
    margin: 0;
    padding: 0;
    background: #fff;
    min-height: 29px;
}
.toplinks input[type=text] {
    background: #fff;
    border: none;
    font-size: 11.9px;
    padding: 5px;
    min-width: 225px;
    height: 27px;
}
.toplinks input[type=text]:focus {
    border: none;
}
.toplinks input[type=button] {
    background: url(../img/search.gif) left no-repeat #fff;
    height: 27px;
    padding: 5px;
    width: 25px;
    text-indent: -999px;
    line-height: 1px;
    color: transparent;
    border: none;
}
header .row>div:nth-of-type(1) {
    text-align: center;
}
header .row:first-child div:first-child div.siteTitle {
    border: none;
}
header .siteTitle {
    font-size: 1.2em;
    font-weight: 700;
    text-align: right;
    padding-top: 10px;
}
@media(max-width:767px) {
    header .siteTitle {
    text-align: center;
    padding-top: 20px;
}
}@media(max-width:767px) {
    header .phone {
    padding: 0;
}
}header .phone+ul {
    margin: 5px 0 0;
    padding: 0;
}
header .phone+ul li {
    border: none;
    display: block;
}
header .phone+ul li a {
    color: #ff5d00;
}
header .logo {
    text-align: center;
}
header ul li {
    display: inline;
    border-right: 1px solid #969da2;
}
header ul li a {
    color: #6a737b;
}
header div:nth-child(3), header div:nth-child(4) {
    border-left: 1px solid #eee;
    line-height: 1.2em;
}
header .siteTitle {
    border-left: 1px solid #fff;
}
header .region-selector {
    margin-top: 15px;
}
#news .col-sm-4 img {
    width: 100%;
    height: auto;
}
.home-news h3 {
    border-bottom: 5px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.home-news img {
    width: 100%;
    height: auto;
}
.header-search label {
    display: none;
}
.country-select {
    background: url(../img/select.gif) right top no-repeat #eee;
    margin-top: 15px;
    padding-top: 1px;
    padding-left: 3px;
}
.country-select:hover {
    cursor: pointer;
}
.language-select {
    position: relative;
    top: 0;
    margin: -10px 0 0;
    padding: 0;
}
.language-select p {
    padding: 3px 5px;
    margin: 0;
    font-size: 14px;
}
div.modal-body .languages {
    list-style-type: none;
    margin: 5px 0 0 -5px;
    padding: 0;
}
div.modal-body .languages li {
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #eee;
}
div.modal-body .country-select .countries .column li a, div.modal-body .languages li a {
    color: #6a737b;
}
div.modal-body .country-select .countries .column li a:hover {
    color: #fff;
}
div.modal-body .country-select p {
    padding: 0;
}
.countries {
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border: 1px solid #7f9db9;
    padding: 15px;
    margin-top: -10px;
    margin-left: -3px;
    min-width: 300px;
}
.countries:hover {
    cursor: pointer;
}
.countries .column {
    width: 45%;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}
.countries .column li {
    display: block;
    width: 100%;
    border-right: none;
}
.countries .column li a {
    padding-left: 5px;
}
.countries .column li a:hover {
    background: #39f;
    color: #fff;
    display: block;
}
#maincontent {
    margin-top: -140px;
}
#maincontent2 {
    margin-top: 50px;
}
footer {
    background: #000;
    padding-top: 30px;
    margin-top: 0;
}
footer .spacer {
    clear: both;
    float: left;
    width: 100%}
footer li.more-link {
    padding: 3px 3px 3px 20px;
    background: url(images/footer.jpg) left no-repeat #1f2326;
    color: #969da2;
    font-size: .7em;
    cursor: pointer;
    display: block;
    width: 60px;
    margin-top: 10px;
}
footer .accordian-hide {
    border: 2px solid #00f;
    width: 100%;
    display: inline;
}
footer .container .row+.row ul {
    display: block;
    clear: both;
    margin-top: 50px;
    margin-left: 15px;
}
footer .container .row+.row ul li {
    display: inline;
}
footer ul.menu {
    margin-bottom: 10px;
}
footer ul.menu>li>a {
    color: #ff5d00;
    font-size: 1em;
    font-weight: 700;
}
footer p {
    font-size: .8em;
    margin: 0 0 0 15px;
    clear: both;
    padding-top: 15px;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12.73px;
}
footer ul li:first-child {
    font-weight: 700;
    color: #ff5d00;
}
footer ul.social {
    position: absolute;
    top: -70px;
    left: 15px;
}
footer ul.social li {
    margin: 0;
    padding: 0;
}
footer ul.social li:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
footer ul li ul li a {
    font-weight: 400;
}
footer .row {
    position: relative;
}
footer a {
    color: #969da2;
    font-size: 10.77px;
    font-weight: 400;
}
footer a:hover {
    color: #969da2;
}
footer div.list-inline a:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
footer div.list-inline ul li {
    display: block;
    float: left;
    margin-right: 2px;
}
footer .footer-content ul {
    margin-left: 15px;
}
footer .footer-content ul li {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 11px;
}
#column2>.row div>.well.gray.gallery {
    margin-left: 0;
}
#column2>.row div>.well.gray.filters {
    padding-left: 0;
    padding-right: 0;
}
#column2 {
    padding-left: 0;
}
#column2 ul {
    list-style-type: none;
    padding-left: 20px;
}
#column2 ul li {
    padding-left: 20px;
    background: url(../img/arrow_right_small_orange.png) 0 3px no-repeat;
}
#column2 div.mobilemenu ul {
    padding-left: 0;
    border: 0;
}
#column2 div.mobilemenu li {
    padding-left: 0;
    background-image: none;
}
#column2 section#results {
    margin-top: -30px;
}
#column2 section#results .title {
    font-size: 1.2em;
}
#column2 section#results h4 {
    margin-bottom: 5px;
}
#column2 section#results .percent {
    margin-top: 10px;
    font-weight: 700;
}
#column2 section#results h1 {
    border: none;
    font-size: 1.2em;
    padding: 0;
}
#column2 .calculatorbg {
    background: url(../img/calculator.gif) 67px 80px no-repeat;
    padding-bottom: 5px;
}
#column2 .sitemap {
    margin-left: 15px;
    margin-bottom: 20px;
}
#column2 .col-12.col-sm-8.col-lg-8, #column2 .col-12.col-sm-8.col-lg-8 .col-12.col-sm-6.col-lg-6 .thumbnail, #column2 .col-12.col-sm-8.col-lg-8>.well {
    padding-right: 0;
}
#column2>.well {
    padding-bottom: 0;
}
#column2>.row div>.well {
    padding-top: 0;
}
#column2>.row div>.well.gray {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 15px;
}
#column2 .filters .selectbox {
    position: relative;
    display: block;
    border: none;
    color: #6a737b;
    background: url(../img/select.gif) right no-repeat #fff;
    margin-bottom: 20px;
}
#column2 .filters>.col-12>b {
    padding-bottom: 10px;
    display: block;
}
#column2 #gallery img {
    max-height: 100px;
}
#column2 #gallery .caption>p:first-child {
    min-height: 100px;
}
#column2 #gallery .caption p label {
    cursor: pointer;
    font-size: 1.2em;
    padding: 10px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}
#column2 #gallery .galleryactive {
    background: #ff5d00;
    padding: 10px;
    margin: 0!important;
    left: 0;
    top: 0;
    width: 100%}
#column2 .caption.gallery p:nth-child(2) {
    position: relative;
    padding: 0;
}
#column3 {
    position: relative;
    left: 15px;
    padding-left: 13px;
    padding-right: 0;
    margin-right: -2px;
}
#column3 img {
    width: 100%;
    height: auto;
}
#column3 :hover {
    text-decoration: none;
}
#column3 .gallerymobile .gallerytoggle, #column3 .gallerymobile p.galleryitems {
    display: none;
}
#column3 #selectedImages {
    background: #eee;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#column3 #selectedImages li {
    padding: 10px;
    display: block;
    background: #eee;
    float: left;
}
#column3 #selectedImages li img {
    width: 30%;
    float: left;
}
#column3 #selectedImages li img.removeButton {
    width: auto;
    float: left;
}
#column3 #selectedImages li img.removeButton:hover {
    cursor: pointer;
}
#column3 #selectedImages li .title {
    float: left;
    width: 60%;
    padding-left: 10px;
}
#column3 #download {
    background: #6a737b;
    clear: both;
    position: relative;
    padding: 10px;
    color: #fff;
}
#column3 #download a {
    color: #fff;
}
#column3 #download input[type=submit] {
    position: absolute;
    bottom: -22px;
    left: 0;
}
#column3 #download input[type=submit]+input[type=submit] {
    display: none;
}
#column3 #download span {
    display: block;
    color: #f0ad4e;
}
#column3 .sidecontent {
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
#column3 .sidecontent h2 {
    font-size: 2.4em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#column3 .sidecontent>h4 {
    padding: 10px;
    margin-bottom: 0;
}
#column3 .sidecontent h1.blockHeading {
    padding-left: 0;
}
#column3 .sidecontent img {
    width: 100%}
#column3 .sidecontent a.more-link {
    font-size: 1.43em;
    color: #ff5d00;
    background: url(../img/arrow_right_small_orange2.png) right no-repeat;
    display: inline-block;
    padding-right: 20px;
}
#column3 .sidecontent.black {
    background: #000;
}
#column3 .sidecontent.black h1, #column3 .sidecontent.black h2, #column3 .sidecontent.black h3, #column3 .sidecontent.black h4, #column3 .sidecontent.black h5 {
    color: #fff;
}
#column3 .sidecontent.gray {
    color: #6a737b;
    background: #eee;
}
#column3 .sidecontent.gray h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.1em;
    color: #ff5d00;
    margin-top: 5px;
}
#column3 .sidecontent.gray p {
    color: #000;
}
#column3 .sidecontent:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
#column3 .sidecontent div {
    padding: 15px;
}
#column3 .relatedlinks {
    background: #eee;
    padding: 5px 15px 15px;
    margin-bottom: 20px;
}
#column3 .relatedlinks ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
#column3 .relatedlinks ul li {
    list-style-type: none;
    margin: 0;
}
#column3 .relatedlinks a {
    font-weight: 700;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #ff5d00;
    text-decoration: none;
}
a:focus, a:hover {
    color: #b34100;
    text-decoration: underline;
}
a:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.img-responsive {
    display: inline-block;
    width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 0;
}
.img-circle {
    border-radius: 500px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #eee;
}
#commentsGenerator {
    position: relative;
    border: 0;
    margin: 0 -9px;
}
#commentsGenerator #headerRow {
    padding: 10px;
    position: relative;
    background: #222;
    color: #000;
    height: 36px;
}
#commentsGenerator .title {
    position: relative;
    float: left;
    padding: 10px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-align: center;
    margin-top: -12px;
}
#commentsGenerator #gridWrapper {
    background: #eee;
    position: relative;
    height: 200px;
    overflow: hidden;
    clear: left;
}
#commentsGenerator #grid {
    position: absolute;
    left: 10px;
    top: -200px;
    text-align: center;
}
#commentsGenerator .leftColumn, #commentsGenerator .middleColumn, #commentsGenerator .rightColumn {
    float: left;
    height: 190px;
    padding-top: 10px;
    overflow: hidden;
}
#commentsGenerator .leftColumn {
    color: #000;
    font-size: 1.3em;
    font-weight: 700;
    width: 25%}
#commentsGenerator .middleColumn {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-align: left;
    width: 60%}
#commentsGenerator #rightTitle {
    margin-left: 20px;
}
#commentsGenerator .middleColumn .content::-webkit-scrollbar {
    width: 12px;
}
#commentsGenerator .middleColumn .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#commentsGenerator .middleColumn .content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 125, 0, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}
#commentsGenerator .middleColumn .content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 125, 0, .4);
}
#commentsGenerator .middleColumn .top {
    margin: 0 10px;
    height: 18px;
    display: none;
}
#commentsGenerator .middleColumn .content {
    overflow: auto;
    padding: 20px;
    margin: 0 10px;
    height: 140px;
    background: #969da2;
    color: #000;
}
#commentsGenerator .middleColumn .content:after {
    content: "this";
    position: absolute;
    bottom: 20px;
}
#commentsGenerator .middleColumn .bottom {
    margin: 0 10px;
    height: 37px;
    background: url(../images/backgrounds/CommentsGeneratorCommentBottom.png) top left no-repeat;
}
#commentsGenerator #leftTitle {
    width: 25%}
#commentsGenerator #btn-next, #commentsGenerator #btn-prev {
    display: none;
}
#commentsGenerator #middleTitle {
    width: 60%}
#commentsGenerator .rightColumn {
    color: #000;
    font-size: 3em;
    font-weight: 700;
    width: 15%}
#commentsGenerator #buttonArea {
    background: #969da2;
}
#commentsGenerator #buttonArea #button {
    margin: 0;
    background: #000;
    cursor: pointer;
    padding: 8px 5px 6px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
    width: 100%;
    color: #ff5d00;
}
#projectLifecycle {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
}
#projectLifecycle img {
    width: 100%;
    height: auto;
}
#projectLifecycle p {
    border: 0;
    margin: .75em 0;
    padding: 0;
}
#mediaArea a:hover, #mediaArea a:visited, #projectLifecycle a, #projectLifecycle h1, #projectLifecycle h2, #projectLifecycle h3, #projectLifecycle p, #projectLifecycle span {
    color: #fff;
}
#projectLifecycle p.summary {
    font-weight: 700;
}
#projectLifecycle h2 {
    margin: 0;
}
#projectLifecycle #mediaContents {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    z-index: 300;
    height: auto;
    margin-bottom: -100px;
}
#projectLifecycle #mediaContents ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
#projectLifecycle #mediaContents ul li {
    clear: none;
    position: relative;
    float: left;
    list-style: none;
    margin: 0;
    overflow: hidden;
    z-index: 100;
    padding: 0!important;
}
#projectLifecycle #mediaContents .slide {
    width: inherit;
    margin: 5px;
    border: 2px solid #000;
    overflow: hidden;
}
#projectLifecycle #mediaContents .slide h2 {
    background: url(../images/H2BG.gif) top left repeat-x;
    height: 27px;
    padding-top: 8px;
    padding-left: 8px;
    width: 100%}
#projectLifecycle #mediaContents .slide .slideDetails {
    height: 100%;
    padding: 10px;
    background-color: #fff;
}
#projectLifecycle #mediaContents .slide p.summary {
    margin-top: 0;
}
#projectLifecycle #mediaContents .slide img {
    margin-right: 10px;
}
#projectLifecycle #mediaContents .slide .slideDetails p, #projectLifecycle #mediaContents .slide .slideDetails pre {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #000;
}
#projectLifecycle #mediaContents .slide .slideDetails a:hover {
    text-decoration: underline;
}
td {
    vertical-align: top;
}
.firstImage {
    position: absolute;
    z-index: 1;
}
#projectLifecycle .leftArrow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 40px;
    z-index: 200;
}
#projectLifecycle .leftArrow:hover {
    background: url(../images/prevBig.png) center left no-repeat;
}
#projectLifecycle .rightArrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 40px;
    z-index: 200;
}
#projectLifecycle .rightArrow:hover {
    background: url(../images/nextBig.png) center left no-repeat;
}
#infoPanelBG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 40%;
    height: 70%;
    background: #ff5d00;
}
#infoPanelBG.Right {
    left: auto;
    right: 0;
}
#infoPanel {
    top: 0;
    left: 0;
    z-index: 100;
    width: 40%;
    overflow: hidden;
}
#infoPanel.Right {
    left: auto;
    right: 0;
}
#infoPanel #info {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 150;
    width: 40%;
    overflow: hidden;
    padding: 5%}
#projectLifecycle #playerBar {
    clear: left;
    position: absolute;
    bottom: 70px;
    z-index: 999;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #6a737b;
    padding: 10px 15px 0;
}
#projectLifecycle #playerBar .mediaButtons, #projectLifecycle #playerBar .mediaButtons li {
    clear: none;
    float: left;
    list-style: none;
    padding: 0;
    width: auto;
    height: 20px;
    overflow: hidden;
}
#projectLifecycle #playerBar .mediaButtons {
    margin: 0 5px 0 0;
}
#projectLifecycle #playerBar .mediaButtons li {
    padding: 0 3px 0 0!important;
    background: 0 0!important;
}
#projectLifecycle #playerBar .mediaButtons li.selected {
    font-weight: 700;
}
#projectLifecycle #playerBar .left, #projectLifecycle #playerBar span {
    float: left;
}
#projectLifecycle #playerBar .right {
    float: right;
}
#projectLifecycle #playerBar img.icon {
    padding-left: 10px;
    padding-right: 2px;
    padding-top: 2px;
    cursor: pointer;
}
#projectLifecycle #playerBar .nextButton {
    background: url(../images/buttons/next.gif) center right no-repeat;
    padding-right: 15px;
    padding-left: 5px;
}
#projectLifecycle #playerBar .previousButton {
    background: url(../images/buttons/previous.gif) center left no-repeat;
    padding-left: 15px;
    padding-right: 5px;
}
#projectLifecycle #playerBar .pauseButton {
    background: url(../images/buttons/pause.gif) center left no-repeat;
    padding-left: 17px;
    padding-right: 5px;
    cursor: pointer;
}
#projectLifecycle #playerBar .playButton {
    background: url(../images/buttons/play.gif) center left no-repeat;
    padding-left: 15px;
    padding-right: 5px;
    cursor: pointer;
}
#projectLifecycle #playerBar {
    background-color: #f60;
}
#projectLifecycle .mediaButtons li.selected a {
    color: #000;
}
#projectLifecycle #mediaContents #infoPanel #info a, #projectLifecycle #mediaContents .slide .slideDetails a {
    color: #f60;
    font-weight: 700;
}
#projectLifecycle #mediaContents .slide .slideDetails table {
    width: 100%}
#projectLifecycle #mediaContents .slide .slideDetails table p {
    float: none;
}
#projectLifecycle #playerBar .nextButton {
    background-image: url(../images/buttons/right_arrow.gif);
}
#projectLifecycle #playerBar .previousButton {
    background-image: url(../images/buttons/left_arrow.gif);
}
#projectLifecycle #playerBar .pauseButton {
    background-image: url(../images/buttons/pause.gif);
}
#projectLifecycle #playerBar .playButton {
    background-image: url(../images/buttons/play.gif);
}
#projectLifecycle ul li {
    background-image: none;
}
@media screen and (min-width:767px) {
    .logo {
    padding-left: 60px;
}
}@media(max-width:480px) {
    header .img-responsive.logo {
    width: 150px;
}
}@media(max-width:767px) {
    #menu-label {
    color: #fff;
    position: relative;
    left: 15px;
    top: 15px;
    font-weight: 700;
}
.FormBuilderForm input[type=button], .resources input[type=submit] {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.FormBuilderForm input[type=text], .FormBuilderForm textarea, .modal input[type=text], .modal textarea, .thumbnail input[type=text], .thumbnail textarea {
    padding: 8px;
}
.FormBuilderForm input[type=file], .modal input[type=file], .thumbnail input[type=file] {
    width: 200px;
}
.FormBuilderForm .selectbox, .modal .selectbox, .thumbnail .selectbox {
    padding: 8px;
    background: url(../img/select.jpg) right no-repeat #eee;
}
.FormBuilderForm .selectbox .selecttext, .modal .selectbox .selecttext, .thumbnail .selectbox .selecttext {
    padding: 8px 5px 5px;
}
#commentsGenerator #leftTitle, #commentsGenerator #middleTitle, #commentsGenerator #rightTitle {
    font-size: 10px;
}
#commentsGenerator .leftColumn {
    font-size: 1em;
}
#commentsGenerator .middleColumn .content {
    font-size: .8em;
    padding: 5px;
}
#commentsGenerator .rightColumn {
    font-size: 1em;
}
.cc-cookies {
    margin-bottom: 10px;
}
.cc-cookies div {
    text-align: center;
    margin: 0 auto;
}
.cc-cookies p {
    width: 300px;
    max-width: 100%}
.cc-cookie-accept {
    text-align: center;
    margin: 0 auto;
    width: 100%}
.img-responsive {
    width: 100%}
.img-responsive.logo {
    width: auto;
}
#toTop {
    display: none;
}
#commentsGenerator #middleTitle {
    width: 46%}
#commentsGenerator #rightTitle {
    width: 20%;
    text-align: right;
    position: relative;
    left: 15px;
}
#maincontent {
    margin-top: -80px;
}
#maincontent2 {
    margin-top: 20px;
}
#column2 {
    padding-left: 20px;
}
#column2 #gallery img {
    max-height: none;
}
#column2 #gallery .caption>p:first-child {
    min-height: 50px;
}
#column2 .calculatorbg {
    background: 0 0;
}
#column2 .gallery img {
    margin-bottom: 20px;
}
#column2 .col-12.col-sm-8.col-lg-8 {
    padding-right: 20px;
}
#column2 .col-12.col-sm-8.col-lg-8>.well {
    padding-right: 15px;
}
.toplinks input[type=search] {
    background: red;
}
header .row>div:nth-of-type(4) {
    text-align: center;
}
header .btn {
    text-indent: -250px;
    overflow: hidden;
    background: url(../img/search.png) center no-repeat #f0f1f2;
    width: 40px;
}
header .btn.settings {
    background: url(../img/settings.png) center no-repeat #f0f1f2;
}
header .btn-gray:nth-of-type(2) {
    background: url(../img/settings.png) center no-repeat #f0f1f2;
    margin-top: 0;
}
footer p {
    max-width: 300px;
}
#column3 {
    left: 0;
    padding-left: 33px;
    padding-right: 33px;
}
#column3 #selectedImages {
    margin: 20px 0;
}
#column3 input[type=file] {
    max-width: 200px;
}
#column3 li {
    width: 100%}
#column3 #selectedImages li {
    position: relative;
}
#column3 li img.removeButton {
    position: absolute;
    top: 10px;
    right: 10px;
}
#column3 #download input[type=submit] {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    bottom: 0;
}
.filters .selectbox {
    position: relative;
    display: block;
    border: none;
    color: #6a737b;
    background: url(../img/select.gif) right no-repeat #fff;
    margin-bottom: 20px;
}
}@media(min-width:767px)and (max-width:992px) {
    font {
    margin: 0;
    padding: 0;
}
.carousel-caption address, .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    color: #fff;
    margin: 7px 0 0;
    padding: 0 0 7px;
}
.carousel-caption p {
    margin: 0;
    padding: 0;
}
.carousel-caption p font {
    margin: 0;
    padding: 0;
    line-height: 34px;
}
h2.home a {
    font-size: .7em;
    letter-spacing: 0;
}
#menu-label {
    display: none;
    visibility: hidden;
}
.copyrightNotice {
    position: relative;
    left: 15px;
    margin-bottom: 10px;
}
.cc-cookies div {
    max-width: 730px;
    width: 730px;
}
.toplinks .container>.row>.hidden-md {
    display: block!important;
}
.col-sm-4 .thumbnail h3, .col-sm-6 .thumbnail h3 {
    font-size: 1.1em;
}
#commentsGenerator #middleTitle {
    width: 46%}
#commentsGenerator #rightTitle {
    width: 20%;
    text-align: right;
    position: relative;
    left: 20px;
}
#column1 .subnav ul {
    font-size: .8;
    margin-left: -10px;
    position: relative;
}
#column1 .subnav li li ul {
    border-bottom: none;
}
.caption.gallery p label {
    width: 50px;
}
.caption.gallery input[type=checkbox] {
    top: -15px;
    position: relative;
}
#column2 #gallery .caption>p:first-child {
    min-height: 150px;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#gallery .caption.gallery p {
    font-size: .7em;
}
#gallery .caption.gallery p label {
    font-size: 1em;
}
.toplinks .col-sm-4, .toplinks .col-sm-5 {
    font-size: .8em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.toplinks .col-sm-4 ul, .toplinks .col-sm-5 ul {
    padding: 0;
}
.toplinks input[type=search] {
    min-width: 100px;
    font-size: .8em;
}
.toplinks input[type=text] {
    min-width: 100px;
    width: 100px;
}
.country-select p {
    font-size: .8em;
    padding: 3px;
}
header .logo {
    padding-left: 30px;
    margin-top: 10px;
}
#column2 .calculatorbg {
    background: 0 0;
}
#column2 .gallery img {
    margin-bottom: 20px;
}
#maincontent {
    margin-top: -100px;
}
#column3 #selectedImages li img {
    width: 40px;
    height: auto;
}
#column3 li {
    position: relative;
}
#column3 li img.removeButton {
    position: absolute;
    top: 10px;
    right: 0;
}
#column2 .filters .col-lg-6 {
    width: 100%}
}@media(min-width:992px) {
    #menu-label {
    display: none;
    visibility: hidden;
}
#column3 #selectedImages li img {
    width: 70px;
    height: auto;
}
#column3 li {
    position: relative;
}
#column3 li img.removeButton {
    position: absolute;
    top: 10px;
    right: 0;
}
}@media(min-width:992px)and (max-width:1200px) {
    .cc-cookies div {
    max-width: 920px;
    width: 920px;
}
.locationmaps #google-map-wrapper .mapselector .country-selector, .locationmaps #google-map-wrapper .mapselector .region-selector {
    display: none;
}
#google-map-wrapper #google-map-canvas {
    min-height: 194px;
}
#commentsGenerator #middleTitle {
    width: 46%}
#commentsGenerator #rightTitle {
    width: 20%;
    text-align: right;
    position: relative;
    left: 20px;
}
.toplinks .container>.row>.hidden-md {
    display: none!important;
}
.toplinks .col-sm-4, .toplinks .col-sm-5 {
    font-size: .8em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.toplinks .col-sm-4 ul, .toplinks .col-sm-5 ul {
    padding: 0;
}
.toplinks input[type=text] {
    min-width: 160px;
}
.small-map-layout #google-map-canvas {
    max-height: 97px;
}
#column2 .mobilemenu ul {
    padding-left: 0;
    border: 0;
}
#column2 .mobilemenu ul li {
    background: 0;
    padding-left: 0;
}
#column2 .mobilemenu ul li ul {
    margin-top: 0;
}
#column2 .mobilemenu ul li ul li a {
    padding: 10px 10px 10px 25px;
    background: url(../img/arrow_right_small_gray.png) 12px 12px no-repeat;
}
#column2 .calculatorbg {
    background: url(../img/calculator.gif) 30px 80px no-repeat;
    padding-bottom: 5px;
    border: 1px solid tranparent;
}
#maincontent {
    margin-top: -100px;
}
}@media(min-width:480px)and (max-width:767px) {
    .home-news.col-sm-3, .home-product.col-sm-6 {
    width: 49%}
.home-news.col-sm-3:nth-of-type(3) {
    clear: both;
}
#gallery .col-12.col-sm-4.col-lg-4 {
    width: 33%}
#column2 #gallery .caption>p:first-child {
    min-height: 100px;
}
#column2 #gallery img {
    max-height: 100px;
}
#column2 .row .col-12 .col-12.col-sm-6.col-lg-6 {
    width: 49%}
#column2 .row .col-12 .col-12.col-sm-4.col-lg-4 {
    width: 33%}
}@media(min-width:767px)and (max-width:900px) {
    body, header .siteTitle {
    font-size: 13px;
}
.toplinks input[type=text] {
    font-size: .8em;
}
.home-news h3 {
    font-size: 1.3em;
}
#column3 .sidecontent h1, #column3 .sidecontent h2, #column3 .sidecontent h3 {
    font-size: 1.4em;
}
#column3 .relatedlinks a, p.relatedPagesHeader+ul li a, p.relatedpagesheader+ul li a {
    font-weight: 400;
    font-size: .9em;
    padding-left: 0;
    background: 0 0;
    padding-bottom: 10px;
    line-height: 10px;
}
#column3 .sidecontent>h4 {
    padding: 15px 15px 0;
    margin-bottom: 0;
}
#column3 .sidecontent p {
    font-size: .9em;
}
#column3 .sidecontent a.more-link {
    font-size: .9em;
    color: #ff5d00;
    background: url(../img/arrow_right_small_orange2.png) right no-repeat;
    display: inline-block;
    padding-right: 20px;
    line-height: 14px;
    margin-top: 10px;
}
}#google-map-wrapper {
    position: relative;
}
.small-map-layout #google-map-canvas {
    height: 185px;
}
#buttonLinks {
    padding: 0;
}
#google-map-wrapper.small-map-layout .region-selector {
    background: 0 0;
}
.big-map-layout #google-map-canvas {
    height: 380px;
}
#google-map-wrapper #google-map-canvas {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}
#column3 #google-map-wrapper #google-map-canvas {
    height: 240px;
}
#column3 #google-map-wrapper {
    margin-bottom: 10px;
}
#column3 #google-map-wrapper>h3 {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
}
#column3 #google-map-wrapper .mapselector {
    padding: 10px;
    background-color: #000;
}
#column3 #google-map-wrapper .mapselector .selectbox {
    background-color: #fff;
}
#column3 #google-map-wrapper .mapselector .selectbox select {
    margin-bottom: 5px;
}
#column3 #google-map-wrapper #google-map-canvas {
    background-color: #000;
    padding: 10px;
}
.mapselector label {
    display: none;
}
.big-map-layout .mapselector {
    padding: 15px 15px 5px;
    background: #000;
}
.big-map-layout .mapselector .country-selector, .big-map-layout .mapselector .region-selector {
    margin-bottom: 20px;
}
.google-map-location {
    width: 100%}
.google-map-location h3 {
    color: #f60!important;
    font-size: 1.2em!important;
    font-weight: 700!important;
    line-height: 1em!important;
    margin-top: 0;
}
.google-map-location div {
    float: left;
    font-size: .9em;
    line-height: 1.1em;
}
.google-map-location-left {
    margin-right: 10px;
    width: 44%;
    height: auto;
    float: left;
}
.google-map-location-right {
    width: 44%;
    height: auto;
    float: right;
}
h3.orange {
    color: #000;
}
p.QuoteOrange, p.QuoteWhite, p.quoteorange, p.quotewhite {
    padding: 50px 20px 20px;
    margin: 0 0 50px;
    border-left: 0;
    background: url(../img/quote2.png) 20px 10px no-repeat #969da2;
    color: #000;
    font-weight: 700;
    position: relative;
}
p.QuoteOrange:after, p.QuoteWhite:after, p.quoteorange:after, p.quotewhite:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/quote.png) no-repeat;
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
}
p.QuoteOrange p, p.QuoteOrange span.HeaderOrange, p.QuoteOrange span.HeaderWhite, p.QuoteOrange span.headerorange, p.QuoteOrange span.headerwhite, p.QuoteWhite p, p.QuoteWhite span.HeaderOrange, p.QuoteWhite span.HeaderWhite, p.QuoteWhite span.headerorange, p.QuoteWhite span.headerwhite, p.quoteorange p, p.quoteorange span.HeaderOrange, p.quoteorange span.HeaderWhite, p.quoteorange span.headerorange, p.quoteorange span.headerwhite, p.quotewhite p, p.quotewhite span.HeaderOrange, p.quotewhite span.HeaderWhite, p.quotewhite span.headerorange, p.quotewhite span.headerwhite {
    font-size: 17.5px;
    font-weight: 700;
    line-height: 1.25;
}
p.QuoteOrange p:last-child, p.QuoteWhite p:last-child, p.quoteorange p:last-child, p.quotewhite p:last-child {
    margin-bottom: 0;
}
p.QuoteOrange small, p.QuoteWhite small, p.quoteorange small, p.quotewhite small {
    display: block;
    line-height: 1.42857143;
    color: #000;
}
p.QuoteOrange small:before, p.QuoteWhite small:before, p.quoteorange small:before, p.quotewhite small:before {
    content: '— '}
p.QuoteOrange span.QuoteSource, p.QuoteOrange span.quotesource, p.QuoteWhite span.QuoteSource, p.QuoteWhite span.quotesource, p.quoteorange span.QuoteSource, p.quoteorange span.quotesource, p.quotewhite span.QuoteSource, p.quotewhite span.quotesource {
    display: block;
}
p.QuoteOrange span.QuoteSource:before, p.QuoteOrange span.quotesource:before, p.QuoteWhite span.QuoteSource:before, p.QuoteWhite span.quotesource:before, p.quoteorange span.QuoteSource:before, p.quoteorange span.quotesource:before, p.quotewhite span.QuoteSource:before, p.quotewhite span.quotesource:before {
    content: ' —'}
a.RoundButton, a.RoundButtonOrange, a.SquareButton, a.roundbutton, a.roundbuttonorange, a.squarebutton {
    cursor: pointer;
    line-height: 1.42857143;
    color: #fff;
    background-color: #ff5d00;
    border-color: #ff5d00;
    display: block;
    padding: 11px 55px 11px 20px;
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    border-radius: 0;
    margin-top: 19px;
    position: relative;
    width: auto;
}
a.RoundButton.active, a.RoundButton:active, a.RoundButton:focus, a.RoundButton:hover, a.RoundButtonOrange.active, a.RoundButtonOrange:active, a.RoundButtonOrange:focus, a.RoundButtonOrange:hover, a.SquareButton.active, a.SquareButton:active, a.SquareButton:focus, a.SquareButton:hover, a.roundbutton.active, a.roundbutton:active, a.roundbutton:focus, a.roundbutton:hover, a.roundbuttonorange.active, a.roundbuttonorange:active, a.roundbuttonorange:focus, a.roundbuttonorange:hover, a.squarebutton.active, a.squarebutton:active, a.squarebutton:focus, a.squarebutton:hover {
    background-color: #e65400;
    border-color: #cc4a00;
}
a.RoundButton.disabled, a.RoundButton.disabled.active, a.RoundButton.disabled:active, a.RoundButton.disabled:focus, a.RoundButton.disabled:hover, a.RoundButtonOrange.disabled, a.RoundButtonOrange.disabled.active, a.RoundButtonOrange.disabled:active, a.RoundButtonOrange.disabled:focus, a.RoundButtonOrange.disabled:hover, a.RoundButtonOrange[disabled], a.RoundButtonOrange[disabled].active, a.RoundButtonOrange[disabled]:active, a.RoundButtonOrange[disabled]:focus, a.RoundButtonOrange[disabled]:hover, a.RoundButton[disabled], a.RoundButton[disabled].active, a.RoundButton[disabled]:active, a.RoundButton[disabled]:focus, a.RoundButton[disabled]:hover, a.SquareButton.disabled, a.SquareButton.disabled.active, a.SquareButton.disabled:active, a.SquareButton.disabled:focus, a.SquareButton.disabled:hover, a.SquareButton[disabled], a.SquareButton[disabled].active, a.SquareButton[disabled]:active, a.SquareButton[disabled]:focus, a.SquareButton[disabled]:hover, a.roundbutton.disabled, a.roundbutton.disabled.active, a.roundbutton.disabled:active, a.roundbutton.disabled:focus, a.roundbutton.disabled:hover, a.roundbutton[disabled], a.roundbutton[disabled].active, a.roundbutton[disabled]:active, a.roundbutton[disabled]:focus, a.roundbutton[disabled]:hover, a.roundbuttonorange.disabled, a.roundbuttonorange.disabled.active, a.roundbuttonorange.disabled:active, a.roundbuttonorange.disabled:focus, a.roundbuttonorange.disabled:hover, a.roundbuttonorange[disabled], a.roundbuttonorange[disabled].active, a.roundbuttonorange[disabled]:active, a.roundbuttonorange[disabled]:focus, a.roundbuttonorange[disabled]:hover, a.squarebutton.disabled, a.squarebutton.disabled.active, a.squarebutton.disabled:active, a.squarebutton.disabled:focus, a.squarebutton.disabled:hover, a.squarebutton[disabled], a.squarebutton[disabled].active, a.squarebutton[disabled]:active, a.squarebutton[disabled]:focus, a.squarebutton[disabled]:hover, fieldset[disabled] a.RoundButton, fieldset[disabled] a.RoundButton.active, fieldset[disabled] a.RoundButton:active, fieldset[disabled] a.RoundButton:focus, fieldset[disabled] a.RoundButton:hover, fieldset[disabled] a.RoundButtonOrange, fieldset[disabled] a.RoundButtonOrange.active, fieldset[disabled] a.RoundButtonOrange:active, fieldset[disabled] a.RoundButtonOrange:focus, fieldset[disabled] a.RoundButtonOrange:hover, fieldset[disabled] a.SquareButton, fieldset[disabled] a.SquareButton.active, fieldset[disabled] a.SquareButton:active, fieldset[disabled] a.SquareButton:focus, fieldset[disabled] a.SquareButton:hover, fieldset[disabled] a.roundbutton, fieldset[disabled] a.roundbutton.active, fieldset[disabled] a.roundbutton:active, fieldset[disabled] a.roundbutton:focus, fieldset[disabled] a.roundbutton:hover, fieldset[disabled] a.roundbuttonorange, fieldset[disabled] a.roundbuttonorange.active, fieldset[disabled] a.roundbuttonorange:active, fieldset[disabled] a.roundbuttonorange:focus, fieldset[disabled] a.roundbuttonorange:hover, fieldset[disabled] a.squarebutton, fieldset[disabled] a.squarebutton.active, fieldset[disabled] a.squarebutton:active, fieldset[disabled] a.squarebutton:focus, fieldset[disabled] a.squarebutton:hover {
    background-color: #ff5d00;
    border-color: #ff5d00;
}
a.RoundButton:after, a.RoundButtonOrange:after, a.SquareButton:after, a.roundbutton:after, a.roundbuttonorange:after, a.squarebutton:after {
    content: "";
    width: 54px;
    height: 54px;
    background: url(../img/arrow_right_small_black.png) 20px 18px no-repeat #ff6e19;
    position: absolute;
    right: 0;
    top: 0;
}
p.CallToAction, p.calltoaction {
    background-color: #000;
    color: #fff;
}
p.CallToActionWhite, p.calltoactionwhite {
    background-color: #fff;
    color: #000;
}
p.CallToAction, p.CallToActionWhite, p.calltoaction, p.calltoactionwhite {
    padding: 20px;
}
p.CallToAction a, p.CallToActionWhite a, p.calltoaction a, p.calltoactionwhite a {
    color: #ff5d00;
    background: url(../img/arrow_right_small_orange2.png) right no-repeat;
    display: inline-block;
    padding-right: 20px;
    font-weight: 700;
}
span.HeaderOrange, span.headerorange {
    color: #ff5d00;
}
span.HeaderWhite, span.headerwhite {
    color: #fff;
}
span.HeaderOrange, span.HeaderWhite, span.headerorange, span.headerwhite {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
}
p.relatedPagesHeader, p.relatedpagesheader {
    font-size: 18px;
    font-weight: 400;
    background: #eee;
    padding: 15px 15px 5px;
    margin: 0;
    color: #000;
}
p.relatedPagesHeader+ul, p.relatedpagesheader+ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 15px 15px;
    background: #eee;
}
p.relatedPagesHeader+ul li, p.relatedpagesheader+ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
p.relatedPagesHeader+ul li a, p.relatedpagesheader+ul li a {
    font-weight: 700;
}
p.relatedPagesHeader+ul li a font, p.relatedpagesheader+ul li a font {
    background: 0!important;
}
p.relatedPagesHeader+a, p.relatedpagesheader+a {
    display: block;
    margin: 0;
    padding: 5px 15px 15px 30px;
    font-weight: 700;
    background: url(../img/arrow_right_small_orange.png) 15px 8px no-repeat #eee;
}
.ImmUnderline_On {
    text-decoration: underline;
}
.ImmTextAlign_Justify {
    text-align: justify;
}
.ImmTextAlign_Center {
    text-align: center;
}
div.pagination span.pager a, div.pagination span.pager span {
    padding: 4px 12px;
    background-color: #fff;
    color: #6a737b;
    float: left;
    margin-right: 3px;
}
div.pagination span.pager a:hover, div.pagination span.pager span:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
div.pagination span.pager a.aspNetDisabled, div.pagination span.pager span.aspNetDisabled {
    display: none;
}
div.pagination span.pager span {
    background-color: #000;
    color: #fff;
}
#ui-datepicker-div {
    z-index: 1030!important;
}
.fix-image img {
    display: inline-block;
    width: 100%;
    height: auto;
}
#recaptcha_image {
    width: 100%!important;
    height: auto!important;
    border: 2px solid #eee;
    margin: 10px 0;
}
#recaptcha_image img {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
}
#captcha-audio, #captcha-help, #captcha-refresh {
    padding-right: 10px;
}
#recaptcha_response_field {
    margin-bottom: 5px;
}
.smart-layer-custom {
    position: fixed;
    top: 16%;
    left: 10px;
    background: 0 0;
    font-weight: 700;
    font-size: 1.1em;
    width: 48px;
    text-align: center;
    padding-bottom: 2px;
}
.atss-left {
    left: 10px!important;
}
.addthis-smartlayers-mobile.fadeIn {
    -webkit-animation-name: none;
}
.footer-content {
    margin-left: 0!important;
}
footer div.list-inline {
    position: relate!important;
    float: right;
    display: inline;
    width: 100%!important;
    top: 0;
    left: 0;
}
footer div.list-inline .social-title {
    float: right;
    font-weight: 700;
}
footer div.list-inline ul {
    float: right;
}
footer div.list-inline li {
    float: left;
    padding-left: 5px;
}
@media(min-width:0)and (max-width:10000px) {
    .gallerymobile {
    display: block;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #333;
    z-index: 100010;
    width: 100%;
    padding: 20px;
}
.gallerymobile p.galleryitems {
    float: left;
    color: #fff;
    width: 48%;
    font-size: 1.1em;
    border: 1px solid red;
    margin: -20px 0 0;
    padding-top: 0;
}
.gallerymobile label {
    font-size: 1.2em;
    margin-top: 10px;
}
.gallerymobile .gallerytoggle {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
}
.gallerymobile .gallerytoggle a {
    padding-left: 10px;
}
.gallerymobile .gallerytoggle:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0;
    border-color: #fff transparent transparent;
}
.gallerymobile .gallerytoggle.galleryopen:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px;
    border-color: transparent transparent #fff;
}
.gallerymobile .galleryshare {
    background: 0 0;
    float: right;
    width: 100%;
    margin-top: 10px;
}
.gallerymobile .galleryshare input[type=text] {
    float: left;
    width: 48%;
    margin-right: 5px;
    margin-top: 5px;
}
.gallerymobile .galleryshare span {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.gallerymobile .galleryshare input[type=submit] {
    float: right;
    background: #ff5d00;
    border: none;
    margin-top: 5px;
}
.gallerymobile .galleryshare .error, .gallerymobile .galleryshare .note {
    float: left;
    width: 80%}
.gallerymobile #download {
    background: 0 0;
}
.gallerymobile #download input[type=submit] {
    float: right;
    background: #ff5d00;
    border: none;
    margin-top: 5px;
}
.gallerymobile #download span {
    margin-left: 5px;
    margin-top: 5px;
}
.gallerymobile #download .error {
    float: left;
    width: 100%}
.gallerymobile .button.share {
    display: none;
}
.gallerymobile #selectedImages {
    background: #333;
    text-align: center;
    float: left;
    display: block;
    position: relative;
}
.gallerymobile #selectedImages div {
    float: left;
}
.gallerymobile #selectedImages li {
    background: 0 0;
    width: auto!important;
    padding: 5px!important;
    float: left;
    display: block;
}
.gallerymobile #selectedImages li img {
    width: 90px;
    height: 50px;
    float: left;
    display: block;
}
.gallerymobile img.removeButton {
    width: 20px!important;
    height: 20px!important;
    position: absolute;
    bottom: -5px;
    right: -5px;
    cursor: pointer;
}
.gallerymobile .title {
    display: none;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:0)and (max-width:992px) {
    .gallerymobile {
    bottom: 45px;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:767px) {
    .gallerymobile .galleryshare {
    display: none!important;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:480px)and (max-width:767px) {
    .gallerymobile .galleryshare {
    clear: right;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:0)and (max-width:480px) {
    .gallerymobile .galleryshare input[type=text] {
    width: 100%!important;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:0)and (max-width:480px) {
    .gallerymobile .galleryshare span {
    width: 100%!important;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:0)and (max-width:767px) {
    .gallerymobile #selectedImages li {
    width: 100px!important;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:1200px)and (max-width:300000px) {
    .gallerymobile #selectedImages.flexiselDemo2 {
    max-width: 1170px;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:992px)and (max-width:1200px) {
    .gallerymobile #selectedImages.flexiselDemo2 {
    max-width: 940px;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:767px)and (max-width:992px) {
    .gallerymobile #selectedImages.flexiselDemo2 {
    border: 3px solid red;
}
}@media(min-width:0)and (max-width:10000px)and (min-width:992px)and (max-width:100000px) {
    .gallerymobile .nbs-flexisel-nav-left, .gallerymobile .nbs-flexisel-nav-right {
    display: none!important;
}
}div.scrollingHotSpotLeft {
    min-width: 15px;
    width: 15px;
    height: 100%;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: -20px;
    display: block!important;
}
@media(min-width:1200px)and (max-width:100000px) {
    div.scrollingHotSpotLeft {
    display: none!important;
}
}div.scrollingHotSpotLeftVisible {
    background-color: #fff;
    background-repeat: no-repeat;
}
div.scrollingHotSpotLeftVisible:after {
    content: "<";
    line-height: 60px;
}
div.scrollingHotSpotRight {
    min-width: 15px;
    width: 15px;
    height: 100%;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: -20px;
    display: block!important;
}
@media(min-width:1200px)and (max-width:100000px) {
    div.scrollingHotSpotRight {
    display: none!important;
}
}div.scrollingHotSpotRightVisible {
    background-image: url(../images/arrow_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: .35;
    zoom: 1;
}
div.scrollingHotSpotRightVisible:after {
    content: ">";
    line-height: 60px;
}
div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%}
div.scrollableArea {
    position: relative;
    height: 100%;
    width: 100%!important;
}
@media(min-width:0)and (max-width:992px) {
    div.scrollableArea {
    width: 1800px!important;
}
}#mixedContent {
    height: auto;
    position: relative;
    display: block!important;
}
#mixedContent .contentBox {
    position: relative;
    float: left;
    display: block;
    padding: 5px;
    width: 100px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#mixedContent .contentBox img {
    margin-bottom: 10px;
}
#mixedContent .contentBox p {
    font-size: 10px;
}
@media(min-width:480px) {
    .productpreviews .row {
    width: 96%!important;
    float: left;
    padding: 10px 0;
    margin: 0 2%!important;
}
}@media(min-width:480px)and (max-width:767px) {
    .productpreviews .row {
    width: 48%!important;
    float: left;
    padding: 10px 0;
    margin: 0!important;
}
.productpreviews .row div {
    padding-left: 0!important;
}
.productpreviews .row .row:nth-child(3n) {
    clear: both;
}
}@media(min-width:767px) {
    .productpreviews .row {
    width: 33%!important;
    float: left;
    padding: 10px 0;
    margin: 0!important;
}
.productpreviews .row div {
    padding-left: 0!important;
}
.productpreviews .row .row:nth-child(4n) {
    clear: both;
}
}.productpreviews .image a {
    height: 150px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.productpreviews .image a .img-responsive {
    height: 120%;
    width: auto;
}
.productpreviews h3 {
    font-size: 20px!important;
}
.productpreviews .content .btn, .productpreviews .content .teaser {
    display: none;
}
.productcarousel {
    clear: both;
}
.productcarousel .carousel-caption {
    right: 29px;
    left: auto;
}
.productcarousel .carousel-innerpage .carousel-caption {
    left: auto!important;
    right: 10px;
}
.productcarousel .carousel-control {
    top: 40%}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
i.glyphicon.glyphicon {
    float: right;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-plus:before {
    content: "+"}
.glyphicon-minus:before {
    content: "−"}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    margin: 0 0 10px;
}
.phone {
    font-size: 2.5em;
    margin: 0;
    padding: 10px 0 0;
    line-height: .7em;
    color: #000;
    font-weight: 700;
}
.share {
    font-size: 1.5em;
}
.lead {
    font-size: 28px;
    letter-spacing: -.05em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.1em;
}
small {
    font-size: 85%}
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-weight: 700;
    line-height: 1.1;
    color: #000;
}
.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: 400;
    line-height: 1;
    color: #969da2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, h1 {
    font-size: 41px;
    letter-spacing: -.04em;
    font-weight: 700;
    border-bottom: 5px solid #eee;
    padding: 0 0 17px;
    margin: 0;
}
.h2, h2 {
    font-size: 28px;
    letter-spacing: -.05em;
    font-weight: 700;
    margin-bottom: 20px;
}
.h3, h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.h4, h4 {
    font-size: 18px;
    font-weight: 400;
}
.h5, h5 {
    font-size: 14px;
    font-weight: 400;
}
.h6, h6 {
    font-size: 14px;
    font-weight: 700;
    background: #6a737b;
    padding: 15px;
    display: inline-block;
    position: relative;
    top: 10px;
}
h6:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6a737b;
    position: absolute;
    bottom: -10px;
    left: 40%;
    right: 50%}
.h1 small, h1 small {
    font-size: 24px;
}
.h2 small, h2 small {
    font-size: 18px;
}
.h3 small, .h4 small, h3 small, h4 small {
    font-size: 14px;
}
h2.home {
    margin: -5px 0 0;
    padding: 0;
    font-weight: 400;
}
h2.home a {
    background: url(../img/arrow_right_big.png) right no-repeat;
    display: block;
    padding: 10px 0;
}
h2.home a:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
section#news h4 {
    margin-top: 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.42857143;
}
dd {
    margin-left: 0;
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #969da2;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: ""}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
a>font {
    color: inherit!important;
    background: inherit!important;
    font-family: inherit!important;
    font-size: inherit!important;
}
@media(max-width:767px) {
    .phone {
    font-size: 2em;
    margin-top: 10px;
}
h2 {
    font-size: 1.5em;
}
h1 {
    font-size: 2.5em;
}
}@media(min-width:767px)and (max-width:992px) {
    .phone {
    font-size: 1.6em;
}
}@media(min-width:992px)and (max-width:1200px) {
    .phone {
    font-size: 2em;
}
}code, pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}
pre.prettyprint {
    margin-bottom: 20px;
}
pre code {
    padding: 0;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
.container:after, .container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container.content {
    padding-top: 20px;
    padding-bottom: 60px;
}
.container>.row {
    margin-left: 15px;
    margin-right: 15px;
    z-index: 2;
    position: relative;
}
.container>.row.formfix {
    z-index: 0;
}
.container>.row:nth-of-type(1) {
    position: relative;
    z-index: 100;
}
.container>.row:nth-of-type(2) {
    margin: 0 0 -35px;
    position: relative;
    top: -50px;
    z-index: 1;
}
.container.banner {
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}
.navbar-inverse .container, footer .container {
    background: 0 0;
}
.row {
    margin-bottom: 20px;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
@media(min-width:767px) {
    .row {
    margin-left: -15px;
    margin-right: -15px;
}
}.row .row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
}
.col-1 {
    width: 8.33333333%}
.col-2 {
    width: 16.66666667%}
.col-3 {
    width: 25%}
.col-4 {
    width: 33.33333333%}
.col-5 {
    width: 41.66666667%}
.col-6 {
    width: 50%}
.col-7 {
    width: 58.33333333%}
.col-8 {
    width: 66.66666667%}
.col-9 {
    width: 75%}
.col-10 {
    width: 83.33333333%}
.col-11 {
    width: 91.66666667%}
.col-12 {
    width: 100%}
@media(min-width:767px) {
    .container {
    max-width: 728px;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-12 {
    width: 100%}
.col-push-1 {
    left: 8.33333333%}
.col-push-2 {
    left: 16.66666667%}
.col-push-3 {
    left: 25%}
.col-push-4 {
    left: 33.33333333%}
.col-push-5 {
    left: 41.66666667%}
.col-push-6 {
    left: 50%}
.col-push-7 {
    left: 58.33333333%}
.col-push-8 {
    left: 66.66666667%}
.col-push-9 {
    left: 75%}
.col-push-10 {
    left: 83.33333333%}
.col-push-11 {
    left: 91.66666667%}
.col-pull-1 {
    right: 8.33333333%}
.col-pull-2 {
    right: 16.66666667%}
.col-pull-3 {
    right: 25%}
.col-pull-4 {
    right: 33.33333333%}
.col-pull-5 {
    right: 41.66666667%}
.col-pull-6 {
    right: 50%}
.col-pull-7 {
    right: 58.33333333%}
.col-pull-8 {
    right: 66.66666667%}
.col-pull-9 {
    right: 75%}
.col-pull-10 {
    right: 83.33333333%}
.col-pull-11 {
    right: 91.66666667%}
}@media(min-width:992px) {
    .container {
    max-width: 940px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-12 {
    width: 100%}
.col-offset-1 {
    margin-left: 8.33333333%}
.col-offset-2 {
    margin-left: 16.66666667%}
.col-offset-3 {
    margin-left: 25%}
.col-offset-4 {
    margin-left: 33.33333333%}
.col-offset-5 {
    margin-left: 41.66666667%}
.col-offset-6 {
    margin-left: 50%}
.col-offset-7 {
    margin-left: 58.33333333%}
.col-offset-8 {
    margin-left: 66.66666667%}
.col-offset-9 {
    margin-left: 75%}
.col-offset-10 {
    margin-left: 83.33333333%}
.col-offset-11 {
    margin-left: 91.66666667%}
}@media(max-width:767px) {
    .container>.row {
    margin-left: 0;
    margin-right: 0;
}
}@media(min-width:1200px) {
    .container {
    max-width: 1170px;
}
}table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.sitemap table {
    width: auto;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table tbody>tr>td, .table tbody>tr>th, .table tfoot>tr>td, .table tfoot>tr>th, .table thead>tr>td, .table thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table thead {
    background: #6a737b;
    color: #fff;
}
.table thead>tr>th {
    vertical-align: bottom;
}
.table caption+thead tr:first-child td, .table caption+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top: 0;
}
.table tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #f0f1f2;
}
.table-condensed tbody>tr>td, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>td, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed thead>tr>th {
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}
table col[class^=col-] {
    float: none;
    display: table-column;
}
table td[class^=col-], table th[class^=col-] {
    float: none;
    display: table-cell;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
    border-color: #eed3d7;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
    border-color: #f8e5be;
}
fieldset {
    padding: 15px;
    margin: 0;
    border: 5px solid #eee;
}
fieldset.search-results {
    margin: 0;
    padding: 20px 0;
    border-right: none;
    border-left: none;
}
fieldset.search-results div {
    padding: 0;
}
fieldset.search-results div.col-lg-5 {
    padding-right: 20px;
    padding-bottom: 20px;
}
fieldset .clearfix {
    margin-bottom: 20px;
}
.LoginControlValidator {
    color: red;
}
#column3 .form-group {
    width: 235px;
}
#column3 fieldset {
    overflow-x: hidden;
}
fieldset input[type=text], fieldset label, fieldset textarea {
    width: 100%}
fieldset input[type=button] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 0 12px;
}
fieldset legend {
    position: absolute;
}
input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 0 12px;
}
#LoginContainer table {
    width: 100%}
.LoginForm {
    padding: 15px;
    margin: 0;
    border: 5px solid #eee;
    width: 100%}
.LoginForm input[type=password] {
    background: #eee;
    border: none;
    color: #6a737b;
    padding-left: 10px;
}
.LoginForm ul {
    margin: 0;
    padding: 0;
}
.LoginForm li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.LoginForm li input, .LoginForm li label {
    width: 100%}
legend {
    text-indent: -9999px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: .85em;
}
input[type=search] {
    border: none;
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -o-transition: 1s linear;
    -ms-transition: 1s linear;
    transition: 1s linear;
    min-width: 200px;
}
input[type=text], textarea {
    background: #eee;
    border: none;
    color: #6a737b;
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=file] {
    display: block;
}
select[multiple], select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
.toplinks input:focus[type=text] {
    outline: 0;
    border: none;
}
input:focus, textarea:focus {
    outline: #ff5d00 solid 2px;
    box-shadow: 0 0 10px #9ecaed;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
.form-control:-moz-placeholder {
    color: #969da2;
}
.form-control::-moz-placeholder {
    color: #969da2;
}
.form-control:-ms-input-placeholder {
    color: #969da2;
}
.form-control::-webkit-input-placeholder {
    color: #969da2;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 0;
    background: #eee;
    border: none;
    color: #6a737b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.checkbox label, .radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.form-control.input-large {
    height: 55px;
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 0;
}
.form-control.input-small {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}
select {
    border: none;
    color: #6a737b;
    background: url(../img/select.gif) right no-repeat #eee;
}
select.input-large {
    height: 55px;
    line-height: 55px;
}
select.input-small {
    height: 30px;
    line-height: 30px;
}
.selectbox {
    position: relative;
    display: block;
    border: none;
    color: #6a737b;
    background: url(../img/select.gif) right no-repeat #eee;
}
.selectbox select {
    z-index: 10;
    position: relative;
    border: none;
    width: 100%;
    outline: 0;
    margin: 0;
    opacity: 0;
    padding: 2px;
    filter: alpha(opacity=0);
}
.selecttext {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px;
}
.select-arrow {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10%}
.has-warning .control-label, .has-warning .help-block {
    color: #c09853;
}
.has-warning .form-control {
    padding-right: 32px;
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}
.has-error .control-label, .has-error .help-block {
    color: red;
}
.has-error .form-control {
    padding-right: 32px;
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #c00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f66;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f66;
}
.has-error .input-group-addon {
    color: red;
    border-color: red;
    background-color: #f2dede;
}
.has-success .control-label, .has-success .help-block {
    color: #468847;
}
.has-success .form-control {
    padding-right: 32px;
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #adb3b8;
}
.input-group {
    display: table;
    border-collapse: separate;
}
.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}
.input-group-addon.input-small {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0;
}
.input-group-addon.input-large {
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -4px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:hover {
    z-index: 2;
}
.ValidationSummaryWithoutBullets {
    color: red;
}
.text-error {
    color: red;
    float: right;
    position: absolute;
    top: 5px;
    right: 10px;
}
.form-inline .checkbox, .form-inline .form-control, .form-inline .radio {
    display: inline-block;
}
.form-inline .checkbox, .form-inline .radio {
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .control-label {
    padding-top: 6px;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media(min-width:767px) {
    .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
}.form-horizontal .form-group .row {
    margin-left: -15px;
    margin-right: -15px;
}
@media(min-width:767px) {
    .form-horizontal .control-label {
    text-align: right;
}
}@media(max-width:767px) {
    #column3 .form-group {
    width: auto;
}
}@media(min-width:767px)and (max-width:992px) {
    #column3 .form-group {
    width: 120px;
}
#column3 .mobileform .form-group {
    width: 180px;
}
}@media(min-width:480px)and (max-width:767px) {
    #column3 .form-group {
    width: auto;
}
}@media(min-width:992px)and (max-width:1200px) {
    #column3 .form-group {
    width: 180px;
}
}.ValidationSummaryWithoutBullets ul {
    display: none;
}
.recaptchatable #recaptcha_response_field {
    line-height: normal;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
}
.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding-top: 0;
    padding-bottom: 0;
}
.btn-default.active, .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #000;
    border-color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #ff5d00;
    border-color: #ff5d00;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #e65400;
    border-color: #cc4a00;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #ff5d00;
    border-color: #ff5d00;
}
.btn-gray {
    color: #ff5d00;
    background-color: #eee;
    border-color: #eee;
    font-weight: 400;
    text-align: left;
}
.btn-gray.active, .btn-gray:active, .btn-gray:focus, .btn-gray:hover {
    background-color: #e2e2e2;
    border-color: #d5d5d5;
}
.btn-gray.disabled, .btn-gray.disabled.active, .btn-gray.disabled:active, .btn-gray.disabled:focus, .btn-gray.disabled:hover, .btn-gray[disabled], .btn-gray[disabled].active, .btn-gray[disabled]:active, .btn-gray[disabled]:focus, .btn-gray[disabled]:hover, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray.active, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray:hover {
    background-color: #eee;
    border-color: #eee;
}
.btn-gray.btn-block {
    padding-left: 10px;
}
.btn-gray.btn-block:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 34px;
    background: url(../img/arrow_right_small_gray.png) 10px 10px no-repeat #e3e4e8;
}
.btn-gray:hover {
    color: #ff5d00;
}
.btn-large {
    padding: 10px 16px;
    font-size: 23px;
    font-weight: 400;
    text-align: left;
    border-radius: 0;
}
.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    border-top: 7px solid #ff5d00;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    border-bottom: 1px solid #eee;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e65400;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ff5d00), to(#e65400));
    background-image: -webkit-linear-gradient(top, #ff5d00, 0, #e65400, 100%);
    background-image: -moz-linear-gradient(top, #ff5d00 0, #e65400 100%);
    background-image: linear-gradient(to bottom, #ff5d00 0, #e65400 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5d00', endColorstr='#ffe65400', GradientType=0);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e65400;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#ff5d00), to(#e65400));
    background-image: -webkit-linear-gradient(top, #ff5d00, 0, #e65400, 100%);
    background-image: -moz-linear-gradient(top, #ff5d00 0, #e65400 100%);
    background-image: linear-gradient(to bottom, #ff5d00 0, #e65400 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5d00', endColorstr='#ffe65400', GradientType=0);
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #969da2;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.open>a.dropdown-toggle {
    background: #ff5d00;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #969da2;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0;
}
.well.gray {
    background: #eee;
}
.well.gray select {
    background-color: #fff;
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-large {
    padding: 24px;
    border-radius: 0;
}
.well-small {
    padding: 9px;
    border-radius: 0;
}
.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    position: relative;
    top: -6px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after, .nav:before {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #969da2;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #969da2;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav>li+.nav-header {
    margin-top: 9px;
}
.nav.open>a, .nav.open>a:focus, .nav.open>a:hover {
    color: #fff;
    background-color: #ff5d00;
    border-color: #ff5d00;
}
.nav.open>a .caret, .nav.open>a:focus .caret, .nav.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav>.pull-right {
    float: right;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav-tabs {
    border-bottom: 5px solid #6a737b;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    font-weight: 700;
}
.nav-tabs>li>a {
    margin-right: 2px;
    background: #eee;
    color: #000;
    line-height: 1.42857143;
    border: none;
    position: relative;
    top: -1px;
    border-radius: 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    background-color: #6a737b;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    position: relative;
}
.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:focus:after, .nav-tabs>li.active>a:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6a737b;
    position: absolute;
    bottom: -14px;
    left: 44%;
    right: 50%}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>li {
    float: none;
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #f0f1f2;
}
.tab-content {
    border-left: 5px solid #6a737b;
    border-bottom: 5px solid #6a737b;
    border-right: 5px solid #6a737b;
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
}
.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 5px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ff5d00;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li>a {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li {
    float: none;
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    text-align: center;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.nav-tabs-justified>.active>a {
    border-bottom-color: #f0f1f2;
}
.tabbable:after, .tabbable:before {
    content: " ";
    display: table;
}
.tabbable:after {
    clear: both;
}
.pill-content>.pill-pane, .tab-content>.tab-pane {
    display: none;
}
.pill-content>.active, .tab-content>.active {
    display: block;
}
.nav .caret {
    border-top-color: #ff5d00;
    border-bottom-color: #ff5d00;
}
.nav a:hover .caret {
    border-top-color: #b34100;
    border-bottom-color: #b34100;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.subnav {
    background: #fff;
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
    display: block;
    position: relative;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.subnav li ul li ul li a.active {
    background-image: url(../img/subnav.gif);
    background-repeat: no-repeat;
    background-position: 11px 5px;
}
.subnav li {
    list-style-type: none;
    margin: 0 padding:0;
}
.subnav li a {
    display: block;
    padding: 10px 10px 10px 25px;
    color: #000;
    font-weight: 700;
    background: url(../img/arrow_right_small_orange.png) 12px 12px no-repeat;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.subnav li a.active {
    color: #fff;
    background: url(../img/arrow_right_small_white.png) 12px 12px no-repeat #6a737b;
    border-top: 1px solid #6a737b;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}
.subnav ul {
    margin: 10px 0 15px;
    padding: 0;
}
.subnav li li {
    margin: 0;
    padding: 0;
}
.subnav li li a {
    font-size: .9em;
    padding: 0 0 0 40px;
    font-weight: 400;
    border: none;
    background: url(../img/subnav.gif) 25px 5px no-repeat;
}
.subnav li li a.active {
    background: url(../img/subnav.gif) 25px 5px no-repeat;
    color: #ff5d00;
    font-weight: 700;
    border-top: none;
}
.subnav li li ul {
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 30px;
}
.subnav li li ul ul {
    padding-bottom: 0;
    border-bottom: none;
}
.subnav li li ul a {
    padding-left: 20px;
    background: url(../img/subnav.gif) 10px 5px no-repeat;
}
@media(max-width:767px) {
    .subnav {
    background: #fff;
    margin: 0;
}
.subnav li a.active, .subnav li li a.active, .subnav li ul li ul li a.active {
    background-image: none;
}
.subnav li li a {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none;
    padding-left: 25px;
    font-weight: 700;
}
.subnav li li ul {
    margin: 0;
    padding: 0;
}
.subnav li li li a {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none;
    padding-left: 45px;
    font-weight: 700;
}
.subnav li li li li a {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none;
    padding-left: 65px;
    font-weight: 700;
}
}.navbar {
    position: relative;
    min-height: 50px;
    padding-left: 0;
    padding-right: 15px;
    background-color: #eee;
    border-radius: 0;
}
.navbar:after, .navbar:before {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.navbar .nav>li.active.dropdown .dropdown-toggle:hover, .navbar .nav>li.dropdown:hover {
    background: #ff5d00;
}
.navbar-nav {
    margin-top: 10px;
    margin-bottom: 15px;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #777;
    line-height: 20px;
    border-radius: 0;
}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #d5d5d5;
}
.navbar-nav>.active>a:after {
    content: "";
    height: 7px;
    background: #bbb;
    position: absolute;
    width: 100%;
    bottom: -7px;
    left: 0;
}
.navbar-nav>.disabled>a, .navbar-nav>.disabled>a:focus, .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-nav.pull-right {
    width: 100%}
.navbar-static-top {
    border-radius: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 23px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: center;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #5e5e5e;
    text-decoration: none;
    background-color: transparent;
}
.navbar-toggle {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 48px;
    height: 32px;
    padding: 8px 12px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
}
.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ccc;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-form {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-form .checkbox, .navbar-form .form-control, .navbar-form .radio {
    display: inline-block;
}
.navbar-form .checkbox, .navbar-form .radio {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-nav>.dropdown>a:focus .caret, .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-nav>.open>a, .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover {
    background-color: #d5d5d5;
    color: #555;
}
.navbar-nav>.open>a .caret, .navbar-nav>.open>a:focus .caret, .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
.navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar-inverse {
    background-color: #222;
}
.navbar-inverse:before {
    color: #fff;
    font-weight: 700;
    position: relative;
    left: 15px;
    top: 15px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: #ff5d00;
}
.navbar-inverse .navbar-text {
    color: #969da2;
}
.navbar-inverse .navbar-nav>li:after {
    content: "";
    background: url(../img/splitter.png);
    width: 13px;
    height: 13px;
    font-weight: 400;
    color: #969da2;
    position: absolute;
    right: -5px;
    top: 17px;
    z-index: 1;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    font-size: 16.8px;
    z-index: 2;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .3s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #ff5d00;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #6f6f6f;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #ff5d00;
    color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret, .navbar-inverse .navbar-nav>.dropdown>a:hover .caret, .navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
@media screen and (min-width:767px) {
    .navbar-inverse: before {
    display: none;
}
.navbar-brand {
    float: left;
    margin-left: -15px;
    margin-right: 5px;
}
.navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    border-radius: 0;
}
.navbar-nav.pull-right {
    float: right;
    width: auto;
}
.navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
}
.nav-collapse.collapse {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
}
}.navbar-btn {
    margin-top: 8px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-link {
    color: #777;
}
.navbar-link:hover {
    color: #333;
}
.navbar-inverse .navbar-link, .navbar-inverse .navbar-link:hover {
    color: #fff;
}
@media(max-width:767px) {
    ul.dropdown-menu {
    display: none;
    visibility: hidden;
    border: 2px solid red;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 1em;
}
.navbar-inverse .navbar-nav>li:after {
    background: 0 0;
}
.navbar-nav {
    margin-top: 30px;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #d5d5d5;
}
.navbar-nav>.active>a:after {
    background: 0 0;
}
}@media(min-width:767px)and (max-width:992px) {
    .navbar-inverse .navbar-nav>li>a {
    font-size: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
}@media(min-width:992px)and (max-width:1200px) {
    .navbar-inverse .navbar-nav>li>a {
    font-size: .85em;
    padding-left: 10px;
    padding-right: 10px;
}
}.breadcrumb {
    padding: 0 0 10px!important;
    font-size: .8em;
    margin-bottom: 0;
    list-style: none;
}
.breadcrumb span>li {
    background: 0 0!important;
    padding-left: 0!important;
    display: inline-block;
}
.breadcrumb span>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #6a737b;
}
.breadcrumb span>li a {
    color: #6a737b;
}
.breadcrumb span>.active {
    color: #6a737b;
    font-weight: 700;
}
.pagination {
    display: inline-block;
    padding-left: 3px;
    margin: 20px 0;
    border-radius: 0;
    padding-left: 0!important;
    min-height: 35px;
    font-weight: 700;
    width: 100%;
    background: #eee;
    padding-top: 3px;
    padding-bottom: 3px;
}
.pagination .pull-left {
    position: relative;
    top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}
.pagination>li {
    display: inline;
    background-image: none!important;
    padding-left: 0!important;
}
.pagination>li>a, .pagination>li>span {
    float: left;
    padding: 4px 12px;
    color: #6a737b;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-left-width: 0;
    margin-right: 3px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-left-width: 1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>li>a:focus, .pagination>li>a:hover {
    background-color: #000;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span {
    color: #fff;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span {
    color: #fff;
    background-color: #fff;
    cursor: not-allowed;
}
.pagination-large>li>a, .pagination-large>li>span {
    padding: 10px 16px;
    font-size: 23px;
}
.pagination-large>li:first-child>a, .pagination-large>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-large>li:last-child>a, .pagination-large>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-small>li>a, .pagination-small>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-small>li:first-child>a, .pagination-small>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-small>li:last-child>a, .pagination-small>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.modal-open {
    overflow: hidden;
}
#myModal input[type=text] {
    width: 100%;
    margin-bottom: 20px;
}
#myModal .modal-content {
    min-height: 150px;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    min-height: 16.43px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0 0 0 5px;
    line-height: 1.42857143;
    color: #6a737b;
}
.modal-body {
    position: relative;
    padding: 0 20px 15px;
}
.modal-body p {
    padding: 5px 0 0;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
@media screen and (min-width:767px) {
    .modal-dialog {
/*    left: 50%;
*/    /*right: auto;*/
    width: 560px;
   /* margin-left: -280px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
}.img-thumbnail, .thumbnail {
    line-height: 1.42857143;
    border-top: 5px solid #eee;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail {
    display: block;
}
.thumbnail.resources {
    border-top: none;
}
.thumbnail.noborder {
    border-bottom: none;
}
.thumbnail.resources .row {
    margin-left: 0;
    margin-right: 0;
}
.thumbnail.resources p {
    margin-top: 10px;
}
.img-thumbnail, .thumbnail>img {
    display: inline-block;
    width: 100%;
    height: auto;
}
a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ff5d00;
}
.thumbnail>img {
    margin-left: auto;
    margin-right: auto;
}
.thumbnail:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.thumbnail.border .caption {
    padding: 10px 0 0;
    width: 100%;
    position: relative;
    color: #6a737b;
}
.thumbnail.noborder .caption {
    width: 80%;
    font-size: 1.2em;
    padding-right: 20px;
    background: #fff;
    display: block;
    margin-top: -20px;
    position: relative;
}
.thumbnail.noborder:hover .caption {
    display: block;
    opacity: 1;
}
.thumbnail .caption {
    padding: 10px 0 0;
    color: #6a737b;
    font-size: 15.4px;
}
.caption.gallery p {
    background: #6a737b;
    color: #fff;
    padding: 10px;
    font-size: .85em;
    margin-bottom: 0;
}
.caption.gallery p label {
    margin-left: 5px;
    vertical-align: super;
}
.caption.gallery p:nth-child(2) {
    background: #000;
    color: #fff;
    font-size: .8em;
    text-align: center;
}
.caption.gallery p:nth-child(2) input {
    display: none;
}
@media(max-width:767px) {
    .thumbnail.noborder .caption {
    position: relative;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
}
.thumbnail.noborder:hover .caption {
    bottom: 0;
    display: block;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
}
.thumbnail.noborder .btn {
    margin-bottom: 20px;
}
}@media(min-width:767px)and (max-width:992px) {
    .thumbnail.noborder {
    margin-bottom: -20px;
}
.thumbnail.noborder .caption {
    position: relative;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
    font-size: 1em;
}
.thumbnail.noborder:hover .caption {
    display: block;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
}
.thumbnail.noborder .btn {
    margin-bottom: 15px;
}
}@media(min-width:992px)and (max-width:1200px) {
    .thumbnail.noborder .col-lg-4 {
    width: 100%;
    margin-bottom: 15px;
}
}.accordion {
    margin-bottom: 20px;
}
.accordion-group {
    border: 1px solid #000;
    border-radius: 0;
}
.accordion-heading {
    border-bottom: 0;
    background-color: #ff5d00;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
}
.accordion-heading a {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 20px;
}
@media(min-width:768px) {
    .dl-horizontal dd {
    margin-left: 180px;
    margin-bottom: 3px;
}
dl {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}
dl>div {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.dl-horizontal div:nth-child(even) {
    background-color: #bfb6ad;
}
}.accordion-toggle.collapsed .glyphicon-minus {
    display: none;
}
.accordion-toggle:not(.collapsed) .glyphicon-plus {
    display: none;
}
.accordion-heading:hover {
    cursor: pointer;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
dt {
    font-weight: 700;
    color: #000;
}
.carousel {
    position: relative;
}
.carousel .locationmaps {
    width: 300px;
    position: absolute;
    top: 50px;
    z-index: 999;
    right: 30px;
}
.carousel .locationmaps>div {
    padding: 5px 10px 10px;
}
.carousel .locationmaps .carousel-content, .carousel .locationmaps .carousel-form {
    background-color: #fff;
}
.carousel .locationmaps .carousel-form input[type=file] {
    width: 100%}
.carousel .locationmaps #google-map-wrapper {
    background: #fff;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.carousel .locationmaps #google-map-wrapper .selectbox {
    position: relative;
    display: block;
    border: none;
    color: #6a737b;
    background: url(../img/select.gif) right no-repeat #eee;
}
.carousel .locationmaps #google-map-wrapper .selectbox select {
    z-index: 10;
    position: relative;
    border: none;
    width: 100%;
    outline: 0;
    margin: 0 0 5px;
    opacity: 0;
    padding: 2px;
    filter: alpha(opacity=0);
}
.carousel .locationmaps #google-map-wrapper .selecttext {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px;
}
.carousel .locationmaps #google-map-wrapper .select-arrow {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10%}
.carousel .btn-large {
    font-size: 1.6em;
    margin-top: 13px;
    padding-left: 12px;
    padding-top: 11px;
    position: relative;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.carousel .btn-large:after {
    content: "";
    width: 54px;
    height: 54px;
    background: url(../img/arrow_right_small_black.png) 20px 18px no-repeat #ff6e19;
    position: absolute;
    right: -1px;
    top: -1px;
}
.carousel-banner .carousel-indicators {
    bottom: 82px;
}
.carousel-innerpage {
    margin-top: 20px;
    margin-bottom: 20px;
}
.carousel-innerpage img {
    width: 100%}
.carousel-innerpage .carousel-control.right {
    left: auto;
    right: -25px;
}
.carousel-innerpage .carousel-control.left {
    margin-left: -23px;
}
.carousel-innerpage .carousel-caption {
    width: 50%;
    left: 10px;
    background-color: rgba(255, 93, 0, .85);
    line-height: 1.4em;
}
.carousel-innerpage .carousel-caption h1, .carousel-innerpage .carousel-caption h2 {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: 700;
}
.carousel-innerpage .carousel-indicators {
    bottom: -5px;
    margin-left: -80px;
}
.carousel-innerpage .carousel-indicators li {
    width: 20px;
    height: 20px;
}
.carousel-innerpage .carousel-inner .item {
    height: 360px;
}
.carousel-innerpage .carousel-inner .item.Right .carousel-caption {
    float: right;
    right: 10px;
    left: auto;
}
.carousel-innerpage .carousel-inner .item.Details img {
    height: auto!important;
    margin: 10px 10%;
    width: 30%}
.carousel-innerpage .carousel-inner .item.Details.Left img {
    float: right;
}
.carousel-innerpage .carousel-inner .item.Details.Right img {
    float: left;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 1;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
    z-index: 51;
    width: 5%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: #fff;
    text-align: left;
    text-shadow: none;
}
.carousel-control.left {
    background: url(../img/carousel_left.gif) no-repeat;
    margin-left: -17px;
}
.carousel-control.left:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.carousel-control.right {
    left: 329px;
    background: url(../img/carousel_right.gif) no-repeat;
}
.carousel-control.right:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
.carousel-control .glyphicon, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    background: url(../img/carousel_left.gif);
}
.carousel-control .icon-next:before {
    background: url(../img/carousel_right.gif);
}
#column2 .carousel-control.left, #column2 .carousel-control.right {
    width: 50px;
}
@media(max-width:1024px) {
    #column2 .carousel-innerpage .carousel-inner .item {
    height: auto;
}
}#column2 .carousel-caption {
    top: 10px;
}
@media(max-width:1024px) {
    #column2 .carousel-caption {
    top: -8px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    right: auto;
    background-color: #ff5d00;
}
}.carousel-indicators {
    position: absolute;
    left: 90px;
    bottom: 15px;
    z-index: 15;
    margin-left: -60px;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #6a737b;
    text-indent: -999px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.carousel-indicators li:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.carousel-indicators .active {
    margin: 0;
    width: 28px;
    height: 28px;
    position: relative;
    background-color: #eee;
}
.carousel-caption {
    position: absolute;
    left: 0;
    width: 300px;
    background: #ff5d00;
    top: 50px;
    z-index: 10;
    padding: 0 20px 20px;
    color: #fff;
    text-align: left;
    text-shadow: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.carousel-caption h1, .carousel-caption h2 {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    border: none;
    letter-spacing: 0;
    padding-top: 10px;
}
.carousel-caption h5 {
    color: #fff;
}
.carousel-caption font {
    margin: 0;
    padding: 0;
    line-height: 34px;
}
.carousel-caption img {
    width: 100%;
    height: auto;
}
.carousel-caption h6 {
    color: #fff;
    background: 0 0;
    margin-left: 0;
    padding-left: 0;
}
.carousel-caption h6:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    position: absolute;
    bottom: -10px;
    left: 40%;
    right: 50%}
.carousel-caption h3 {
    color: #fff;
}
.carousel-caption .btn {
    text-shadow: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    padding-top: 6px;
    padding-bottom: 6px;
}
.carousel-caption a {
    color: #fff;
    text-decoration: underline;
}
#flexiselDemo1 {
    display: none;
    height: auto;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nbs-flexisel-ul .thumbnail {
    border-bottom: 0;
    border-top: 0;
}
.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    positon: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 100;
    opacity: .5;
    clear: both;
    float: right;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.nbs-flexisel-nav-left {
    right: 36px;
    margin-right: 38px;
    background: url(../img/arrow_left_small.png) 10px 10px no-repeat #6a737b;
}
.nbs-flexisel-nav-right {
    right: 0;
    margin-top: -34px;
    background: url(../img/arrow_right_small.png) 13px 10px no-repeat #6a737b;
}
@media screen and (min-width:767px) {
    .carousel-control .glyphicon, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
}
.carousel-caption {
    left: 29px;
    padding-bottom: 30px;
}
}@media(max-width:480px) {
    .carousel .carousel-inner .carousel-caption {
    width: 90%}
}@media(max-width:767px) {
    .locationmaps {
    display: none;
}
.carousel-banner .carousel-caption {
    min-height: 150px;
    margin-bottom: 40px;
}
.carousel-banner .carousel-indicators {
    bottom: 82px;
}
.carousel.carousel-innerpage .carousel-caption {
    min-height: 180px;
}
.carousel .carousel-caption {
    width: 94%;
    left: 15px;
    position: relative;
    top: 0;
    z-index: 1000;
    margin-top: -30px;
    padding-top: 15px;
    height: auto;
}
.carousel .carousel-control, .carousel .carousel-indicators {
    display: none;
}
}.mobileform .carousel-content-inner {
    margin-bottom: 10px;
}
@media(min-width:767px)and (max-width:992px) {
    .carousel .carousel-control {
    width: 10%}
.carousel .carousel-caption {
    height: auto;
}
.carousel .carousel-caption h1, .carousel .carousel-caption h2 {
    font-size: 1.4em;
}
.carousel .btn-large, .carousel .carousel-caption h3 {
    font-size: 1.2em;
}
.carousel .btn-large:after {
    background: 0 0;
}
.carousel .carousel-indicators {
    right: 30px;
    bottom: 0;
    left: auto;
}
.carousel .locationmaps {
    width: 200px;
    display: none;
}
.carousel .locationmaps h3 {
    font-size: 1.3em;
}
.carousel .locationmaps div:nth-of-type(4) {
    display: none;
}
}@media(min-width:992px)and (max-width:1200px) {
    .carousel .carousel-indicators {
    bottom: -10px;
}
.carousel .locationmaps div:nth-of-type(4) {
    height: 97px;
    overflow: hidden;
}
}.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
@-ms-viewport {
    width: device-width;
}
@media screen and (max-width:400px) {
    @-ms-viewport {
    width: 320px;
}
}.hidden {
    display: none!important;
    visibility: hidden!important;
}
.visible-sm {
    display: block!important;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
.hidden-sm, .visible-lg, .visible-md, td.hidden-sm, td.visible-lg, td.visible-md, th.hidden-sm, th.visible-lg, th.visible-md, tr.hidden-sm, tr.visible-lg, tr.visible-md {
    display: none!important;
}
.hidden-md {
    display: block!important;
}
tr.hidden-md {
    display: table-row!important;
}
td.hidden-md, th.hidden-md {
    display: table-cell!important;
}
.hidden-lg {
    display: block!important;
}
tr.hidden-lg {
    display: table-row!important;
}
td.hidden-lg, th.hidden-lg {
    display: table-cell!important;
}
@media(min-width:767px)and (max-width:991px) {
    .visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none!important;
}
.visible-md {
    display: block!important;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none!important;
}
.hidden-sm {
    display: block!important;
}
tr.hidden-sm {
    display: table-row!important;
}
td.hidden-sm, th.hidden-sm {
    display: table-cell!important;
}
.hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
    display: none!important;
}
.hidden-lg {
    display: block!important;
}
tr.hidden-lg {
    display: table-row!important;
}
td.hidden-lg, th.hidden-lg {
    display: table-cell!important;
}
}@media(min-width:992px) {
    .visible-md, .visible-sm, td.visible-md, td.visible-sm, th.visible-md, th.visible-sm, tr.visible-md, tr.visible-sm {
    display: none!important;
}
.visible-lg {
    display: block!important;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
.hidden-sm {
    display: block!important;
}
tr.hidden-sm {
    display: table-row!important;
}
td.hidden-sm, th.hidden-sm {
    display: table-cell!important;
}
.hidden-md {
    display: block!important;
}
tr.hidden-md {
    display: table-row!important;
}
td.hidden-md, th.hidden-md {
    display: table-cell!important;
}
.hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
    display: none!important;
}
}.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none!important;
}
@media print {
    .visible-print {
    display: block!important;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
.hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
    display: none!important;
}
}@media print {
    .toplinks {
    display: none!important;
    visibility: hidden;
}
a[href]:after {
    content: none;
}
footer, .cc-cookies {
    display: none!important;
}
.logo {
    display: block;
    visibility: visible;
    text-align: center;
}
.carousel {
    display: none!important;
    visibility: hidden;
}
.subnav {
    display: none!important;
    visibility: hidden;
}
.addthis_button {
    display: none!important;
    visibility: hidden;
}
ul.breadcrumb {
    display: none!important;
    visibility: hidden;
}
.btn.btn-gray.pull-left.visible-sm {
    display: none!important;
    visibility: hidden;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    width: 100%}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%}
.img-responsive {
    width: auto;
    height: auto;
}
#column3, #column1 {
    display: none!important;
    visibility: hidden;
}
header>div>div ul {
    display: none!important;
    visibility: hidden;
}
header .btn {
    display: none!important;
    visibility: hidden;
}
.container>.row:nth-of-type(2) {
    display: none!important;
    visibility: hidden;
}
.thumbnail.noborder .caption {
    margin-top: 0;
}
.thumbnail.noborder .caption {
    width: 100%}
.home-product, .home-news {
    width: 100%}
.home-product .thumbnail {
    width: 100%}
.thumbnail.noborder .col-lg-4 {
    width: 100%;
    margin-bottom: 15px;
}
.thumbnail .btn-gray {
    display: none;
}
header .row .col-lg-3:nth-of-type(4) {
    display: none;
}
.home-product.col-sm-6 {
    width: 100%}
.home-news.col-sm-6, .home-news.col-6, .home-news.col-lg-3 {
    width: 100%}
.home-news:nth-of-type(1) {
    display: none;
    visibility: hidden;
}
.pagination {
    display: none;
    visibility: hidden;
}
}.cc-cookies {
    padding: 0;
    color: #fff;
    font-weight: 400;
    z-index: 99999;
    background: #222;
}
.cc-cookies div {
    max-width: 1170px;
    margin: auto;
    padding: 10px;
}
.cc-cookies div h2, .cc-cookies div h3, .cc-cookies div h4 {
    color: #fff;
    font-weight: 700;
}
.cc-cookies a, .cc-cookies a:hover {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.cc-cookies a:hover {
    text-decoration: underline;
}
.cc-overlay {
    height: 100%;
    padding-top: 25%}
.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em;
    background: #fff;
    padding: 2em 5%;
    font-size: 18px;
    color: #333;
}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    background: #f60;
    padding: .2em 1.5em;
}
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
    background: #000;
    margin-left: .5em;
}
.cc-cookies a.cc-policy-link {
    margin-left: 1em;
    color: #f60;
}
.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}
.cc-cookies p {
    width: 50%;
    display: inline-block;
    margin-right: 10px;
}
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}
.cc-cookies.cc-discreet {
    width: auto;
    padding: .5em 1em;
    left: auto;
    top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: 0 0;
    text-shadow: none;
    padding: 0;
    text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none;
}
@media screen and (max-width:768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
}
}@media screen and (max-width:480px) {
    .cc-cookies {
    float: left;
}
}/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css,  jquery.ui.accordion.css,  jquery.ui.autocomplete.css,  jquery.ui.button.css,  jquery.ui.datepicker.css,  jquery.ui.dialog.css,  jquery.ui.menu.css,  jquery.ui.progressbar.css,  jquery.ui.resizable.css,  jquery.ui.selectable.css,  jquery.ui.slider.css,  jquery.ui.spinner.css,  jquery.ui.tabs.css,  jquery.ui.tooltip.css,  jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors;
     Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default!important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;
    base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px;
}
.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%}
.ui-progressbar .ui-progressbar-overlay {
    background: url(images/animated-overlay.gif);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}
.ui-widget-content a {
    color: #222;
}
.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700;
}
.ui-widget-header a {
    color: #222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}


@media (min-width:992px){.modal-lg{width:900px}}

.modal-body .container-fluid {
    padding-left:0;
    padding-right:0;
}

.modal-body h3 {
    padding-top: 15px;
}