/*
 * Helper classes
 */
.pull-left { float: left }
.pull-right { float: right }
.hide { display: none }
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-left{ text-align:left !important }
.text-right{ text-align:right !important }
.text-center{ text-align:center !important }
.text-nowrap{ white-space: nowrap !important }
.bold { font-weight: bold }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.pseudo-link {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.pseudo-link:hover {
    text-decoration:none;
}

/**
 * Spacing
 */
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}

/**
 * Sizing
 */
.w-25 {width:25% !important}
.w-100 {width:100% !important}
.mw-100 {max-width:100% !important}


/*
 * Content extra styles
 */
.imago a {
    color:#696969;
}

.content-hold ol {
    margin: 0 0 10px 35px;
}
.content-hold ol li {
    padding: 0 0 7px 0;
}
.content-hold p {
    text-align: justify;
}

.quotes-list article {
    border-top: 1px solid #e5e5e5;
}

.video .desc {
    font-size: 12px;
    margin: -3px 0 0 0;
}

.gallery2 .photo {
    float:left;
    position:relative;
    margin-right: 3px;
}


.video-full td {
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
    width: 315px;
}
.video-full tr:first-child td {
    border-top: none;
}
.video-full td.spacer {
    border-top: none;
    width: 20px;
}

.no-markers li {
    background-image: none !important;
}

.private-testing section p {
    text-align: left !important;
}


/*
 * Labels & Badges
 */
.tag,
.badge {
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
}
.tag {
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.badge {
    padding: 1px 9px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
a.tag:hover,
a.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.tag-important,
.badge-important {
    background-color: #b94a48;
}
.tag-important[href],
.badge-important[href] {
    background-color: #953b39;
}
.tag-warning,
.badge-warning {
    background-color: #f89406;
}
.tag-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
.tag-success,
.badge-success {
    background-color: #468847;
}
.tag-success[href],
.badge-success[href] {
    background-color: #356635;
}
.tag-info,
.badge-info {
    background-color: #3a87ad;
}
.tag-info[href],
.badge-info[href] {
    background-color: #2d6987;
}
.tag-inverse,
.badge-inverse {
    background-color: #333333;
}
.tag-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}


/*
 * Buttons
 */
button[disabled], button[disabled]:hover {
    color:#333333 !important;
    background-color:#e6e6e6 !important;
    *background-color:#d9d9d9;
    border: 1px solid #cccccc;
    background-image: none;
    cursor: default;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*
 * Forms
 */
ul.errors {
    color: #ff0000;
    line-height: 15px;
    font-size: 12px;
}

ul.errors li {
    background: none;
    padding-left: 5px;
}

.test-info2 ul.errors {
    width: 217px;
    text-shadow: 1px 1px 1px #990000;
    padding: 3px 0 0 0 !important;
    margin: 0 !important;
}
.test-info2 ul.errors li {
    margin: 0;
    padding: 0;
}



input[type="checkbox"] {
    margin: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}
.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}
input,
textarea,
.uneditable-input {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}
.controls-row {
    *zoom: 1;
}
.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.controls-row:after {
    clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}
.control-group.warning input,
.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 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 .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -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 textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}
.control-group.success input,
.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 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 .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}
.control-group.info input,
.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 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:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}
.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0;
}
.form-actions:after {
    clear: both;
}
.help-block,
.help-inline {
    color: #595959;
}
.help-block {
    display: block;
    margin-bottom: 10px;
}
.help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px;
}
.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input: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: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
    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: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}
.control-group {
    margin-bottom: 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;
    content: "";
    line-height: 0;
}
.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 .help-block {
    margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 10px;
}
.form-horizontal .form-actions {
    padding-left: 180px;
}


.btn-primary  {
    color:#466a0a;
    background-color:#c1ec23;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZWMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MmRlMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image:-moz-linear-gradient(top, #cdf823, #79c317);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#cdf823), to(#79c317));
    background-image:-webkit-linear-gradient(top, #cdf823, #79c317);
    background-image:-o-linear-gradient(top, #cdf823, #79c317);

    background-image:linear-gradient(to bottom, #cdf823, #79c317);

    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcdf823', endColorstr='#ff79c317', GradientType=0);
    *background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color:#8bab4e;
    border-bottom-color:#6d883b;
    border-top-color:#aad063;
    height:25px;
    padding-bottom: 1px;
}
a.btn-primary:visited {
    color:#466a0a!important;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
    color:#466a0a;
    background-color: rgba(121, 195, 23, 0.69);
    background-image: none;
}
.btn-primary:active,.btn-primary.active{background-color:#408140 \9;}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0 12px;
    font-size: 16px;
    /*line-height: 1.3333333;*/
    line-height: 40px;
    border-radius: 4px;
    height: 40px;
}




/*
 * Alerts
 */
.alert {
    padding: 8px 35px 8px 42px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-image: url(../i/alerts/alert.png);
    background-repeat: no-repeat;
    background-position: 11px 7px;
}
.alert,
.alert h4 {
    color: #c09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    background-image: url(../i/alerts/success.png);
}
.alert-success h4 {
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    background-image: url(../i/alerts/error.png);
}
.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    background-image: url(../i/alerts/info.png);
}
.alert-info h4 {
    color: #3a87ad;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}







/*
 * Popovers
 */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
    color: #353535;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

/*
 * User Profile
 */
#usr_no_social, #usr_social_profiles, #usr_social_add {
    display:none;
}









/*
 * Modals
 */

.modal-open {
    overflow: hidden;
}
.modal-open .wrapper {
    padding-right: 17px;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow:0 0 55px #1c5973;
    box-shadow:0 0 55px #1c5973;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    font: normal 14px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #c8e3ee;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.modal-header {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 27px 28px 15px 28px;
    background: #e9e9e9 url(../i/ask-grad.png) repeat-x 0 100%;
}
.modal-header h3 {
    font-size: 21px;
    color: #404040;
    line-height: 21px;
    margin: 0 0 13px 0;
}
.modal-header .close {
    cursor: pointer;
    position: absolute;
    top: -16px;
    right: 0;
    background: url(../i/modal-close.png) no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.modal-header .close:hover,
.modal-header .close:focus {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    /*overflow-y: auto;
    max-height: 400px;*/
    padding: 15px 28px;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    padding: 17px 28px 30px 28px;
    margin-bottom: 0;
    text-align: right;
    background-color: #e9e9e9;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    *zoom: 1;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.modal .fl {
    float: left;
    width: 240px;
    margin: 0 10px 0 0;
}
.modal .label {
    display: block;
    margin: 0 0 4px 0;
    font-family: "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.modal .info {
    height: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    padding: 15px 0 0 0;
    position: relative;
    top: 4px;
}
.modal .prev,
.modal .next {
    cursor:pointer;
    display:block;
    position:absolute;
    top:222px;
    width:60px;
    height:60px;
    background:url(/f/3/i/modal-arrs.png) no-repeat;
}
.modal .prev {
    left:-25px;
}
.modal .next {
    right:-25px;
    background-position:-71px 0;
}
.modal .top {
    padding:39px 0 5px 0;
    background:#e9e9e9;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(/f/l/js/PIE.htc);
    zoom:1;
    position:relative;
}







.media-hold {
    position:relative;
    width:542px;
    margin:0 auto;
    font:bold 10px/14px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
    text-align: center;
}

.media-hold img {
    max-width:542px;
    height:auto;
}

.media-hold .img-info,
.media-hold .count {
    position:absolute;
    top:-19px;
    white-space:nowrap;
}

.media-hold .count {
    right:0;
    text-transform: uppercase;
}

.media-hold .img-info {
    left:0;
    color:#a9a9a9;
    font-size: 11px;
}

.modal .line {
    height:5px;
    border-top:1px solid #fff;
    margin:-9px 0 0 0;
    top:5px;
    background:#909090;
    z-index:20;
    position:relative;
    line-height:0;
}

.modal .line div {
    position:absolute;
    background:url(/f/3/i/modal-shad.png) repeat-x;
    height:14px;
    top:-15px;
    left:0;
    right:0;
    overflow:hidden;
}

.modal .bottom {
    zoom:1;
    position:relative;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(js/PIE.htc);
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    font:normal 12px/16px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
    padding:21px 20px 17px 20px;
}

.modal .bottom:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.modal .bottom header {
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    text-transform:uppercase;
    margin:0 0 5px 0;
}

.modal.bg-brown .line {
    background-color:#97520e;
}

.modal.bg-brown .bottom header {
    color:#97520e;
}

.modal.bg-red .line {
    background-color:#d83838;
}

.modal.bg-red .bottom header {
    color:#d83838;
}

.modal.bg-black .line {
    background-color:#333;
}

.modal.bg-black .bottom header {
    color:#333;
}

.modal.bg-orange .line {
    background-color:#f29014;
}

.modal.bg-orange .bottom header {
    color:#f29014;
}

.modal.bg-yellow .line {
    background-color:#efc430;
}

.modal.bg-yellow .bottom header {
    color:#efc430;
}

.modal.bg-green .line {
    background-color:#32a249;
}

.modal.bg-green .bottom header {
    color:#32a249;
}

.modal.bg-blue .line {
    background-color:#3377bc;
}

.modal.bg-blue .bottom header {
    color:#3377bc;
}

.modal.bg-purple .line {
    background-color:#984da5;
}

.modal.bg-purple .bottom header {
    color:#984da5;
}

.question-bg {
    background: #fff url(../i/bg-qu.png) no-repeat 527px 11px;
}



.typeahead {
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
ul.typeahead > li {
    background-image: none;
}


.nav-pills {
    *zoom: 1;
    margin: 20px 0 30px 0;
}
.nav-pills:before,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}
.nav-pills:after {
    clear: both;
}
.nav-pills > li {
    float: left;
    background-image: none;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.nav-pills > li > a {
    padding: 8px 12px 8px 12px;
    margin: 2px 2px 2px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    line-height: 14px;
}
.nav-pills > li > a, .nav-pills > li > a:visited {
    color: #2380D0;
}
.nav-pills > li > a:hover {
    color: #555555;
    background-color: #eeeeee;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:visited {
    color: #ffffff;
    background-color: #00a3ef;
    cursor: default;
}



.variants2 {
    font:bold 18px/38px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(../i/bar-bg2.png), -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: url(../i/bar-bg2.png), -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    behavior: url(/f/l/js/PIE.htc);
    border:1px solid #bababa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-collapse: separate;
}
.variants2 td {
    background:url(../i/variants-vline.png) no-repeat 0 1px;
    padding-left: 1px;
}
.variants2 td:first-child {
    background:none;
    padding: 0;
}
.variants2 a {
    display:block;
    text-align:center;
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.6);
    color:#404040;
    background:url(../i/test-selected.png) no-repeat 0 -9999px;
    width:38px;
    cursor: pointer;
}
.variants2 a:hover,
.variants2 .active {
    color:#318408;
    background-position:0 0;
    background-color:#f0f881;
}
.variants2 a:hover {
    text-decoration:none;
}
.variants2_hint {
    position:absolute;
    top:8px;
    left:70%;
    white-space:nowrap;
    color:#318408;
    text-shadow:none;
    margin:0 0 0 12px;
    font:bold 18px/38px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:13px;
}


#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0 !important;
}


.buy-block .blue-bg2 {
    background:url(../i/bg-blue.png) repeat-x 0 100%;
    margin:0;
    top:6px;
    left:0;
    zoom:1;
    position:relative;
    padding:15px 0 9px 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1)
}
.buy-block .links {
    border: none;
    background: none;
    padding: 0;
}

.red {
    color: #FF0000;
}

#js-totop {
    position: fixed;
    top: 40px;
    display: none;
}
#js-totop span {
    color: #2380d0;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
}
#js-totop span:hover {
    opacity: 1.0;
}
.icon-arrow-up {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/f/0/img/glyphicons-halflings.png");
    /*background-position: 14px 14px;*/
    background-repeat: no-repeat;

    background-position: -289px -96px;
}

.payment-option-groups {
    margin: 0 0 30px 0;
}
.payment-option-groups .control-label, #deposit .control-label {
    text-align: left;
}
.payment-option-groups .control-group {
    border-top: 1px solid #cce3f1;
    margin-bottom: 0;
    padding: 10px 0;
}



.deposit-option {
    border: none;
    width: 100%;
}
.deposit-option .wr {
    width: 16px;
}
.deposit-option .wi1 {
    width: 53px;
}
.deposit-option .wi2 {
    width: 106px;
}
.deposit-option__td {
    vertical-align: middle;
}
.deposit-option__radio {
    margin-top: 0;
}
.deposit-option__img {
    margin-right: 3px;
    margin-bottom: 3px;
}
.deposit-option__td_type_info1 {
    text-align: right;
    padding-right: 5px;
    color:#a2a2a2;
    font-family: 'Scada', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    border-left: 1px solid #e1e1e1;
    width: 100px;
}
.deposit-option__td_type_info2 {
    width: 58px;
}
.deposit-option__td_type_info2 img {
    width: 25px;
}

.deposit-unpaid, .deposit-refunded {
    font-style: italic;
    color: #999;
}

.deposit-refunded {
    text-decoration: line-through;
}

.deposit-pending td {
    background: #fcf8e3;
}



.eighteen-plus {
    position: absolute;
    top: -1px;
    right: 500px;
    background-color: #aaa;
    color: #fff;
    font-size: 22px;
    padding: 11px 6px;
    opacity:0.85;
    filter:alpha(opacity=85);
    z-index: 1000;
}


.lead {
    font-size: 120%;
}


.icon-arrow-right, .icon-arrow-left {
    display: none;
}

.account-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.main-slider {
    width: 710px !important;
    top: -30px !important;
}

.main-slider-container .slides {
    position: relative;
    left: 0;
    top: 0;
    width: 710px;
    height: 250px;
    overflow: hidden;
}

.main-slider-container .slides {
    position: absolute;
    left: 0;
    top: 0;
}

.main-slider-container .slides img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main-slider-container .loader {
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider-container .loader-bg {
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main-slider-container .loader-img {
    position: absolute;
    display: block;
    background: url(/i/s/loader.gif) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.jssorb11 div,.jssorb11 div:hover,.jssorb11 .av{
    background:url(/f/l/js/jssor/i/b11.png) no-repeat;
    overflow:hidden;
    cursor:pointer

}

.jssorb11 div{
    background-position:-10px -10px
}

.jssorb11 div:hover,.jssorb11 .av:hover{
    background-position:-40px -10px

}

.jssorb11 .av{
    background-position:-70px -10px

}

.jssorb11 .dn,.jssorb11 .dn:hover{
    background-position:-100px -10px
}

.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/f/l/js/jssor/i/a21.png) no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position:-123px -33px
}

.jssora21r:hover {
    background-position:-183px -33px
}

.jssora21ldn {
    background-position:-243px -33px
}

.jssora21rdn {
    background-position:-303px -33px
}


.webinar-summary {
    width: 470px;
}
.webinar-timer-cell {
    width: 245px;
}

.english-version {
    width: 50px;
    text-align: center;
    margin-right: 2rem;
}

.inaccessible-emails {
    background: #ee0000;
    color: #fff;
    padding: 1em 0;
    font-family: Scada, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.inaccessible-emails a,
.cookies-disclaimer a
{
    color: #fff;
    text-decoration: underline;
}
.inaccessible-emails a:hover,
.cookies-disclaimer a:hover
{
    text-decoration: none;
}

.cookies-disclaimer {
    background: #6f767a;
    color: #fff;
    padding: .5em 0;
    font-family: Scada, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.webinar-summary-btns {
    position: absolute;
    right: 5px;
    top: 5px;
}

.checkbox-custom {
    padding-left: 5px;
}

.checkbox-custom input[type=checkbox] {
    margin: 3px 3px 0 0;
}

.check_policy ul.errors {
    width: auto;
}


#jquery-lightbox .modal-header {
    padding: 0 !important;
}

#jquery-lightbox .modal-header .close {
    top: -16px;
    z-index: 9999;
}