
/* -----------------------------------------------
 *  DubLi Network Layout v1.0
 *
 *  by German Coding Team
 *
 *
 *
 *  Table of Content
 *  ----------------
 *      1. "Open Sans" Webfont
 *      2. Reset
 *      3. General
 *      4. Forms
 *      5. Buttons
 *      6. Close button
 *      7. Tables
 *      8. Navigation bar / mega dropdown
 *      9. Tab Navigation
 *     10. Tabbable Content
 *     11. Quick Navigation (<<Prev | Next >>)
 *     12. Slider
 *     13. Tooltip
 *     14. Progress Indicator
 *     15. Modal
 *     16. Alerts
 *     17. Pagination
 *     18. Calendar
 *     19. Header
 *     20. Content
 *     21. Footer
 *     22. Helper classes
 *
 * -----------------------------------------------
 *  LAST CHANGE: 2013-06-25 (dku)
 * ----------------------------------------------- */




/* -----------------------------------------------
 *  1. "Open Sans" Webfont
 * ----------------------------------------------- */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(./fonts/opensans/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(./fonts/opensans/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(./fonts/opensans/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(./fonts/opensans/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(./fonts/opensans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* -----------------------------------------------
 *  2. Reset
 * ----------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* IE8 only*/
html>/**/body .social-link img {
    max-width /*\**/: 25px\9;
}

#map_canvas img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* SITEFINITY */
.sf_wrapper div.ZoneDesigner,
.sf_wrapper div.ZoneDesignerSel,
.sf_wrapper .ZoneDesignerFull,
.sf_wrapper div.ZoneDesignerFullSel {
    margin-bottom: 0;
}

/* -----------------------------------------------
 *  3. General
 * ----------------------------------------------- */

body{
    color: #909090;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

a {
    color:#909090;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #808080;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999999;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
}

h2 {
    font-size: 23px;
    line-height: 30px;
    text-transform: uppercase;
    color: #7c7c7c;
}

h2.legend {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #565656;
    text-transform: none;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    color: #555555;
    margin: 10px 0 3px 0;
}

h4 {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

h5 {
    font-size: 12px;
    line-height: 15px;
}

h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

h1 small {
    font-size: 18px;
}

h2 small {
    font-size: 14px;
}

h3 small {
    font-size: 12px;
}

h4 small {
    font-size: 9px;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

ol {
    list-style: decimal;
    margin: 5px 0 0 20px;
}

ol ol {
    list-style: lower-latin;
}

ol > li {
    margin-bottom: 10px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 10px;
}

p {
    margin: 0 0 20px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #ffffff;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #d8d8d8;
}

blockquote {
    padding: 0 0 0 100px;
    margin: 0 0 20px;
    position: relative;
    quotes:"\201C""\201D""\2018""\2019";
}

blockquote p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

blockquote > small {
    display: block;
    line-height: 20px;
    color: #999999;
}

blockquote small:before {
    content: '\2014 \00A0';
}

q:before,
q:after {
    content: "";
}

blockquote:before {
    position: absolute;
    display: table;
    left: 0; top: 30px;
    color: #cccccc;
    content: open-quote;
    font-family: "Times New Roman", Times, serif;
    font-size: 13em;
    line-height: 0.4em;
}

blockquote:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: 400;
    line-height: 20px;
}

.addresses > address {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.addresses > address + address {
    margin-left: 30px;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 11px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #dfdfdf;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}

.img-filetype {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #dfdfdf;
}

.btn-large .img-filetype {
    margin: -8px 8px -8px -14px;
    float: left;
}

/* -----------------------------------------------
 *  4. Forms
 * ----------------------------------------------- */

form {
    /* PLACEHOLDER */
}

form#aspnetForm { /* SITEFINITY (body-form) */
    margin: 0 0 30px;
    background-color: #ffffff;
}

form:before,
form:after {
    display: table;
    content: "";
    line-height: 0;
}

form:after {
    clear: both;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.fieldset-row {
    *zoom: 1;
}

.fieldset-row:before,
.fieldset-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.fieldset-row:after {
    clear: both;
}

.fieldset-row > fieldset {
    float: left;
    width: 50%;
}

.fieldset-row > fieldset.nolegend {
    padding-top: 50px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #565656;
    border: 0;
}

legend small {
    font-size: 12px;
    color: #999999;
}

input,
button,
select,
.select,
textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

label {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.07em;
    margin-bottom: 1px;
}

label.hidden {
    display: none;
    visibility: hidden;
}

label .required {
    color: #ff0000;
}

select,
.select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 22px;
    padding: 3px 6px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 20px;
    color: #656565;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

input[size] {
    width: auto;
    text-align: center;
}

input + strong,
.uneditable-input + strong,
.input-replace + strong,
input + em,
.uneditable-input + em,
.input-replace + em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 20px;
    padding: 5px 0;
    vertical-align: middle;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cecece;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
       -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
         -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(85, 99, 116, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(85, 99, 116, 0.4);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(85, 99, 116, 0.4);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(85, 99, 116, 0.4);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 2px;
    /* For IE7, add top margin to align select with labels */

    line-height: 28px;
}

.select {
    display: inline-block;
    position: relative;
    overflow: visible;
    height: 20px;
    padding: 4px 2px 4px 6px;
    line-height: 20px;
    cursor: default;
    vertical-align: top;
}

select,
.select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cecece;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
.select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #454545;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.select > span {
    position: relative;
    display: block;
    padding-right: 20px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
}

.select > span:after {
    content: '\25BC';
    position: absolute;
    right: 0; top: 0;
    width: 19px; height: 100%;
    padding: 0;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}

.select.active > span:after {
    content: '\25B2';
}

.select ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    left: -1px; top: 30px;
    min-width: 100%;
    max-height: 300px;
    overflow: auto;
    border: 1px solid rgba(85, 99, 116, 0.8);;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(85, 99, 116, 0.4);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(85, 99, 116, 0.4);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065), 0 0 8px rgba(85, 99, 116, 0.4);
    z-index: 500;
}

.select.active ul {
    display: block;
}

.select ul li {
    display: block;
}

.select ul li > span,
.select ul li > a {
    display: block;
    padding: 2px 4px;
    line-height: 20px;
    font-weight: 400;
    color: #636363;
    cursor: pointer;
    background-color: #ffffff;
    -webkit-transition: 0.3s background-color ease;
       -moz-transition: 0.3s background-color ease;
            transition: 0.3s background-color ease;
}

.select ul li > a {
    text-decoration: none;
}

.select > span,
.select ul li > span,
.select ul li > a {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select ul li > span:hover,
.select ul li > a:hover {
    background-color: #dfdfdf;
}


.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #f7f7f7;
  border-color: #cecece;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

.date-element {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.password-strength {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 136px; height: 26px;
  cursor: help;
  vertical-align: top;
  padding: 0;
  margin-bottom: 9px;
  margin-right: 10px;
  background-color: #ffffff;
  background-image: url(/Images/Icons/strength.png);
  background-position: 2px 0;
  background-repeat: no-repeat;
  border: 1px solid #cecece;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a2a2a2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2;
}

.radio,
.check {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.check input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .check:first-child {
  padding-top: 5px;
}

.radio.inline,
.check.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.check.inline + .check.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.input-xxxlarge {
  width: 590px;
}

.input-xxxxlarge {
  width: 630px;
}

select.input-high,
.select.input-high {
  height: 37px;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input + strong,
textarea + strong,
select + strong,
.select + strong,
.uneditable-input + strong {
  display: inline-block;
  line-height: 20px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"] {
  float: left;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f7f7f7;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline,
{
  color: #c09853;
}

.control-group.warning .check,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning .select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning .select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning .select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group .help-block.error
{
  color: #ff0000;
}

.control-group.error .check,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error .select,
.control-group.error textarea {
  color: #ff0000;
}

.control-group.error input,
.control-group.error select,
.control-group.error .select,
.control-group.error textarea {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error .select:focus,
.control-group.error textarea:focus {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ff0000;
  background-color: #f2dede;
  border-color: #ff0000;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .check,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success .select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success .select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success .select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .check,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info .select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info .select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info .select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.actions {
  margin-top: 9px;
  *zoom: 1;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.actions:before,
.actions:after,
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.actions:after,
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #636363;
  font-weight: 400;
}

.help-block {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.form-actions > .help-block {
  margin-bottom: 0;
  line-height: 26px;
  color: #898989;
}

.help-inline {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .select,
.input-prepend .select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 12px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .select:focus,
.input-prepend .select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e3e3e3;
  border: 1px solid #d8d8d8;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
    vertical-align: top;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .select,
.input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
       -moz-border-radius: 14px 0 0 14px;
            border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
       -moz-border-radius: 0 14px 14px 0;
            border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
       -moz-border-radius: 0 14px 14px 0;
            border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
       -moz-border-radius: 14px 0 0 14px;
            border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.CmsPageToolBar input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.CmsPageToolBar textarea,
.form-search select,
.form-inline select,
.form-search .select,
.form-inline .select,
.form-horizontal select,
.CmsPageToolBar select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.CmsPageToolBar .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.CmsPageToolBar .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.CmsPageToolBar .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append,
.CmsPageToolBar .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

.form-search .select,
.form-inline .select,
.form-horizontal .select,
.CmsPageToolBar .select {
    margin-bottom: 0;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide,
.CmsPageToolBar .hide {
    display: none;
}

.form-search label,
.form-inline label,
.CmsPageToolBar label {
    vertical-align: middle;
}

.form-search label,
.form-inline label,
.CmsPageToolBar label,
.form-search .btn-group,
.form-inline .btn-group,
.CmsPageToolBar .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.CmsPageToolBar .input-append,
.form-search .input-prepend,
.form-inline .input-prepend,
.CmsPageToolBar .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .check,
.form-inline .radio,
.form-inline .check,
.CmsPageToolBar .radio,
.CmsPageToolBar .check {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .check input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .check input[type="checkbox"],
.CmsPageToolBar .radio input[type="radio"],
.CmsPageToolBar .check input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}

.form-horizontal .control-group .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
    margin-top: 10px;
}

.form-horizontal .actions,
.form-horizontal .form-actions {
    padding-left: 180px;
}

.form-searchblock {
    display: block;
    margin: -30px -30px 20px;
    padding: 20px 30px 11px;
    background-color: #e3e3e3;
}

input[type="text"].input-high,
input[type="password"].input-high,
input[type="datetime"].input-high,
input[type="datetime-local"].input-high,
input[type="date"].input-high,
input[type="month"].input-high,
input[type="time"].input-high,
input[type="week"].input-high,
input[type="number"].input-high,
input[type="email"].input-high,
input[type="url"].input-high,
input[type="search"].input-high,
input[type="tel"].input-high,
input[type="color"].input-high,
.uneditable-input.input-high {
    padding-top: 7px;
    padding-bottom: 7px;
    *padding-top: 9px;
    *padding-bottom: 8px;
}

.form-searchblock button.btn{
    float: right;
    *float: none;
}

.input-replace {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 6px 0;
    vertical-align: middle;
}

/* REGISTER PACKAGE SELECT TABLE */
.table td.subitem {
    border-top-color: transparent;
}

.table-striped tbody tr:nth-child(odd) td.subitem,
.table-striped tbody tr:nth-child(odd) th.subitem {
    border-top-color: #f9f9f9;
}

tr > td.subitem:first-child {
    padding-left: 48px;
}

/* SITEFINITY */

div.CmsPageToolBar .cmshdr {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

div.CmsPageToolBar h1 {
    line-height: 18px;
    color: #ffffff;
}

div.CmsPageToolBar h1 > a,
div.CmsPageToolBar h1 > a:hover {
    color: #ffffff;
}

.CmsPageToolBar .PageDesProp {
    top: 0;
    margin-bottom: 2px;
}

.CmsPageToolBar .PagePropInfo {
    height: 36px;
}

.CmsPageToolBar div.PageDesPropTemp,
.CmsPageToolBar div.PageDesPropTh {
    width: 250px;
}

.CmsPageToolBar div.modeselector {
    top: 3px;
    right: 550px;
}

/* -----------------------------------------------
 *  5. Buttons
 * ----------------------------------------------- */

.btn {
    display: inline-block;
    *display: inline;
    padding: 2px 14px;
    margin-bottom: 0;
    *margin-left: .3em;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 20px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #dfdfdf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
       -moz-transition: background-position 0.1s linear;
         -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.btn-large {
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.btn-small {
    padding: 3px 9px;
    font-size: 10px;
    line-height: 18px;
}

.btn-mini {
    padding: 2px 6px;
    font-size: 9px;
    line-height: 17px;
}

.btn-wide {
    min-width: 150px;
}

.btn-topspace {
    margin-top: 11px;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 3px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #556374;
        *background-color: #637182;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#556374), to(#414c59));
        background-image: -webkit-linear-gradient(top, #556374, #414c59);
        background-image: -o-linear-gradient(top, #556374, #414c59);
        background-image: linear-gradient(to bottom, #556374, #414c59);
        background-image: -moz-linear-gradient(top, #556374, #414c59);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#556374', endColorstr='#414c59', GradientType=0);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
     background-color: #414c59;
    *background-color: #556374;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #556374 \9;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49AFCD;
    *background-color: #2F96B4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
    background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
    background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5BC0DE', endColorstr='#ff2F96B4', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2F96B4;
    *background-color: #5BC0DE;
}

.btn-info:active,
.btn-info.active {
    background-color: #2a537e \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover {
    color: #333333;
    text-decoration: none;
}

.btn-text,
.btn-text:active,
.btn-text[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.btn-text {
    color: #454545;
    text-shadow: none;
    cursor: default;
    border-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.btn-text:hover {
    color: #454545;
    background-color: transparent;
}

.btn-text[disabled]:hover {
    color: #333333;
}

.btn-text.btn-primary,
.btn-text.btn-primary:hover {
    color: #94c043;
}

.btn-text.btn-warning,
.btn-text.btn-warning:hover {
    color: #c09853;
}

.btn-text.btn-danger,
.btn-text.btn-danger:hover {
    color: #b94a48;
}

.btn-text.btn-info,
.btn-text.btn-info:hover {
    color: #3a87ad;
}

.btn-text.btn-success,
.btn-text.btn-success:hover {
    color: #468847;
}

.btn-text.btn-inverse,
.btn-text.btn-inverse:hover {
    color: #454545;
}

.btn-group {
    position: relative;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-group:first-child {
    *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 12px;
}

.btn-group > .btn-mini {
    font-size: 9px;
}

.btn-group > .btn-small {
    font-size: 10px;
}

.btn-group > .btn-large {
    font-size: 14px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.btn-group > .btn.large:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
            border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
            border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
    *padding-top: 2px;
    padding-right: 5px;
    *padding-bottom: 2px;
    padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
    *padding-top: 5px;
    *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
    *padding-top: 7px;
    padding-right: 12px;
    *padding-bottom: 7px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #2E7BCC;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.dropup .btn-large .caret {
    border-top: 0;
    border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}

.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.btn-group-vertical .btn + .btn {
    margin-left: 0;
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}

.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}

.btn-group-vertical .btn-large:first-child {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}

/* -----------------------------------------------
 *  6. Close button
 * ----------------------------------------------- */

.close {
    position: absolute;
    top: 6px; right: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #454545;
    text-shadow: 0 1px 0 #efefef;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.close:hover {
    text-decoration: none !important;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* -----------------------------------------------
 *  7. Tables
 * ----------------------------------------------- */

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #d8d8d8;
}

.table th.center,
.table td.center {
    text-align: center;
}

.table th.right,
.table td.right {
    text-align: right;
}

.table th {
    font-weight: 700;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #d8d8d8;
}

.table tfoot td,
.table tfoot th {
    font-size: 18px;
    line-height: 22px;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #d8d8d8;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #d8d8d8;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
       -moz-border-radius-topleft: 4px;
}

.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: #fafcff;
    background-image: -moz-linear-gradient(left, #ffffff 0%, #fafcff 60%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(60%,#fafcff), color-stop(100%,#ffffff));
    background-image: -webkit-linear-gradient(left, #ffffff 0%,#fafcff 60%,#ffffff 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%,#fafcff 60%,#ffffff 100%);
    background-image: -ms-linear-gradient(left, #ffffff 0%,#fafcff 60%,#ffffff 100%);
    background-image: linear-gradient(to right, #ffffff 0%,#fafcff 60%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#fffafcff',GradientType=1 );
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

/* -----------------------------------------------
 *  8. Navigation bar / mega dropdown
 *     - inclusive some styles to tell Sitefinity
 *       to display these correctly / keep it
 *       accessable
 * ----------------------------------------------- */
#navbar {
    z-index: 2;
}

.navbar {
    position: relative;
    overflow: visible;
    margin: 0 auto;
    color: #ffffff;
    background-color: #556374;
    /*background-color: #637182;*/
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#556374), to(#414c59));
    background-image: -webkit-linear-gradient(top, #556374, #414c59);
    background-image: -o-linear-gradient(top, #556374, #414c59);
    background-image: linear-gradient(to bottom, #556374, #414c59);
    background-image: -moz-linear-gradient(top, #556374, #414c59);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#556374', endColorstr='#414c59', GradientType=0);
    border: none;
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    *z-index: 2;
}

.navbar-inner {
    position: relative;
    *zoom: 1;
    min-height: 54px;
    background-color: transparent;
    background-image: url(/Images/Icons/nav-shine.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar-inner > ul,
.navbar-inner .ContentAreaTempt > ul,
.navbar-inner .ContentAreaTemptSel > ul,
.navbar-inner .controlWrapper > ul,
.navbar-inner .controlWrapperSel > ul {
    list-style: none;
    display: block;
    position: absolute;
    top: 0; left: 20px;
    margin: 0; padding: 0;
}

.navbar ul.main-navi {
    width: 1158px;

}

.navbar-inner > .ZoneDesignerFull {
    z-index: 1;
}

.navbar ul.user-navi {
    left: auto;
    right: 20px;
    z-index: 2;
}

.navbar-inner > ul > li,
.navbar-inner .ContentAreaTempt > ul > li,
.navbar-inner .ContentAreaTemptSel > ul > li,
.navbar-inner .controlWrapper > ul > li,
.navbar-inner .controlWrapperSel > ul > li,
.navbar-inner > ul .ContentAreaTempt > li,
.navbar-inner > ul .ContentAreaTemptSel > li,
.navbar-inner > ul .controlWrapper > li,
.navbar-inner > ul .controlWrapperSel > li {
  list-style-type: none;
  display: block;
    overflow: visible;
  float: left;
  margin: 0;
  padding: 0 8px;
}

.navbar-inner > ul.user-navi > li,
.navbar-inner > ul.user-navi .ContentAreaTempt > li,
.navbar-inner > ul.user-navi .ContentAreaTemptSel > li,
.navbar-inner > ul.user-navi .controlWrapper > li,
.navbar-inner > ul.user-navi .controlWrapperSel > li {
    position: relative;
}

.navbar-inner > ul > li.divider-vertical,
.navbar-inner .ContentAreaTempt > ul > li.divider-vertical,
.navbar-inner .ContentAreaTemptSel > ul > li.divider-vertical,
.navbar-inner .controlWrapper > ul > li.divider-vertical,
.navbar-inner .controlWrapperSel > ul > li.divider-vertical,
.navbar-inner > ul .ContentAreaTempt > li.divider-vertical,
.navbar-inner > ul .ContentAreaTemptSel > li.divider-vertical,
.navbar-inner > ul .controlWrapper > li.divider-vertical,
.navbar-inner > ul .controlWrapperSel > li.divider-vertical {
  width: 0; height: 54px;
  padding: 0;
  margin: 0 15px;
    line-height: 0;
    border-left: 1px solid  #1e2935;
    border-right: 1px solid  #76818e;
}

.navbar-inner > ul > li > a,
.navbar-inner .ContentAreaTempt > ul > li > a,
.navbar-inner .ContentAreaTemptSel > ul > li > a,
.navbar-inner .controlWrapper > ul > li > a,
.navbar-inner .controlWrapperSel > ul > li > a,
.navbar-inner > ul .ContentAreaTempt > li > a,
.navbar-inner > ul .ContentAreaTemptSel > li > a,
.navbar-inner > ul .controlWrapper > li > a,
.navbar-inner > ul .controlWrapperSel > li > a {
  display: block;
  margin-top: 8px;
  padding: 6px 0 2px;
  border-top-style: solid;
  border-top-width: 5px;
  border-top-color: transparent;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.218s ease-in 0s;
       -o-transition: all 0.218s ease-in 0s;
          transition: all 0.218s ease-in 0s;
     -moz-transition: all 0.218s ease-in 0s;
}

.navbar-inner > ul > li > a:active,
.navbar-inner .ContentAreaTempt > ul > li > a:active,
.navbar-inner .ContentAreaTemptSel > ul > li > a:active,
.navbar-inner .controlWrapper > ul > li > a:active,
.navbar-inner .controlWrapperSel > ul > li > a:active,
.navbar-inner > ul .ContentAreaTempt > li > a:active,
.navbar-inner > ul .ContentAreaTemptSel > li > a:active,
.navbar-inner > ul .controlWrapper > li > a:active,
.navbar-inner > ul .controlWrapperSel > li > a:active,
.navbar-inner > ul > li.active > a,
.navbar-inner .ContentAreaTempt > ul > li.active > a,
.navbar-inner .ContentAreaTemptSel > ul > li.active > a,
.navbar-inner .controlWrapper > ul > li.active > a,
.navbar-inner .controlWrapperSel > ul > li.active > a,
.navbar-inner > ul .ContentAreaTempt > li.active > a,
.navbar-inner > ul .ContentAreaTemptSel > li.active > a,
.navbar-inner > ul .controlWrapper > li.active > a,
.navbar-inner > ul .controlWrapperSel > li.active > a {
    outline: 0;
}

.navbar-inner > ul > li.current > a,
.navbar-inner .ContentAreaTempt > ul > li.current > a,
.navbar-inner .ContentAreaTemptSel > ul > li.current > a,
.navbar-inner .controlWrapper > ul > li.current > a,
.navbar-inner .controlWrapperSel > ul > li.current > a,
.navbar-inner > ul .ContentAreaTempt > li.current > a,
.navbar-inner > ul .ContentAreaTemptSel > li.current > a,
.navbar-inner > ul .controlWrapper > li.current > a,
.navbar-inner > ul .controlWrapperSel > li.current > a {
  border-top-color: #7397C5;
}

.navbar ul.main-navi > li.active {
  padding-bottom: 20px;
  background-color: transparent;
  background-image: url(/Images/Icons/nav-marker.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.navbar ul.main-navi > li.nodrop.active {
  padding-bottom: 0;
  background-image: none;
}

.navbar ul.main-navi > li > ul {
  position: absolute;
  top: 54px; left: -20px;
  display: none;
  width: 1200px; height: 345px;
  margin: 0;
  padding: 20px 0;
    background-color: #576576;
    *background-color: #637182;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e5c6d), to(#637182));
    background-image: -webkit-linear-gradient(top, #4e5c6d, #637182);
    background-image: -o-linear-gradient(top, #4e5c6d, #637182);
    background-image: linear-gradient(to bottom, #4e5c6d, #637182);
    background-image: -moz-linear-gradient(top, #4e5c6d, #637182);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4e5c6d', endColorstr='#ff637182', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    z-index: 510;
}

.navbar ul.main-navi > li > .close {
  display: none;
  top: 56px; right: 0px;
  margin: 0; padding: 0;
  border: none;
  font-size: 30px;
  color: #ffffff;
  z-index: 511;
}

.navbar ul.main-navi > li > .tooltip {
  display: none;
  position: absolute;
  top: 85px; right: 2px;
  width: 342px; height: auto;
  z-index: 511;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  border: none;
  padding: 0;
  color: #BACAD8;

    /* reset the opacity = 0 from bootstrap tooltips */
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar ul.main-navi > li > .submenu-divider {
    display: none;
    height: 345px; width: 0px;
    margin: 0; padding: 0;
    position: absolute;
    top: 74px;
    border-left: 1px solid #8694a3;
    z-index: 511;
}

.navbar ul.main-navi > li > .submenu-divider.first {
    left: 380px;
}

.navbar ul.main-navi > li > .submenu-divider.second {
    right: 379px;
}

.navbar-inner > ul > li.active > ul,
.navbar-inner .ContentAreaTempt > ul > li.active > ul,
.navbar-inner .ContentAreaTemptSel > ul > li.active > ul,
.navbar-inner .controlWrapper > ul > li.active > ul,
.navbar-inner .controlWrapperSel > ul > li.active > ul,
.navbar ul.main-navi > li.active > .close,
.navbar ul.main-navi > li.active > .tooltip,
.navbar ul.main-navi > li.active > .submenu-divider {
  display: block;
}

.navbar ul.main-navi > li > ul > li,
.navbar ul.main-navi > li > ul > li > ul > li {
  display: block;
  width: 400px;
  overflow: visible;
}

.navbar ul.main-navi > li > ul > li > a,
.navbar ul.main-navi > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding: 10px 15px;
  width: 371px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.navbar ul.main-navi > li > ul > li > ul > li > a {
    width: 369px;
}

.navbar ul.main-navi > li > ul > li.sub > a:after {
    position: absolute;
    top: 12px; right: 0;
    display: inline-block;
    content: "";
    line-height: 0;
    width: 0; height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ffffff;
}

.navbar ul.main-navi > li > ul > li > a:hover,
.navbar ul.main-navi > li > ul > li.active > a,
.navbar ul.main-navi > li > ul > li > ul > li > a:hover {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.45);
    *background-color: #ffffff;
    color: #576576;
}

.navbar ul.main-navi > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 20px; left: 400px;
    height: 345px;
    margin: 0;
}

.navbar ul.main-navi > li > ul > li.active > ul {
    display: block;
}

.navbar ul.user-navi > li > a,
.navbar ul.user-navi > li > a:hover,
.navbar ul.user-navi > li > a:focus {
    position: relative;
    border-top: 4px solid transparent;
}

.navbar ul.user-navi > li > ul,
.navbar ul.user-navi .ContentAreaTempt > li > ul,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul,
.navbar ul.user-navi .controlWrapper > li > ul,
.navbar ul.user-navi .controlWrapperSel > li > ul {
    display: none;
    list-style: none;
    position: absolute;
    float: left;
    top: 0; left: auto;
    right: 0;
    margin: 8px 0 0;
    min-width: 160px;
    padding: 5px 0;
    background-color: #556374;
    *background-color: #637182;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#556374), to(#414c59));
    background-image: -webkit-linear-gradient(top, #556374, #414c59);
    background-image: -o-linear-gradient(top, #556374, #414c59);
    background-image: linear-gradient(to bottom, #556374, #414c59);
    background-image: -moz-linear-gradient(top, #556374, #414c59);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff556374', endColorstr='#ff414c59', GradientType=0);
    border: 1px solid #556374;
    border-color: #cccccc \9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff, 0 5px 10px #2b2b2b;
       -moz-box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff, 0 5px 10px #2b2b2b;
            box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff, 0 5px 10px #2b2b2b;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
    z-index: 510;
}

.navbar ul.user-navi > li.active > ul,
.navbar ul.user-navi .ContentAreaTempt > li.active > ul,
.navbar ul.user-navi .ContentAreaTemptSel > li.active > ul,
.navbar ul.user-navi .controlWrapper > li.active > ul,
.navbar ul.user-navi .controlWrapperSel > li.active > ul {
    display: block;
}

.navbar ul.user-navi > li > ul > li,
.navbar ul.user-navi .ContentAreaTempt > li > ul > li,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul > li,
.navbar ul.user-navi .controlWrapper > li > ul > li,
.navbar ul.user-navi .controlWrapperSel > li > ul > li {
    display: block;
    width: auto;
    min-width: 160px;
}

.navbar ul.user-navi > li > ul > li > a,
.navbar ul.user-navi .ContentAreaTempt > li > ul > li > a,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul > li > a,
.navbar ul.user-navi .controlWrapper > li > ul > li > a,
.navbar ul.user-navi .controlWrapperSel > li > ul > li > a {
    display: block;
    width: auto;
    padding: 5px 10px;
    font-size: 13px;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
}

.navbar ul.user-navi > li > ul > li > a:hover,
.navbar ul.user-navi .ContentAreaTempt > li > ul > li > a:hover,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul > li > a:hover,
.navbar ul.user-navi .controlWrapper > li > ul > li > a:hover,
.navbar ul.user-navi .controlWrapperSel > li > ul > li > a:hover,
.navbar ul.user-navi > li > ul > li.active > a,
.navbar ul.user-navi .ContentAreaTempt > li > ul > li.active > a,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul > li.active > a,
.navbar ul.user-navi .controlWrapper > li > ul > li.active > a,
.navbar ul.user-navi .controlWrapperSel > li > ul > li.active > a {
    background-color: #1e2935;
    *background-color: #1e2935;
    color: #ffffff;
    -webkit-box-shadow: inset 1px 0 0 white, inset -1px 0 0 white;
       -moz-box-shadow: inset 1px 0 0 white, inset -1px 0 0 white;
            box-shadow: inset 1px 0 0 white, inset -1px 0 0 white;
            box-shadow: none \9;
}

.navbar ul.user-navi > li > ul:before,
.navbar ul.user-navi .ContentAreaTempt > li > ul:before,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul:before,
.navbar ul.user-navi .controlWrapper > li > ul:before,
.navbar ul.user-navi .controlWrapperSel > li > ul:before {
    content: '';
    display: none;
    border-left:   7px solid transparent;
    border-right:  7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #5A5A5A;
    position: absolute;
    top: -7px;
    right: 9px;
}

.navbar ul.user-navi > li > ul:after,
.navbar ul.user-navi .ContentAreaTempt > li > ul:after,
.navbar ul.user-navi .ContentAreaTemptSel > li > ul:after,
.navbar ul.user-navi .controlWrapper > li > ul:after,
.navbar ul.user-navi .controlWrapperSel > li > ul:after {
    content: '';
    display: none;
    border-left:   6px solid transparent;
    border-right:  6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    position: absolute;
    top: -6px;
    right: 10px;
}

.navbar .btn-navbar {
    display: none;
    position: relative;
    margin: 12px 0 0 20px;
    padding: 5px 10px;
    height: 20px;
    color: #ffffff;
    line-height: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #242b34;
    *background-color: #2d3640;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414c59), to(#2d3640));
    background-image: -webkit-linear-gradient(top, #414c59, #2d3640);
    background-image: -o-linear-gradient(top, #414c59, #2d3640);
    background-image: linear-gradient(to bottom, #414c59, #2d3640);
    background-image: -moz-linear-gradient(top, #414c59, #2d3640);
    background-repeat: repeat-x;
    border-color: #2d3640 #2d3640 #242b34;
    border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414c59', endColorstr='#ff2d3640', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #2d3640;
    *background-color: #242b34;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #242b34 \9;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #efefef;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 6px;
}

.lang img {
  max-width: none;
}

/* SITEFINITY */
.navbar-inner > ul > .ZoneDesignerFull,
.navbar-inner > ul > .ZoneDesignerFullSel {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    clear: none;
}

.navbar div.ContentAreaSel div.controlWrapperSel {
    background-color: transparent;
}

.navbar div.controlWrapperSel > .main-navi *,
.navbar .user-navi div.controlWrapperSel > li * {
    color: #ffffff !important;
}

.navbar .ContentArea div.ControlTitle {
    display: none;
}

.navbar .ContentAreaSel div.ControlTitle {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    top: 0; left: 0;
}

.navbar ul.user-navi > div .ContentArea,
.navbar ul.user-navi > div .ContentAreaSel,
.navbar ul.user-navi > div .controlWrapper,
.navbar ul.user-navi > div .controlWrapperSel {
    clear: none;
    min-width: 0;
}


/* -----------------------------------------------
 *  9. Tab Navigation
 * ----------------------------------------------- */

[class*="box"].tabbed {
    padding-bottom: 0;
}

.tab-navi {
    list-style: none;
    margin: 0; padding: 0;
}

.tab-navi li {
    float: left;
    padding-right: 12px;
}

.tab-navi li a {
    text-decoration: none;
}

.tab-navi li a h2 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 22px;
}

.tab-navi li a:hover h2,
.tab-navi li a.active h2 {
    color: #2b2b2b;
}

.tab-navi li a.pipe {
    border-right: 1px solid #888888;
    float: left;
    height: 26px;
    padding-right: 10px;
}

/* -----------------------------------------------
 *  10. Tabbable Content
 * ----------------------------------------------- */

.tabs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #7397C5;
    *zoom: 1;
}

.tabbable {
    *zoom: 1;
    margin-bottom: 20px;
}

.tabs:before,
.tabs:after,
.tabbable:before,
.tabbable:after {
    display: table;
    line-height: 0;
    content: "";
}

.tabs:after ,
.tabbable:after {
    clear: both;
}

.tab-content {
    overflow: auto;
    background-color: #ffffff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #7397C5;
    padding: 20px;
}

.tabs > li {
    float: left;
}

.tabs > li > a {
    display: block;
    padding: 8px 14px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #7397C5;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #0088cc;
    text-decoration: none;
}

.tabs > li > a:hover,
.tabs > li > a:focus {
    background-color: #f5f5f5;
    color: #005588;
    text-decoration: none;
}

.tabs > li.active > a,
.tabs > li.active > a:hover,
.tabs > li.active > a:focus {
    background-color: #ffffff;
    border-bottom-color: transparent;
    color: #0088cc;
}

.tabs > li + li {
    margin-left: 2px;
}

/* -----------------------------------------------
 *  11. Quick Navigation (<<Prev | Next >>)
 * ----------------------------------------------- */

.quickLinks ul li.quickNext {
    float: right;
}

.quickLinks ul  {
    margin: 0;
    list-style: none;
}

.quickLinks ul li {
    height: 150px;
    width: 200px;
    opacity: 1;
    filter:alpha(opacity=100);
            transition: opacity 0.4s ease-in-out 0.3s;
       -moz-transition: opacity 0.6s ease-in-out 0.1s;
    -webkit-transition: opacity 0.4s ease-in-out 0.3s;
         -o-transition: opacity 0.4s ease-in-out 0.3s;
}

.quickLinks ul li:hover {
    opacity: .6;
    filter:alpha(opacity=70);
}

.quickLinks ul li.quickNext a{
    background-color: #576576;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e5c6d), to(#637182));
    background-image: -webkit-linear-gradient(top, #4e5c6d, #637182);
    background-image: -o-linear-gradient(top, #4e5c6d, #637182);
    background-image: linear-gradient(to bottom, #4e5c6d, #637182);
    background-image: -moz-linear-gradient(top, #4e5c6d, #637182);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4e5c6d', endColorstr='#ff637182', GradientType=0);
    z-index: 18;
    text-align: right;
    *text-align: center;
}

.quickLinks .quickNext .arrows{
    background: url(/Images/Icons/arrow-next.png) no-repeat scroll 16px 0 transparent;
    float: right;
    height: 55px;
    width: 50px;
    margin: -71px -3px 0 0;
}

.quickLinks ul li.quickPrevious a {
    background-color: #4e5c6d;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4e5c6d), color-stop(100%,#637182));
    background: -webkit-linear-gradient(-45deg, #4e5c6d 0%,#637182 100%);
    background: -o-linear-gradient(-45deg, #4e5c6d 0%,#637182 100%);
    background: linear-gradient(135deg, #4e5c6d 0%,#637182 100%);
    background: -moz-linear-gradient(-45deg, #4e5c6d 0%, #637182 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4e5c6d', endColorstr='#ff637182',GradientType=1 );
    z-index: 18;
}

.quickLinks .quickPrevious .arrows{
    background: url(/Images/Icons/arrow-prev.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 55px;
    margin-top: -71px;
    width: 50px;
}

.quickLinks ul li a {
    color: #ffffff;
    display: block;
    height: 30px;
    padding: 100px 15px 20px;
    text-decoration: none;
    *padding: 100px 10px 20px;
    *text-align: center;
}

.quickLinks ul li a:hover,
.quickLinks ul li.active {
    text-decoration: none;
}

.quickLinks ul li span.trunc {
    text-transform: uppercase;
    z-index: 18;
}

/* -----------------------------------------------
 *  12. Slider
 * ----------------------------------------------- */

.carousel {
    position: relative;
    line-height: 1;
    background-color: #ffffff; /* overwrite body background */
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel .item {
    position: relative;
    display: none;
    background-color: transparent;
    background-image: none;
    *zoom: 1;
}

.carousel .item:before,
.carousel .item:after {
    display: table;
    content: "";
    line-height: 0;
}

.carousel .item:after {
    clear: both;
}

.carousel .item.active,
.carousel .item.next,
.carousel .item.prev {
    display: block;
}

.carousel .item.active,
.carousel .item.active [class*="row"],
.carousel .item.prev [class*="row"],
.carousel .item.next [class*="row"] {
    top: 0;
    left: 0;
    position: relative
}

.carousel .item.next,
.carousel .item.prev {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: visible;
}

.carousel .item.next {
    left: 100%;
}

.carousel .item.prev {
    left: -100%;
}

.carousel .item.active.left [class*="row"],
.carousel .item.next.left [class*="row"] {
    left: -100%;
}

.carousel .item.prev.right [class*="row"],
.carousel .item.active.right [class*="row"] {
    left: 100%;
}

.carousel .item > img {
    display: block;
    line-height: 1;
}

.carousel .item [class*="box"] {
    height: 320px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    background-color: #ffffff;
}

.carousel .box2,
.carousel .box3 {
    text-shadow: 1px 1px 2px #000000;
}

.carousel [class*="box"] > h2 {
    max-height: 48px;
    overflow: hidden;
}

.carousel [class*="box"] > .actions a {
    font-size: 14px;
}

.carousel [class*="box"] > h2 + .actions {
    margin-top: 20px;
}

.carousel-control {
    position: absolute;
    top: 380px;
    left: 0;
    display: block;
    height: 51px;
    width: 32px;
    padding: 30px 20px;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
       -moz-transition: opacity 0.4s ease-in-out 0.2s;
         -o-transition: opacity 0.4s ease-in-out 0.2s;
        -ms-transition: opacity 0.4s ease-in-out 0.2s;
            transition: opacity 0.4s ease-in-out 0.2s;
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.item .carousel-control {
    display: none;
    position: relative;
    float: left;
    width: 50%;
    top: auto;
    left: auto;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    filter:alpha(opacity=100);
    background-color: #576576;
    *background-color: #637182;
}

.item .carousel-control.left {
    background-color: #444444;
    *background-color: #555555;
    background-image: -moz-linear-gradient(left, #5f5f5f, #3e3e3e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5f5f), to(#3e3e3e));
    background-image: -webkit-linear-gradient(left, #5f5f5f, #3e3e3e);
    background-image: -o-linear-gradient(left, #5f5f5f, #3e3e3e);
    background-image: linear-gradient(left bottom, #5f5f5f, #3e3e3e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#ff3e3e3e', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.item .carousel-control.right {
    right:auto;
    background-color: #444444;
    *background-color: #555555;
    background-image: -moz-linear-gradient(top, #5f5f5f, #3e3e3e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5f5f), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #3e3e3e);
    background-image: -o-linear-gradient(top, #5f5f5f, #3e3e3e);
    background-image: linear-gradient(to bottom, #5f5f5f, #3e3e3e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#ff3e3e3e', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.item .carousel-control:hover {
    opacity: 0.6;
    filter:alpha(opacity=70);
}

.item .carousel-control .trunc {
    position: absolute;
    bottom: 28px; left: 80px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.item .carousel-control.right .trunc {
    left: auto; right: 80px;
}

.item .carousel-control .dart {
    display: block;
    width: 50px; height: 55px;
    position: absolute;
    top: 29px; left: 30px;
    background-color: transparent;
    background-image: url(/Images/Icons/arrow-prev.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.item .carousel-control.right .dart{
    left: auto; right: 30px;
    background-image: url(/Images/Icons/arrow-next.png);
    background-position: 16px 0;
}

/* ACTIVE ITEM BOXES TO LEFT */
.carousel .item.active.left .row1-1 {
    -webkit-transition: 0.8s ease-in-out left;
       -moz-transition: 0.8s ease-in-out left;
         -o-transition: 0.8s ease-in-out left;
            transition: 0.8s ease-in-out left;
}

.carousel .item.active.left .row1-2,
.carousel .item.active.left .row2-1 {
    -webkit-transition: 0.8s ease-in-out left 0.2s;
       -moz-transition: 0.8s ease-in-out left 0.2s;
         -o-transition: 0.8s ease-in-out left 0.2s;
            transition: 0.8s ease-in-out left 0.2s;
}

.carousel .item.active.left .row1-3,
.carousel .item.active.left .row2-2,
.carousel .item.active.left .row3-1 {
    -webkit-transition: 0.8s ease-in-out left 0.4s;
       -moz-transition: 0.8s ease-in-out left 0.4s;
         -o-transition: 0.8s ease-in-out left 0.4s;
            transition: 0.8s ease-in-out left 0.4s;
}

.carousel .item.active.left .row2-3,
.carousel .item.active.left .row3-2 {
    -webkit-transition: 0.6s ease-in-out left 0.6s;
       -moz-transition: 0.6s ease-in-out left 0.6s;
         -o-transition: 0.6s ease-in-out left 0.6s;
            transition: 0.6s ease-in-out left 0.6s;
}

.carousel .item.active.left .row3-3 {
    -webkit-transition: 0.4s ease-in-out left 0.8s;
       -moz-transition: 0.4s ease-in-out left 0.8s;
         -o-transition: 0.4s ease-in-out left 0.8s;
            transition: 0.4s ease-in-out left 0.8s;
}

/* ACTIVE ITEM BOXES TO RIGHT */
.carousel .item.active.right .row1-3 {
    -webkit-transition: 0.8s ease-in-out left;
       -moz-transition: 0.8s ease-in-out left;
         -o-transition: 0.8s ease-in-out left;
            transition: 0.8s ease-in-out left;
}

.carousel .item.active.right .row1-2,
.carousel .item.active.right .row2-3 {
    -webkit-transition: 0.8s ease-in-out left 0.2s;
       -moz-transition: 0.8s ease-in-out left 0.2s;
         -o-transition: 0.8s ease-in-out left 0.2s;
            transition: 0.8s ease-in-out left 0.2s;
}

.carousel .item.active.right .row1-1,
.carousel .item.active.right .row2-2,
.carousel .item.active.right .row3-3 {
    -webkit-transition: 0.8s ease-in-out left 0.4s;
       -moz-transition: 0.8s ease-in-out left 0.4s;
         -o-transition: 0.8s ease-in-out left 0.4s;
            transition: 0.8s ease-in-out left 0.4s;
}

.carousel .item.active.right .row2-1,
.carousel .item.active.right .row3-2 {
    -webkit-transition: 0.6s ease-in-out left 0.6s;
       -moz-transition: 0.6s ease-in-out left 0.6s;
         -o-transition: 0.6s ease-in-out left 0.6s;
            transition: 0.6s ease-in-out left 0.6s;
}

.carousel .item.active.right .row3-1 {
    -webkit-transition: 0.4s ease-in-out left 0.8s;
       -moz-transition: 0.4s ease-in-out left 0.8s;
         -o-transition: 0.4s ease-in-out left 0.8s;
            transition: 0.4s ease-in-out left 0.8s;
}

/* NEXT ITEM BOXES TO LEFT */
.carousel .item.next.left .row1-1 {
    -webkit-transition: 0.8s ease-in-out left 1.0s;
       -moz-transition: 0.8s ease-in-out left 1.0s;
         -o-transition: 0.8s ease-in-out left 1.0s;
            transition: 0.8s ease-in-out left 1.0s;
}

.carousel .item.next.left .row1-2,
.carousel .item.next.left .row2-1 {
    -webkit-transition: 0.8s ease-in-out left 1.2s;
       -moz-transition: 0.8s ease-in-out left 1.2s;
         -o-transition: 0.8s ease-in-out left 1.2s;
            transition: 0.8s ease-in-out left 1.2s;
}

.carousel .item.next.left .row1-3,
.carousel .item.next.left .row2-2,
.carousel .item.next.left .row3-1 {
    -webkit-transition: 0.8s ease-in-out left 1.4s;
       -moz-transition: 0.8s ease-in-out left 1.4s;
         -o-transition: 0.8s ease-in-out left 1.4s;
            transition: 0.8s ease-in-out left 1.4s;
}

.carousel .item.next.left .row2-3,
.carousel .item.next.left .row3-2 {
    -webkit-transition: 0.6s ease-in-out left 1.6s;
       -moz-transition: 0.6s ease-in-out left 1.6s;
         -o-transition: 0.6s ease-in-out left 1.6s;
            transition: 0.6s ease-in-out left 1.6s;
}

.carousel .item.next.left .row3-3 {
    -webkit-transition: 0.4s ease-in-out left 1.8s;
       -moz-transition: 0.4s ease-in-out left 1.8s;
         -o-transition: 0.4s ease-in-out left 1.8s;
            transition: 0.4s ease-in-out left 1.8s;
}

/* PREVIOUS ITEM BOXES TO RIGHT */
.carousel .item.prev.right .row1-3 {
    -webkit-transition: 0.8s ease-in-out left 1.0s;
       -moz-transition: 0.8s ease-in-out left 1.0s;
         -o-transition: 0.8s ease-in-out left 1.0s;
            transition: 0.8s ease-in-out left 1.0s;
}

.carousel .item.prev.right .row1-2,
.carousel .item.prev.right .row2-3 {
    -webkit-transition: 0.8s ease-in-out left 1.2s;
       -moz-transition: 0.8s ease-in-out left 1.2s;
         -o-transition: 0.8s ease-in-out left 1.2s;
            transition: 0.8s ease-in-out left 1.2s;
}

.carousel .item.prev.right .row1-1,
.carousel .item.prev.right .row2-2,
.carousel .item.prev.right .row3-3 {
    -webkit-transition: 0.8s ease-in-out left 1.4s;
       -moz-transition: 0.8s ease-in-out left 1.4s;
         -o-transition: 0.8s ease-in-out left 1.4s;
            transition: 0.8s ease-in-out left 1.4s;
}

.carousel .item.prev.right .row2-1,
.carousel .item.prev.right .row3-2 {
    -webkit-transition: 0.6s ease-in-out left 1.6s;
       -moz-transition: 0.6s ease-in-out left 1.6s;
         -o-transition: 0.6s ease-in-out left 1.6s;
            transition: 0.6s ease-in-out left 1.6s;
}

.carousel .item.prev.right .row3-1 {
    -webkit-transition: 0.4s ease-in-out left 1.8s;
       -moz-transition: 0.4s ease-in-out left 1.8s;
         -o-transition: 0.4s ease-in-out left 1.8s;
            transition: 0.4s ease-in-out left 1.8s;
}

/* -----------------------------------------------
 *  13. Tooltip
 * ----------------------------------------------- */

.tip {
    cursor: help;
}

strong.tip {
    display: inline-block;
    min-width: 18px;
    height: 20px;
    padding: 2px 3px;
    margin: 0 10px;
    background-color: #636363;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.table-calendar .tooltip {
    min-width: 161px;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    margin-top: -3px;
}

.tooltip.right {
    margin-left: 3px;
}

.tooltip.bottom {
    margin-top: 3px;
}

.tooltip.left {
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #1a1a1a;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #1a1a1a;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #1a1a1a;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #1a1a1a;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #1a1a1a;
    border-width: 0 5px 5px;
}

/* -----------------------------------------------
 *  14. Progress Indicator
 * ----------------------------------------------- */

.progress-indicator {
    display: block;
    *zoom: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.progress-indicator:before,
.progress-indicator:after {
    display: table;
    content: '';
    line-height: 0;
}

.progress-indicator:after {
    clear: both;
}

.progress-indicator > div {
    display: block;
    float: left;
    width: 25%;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    color: #a1a1a1;
}

.progress-indicator .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-color: #a1a1a1;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.progress-indicator > div.done {
    color: #81b128;
}

.progress-indicator > div.done .number {
    background-color: #81b128;
}

.progress-indicator > div.current {
    color: #2b2b2b;
}

.progress-indicator > div.current .number {
    background-color: #2b2b2b;
}

/* -----------------------------------------------
 *  15. Modal
 * ----------------------------------------------- */

[data-toggle="modal"] {
    cursor: pointer;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #efefef;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
}

.modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 1000px;
    margin: -250px 0 0 -500px;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #556374;
    border: 1px solid rgba(85, 99, 116, 0.65);
    *border: 1px solid #556374;
    outline: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0 3px 80px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 3px 80px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 80px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding-box;
            background-clip: padding-box;
}

.modal.modal-video {
    width: 700px;
    margin-left: -350px;
    background-color: #414c59;
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
    *border-color: #556374;
    top: 10%;
    margin-top: 0;
}

.modal.fade {
    top: -25%;
    -webkit-transition: top 0.3s ease-out;
       -moz-transition: top 0.3s ease-out;
         -o-transition: top 0.3s ease-out;
            transition: top 0.3s ease-out;
}

.modal.modal-video.fade {
    top: -100%;
}

.modal.fade.in {
    top: 50%;
}

.modal.modal-video.fade.in {
    top: 10%;
}

.no-js .modal,
.no-js .modal-video {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px 0 0;
    background-color: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #dfdfdf;
}

.modal-video .modal-header {
    border-bottom-color: #333333;
}

.modal-video .modal-header .close {
    color: #dfdfdf;
    font-weight: 600;
    text-shadow:  0-1px 0 #636363;
}

.modal-video .modal-header .close:hover {
    color: #ffffff;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #636363;
}

.modal-video .modal-header h3 {
    color: #ffffff;
    font-weight: 600;
}

.modal-body {
    position: relative;
    font-size: 14px;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-video .modal-body {
    max-height: none;
    text-align: center;
}

.modal-footer {
    padding: 14px 15px 20px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
       -moz-box-shadow: inset 0 1px 0 #ffffff;
            box-shadow: inset 0 1px 0 #ffffff;
}

.modal-video .modal-footer {
    background-color: #313943;
    border-top-color: #333333;
    color: #ffffff;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #414c59;
       -moz-box-shadow: inset 0 1px 0 #414c59;
            box-shadow: inset 0 1px 0 #414c59;
}

.modal-video .modal-footer a,
.modal-video .modal-footer a:hover {
    color: #ffffff;
}

.modal-footer span {
    font-size: 12px;
    line-height: 26px;
}

.modal-footer .lang {
    margin-right: 10px;
    margin-top: -2px;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn {
  margin-bottom: 0;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* -----------------------------------------------
 *  16. Alerts
 * ----------------------------------------------- */

.alert {
    position: relative;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    float: right;
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

/* -----------------------------------------------
 *  17. Pagination
 * ----------------------------------------------- */

.pagination {
    margin: 20px 0;
}

.pagination .list {
    display: inline-block;
    /* IE7 inline-block hack */
    *display: inline;
    *zoom: 1;

    margin: 30px 0 0 0;
}

.pagination .list > a,
.pagination .list > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    color: #454545;
    text-decoration: none;
    background-color: #f2f2f2;
    border: 1px solid #a9afba;
    border-left-width: 0;
}
.pagination .list > *:first-child {
    border-left-width: 1px;
}

.pagination .list > a:hover {
    background-color: #e1e1e1;
}

.pagination .list > span {
    color: #a1a1a1;
    cursor: default;
}

.pagination .list > span.active {
    color: #414c59;
    background-color: #c9def8;
    cursor: default;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large .list > a,
.pagination-large .list > span {
    padding: 8px 15px;
    font-size: 16px;
}

.pagination-small .list > a,
.pagination-small .list > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini .list > a,
.pagination-mini .list > span {
    padding: 1px 6px;
    font-size: 10.5px;
}

/* -----------------------------------------------
 *  18. Calendar
 * ----------------------------------------------- */

.calendar-wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.calendar-header {
    position: relative;
    padding: 20px 10px 10px 0;
    height: 50px;
}

.calendar-header:before,
.calendar-header:after {
    display: table;
    content: "";
    line-height: 0;
}

.calendar-header:after {
    clear: both;
}

.calendar-header > div,
.calendar-header h3 {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    text-transform: uppercase;
}

.calendar-header > div {
    padding-top: 10px;
}

.calendar-header h3 {
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #454545;
    text-shadow: 0 -2px 0 rgba(255, 255, 255, 0.5);
}

.calendar-header h3 {
    font-weight: 300;
}

.calendar-header nav {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 30px;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.calendar-header nav a {
    float: left;
    width: 28px;
    height: 28px;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: #f2f2f2;
    border: 1px solid #a9afba;
    background-position: -1px -1px;
    background-repeat: no-repeat;
    font-size: 20px;
    color: transparent;
}

.calendar-header nav a:hover {
    background-color: #e1e1e1;
}

.calendar-header nav a.calendar-prev {
    border-right: 0;
    background-image: url(/Images/Icons/calendar_left.png);
}

.calendar-header nav a.calendar-next {
    background-image: url(/Images/Icons/calendar_right.png);
}

.calendar-header nav a.calendar-current {
    background-image: url(/Images/Icons/calendar_current.png);
    margin-left: 20px;
}

.table-calendar {
    width: 728px;
    background-color: #f2f2f2;
    border: 1px solid #a9afba;
    border-collapse: separate;
    *border-collapse: collapse;
}

.table-calendar thead,
.table-calendar tbody {
    display: block;
}

.table-calendar tbody {
    padding: 15px 14px;
}

.table-calendar th,
.table-calendar td {
    border: none;
    padding: 4px;
    width: 100px;
}

.table-calendar th + th,
.table-calendar th + td,
.table-calendar td + td,
.table-calendar td + th {
    border-left: 1px solid #b2bfcf;
}

.table-calendar tr + tr th,
.table-calendar tr + tr td {
    border-top: 1px solid #b2bfcf;
}


.table-calendar thead tr th,
.table-calendar thead tr td {
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #a9afba;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #454545;
    text-shadow: 0 -1px 0 #efefef;
    vertical-align: middle;
}

.table-calendar thead tr th:first-child,
.table-calendar thead tr td:first-child {
    padding-left: 14px;
}

.table-calendar thead tr th:last-child,
.table-calendar thead tr td:last-child {
    padding-right: 14px;
}

.table-calendar thead tr th {
    height: 38px;
    background-color: #d8dfe9;
    background-color: rgba(216, 223, 233, 0.2);
}

.table-calendar tbody tr td {
    position: relative;
    width:  91px;
    height: 90px;
    padding: 4px;
}

.table-calendar tbody tr td span.calendar-date {
    width: 30px;
    height: 30px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    color: #8a8a8a;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
}

.table-calendar tbody tr td span.calendar-weekday {
    padding-left: 8px;
    display: none;
    width: 40px;
    font-size: 10px;
    color: #8a8a8a;
    text-transform: uppercase;
}

.table-calendar tbody tr td.calendar-today {
    background-color: #b2bfcf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#b2bfcf));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #b2bfcf);
    background-image: -o-linear-gradient(top, #f3f3f3, #b2bfcf);
    background-image: linear-gradient(to bottom, #f3f3f3, #b2bfcf);
    background-image: -moz-linear-gradient(top, #f3f3f3, #b2bfcf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffb2bfcf', GradientType=0);
    -webkit-box-shadow: inset 10px -20px 50px #f3f3f3, inset -15px 0 50px #f3f3f3;
       -moz-box-shadow: inset 10px -20px 50px #f3f3f3, inset -15px 0 50px #f3f3f3;
            box-shadow: inset 10px -20px 50px #f3f3f3, inset -15px 0 50px #f3f3f3;
}

.table-calendar tbody tr td.calendar-today span.calendar-date {
    color: #414c59;
}

.table-calendar tbody tr td.calendar-content {

}

.table-calendar tbody tr td.calendar-content > div {
    width: 91px;
}

.table-calendar tbody tr td.calendar-content > div > span,
.table-calendar tbody tr td.calendar-content > div > a {
    display: block;
    max-height: 28px;
    padding: 1px 3px;
    background-color: #cccccc;
    font-size: 10px;
    line-height: 14px;
    color: #454545;
    overflow: hidden;
}

.table-calendar tbody tr td.calendar-content > div > span {
    cursor: default;
}

.table-calendar tbody tr td.calendar-content > div > a {
    cursor: pointer;
    text-decoration: none;
}

.table-calendar tbody tr td.calendar-content > div > a:hover {
    color: #ffffff;
    background-color: #2b2b2b;
}

.table-calendar tbody tr td.calendar-content > div > .tooltip {
    min-width: 161px;
}

.table-calendar tbody tr td.calendar-content > div > span > img,
.table-calendar tbody tr td.calendar-content > div > a > img {
    width: auto; height: 10px;
    max-width: none;
}

.table-calendar tbody tr td.calendar-content > div > span + span,
.table-calendar tbody tr td.calendar-content > div > span + a,
.table-calendar tbody tr td.calendar-content > div > a + a,
.table-calendar tbody tr td.calendar-content > div > a + span,
.table-calendar tbody tr td.calendar-content > div > .tooltip + span,
.table-calendar tbody tr td.calendar-content > div > .tooltip + a {
    margin-top: 2px;
}

/* -----------------------------------------------
 *  19. Header
 * ----------------------------------------------- */

#header {
    padding-top: 30px;
}

#header .logo {
    width: 200px;
    height: 100px;
    margin-bottom: 20px;
    float: left;
}

#header .banner {
    position: relative;
    width: 970px;
    height: 150px;
    margin-top: -30px;
    text-align: right;
    float: right;
    overflow: hidden;
    background-color: #ffffff;
    background-image: url(/Images/Header/sliderbg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#header .banner > a {
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%; height: 100%;
    vertical-align: bottom;
    z-index: 1;
}

#header .banner > a.current {
    z-index: 2;
}

#header .banner > a > img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* SITEFINITY */
#header .ContentArea > div,
#header .ContentAreaSel > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

#header .ContentArea .logo,
#header .ContentAreaSel .logo,
#header .ContentArea .banner,
#header .ContentAreaSel .banner {
    float: none;
    margin-top: 0;
}

#header .ContentArea .ControlTitle,
#header .ContentAreaSel .ControlTitle {
    z-index: 3;
}

/* -----------------------------------------------
 *  20. Content
 * ----------------------------------------------- */

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    *zoom: 1;
    *position: relative;
    *z-index: 1;
}

.container:before,
.container:after,
.container-left:before,
.container-left:after,
.container-right:before,
.container-right:after {
    display: table;
    content: "";
    line-height: 0;
}

.container-left,
.container-right {
    float: left;
    *zoom: 1;
}

.container:after,
.container-left:after,
.container-right:after {
    clear: both;
}

.container-left {
    width: 800px;
}

.container-right {
    width: 400px;
}

.container-right .box1 a {
  font-size: 14px;
}

[class*="box"] {
    position: relative;
    padding: 30px;
    float: left;
    *zoom: 1;
}

.box1 h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

.box1 {
    width: 340px;
    min-height: 220px;
    background-color: transparent;
    background-image: url(/Images/Background/bg.png); /* we can use the same when we align it right */
    background-repeat: repeat-y;
    background-position: 100% 0;
}

.box2 {
    width: 740px;
}

.box3 {
    width: 1140px;
}

/* Slider Text Box with BG IMG  */
[class*="box"] .inner{
    max-width: 500px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffffff;
}

[class*="box"] .inner h1{
    margin-bottom: 10px;
}

[class*="box"] .inner a{
    color: #ffffff;
    font-size: 14px;
}

/* IMAGE FADE */
a.image-fade {
    display: block;
    position: relative;
}

img.image-fade,
a.image-fade > img {
    opacity: 1;
            transition: opacity 0.4s ease-in-out 0.3s;
       -moz-transition: opacity 0.6s ease-in-out 0.1s;
    -webkit-transition: opacity 0.4s ease-in-out 0.3s;
         -o-transition: opacity 0.4s ease-in-out 0.3s;
}

img.image-fade:hover,
a.image-fade > img:hover,
a.image-fade:hover > img {
    opacity: 0.6;
    filter:alpha(opacity=70);  /* IE */
}

[class*="box"] > img.image-fade,
[class*="box"] > a.image-fade > img {
    margin: -30px;
    max-width: none;
}

a.image-fade .play {
    display: block;
    width: 110px; height: 110px;
    position: absolute;
    left: 50%; top: 50%;
    margin: -55px 0 0 -55px;
    padding: 0;
    content: "";
    line-height: 110px;
    text-align: center;
    background-color: transparent;
    background-image: url(/Images/Icons/play.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0;
    filter:alpha(opacity=0);  /* IE */
    transition: opacity 0.4s ease-in-out 0.3s;
       -moz-transition: opacity 0.6s ease-in-out 0.1s;
    -webkit-transition: opacity 0.4s ease-in-out 0.3s;
         -o-transition: opacity 0.4s ease-in-out 0.3s;
}

a.image-fade:hover .play {
    opacity: 1;
    filter:alpha(opacity=100);  /* IE */
}

.image-fade + h2,
.image-fade + h3,
.image-fade + h4,
.image-fade + h5,
.image-fade + h6,
.image-fade + p {
    margin-top: 55px;
}

/* SPECIAL BOX STYLING */
#content {
    background-image: url(/Images/Background/bg.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    border-top: 5px solid #7397c5;
}

#content.container-full {
  background-image: url(/Images/Background/bg-full.png); /* for Full.master */
}

#content.container-video {
  background-image: url(/Images/Background/bg-video.png); /* for Video.master */
}

.headline h1 {
    position: absolute;
    top: 20px; left: 30px;
    margin: 0;
    z-index: 2;
    text-shadow: 1px 1px 2px #000000;
}

.headline img {
    margin: -30px;
    max-width: none;
}

#headline-video{
    height: 90px;
}

#main-content {
    font-size: 14px;
    line-height: 22px;
    min-height: 320px;
}

#main-content > h1,
#main-content > h2,
#main-content > h3,
#main-content > h4,
#main-content > h5,
#main-content > h6 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #707070;
  text-transform: none;
}

#main-content > h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

#main-content > h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

#main-content > h3 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
}

#main-content > h4 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
}

#main-content > h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

#main-content > h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

/* LEADERSHIP */
.textbox {
    float: left;
    width: 740px;
    margin-bottom: 20px;
}

.floating-image {
    float: left;
    margin: 10px 13px 10px 0;
}

.floating-image-right {
    float: right;
    margin: 10px 0 10px 13px;
}

.bordered-image {
    padding: 5px;
    background-color: #ffffff;
}

.boardList {
    margin: 30px 0;
    list-style: none;
    *zoom: 1;
}

.boardList:before,
.boardList:after {
    display: table;
    content: "";
    line-height: 0;
}

.boardList:after {
    clear: both;
}

.boardList li {
    margin-bottom: 20px;
    float: left;
    position: relative;
    display:block;
    width: 100%;
}

.boardList li:hover {
       -moz-transition: background 0.4s linear;
    -webkit-transition: background 0.4s linear;
         -o-transition: background 0.4s linear;
            transition: background 0.4s linear;
    background-color: #d8dfe9; /* ie */
    background: none repeat scroll 0 0 rgba(216, 223, 233, 0.6);
    *zoom:1;
}

.boardList li:before,
.boardList li:after {
    display: table;
    content: "";
    line-height: 0;
}

.boardList li:after {
    clear: both;
}

.boardList h2 {
  margin-top:0px;
}

.boardList h2 small {
  display: block;
  line-height: 1.5;
  margin-top:8px;
  width: 80%;
  *display: inline;
}

.small-pix {
    width: 135px;
    height: 166px;
    padding-right: 20px;
    float: left;
}

.modal .small-pix {
    margin-top: 12px;
}

/* Wordpress blog Newsfeed */

.modal-body img.alignleft {
    float: left;
    margin: 10px 13px 10px 0;
}

.modal-body img.alignright {
    float: right;
    margin: 10px 0 10px 13px;
}

.modal-body img.aligncenter {
    display: block;
    margin: 0 auto;
}

.modal-body .btn.btn-custom {
    border-color: #7AB80E;
    background: #7AB80E;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: 500ms;
       -moz-transition: 500ms;
         -o-transition: 500ms;
        -ms-transition: 500ms;
            transition: 500ms;
}

.modal-body .btn.btn-custom:hover {
    color: #ffffff;
    background: #5b8f00;
}

/* Text separators */

.seperator {
    position: relative;
    width: 100%;
    height: 34px;
    margin-top: 35px;
    border-top: 1px dotted #264770;
    text-align: center;
}

.seperator-text {
    display: inline-block;
    min-height: 20px;
    max-width: 80%;
    margin-top: -15px;
  padding: 5px;
  background-color: #4e5c6d;
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}

/* Press */
.newsList {
    list-style: none;
    margin-left: 0;
}

.newsList li {
    display: block;
    float: none;
    margin: 10px 0 0;
    padding: 10px;
}

.newsList li:hover {
       -moz-transition: background 0.4s linear;
    -webkit-transition: background 0.4s linear;
         -o-transition: background 0.4s linear;
            transition: background 0.4s linear;
    background-color: #d8dfe9; /* ie */
    background: none repeat scroll 0 0 rgba(216, 223, 233, 0.6);
}

.newsList li.bg-color {
    background: #ececec;
}

.newsList li > h2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

.newsList li > .date {
    font-style: italic;
}

.newsList li > .btn-link {
    display: none;
}

.newsList li:after,
.boardList li:after {
    display: block;
    content: "";
    width: 40px; height: 40px;
    position: absolute;
    left: 50%; top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background-color: transparent;
    background-image: url(/Images/Icons/maximize.png);
    background-image: none\9;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0;
    filter:alpha(opacity=0);
    color: #ffffff;
}

.newsList li:hover:after,
.boardList li:hover:after {
    opacity: 1;
    filter:alpha(opacity=100);
}

/* Video Site Quick Links */
.video-quickLinks {
    width: 800px;
    height: 150px;
    border: none;
    border-bottom: 1px solid #ffffff;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    float: left;
    cursor: pointer;
}

.video-quickLinks .quickUp {
    background: url(/Images/Icons/arrow-up.png) no-repeat scroll 0 0 transparent;
    float: right;
    height: 32px;
    margin: 35px 0 0 0;
    width: 435px;
    list-style: none outside none;
}

.video-quickLinks a {
    color: #ffffff;
    text-transform: uppercase;
}

.video-quickLinks .trunc {
   margin: 40px 0 0 -53px;
   float: left;
}

.dropdown {
    background: url(/Images/Background/bg.png);
    float: left;
    width: 800px;
}

.dropdown .video-box-hover{
    width: 250px;
    padding: 30px 0 0 30px;
    float: left;
}

.dropdown .video-box-hover img {
    padding-bottom: 5px;
}

/* Media Grid */

.media-grid {
    *zoom: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.media-grid:before,
.media-grid:after {
    display: table;
    content: "";
    line-height: 0;
}

.media-grid:after {
    clear: both;
}

.media-grid > img,
.media-grid > .thumbnail {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.media-grid .thumbnail {
    text-align: center;
}

.media-grid .thumbnail > img {
    display: block;
    margin: 0;
    *max-width: none;
}

.media-grid .thumbnail:hover > img {
    filter: alpha(opacity=50);
         -khtml-opacity: .50;
           -moz-opacity: .50;
                opacity: .50;
}

/* Social Share Buttons */

.social-links {
    display: block;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    text-align: right;
    color: #a2a2a2;
}

.social-links:before,
.social-links:after {
    display: table;
    content: "";
    line-height: 0;
}

.social-links:after {
    clear: both;
}

.social-links > span,
.social-links > a {
    display: block;
    float: left;
    height: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.social-links > span {
    margin-right: 20px;
    line-height: 25px;
}

.social-links > a {
    width: 25px;
    margin: 0 5px;
    line-height: 90px;
    background-color: #a2a2a2;
    background-image: url(/Images/Icons/social_icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.social-links > a:hover {
    background-color: #636363;
}

.modal .social-links {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    line-height: 30px;
}

.modal .social-links > .tooltip {
    line-height: 20px;
}

.social-links > a.sl-facebook {
    background-position: 0 -25px;
}

.social-links > a.sl-googleplus {
    background-position: 0 -50px;
}

.social-links > a.sl-twitter {
    background-position: 0 -75px;
}

.social-links > a.sl-copy {
    background-position: 0 -100px;
}

.social-links + .copylink {
    margin-bottom: 0;
    cursor: text;
    vertical-align: top;
    height: 18px;
}



/* -----------------------------------------------
 *  21. Footer
 * ----------------------------------------------- */

#colophon {
    border-top: 5px solid #7397c5;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
    background-image: -o-linear-gradient(top, #efefef, #ffffff);
    background-image: linear-gradient(to bottom, #efefef, #ffffff);
    background-image: -moz-linear-gradient(top, #efefef, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffffffff', GradientType=0);
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); */
}

/* NAVIGATION */
#colophon .footernav > ul {
    display: block;
    margin: 15px 15px 0;
    list-style: none;
}

#colophon .footernav > ul > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

#colophon .footernav li.divider {
  width: 1px; height: 144px;
  margin: 0 18px;
  background-color: #d8d8d8;
}

:lang(hu) #colophon .footernav li.divider {
    margin: 0 10px;
}

:lang(ru) #colophon .footernav li.divider,
:lang(es) #colophon .footernav li.divider {
    margin: 0 10px 0 18px;
}

:lang(de) #colophon .footernav li.divider {
    margin: 0 18px 0 28px;
}

#colophon .footernav li a {
    display: block;
    padding: 0 9px;
    font-size: 11px;
    line-height: 20px;
    color: #8b8b8b;
    text-decoration: none;
}

#colophon .footernav > ul > li > a {
    font-weight: 700;
    color: #656565;
    margin: 0 0 3px;
}

#colophon .footernav > ul > li > a:hover {
    color: #454545;
}

#colophon .footernav > ul > li > ul {
    list-style: none;
    margin: 0;
}

#colophon .footernav > ul > li > h6 {
    margin: 0 0 10px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    color: #656565;
}

#colophon .footernav li a:hover {
    color: #636363;
    background-color: transparent;
    text-decoration: underline;
}

#colophon .footernav li a.social-link {
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

#colophon .footernav li a.social-link:hover {
    text-indent: 5px;
}

#colophon .footernav li a.social-link > img {
    margin-right: 5px;
}

#colophon .copyright {
    float: right;
    min-height: 30px;
    margin: 15px 0 0;
    background-color: transparent;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    color: #cccccc;
}

/* -----------------------------------------------
 *  22. Helper classes
 * ----------------------------------------------- */

.dublitv {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
}

object + .dublitv,
embed + .dublitv {
    display: block;
}

.dublitv.high { /* STREAMING SERVER VERSION */
    width: 55px; height: 19px;
    right: 17px; bottom: 21px;
    background-image: url(/Images/Icons/dublitv_high.png);
}

.dublitv.low { /* YOUTUBE VERSION */
    width: 191px; height: 26px;
    right: 30px; bottom: 21px;
    background-image: url(/Images/Icons/dublitv_low.png);
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

a.pull-right {
    *float:none;
    *position: absolute;
    *right:30px; *top:auto;
}

.hidden {
    display: none;
    visibility: hidden;
}

.hidden-desktop {
    display: none !important;
}

.hidden-tablet {
    display: inherit !important;
}

.hidden-phone {
    display: inherit !important;
}

.visible-desktop {
    display: inherit !important;
}

.visible-tablet {
    display: none !important;
}

.visible-phone {
    display: none !important;
}

/* PROGRESS INDICATOR */
#loading {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    opacity: 0.75;
    background: #ffffff;
    z-index:1001;
}

.windows8 {
    position: absolute;
    margin:-80px 0 0 -80px;
    left: 50%; top: 50%;
    width: 80px; height:80px;
}

.windows8 .wBall {
    position: absolute;
    width: 76px;
    height: 76px;
    opacity: 0;
       -moz-transform: rotate(225deg);
       -moz-animation: orbit 5.5s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 5.5s infinite;
        -ms-transform: rotate(225deg);
        -ms-animation: orbit 5.5s infinite;
         -o-transform: rotate(225deg);
         -o-animation: orbit 5.5s infinite;
            transform: rotate(225deg);
            animation: orbit 5.5s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #454545;
    left:0px;
    top:0px;
       -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}

.windows8 #wBall_1 {
       -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
        -ms-animation-delay: 1.2s;
         -o-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

.windows8 #wBall_2 {
       -moz-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
        -ms-animation-delay: 0.24s;
         -o-animation-delay: 0.24s;
            animation-delay: 0.24s;
}

.windows8 #wBall_3 {
       -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
        -ms-animation-delay: 0.48s;
         -o-animation-delay: 0.48s;
            animation-delay: 0.48s;
}

.windows8 #wBall_4 {
       -moz-animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
        -ms-animation-delay: 0.72s;
         -o-animation-delay: 0.72s;
            animation-delay: 0.72s;
}

.windows8 #wBall_5 {
       -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
        -ms-animation-delay: 0.96s;
         -o-animation-delay: 0.96s;
            animation-delay: 0.96s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}