﻿/* */
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #F8F8F8;
    color: #545454;
}

body.fix-nav-active header {
    border-top: 0;
    position: fixed;
    top: -50px;
    width: 100%;
    z-index: 1001;
}

body.fix-nav-active header .logo {
    position: absolute;
    /*bottom: -7px;*/
    top: 40%!important;
    /*-webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;*/
}

.masthead {
    position: relative;
    height: 185px;
    padding: 20px 0 0;
    background: #222;
}
.secondary-menu {
    float: right;
    /*margin: -5px 0 25px;*/
    margin: 15px 0 10px;
}

.masthead .primary-menu {
  margin-right: -13px;
}

.masthead .primary-menu {
  position: relative;
  background: none;
  float: right;
  clear: right;
}

img.img-fill {
    width: 100%;
    height: 100%;
}

/*
body { margin-top: 185px; }

.navbar { border-radius: 0; }

#navbar { margin-top: 30px; }

#tdi-masthead {
    padding: 30px;
    margin-bottom: 5px;
    background-color: #222;
    border-color: #080808;
    height: 185px;
}

#tdi-nav.affix-top {
    z-index: -1000;
    margin-top: -185px;
}

#tdi-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
*/

/* Sticky Menu */
/*body.sticky-menu-active header {*//*
body.sticky-menu-active nav {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #E9E9E9;
    border-top: 0;
    position: fixed;
    top: -50px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    filter: none;
}
    */
/*body.sticky-menu-active header .logo {*//*
body.sticky-menu-active nav .logo {
    position: absolute;
    bottom: -7px;
}
    */

@media (max-width: 767px) {
    body { margin-top: 50px; }
    .navbar { height: 50px; }
}

.navbar-toggle {
    border-color: transparent !important;
    padding: 10px 15px;
    margin-bottom: 6px;
    margin-left: 10px;
}

#xs-navbar-collapse > .nav > li > a:hover {
    color: #9D9D9D !important;
}

#xs-navbar-collapse {
    background-color: #FFF;
}

@media (min-width: 768px) {
    body { margin-top: 115px; }
    /*.navbar-header { height: 185px; }*/
    /*.header-logo { position: absolute; top: 25%; }*/
}

a {
    color: #904199; /*#7F0073;*/
    text-decoration: none;
}

a:focus, a:hover {
    color: #40003B;
    text-decoration: underline;
}

#header-navbar-nav-top-lg, #header-navbar-nav-bottom-lg,
#header-navbar-nav-top, #header-navbar-nav-bottom,
#header-navbar-nav-top-sm, #header-navbar-nav-bottom-sm,
#header-navbar-nav-top-xs, #header-navbar-nav-bottom-xs { text-transform: uppercase; }

#header-navbar-nav-top-lg,
#header-navbar-nav-top,
#header-navbar-nav-top-sm,
#header-navbar-nav-top-xs { font-size: 12px; }

#header-navbar-nav-top-lg li a, #header-navbar-nav-bottom-lg li a,
#header-navbar-nav-bottom li a, #header-navbar-nav-bottom-sm li a,
#header-navbar-nav-bottom-xs li a { color: #FFF; }

.btn-header-default {
  color: #AAA; /*#333;*/
  background-color: #111; /*#fff;*/
  border-color: #ccc;
}
.btn-header-default:hover,
.btn-header-default:focus,
.btn-header-default.focus,
.btn-header-default:active,
.btn-header-default.active,
.open > .dropdown-toggle.btn-header-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-header-default:active,
.btn-header-default.active,
.open > .dropdown-toggle.btn-header-default {
  background-image: none;
}
.btn-header-default.disabled,
.btn-header-default[disabled],
fieldset[disabled] .btn-header-default,
.btn-header-default.disabled:hover,
.btn-header-default[disabled]:hover,
fieldset[disabled] .btn-header-default:hover,
.btn-header-default.disabled:focus,
.btn-header-default[disabled]:focus,
fieldset[disabled] .btn-header-default:focus,
.btn-header-default.disabled.focus,
.btn-header-default[disabled].focus,
fieldset[disabled] .btn-header-default.focus,
.btn-header-default.disabled:active,
.btn-header-default[disabled]:active,
fieldset[disabled] .btn-header-default:active,
.btn-header-default.disabled.active,
.btn-header-default[disabled].active,
fieldset[disabled] .btn-header-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-header-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-default-primary {
  color: #AAA; /*#333;*/
  background-color: #111; /*#fff;*/
  border-color: #111;
}
.btn-default-primary:hover,
.btn-default-primary:focus,
.btn-default-primary.focus,
.btn-default-primary:active,
.btn-default-primary.active,
.open > .dropdown-toggle.btn-default-primary {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default-primary:active,
.btn-default-primary.active,
.open > .dropdown-toggle.btn-default-primary {
  background-image: none;
}
.btn-default-primary.disabled,
.btn-default-primary[disabled],
fieldset[disabled] .btn-default-primary,
.btn-default-primary.disabled:hover,
.btn-default-primary[disabled]:hover,
fieldset[disabled] .btn-default-primary:hover,
.btn-default-primary.disabled:focus,
.btn-default-primary[disabled]:focus,
fieldset[disabled] .btn-default-primary:focus,
.btn-default-primary.disabled.focus,
.btn-default-primary[disabled].focus,
fieldset[disabled] .btn-default-primary.focus,
.btn-default-primary.disabled:active,
.btn-default-primary[disabled]:active,
fieldset[disabled] .btn-default-primary:active,
.btn-default-primary.disabled.active,
.btn-default-primary[disabled].active,
fieldset[disabled] .btn-default-primary.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default-primary .badge {
  color: #fff;
  background-color: #333;
}

.btn-purple {
  color: #FFF;
  background-color: #904199; /*#7D0073;*/ /*#337ab7;*/
  /*border-color: #999;*/ /*#2e6da4;*/
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff!important;
  background-color: #993D92!important;
  border-color: #40003B!important;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #337AB7;
  border-color: #2E6DA4;
}
.btn-purple .badge {
   color: #337AB7;
  background-color: #FFF;
}

.btn-header-primary {
  color: #FFF;
  background-color: #904199; /*#7D0073;*/ /*#337ab7;*/
  /*border-color: #999;*/ /*#2e6da4;*/
}
.btn-header-primary:hover,
.btn-header-primary:focus,
.btn-header-primary.focus,
.btn-header-primary:active,
.btn-header-primary.active,
.open > .dropdown-toggle.btn-header-primary {
  color: #fff!important;
  background-color: #7F0075!important; /*#993D92!important;*/
  /*border-color: #40003B!important;*/
}
.btn-header-primary:active,
.btn-header-primary.active,
.open > .dropdown-toggle.btn-header-primary {
  background-image: none;
}
.btn-header-primary.disabled,
.btn-header-primary[disabled],
fieldset[disabled] .btn-header-primary,
.btn-header-primary.disabled:hover,
.btn-header-primary[disabled]:hover,
fieldset[disabled] .btn-header-primary:hover,
.btn-header-primary.disabled:focus,
.btn-header-primary[disabled]:focus,
fieldset[disabled] .btn-header-primary:focus,
.btn-header-primary.disabled.focus,
.btn-header-primary[disabled].focus,
fieldset[disabled] .btn-header-primary.focus,
.btn-header-primary.disabled:active,
.btn-header-primary[disabled]:active,
fieldset[disabled] .btn-header-primary:active,
.btn-header-primary.disabled.active,
.btn-header-primary[disabled].active,
fieldset[disabled] .btn-header-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-header-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

a.btn-header-default {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px 12px!important;
}

.btn-default-purple {
  color: #7f0075;
  background-color: #FFF;
  border-color: #7f0075;
  font-weight: bold;
}

    .btn-default-purple:hover {
        color: #FFF;
        background-color: #7F0076;
        border-color: #40003B;
    }

.btn-group-vertical-bordered .btn {
    border-radius: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #555;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 0;
  color: #E9EAE7;
  background-color: #444444;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0; /*6px;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=password] {
        -webkit-text-stroke-width: .4em;
        letter-spacing: 0.4em;
        text-indent: 3px;
    }
}
 
.panel-purple { border-color: #904199; }
.panel-purple>.panel-heading { color: #FFF; background-color: #904199; border-color: #904199; }
.panel-purple>.panel-footer { color: #FFF; background-color: #904199; border-color: #904199; }
.panel-purple>.panel-heading>.panel-title { color: #FFF; font-weight: bold; }
 
.text-facebook {
    color: #314987;
}

.text-twitter {
    color: #22BBF4;
}

.btn-gray {
    background-color: #EEE;
    border-color: #CCC;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}
.has-feedback .form-control {
    padding-right: 47.5px!important;
}
.has-feedback label~.form-control-feedback {
    top: 34px;
    margin-right: 10px;
    color: #A9A9A8;
    font-size: 30px;
}

.home-blue {
    background-color: #0097D1;
}

.home-blue .container {
    background-image: url(/images/home-blue.png);
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 292px;*/
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.home-blue p, .home-blue a, .home-blue a:hover {
    color: #FFBFFF;
    font-size: 17px;
}

@media (max-width: 767px) {
    .home-blue {
        background-color: #0097D1;
        background-image: none;
    }

    .home-blue p {
        font-size: 15px;
    }

    .home-blue p, .home-blue a, .home-blue a:hover {
    color: #FFBFFF;
    font-size: 15px;
}
}

@media (min-width: 1051px) {
    .event-description {
        padding-left: 30px;
        padding-right: 30px;
    }

    .event-description .btn-group-lg .btn {
        margin-top: 50px;
    }
}

.event-box { }
.event-box-top { text-align: center; }

.event-box-bottom { 
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
    box-shadow: 2px 2px 10px 0px rgba(170,170,170,1);
}
.event-box-bottom .panel-heading {
    background-color: #904199;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 0;
}

.event-box-bottom .panel-heading .panel-title {
    font-weight: bold;
}

.event-box-bottom-fw {
    padding: 0;
}
.event-box-bottom-fw h4 { padding: 10px 0 0 10px; }

.event-box-bottom-thin {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#trial-carousel .carousel-indicators {
    position: relative;
}

#trial-carousel .carousel-indicators li {
    border-color: #CCC;
}

#trial-carousel .carousel-indicators .active {
    background-color: #904199;
}

/* Set the Modal Header colors */
.modal-header { background-color: #EE5933!important; -webkit-border-radius: 5px 5px 0 0!important; -moz-border-radius: 5px 5px 0 0!important; border-radius: 5px 5px 0 0!important; color: #FFF!important; }
.modal-header button { color: #FFF!important; }
.modal-header-warning { background-color: #F0AD4E!important; }
.modal-header-danger { background-color: #D9534F!important; }
.modal-header-info { background-color: #5BC0DE!important; }
.modal-header-success { background-color: #47A447!important; }

.badge-default { background-color: #333; }
.badge-primary { background-color: #337ab7; }
.badge-success { background-color: #3c763d; }
.badge-info { background-color: #31708f; }
.badge-warning { background-color: #8a6d3b; }
.badge-danger { background-color: #a94442; }

footer { background-color: #00A6F2; color: #FFF; margin-top: 10px; }
.footer { width: 100%; padding: 30px; }
.footer .fa-a, .footer .fa-a:hover, .footer .fa-a:focus { text-decoration: none; }
.footer-2 { background-color: #222; color: #FFF; width: 100%; }
.footer-2 a { color: #FFF; position: relative; text-decoration: none; }
.footer-2 a, .footer-2 a:hover, .footer-2:focus { color: #FFF; }
.footer-2 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.footer-2 a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.footer-2 .fa-a, .footer-2 .fa-a:hover, .footer-2 .fa-a:focus { text-decoration: none; }
.footer-2 .fa-a:before {
    content: inherit;
    position: inherit;
    width: inherit;
    height: inherit;
    bottom: inherit;
    left: inherit;
    background-color: inherit;
    visibility: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}
.footer-2 .fa-a:hover:before {
    visibility: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.footer-2 .fa-inverse { color: #222; }

.panel-quote .panel-body:before {
    content: '\f10d';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    opacity: .5;
    font-size: 5em;
    top: 0;
    color: rgba(125, 0, 115, 0.75); /*#B4B5FC;*/
    /*color: lightblue;*/
    /*top: 0;
    left: 0;*/
    /*margin: -300px 0 0 -200px;
    z-index: 1;*/
}

/* */
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #FF79F7; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #CC00BF; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #FF79F7;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


textarea { resize: none; }


#account-info.dropdown-menu { background-color: #993D92; }
#account-info.dropdown-menu>li>a:focus, #account-info.dropdown-menu>li>a:hover { background-color: #888; }

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

li.active a {
	font-weight: bold;
	color: #FFF;
}

.topic-jump:before {
    display: block; 
    content: " "; 
    margin-top: -112px; 
    height: 110px; 
    visibility: hidden; 
}

.message-wrap-fix {
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.forumRowTitle {
    color: #FFF!important;
    background-color: #904199!important;
    border-color: #904199!important;
}