.captcha-form img, .captcha-dialog img {
    position: absolute;
    right:100%;
    top:11px;
}

.captcha-dialog, .captcha-form {
    margin-left: 112px;
    width: 152px;
}

.captcha-dialog .help-block, .captcha-form .help-block {
    white-space: nowrap;
    margin-top: 15px;
}

/**===========POPUP-MODAL=============**/
.reveal-modal{
    position: fixed;
    width: 900px;
    top: 20px;
}
.popup-video{
    width: 750px;
}

@media only screen and (max-width: 640px) {
    .reveal-modal2 {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}

.reveal-modal2 a{
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}


.popup-image{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
/**===========POPUP-MODAL=============**/

/**===========GREEN-ARROW=============**/
.arrow.link_all:after {
    content: '';
    border-left: 6px solid #8cc63f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 3px;
    right: -17px;
}
/**===========GREEN-ARROW=============**/

.competitor_img {
    overflow: hidden;
    max-height: 140px;
    min-height: 140px;
}

/**===========KARTIK SELECT 2 UPDATE=============**/

.select2-container--krajee {
    display: block;
    text-align: left;
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

/**
 * Search Field
 */
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url('search.png') right 10px top 7px no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .select2-search__field {
    background: #fff url('search.png') left 10px top 7px no-repeat;
}

.select2-container--krajee .select2-dropdown .select2-toggle-all {
    display: inline-block;
    margin: 5px 10px;
}

.select2-container--krajee .select2-search__field {
    outline: 0;
}

.select2-container--krajee .select2-search__field::-webkit-input-placeholder,
.select2-container--krajee .select2-search__field:-moz-placeholder,
.select2-container--krajee .select2-search__field::-moz-placeholder,
.select2-container--krajee .select2-search__field:-ms-input-placeholder {
    color: #999;

}

.select2-container--krajee .select2-search__field::-moz-placeholder {
    opacity: 1;
}

/**
 * Selection Arrow
 */
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-top:10px solid #929292;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    display: block;
    height:0px;
    width:0px;
    position: absolute;
    top: 32px;
    right: 26px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border:0px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {

}

.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow {

}

.input-sm.select2-container--krajee .select2-selection--single .select2-selection__arrow,
.input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 29px;
    width: 18px;
}

.input-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-width: 4px 3px 0 3px;
    margin-left: -3px;
}

.input-sm.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 3px 4px 3px;
}

.input-lg.select2-container--krajee .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 45px;
    width: 22px;
    right: 2px;
}

.input-lg.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 2px;
    right: auto;
}

.input-lg.select2-container--krajee .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
}

.input-lg.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px 5px;
}

/**
 * Selection States
 */
.select2-container--krajee li.select2-results__option {
    background-color: #FCF8E3;
    color: #C09853;
}

.select2-container--krajee .select2-results__option[aria-disabled=true] {
    color: #333;
    background: #fff;
    cursor: not-allowed;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.select2-container--krajee .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--krajee .select2-results__option.loading-results,
.select2-container--krajee .load-more {
    font-style: italic;
    color: #a94442;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff url('loading.gif') right 10px center no-repeat;
}

.select2-container--krajee .load-more {
    margin: 5px 0 5px 5px;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .select2-results__option.loading-results,
.select2-container--krajee .select2-dropdown[dir="rtl"] .load-more {
    background: #fff url('loading.gif') left 10px center no-repeat;
}

.select2-container--krajee .select2-dropdown[dir="rtl"] .load-more {
    margin: 5px 5px 5px 0;
}

.select2-container--krajee .select2-results__option[aria-selected] {
    background-color: #fff;
    color: #333;
    border-radius: 0;
}

.select2-container--krajee .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #26bbe4;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field:focus{
    border-color: #26bbe4;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}

.select2-container--krajee .select2-results__option .select2-results__option {
    padding: 6px 12px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px;
}

.select2-container--krajee .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px;
}

.select2-container--krajee .select2-results__group {
    display: block;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 12px;
    line-height: 1.428571429;
    white-space: nowrap;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.select2-container--krajee.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}

.select2-container--krajee.select2-container--disabled .select2-selection,
.select2-container--krajee.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}

.select2-container--krajee.select2-container--disabled .select2-selection,
.select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}

.select2-container--krajee.select2-container--disabled .select2-selection__clear,
.select2-container--krajee.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.select2-container--krajee .select2-dropdown {
    border-color: #ccc;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--krajee .select2-dropdown--above {
    margin-top: 1px;
}

.select2-container--krajee .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--krajee .select2-selection--single {
    line-height: 1.428571429;
    padding: 1.16667em 1.11111em;
    height: auto;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color:#bababa;
    font:normal 22px LatoRegular, Arial, Helvetica, sans-serif;
    padding:15px 24px 0 14px;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #D4D4D4;
}

.select2-container--krajee .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.428571429;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 12px;
    height: 32px;
    line-height: 1.428571429;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

/**
 * Bootstrap validation states
 */
.has-warning.select2-container--krajee .select2-dropdown,
.has-warning .select2-container--krajee .select2-selection {
    border-color: #8a6d3b;
}

.has-warning .select2-container--open .select2-selection,
.has-warning .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}

.has-error.select2-container--krajee .select2-dropdown,
.has-error .select2-container--krajee .select2-selection {
    border-color: #a94442;
}

.has-error .select2-container--open .select2-selection,
.has-error .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}

.has-success.select2-container--krajee .select2-dropdown,
.has-success .select2-container--krajee .select2-selection {
    border-color: #3c763d;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}

/**
 * Bootstrap Input Groups & Input Sizes
 */

.input-sm.select2-container--krajee, .input-lg.select2-container--krajee {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0;
}

.input-group .select2-container--krajee {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group.select2-bootstrap-prepend .select2-container--krajee .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--krajee .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-sm.select2-container--krajee .select2-selection--single,
.input-group-sm .select2-container--krajee .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.input-sm.select2-container--krajee .select2-selection--multiple,
.input-group-sm .select2-container--krajee .select2-selection--multiple {
    min-height: 30px;
}

.input-sm.select2-container--krajee .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px;
}

.input-sm.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 5px 4px 0 0;
}

.input-sm.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
}

.input-lg.select2-container--krajee .select2-selection--single,
.input-group-lg .select2-container--krajee .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px;
}

.input-lg.select2-container--krajee .select2-selection--multiple,
.input-group-lg .select2-container--krajee .select2-selection--multiple {
    min-height: 46px;
}

.input-lg.select2-container--krajee .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px;
}

.input-lg.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333;
}

.input-lg.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin: 9px 8px 0 0;
}

/**
 * Bootstrap Input Group Buttons
 */
.select2-bootstrap-append .select2-container--krajee,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--krajee,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}

/**
 * Selection Clear
 */
.select2-container--krajee .select2-selection__clear {
    float: right;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    right: 0;
    margin-right: 5px;
}

.select2-container--krajee .select2-selection__clear:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    margin: 5px 10px 0 10px;
}

.input-sm.select2-container--krajee .select2-selection__clear,
.input-group-sm .select2-container--krajee .select2-selection__clear {
    font-size: 16px;
    line-height: 1.2;
}

.input-lg.select2-container--krajee .select2-selection__clear,
.input-group-lg .select2-container--krajee .select2-selection__clear {
    margin-right: 20px;
    font-size: 20px;
}

.input-sm.select2-container--krajee .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    margin-right: 10px;
}

.input-lg.select2-container--krajee .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    font-size: 20px;
    margin: 8px 12px 0 0;

}

.select2-container--krajee[dir="rtl"] .select2-selection__clear {
    float: left;
    left: 0;
    right: auto;
    margin-left: 3px;
}

.input-sm.select2-container--krajee[dir="rtl"] .select2-selection__clear,
.input-group-sm .select2-container--krajee[dir="rtl"] .select2-selection__clear {
    margin-left: 15px;
}

.input-lg.select2-container--krajee[dir="rtl"] .select2-selection__clear,
.input-group-lg .select2-container--krajee[dir="rtl"] .select2-selection__clear {
    margin-left: 20px;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    left: 0;
    right: auto;
    margin-left: 8px;
}

/**
 * Multi Selection Remove
 */
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 0 3px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.input-sm.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove,
.input-group-sm .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
}

.input-lg.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove,
.input-group-lg .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.2;
}

.select2-container--krajee[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    margin: 3px 3px 0 0;
}



.orange { border-left:3px solid #fff; border-top:3px solid #fff}
.orange td { background:#fefaef; padding:8px; border-bottom:3px solid #fff; border-right:3px solid #fff}
.orange th { background:#ffecc4; color:#f17626; padding:8px; border-bottom:3px solid #fff; border-right:3px solid #fff}

.culinar_table
{
    padding: 17px;
    width: 300px;
}

/*#popup-content{
    height: 590px;
}*/
#modal_form, #modal_informer,#modal_default, #modal_form_two, #modal_form_online, #modal_form_closereg, #modal_form_two_course, #modal_alert, #modal_form_like_gallery{
    width: 450px;
    height: 400px;
    border: none;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -200px;
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    z-index: 1005;
    padding: 20px 10px;
    -moz-opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#modal_informer, #modal_default, #modal_form_two, #modal_form, #modal_form_online, #modal_form_closereg, #modal_form_two_course, #modal_alert, #modal_form_like_gallery {
    height: auto;
}
#modal_default { position: absolute; z-index: 10002; margin-top: 0;}
#modal_default .preloader { background: url(../img/preloader1.gif) 0 0 no-repeat; width: 64px; height: 64px; margin: 20px auto; display: none;}
#modal_default .preloader_show { display: block;}
#modal_form #modal_close,
#modal_form_two #modal_close,
#modal_form_online #modal_close,
#modal_default #modal_close,
#modal_informer #modal_close,
#modal_form_closereg #modal_close,
#modal_form_closereg #modal_close,
#modal_form_two_course #modal_close,
#modal_form_like_gallery #modal_close,
#modal_alert #modal_close{
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    background: transparent;
}
/* Пoдлoжкa */
#overlay {
    z-index:1000;
    position:fixed;
    background-color: rgba(57, 57, 57, 0.57);
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.modal_not_register{
    background: #fff;
    padding: 18px 0 20px;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 100%;
}
.modal_not_register a.modal_orange_link {
    color: #000;
    font-size: 20px;
    /*text-decoration: underline;*/
}

.modal_link {
    color: #f29121;
    font-size: 14px;
    /*text-decoration: underline;*/
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('http://i.stack.imgur.com/FhHRx.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loader {
    display: block;
}


.upload_form input[type="checkbox"] {
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0 10px 0 0;
}




/* slider base */
.b-slide_img { background-position: center top; }

.b-slider_arrow { position: absolute; top: 200px; width: 27px; height: 45px; cursor: pointer; }
.b-slider_arrow_left { left: -44px; background-image: url(/img/arrow-left.png); }
.b-slider_arrow_right { right: -44px; background-image: url(/img/arrow-right.png); }
.b-slider_arrow_disabled { display: none; }


.accordion-body{
    display: none;
}






















