/* === RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}
html {
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    display: none;
}


/* === BASIC STYLES === */
body {
    height: 100%;
    font: 16px/24px 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #148eb7;
    background: #eff1f0;
    /*background: #80defb url('/assets/app/img/back+.jpg') center 90px no-repeat;*/
    /*background: #80defb url('/assets/app/img/back_1800.jpg') center 90px no-repeat;*/
    background: #80defb;
}
h1 {
    color: #148eb7;
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    margin: 30px 0 15px;
    text-align: center;
        /*text-transform: uppercase;*/
}
h2 {
    color: #148eb7;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin: 15px 0;
    text-align: center;
}
h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
    text-align: left;
    /*color: #fff;*/
}
h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 3px;
    text-align: left;
    /*text-transform: uppercase;*/
}
h4:hover,
h4:focus {
    color: #e51a23;
}
h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
    text-align: left;
}
h6 {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    margin: 15px 0;
    text-align: left;
}
p {
    color: #148eb7;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0;
}
li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 3px 0;
    margin: 0;
    /*list-style: disc inside;*/
}
ol, ul {list-style: none;}
a,
a:focus {
    font-weight: 600;
    color: #fff;
    /*color: #0066cc;*/
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #e51a23;
    text-decoration: none;
    /*transition: .2s;*/
}
.left {float:left;}
.right {float:right;}
.block {
    /*background: #eeeeff;*/
    border: 1px solid #999;
}

/* === добавляет звездочку (*) к 'label' ===*/
div label.required:after {
    /*content: " *";*/
    /*color: red;*/
}
pre {
    background: transparent;
}
span {
    font-weight: 100;
}

img {
    width: 100%;
    height: auto;
    /*border: 1px solid #148eb7;*/
    border-radius: 5px;
}
a img:hover {
    opacity: 0.7;
}

/* === ROW_LINE === */
.row_line {
    padding-bottom: 30px;
}
.row_line img {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.row_line a img:hover {
    opacity: 0.7;
}


/* === TABLE (.admin_table) ===*/
table.table {
    font-size: 14px;
    overflow-x: auto;
    /*border-bottom: 1px solid #111;*/
}
.table-responsive {
    border:0;
}
table th,
table td,
.table>thead>tr>th,
.table>tbody>tr>td {
    vertical-align: middle;
    padding: 3px 12px;
    /* разрывает длинное слово*/
    /*max-width: 300px;*/
    max-width: 100% !important;
    /*overflow-x: hidden;*/
    /* переносит "длинный текст" на несколько строк */
    white-space: normal !important;
    /* переносит "длинное слово" на несколько строк */
    /*word-wrap: break-word !important;*/
    /* добавляет многоточие */
    text-overflow: ellipsis;
}
table th,
.table>thead>tr>th {
    /*height: 45px !important;*/
    font-weight: 600;
        /*color: #fff;*/
        /*background: #444;*/
    /*background: #eff1f0;*/
    text-align: center;
    /*border-left: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
}



/* === TABLE (img) ===*/
table td img {
    vertical-align: middle;
    opacity: 1;
}
table td img:hover {
    opacity: 0.7;
}



/* === FORM === */
textarea,
input[type=text],
input[type=submit] {
    font: 16px/20px 'Open Sans', Helvetica, sans-serif !important;
    /*padding: 20px !important;*/
    color: #eff1f0 !important;
}
textarea {
    /*border: 1px solid #555 !important;*/
    border: 1px solid #303136 !important;
    background: #303136 !important;
    padding: 20px !important;
}
input[type=text],
input[type=password],
.input-group-addon {
    /*border: 1px solid #555;*/
    border: 1px solid #303136;
    background: #303136;
    padding: 20px !important;
}
.checkbox label {
    font: 16px/20px 'Open Sans', Helvetica, sans-serif;
    color: #444;
}
.checkbox label:hover,
.radio label:hover {
    color: #444;
}
.checkbox {
    max-width: 100%;
    min-height: 10px !important;
    max-height: 22px !important;
    padding: 0 !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    overflow-x: hidden;
    cursor: pointer;
}
.checkall,
.checkall_wrapper .checkall {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #0066cc;
}
.checkall:hover {
    color: #e51a23;
}
label.compensation:after {
    content: "*";
    font-size: 15px;
    color: transparent;
}
label.required:after {
    position: relative;
    right: -3px;
    content: "*";
    font-size: 15px;
    color: #dd0000;
}
form .error {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #dd0000;
}
input#doUpdateBy {
    display: none;
}

/* === ERRORs === */
input.error,
textarea.error {
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border: 1px solid #dd0000 !important;
}
span.error {
    opasity: 0;
}






/* === WRAPPER === */
#wrapper {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    color: #444;
    /*background: #121318;*/
    /*visibility: hidden;*/
}
/* === PRELOADER === */
#preloader {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
}
#preloader #loader {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 28px;
    font: 16px/24px 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
    overflow-x: hidden;
    color: #777;
    border-bottom: 1px solid #777;
}
#preloader #loader .spinner {
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 1px;
    /*background: #121318;*/
    animation: spin 3s infinite linear;
    -webkit-animation: spin 3s infinite linear;
    z-index: 99999;
}
@keyframes spin {
    from { left: 0; }
    to { left: 100%; }
}







/* === HEADER === */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    /*border-bottom: 1px solid #444;*/
    background: #eee;
    background: #2eb8e4;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    /*z-index: 10;*/
    z-index: 9999;
}
#header_top {
    position: relative;
    height: 90px;
    /*margin: 0 15px;*/
    margin: 0;
    padding: 0;
    background: transparent;
        /*background: #777;*/
    z-index: 3;
}


/* LOGO */
#header #logo {
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-top: 10px;
}
#header #logo a {
    display: block;
    width: 240px;
    height: 64px;
    background: #999 url('/assets/app/img/logo_240x64.png') no-repeat;
    background: transparent url('/assets/app/img/logo_240x64.png') no-repeat;
    opacity: 1;
    cursor: pointer;
}
#header #logo a:hover {
    opacity: 0.75;
}


/* HEADER_PHONE */
#header #header_phone {
    display: none;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-left: 100px;
        /*background: #444;*/
}
#header #header_phone .icon {
    font-size: 22px;
    /*color: #fff;*/
}
#header #header_phone .phone {
    font-weight: 400;
    font-size: 20px;
}
#header #header_phone a {
    /*color: #fff;*/
}



/* MAINMENU */
#header #mainmenu {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}
#header #mainmenu li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
#header #mainmenu li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 18px 0 18px 50px;
    text-decoration: none;
}
#header #mainmenu li:last-child a {
    padding-right: 0;
}

#header #mainmenu li a:hover,
#header #mainmenu li a.active {
    color: #e51a23;
}

/* MAINMENU_SWITCHER */
#header #mainmenu_switcher {
    display: none;
    float: right;
    padding: 0 !important;
    margin: 0 !important;
}
#header #mainmenu_switcher a {
    display: block;
    margin: 0 !important;
    padding: 20px;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}
#header #mainmenu_switcher a:hover {
    background: #dd0000;
}

/* === MEDIA === */
/*≥1200px*/
/*≥992px*/
/*≥768px*/
/*768px*/
@media (max-width: 992px) {
    #header #logo {
        margin-top: 16px;
    }
    #header #logo a {
        width: 200px;
        height: 53px;
        background: transparent url('/assets/app/img/logo_200x53.png') no-repeat;
    }
    #header #header_phone {
        margin-top: 25px;
        margin-left: 90px;
    }
    #header #header_phone .icon {
        font-size: 18px;
    }
    #header #header_phone .phone {
        font-size: 16px;
    }
    #header #mainmenu {
        margin-top: 16px;
    }
    #header #mainmenu li a {
        font-size: 14px;
        padding: 18px 10px;
    }
}
@media (max-width: 768px) {
    #header_top {
        height: 75px;
    }
    #header #logo {
        margin-top: 10px;
    }
    #header #mainmenu {
        margin-top: 11px;
    }
    #header #mainmenu li a {
        font-size: 14px;
        padding: 18px 10px;
    }

}
@media (max-width: 589px) {
    #header_top {
        margin: 0 -15px;
    }
    #header #logo {
        margin-top: 10px;
    }
    #header #header_phone {
        margin-left: 120px;
    }
    #header #mainmenu_switcher {
        display: block;
    }
    #header_top #mainmenu {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        /*margin-top: 75px;*/
        box-shadow: 0 10px 20px rgba(0,0,0,0.5); /* Параметры тени */
        z-index: 2;
    }
    #header #mainmenu li {
        float: none;
        padding: 0;
        margin: 0;
        text-align: left;
        background: #2eb8e4;
    }
    #header #mainmenu li a,
    #header #mainmenu li:first-child a {
        display: block;
        /*color: #003663;*/
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        padding: 20px 15px;
        border-bottom: 1px solid #555;
        /*line-height: 20px;*/
        /*background: #ffcccc;*/
    }
    #header #mainmenu li a:hover,
    #header #mainmenu li a:active {
        /*border: none;*/
        /*border-radius: none;*/
        color: #e51a23;
    }
}
@media (max-width: 420px) {
    #header_top {
        height: 40px;
    }
    #header #logo {
        margin-top: 10px;
    }
    #header #logo a {
        width: 120px;
        height: 32px;
        background: transparent url('/assets/app/img/logo_120x32.png') no-repeat;
    }
    #header #header_phone {
        margin-top: 16px;
        margin-left: 30px;
            /*display: none;*/
    }
    #header #mainmenu_switcher a {
        padding: 10px;
        font-size: 34px;
        line-height: 34px;
    }
    #header_top #mainmenu {
        margin-top: 16px;
    }
}
@media (max-width: 420px) {
    #header #header_phone {
        /*display: none;*/
    }
}





/* === BACKNAV === */
#backnav {
    color: #777;
    padding: 0;
    margin-top: 10px;
        /*background: #ccffcc;*/
}
#backnav li {
    font-size: 16px;
    display:inline;
}
#backnav li a {
    color: #ccc;
    /*color: #ee5500;*/
}
#backnav li a:hover {
    color: #e51a23;
    /*text-decoration: underline;*/
}
#backnav li.active {
    color: #777;
}





/* === CONTENT === */
#content {
    height: 100%;
    min-height: 1200px;
    padding-top: 120px;
    overflow: hidden;
    background: transparent;
}
#content .container {
    /*background: #eff1f0;*/
}

#content .back_alone,
#content .back_1,
#content .back_2,
#content .back_3 {
        padding: 60px 0;
}
#content .back_alone {
    min-height: 600px;
    /*background: #191a1f !important;*/
    /*background: #262833 !important;*/
    /*background: #777 !important;*/
}
#content .back_1 {
    /*background: #eff1f0;*/
    /*background: #191a1f !important;*/
    /*background: #262833 !important;*/
    /*background: #777 !important;*/
}
#content .back_2 {
    /*background: #15161b !important;*/
    /*background: transparent !important;*/
    /*background: #2eb8e4 !important;*/
}
#content .back_3 {
    /*background: #121318 !important;*/
    /*background: #999 !important;*/
}
#content .back_video {
    background: #222 !important;
    /*z-index: 9999;*/
}

/* === MEDIA === */
@media (max-width: 992px) {
    #content {
        padding-top: 100px;
    }
}
@media (max-width: 768px) {
    #content {
        padding-top: 80px;
    }
}
@media (max-width: 589px) {
    #content {
        padding-top: 80px;
    }
}

@media (max-width: 420px) {
    #content {
        padding-top: 60px;
    }
}




/* === FOOTER === */
#footer {
    position: relative;
    /*min-height: 300px;*/
    margin: 0 auto;
    padding: 0;
    color: #148eb7;
    overflow: hidden;
    background: transparent;
    background-size: cover;
        /*background: #444;*/
    /*border-top: 1px solid #444;*/
}

/* === FOOTER_TOP === */
#footer_top {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 50px;
        /*background: #ccffcc;*/
}
#footer_top h3 {
    position: relative;
    text-transform: uppercase;
    color: #444;
    font-size: 16px;
    margin: 70px 0 25px;
    padding: 0 0 25px 0;
}
#footer_top h3:before {
    content: "";
    height: 1px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 1px;
    /*background: #5c5a59;*/
    background: #444;
    /*background: #777;*/
}

#footer_top .footer_list li {
    margin: 0 0 15px 0;
    list-style: circle inside;
}
#footer_top a {
    color: #111;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    padding: 0 0 0 1px;
    position: relative;
}
#footer_top a:hover {
    /*text-decoration: underline;*/
    color: #e51a23;
}

/* footer_social */
#footer_top .footer_socials {
    display: inline-block;
    padding-top: 7px;
}
#footer_top .footer_socials li {
    float: left;
    padding-right: 10px;
    text-align: center;
    /*background: #ffcccc;*/
}
#footer_top .footer_socials li.last {
    padding-right: 0;
}
#footer_top .footer_socials i.fa,
#footer_top .footer_socials span.icon {
    font-size: 18px;
    color: #444;
    background: transparent;
    border: 2px solid #777;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 5px;
    border-radius: 200px;
}
#footer_top .footer_socials i.fa:hover,
#footer_top .footer_socials span.icon:hover {
    background: #bbb;
    background: #2eb8e4;
    border: 2px solid #2eb8e4;
}
#footer_top .footer_contacts div {
    margin-bottom: 3px;
}
#footer_top .footer_contacts .contacts_text {
    font-size: 14px;
}
#footer_top .footer_contacts .icon {
    font-size: 12px;
    color: #444;
    background: #cdcdcd;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 5px;
    border-radius: 200px;

    /*font-weight: 800;*/
    font-size: inherit;
    padding: 0;
    margin-right: 6px;
    background: transparent;
}


/* === FOOTER_BOTTOM === */
#footer_bottom {
    /*background: #eeeeff;*/
    /*color: #111;*/
}
/*.copyright */
#footer_bottom .copyright {
    font-weight: 600;
    font-size: 14px;
    /*border-top: 1px solid #777;*/
    padding-top: 10px;
    margin-bottom: 50px;
    /*border-top: 1px solid #5c5a59;*/
    border-top: 1px solid #148eb7;
}
#footer_bottom .copyright a {
    font-weight: 400;
    color: #148eb7;
}
#footer_bottom .copyright a:hover {
    /*text-decoration: underline;*/
    color: #e51a23;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}
/* MEDIA below 992px (Medium Devices, Desktops) */
@media only screen and (max-width : 992px) {
}
/* === MEDIA below 768 === */
@media (max-width: 768px) {

    #footer,
    #footer_top h3 {
        text-align: center !important;
    }
    #footer_top h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #footer_top h3:before {
        bottom: 0;
        left: 40%;
        width: 20%;
    }
    #footer_top .footer_list li {
        /*margin-bottom: 7px;*/
    }

    #footer .footer_list li a {
        line-height: 30px;
        font-size: 18px;
    }
    #footer_top .footer_contacts .contacts_text,
    #footer_top .footer_contacts .contacts_text a {
        line-height: 30px;
        font-size: 18px;
    }
    #footer_bottom .copyright {
        font-size: 16px;
    }
}
/* === MEDIA below 480 === */
@media (max-width: 480px) {
}

/* === DEBUG === */
#debug {
    /*font-size: 16px;*/
    width: 80%;
    margin: 0 auto;
    /*padding: 30px 20px 20px;*/
}









/* === COLORs ===*/
.red {
    color: #ff0000;
}
.red_dark {
    color: #dd0000;
}
.red_orig {
    color: #e51a23;
}
.bold_red {
    font-weight: 700;
    color: #ff0000;
}
.green {
    color:#009900 !important;
}
.bold_green {
    font-weight: 700;
    color:#009900 !important;
}
.blue {
    color:#336699 !important;
}
.orange {
    /*color:#ffe8c3 !important;*/
    color:#ff6600 !important;
}
.gray {
    color: #777 !important;
}
.light_gray {
    color:#999 !important;
}
.very_light_gray {
    color:#aaa !important;
}
.gray_italic {
    color:#777 !important;
    font-style: italic;
}
.brown {
    color:#cc6600 !important;
}
.light_brown {
    color:#cc9900 !important;
}
.purple {
    /*color:#9900cc !important;*/
    color:#6600ff !important;
}





/* === BTN ===*/
.btn,
a.btn {
    font-size: 18px;
    line-height: 22px;
    /*transition: 0.2s;*/
    padding: 15px 15px 18px !important;
    border-radius: 5px;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: transparent;
    box-shadow: 0 0 0 transparent;
}
.submit {
    /*margin-bottom: 20px !important;*/
}
/* === BTN BLUE ===*/
.btn-blue {
    color: #fff;
    background: #0066cc;
    border: 1px solid #0066cc;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;
}
/* === BTN GRAY ===*/
.btn-gray {
    color: #fff;
    background: #555;
    border: 1px solid #555;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;
}
.btn-light-gray {
    color: #555;
    background: transparent;
    border: 1px solid #555;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
    color: #fff !important;
    background: #e51a23 !important;
    border: 1px solid #e51a23 !important;
}
/* === BTN GREEN ===*/
.btn-green {
    color: #fff;
    /*background: #55aa55;*/
    /*border: 1px solid #55aa55;*/
    background: #009900;
    border: 1px solid #009900;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #fff !important;
    background: #448044 !important;
    border: 1px solid #448044 !important;
}
/* === BTN RED ===*/
.btn-red {
    color: #fff;
    background: #e51a23;
    border: 1px solid #e51a23;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #fff;
    background: #aa0000;
    border: 1px solid #aa0000;
}
/* === BTN RED ===*/
.btn-orange {
    color: #fff;
    background: #ee5500;
    border: 1px solid #ee5500;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #fff;
    background: #aa0000;
    border: 1px solid #aa0000;
}





/* === LOADING === */
#loading_wrapper .loading {
    display: none;
    width: 160px;
    height: 20px;
    padding: 0 0 0 170px;
    /*margin-left: 80px;*/
    background: transparent url('/assets/app/img/spinner.gif') no-repeat 0 2px;
    z-index: 999;
}




/* === ALERTS === */
.alert {
    position: relative;
    color: #111;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    /*background-color: #fff;*/
}

.alert .cancel {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    line-height: 0px;
    padding: 8px 8px;
    cursor: pointer;
    color: #000;
    opacity: 0.2;
}
.alert .cancel:hover {
    opacity: .5;
}
.alert-success {
    /*color: #009933;*/
    border-left: 6px solid #009933;
}
.alert-info {
    /*color: #335588;*/
    border-left: 6px solid #0088cc;
}
.alert-warning {
    /*color: #ffba00;*/
    border-left: 6px solid #ffba00;
}
.alert-danger {
    /*color: #dd0000;*/
    border-left: 6px solid #dd0000;
}



/* === TO TOP === */
#to_top {
    display: none;
    padding: 20px 0;
    height: 20px;
    z-index: 9999;
}
#to_top.default {
    position: fixed;
    bottom: 35px;
    right: 10%;
}

#to_top .icon {
    color: #777;
    font-size: 30px;
    cursor: pointer;
}
#to_top .icon:hover {
    color: #e51a23;
    transition: .2s;
}





/* === SIMPLE_TEXT === */
.simple_text {
  font-weight: 100;
}


/* === SPEED for "animate.css" === */
.animated {
  -webkit-animation-duration: .6s;
  -o-animation-duration: .6s;
  -moz-animation-duration: .6s;
  animation-duration: .6s;

  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}



/* === EMPTY_SECTION === */
.empty_section {
    padding: 20px 20px 60px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #ccc;
    text-align: center;
}





/* === MEDIA QUERIEs === */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 610px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}





/* === BACK === */
#back {
    position: relative;
}
#back #back_left {
    position: absolute;
    top: -30px;
    left: -316px;
    background: #80defb url('/assets/app/img/back_left.jpg') center no-repeat;
    width: 400px;
    height: 800px;
        z-index: 999;
}
#back #back_right {
    position: absolute;
    top: -30px;
    right: -316px;
    background: #80defb url('/assets/app/img/back_right.jpg') center no-repeat;
    width: 400px;
    height: 800px;
        z-index: 999;
}

/* === CONTENT === */
#video {
    display: none;
}

/* === FLOWPLAYER === */
.flowplayer {
    /*background-image: url('/files/video/splash.jpg');*/
}
.flowplayer .fp-color {
    background-color: #e51a23;
}
.flowplayer.is-ready .fp-player {
    /*background-color: transparent !important;*/
    background-color: #80defb;
}
.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), transparent 0);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), transparent 0);
}

/* === BUTTONS === */
#show_player {
    margin: 30px 0;
}
#buy_1,
#buy_2 {
    text-align: center;
    margin: 30px 0;
}

/* === QUOTE === */
#quote {
    margin-top: 25px;
}
.quote_text {
    font-weight: 400;
    font-size: 18px;
    color: #117ea3;
    background: #58d4fb;
    border-left: 6px solid #2eb8e4;
    padding: 20px;
}


/* 992px */
@media (max-width: 992px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }

}
/* 768px */
@media (max-width: 768px) {
    #back #back_left,
    #back #back_right {
        display: none;
    }
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
}
/* 589px */
@media (max-width: 589px) {
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #show_player a {
        font-size: 16px;
    }
    .quote_text {
        font-size: 16px;
        line-height: 22px;
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
}






/* === bl === */
#bl_1,
#bl_2,
#bl_3,
#bl_4 {
    display: inline-block;
    font-weight: 800;
    visibility: hidden;
}
#header,
#back_left,
#back_right,
#show_player,
#footer,
#bl_5,
#bl_6,
#bl_6,
#bl_7,
#bl_8,
#bl_9,
#bl_10,
#bl_11,
#bl_12,
#buy_2 {
    visibility: hidden;
}
#buy_1 {
    display: none;
}


