.btn, body {
    font-size: 14px
}

.glyphicon, i {
    font-style: normal
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

nav {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

img {
    border: 0;
    vertical-align: middle
}

input {
    margin: 0;
    font: inherit;
    color: inherit
}

.btn, .glyphicon {
    font-weight: 400
}

.glyphicon, .navbar-link, body, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }

    .navbar {
        display: none
    }
}

.btn:focus, .btn:hover, .navbar-brand:focus, .navbar-brand:hover, .sidebar a:focus, .sidebar a:hover, a, a:focus, a:hover {
    text-decoration: none
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/home/fonts/glyphicons-halflings-regular.eot);
    src: url(/home/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/home/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/home/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/home/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/home/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    line-height: 1.42857143;
    overflow-x: hidden
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto
}

.text-right {
    text-align: right
}

.btn, .carousel-caption, .carousel-control, .text-center {
    text-align: center
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-10, .col-md-12, .col-md-5, .col-md-6, .col-xs-12, .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12, .col-xs-6 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-6 {
    width: 50%
}

@media (min-width: 992px) {
    .col-md-10, .col-md-12, .col-md-5, .col-md-6 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.menu-item, .sidebar-link-main, b {
    font-weight: lighter;
    letter-spacing: 1px
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn {
    position: relative;
    float: left
}

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn {
    margin-left: -1px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse.in {
    overflow-y: auto
}

.container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-fixed-top {
    border-width: 0 0 1px
}

.navbar-brand {
    font-size: 18px;
    line-height: 20px
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-top {
        border-radius: 0
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    display: table;
    content: " "
}

.hidden, .visible-xs-block {
    display: none !important
}

.container-fluid:after, .container:after, .navbar-header:after, .navbar:after, .row:after {
    clear: both
}

.hidden {
    visibility: hidden !important
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }

    .hidden-xs {
        display: none !important
    }
}

:focus, input, textarea {
    outline: 0
}

.first-screen, .panel-qrstudio .carousel {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

* {
    border-radius: 0 !important
}

.row {
    margin: 0
}

:focus {
    box-shadow: none !important
}

.btn.active, .btn:active {
    box-shadow: none
}

body, html {
    width: 100%;
    height: 100%;
    background-color: #202023
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri W01 Light", sans-serif;
    color: #fff
}

b {
    font-family: "Calibri W01 Bold_904607", sans-serif
}

i {
    font-family: "Calibri W01 Light Italic", sans-serif
}

a {
    color: inherit
}

a:focus, a:hover {
    color: #fff
}

.btn-color-a1:hover, .btn-color-a2:hover, .btn-color-a3:hover, .btn-color-b1:hover, .btn-color-b2:hover, .btn-color-b3:hover, .btn-color-c1:hover, .btn-color-c2:hover, .btn-color-c3:hover {
    color: inherit
}

::-moz-selection {
    background-color: rgba(227, 189, 105, .99)
}

::selection {
    background-color: rgba(227, 189, 105, .99)
}

img::-moz-selection {
    background-color: #DFB353
}

img::selection {
    background-color: #DFB353
}

.img-center {
    margin: 0 auto;
    display: block;
    height: auto
}

@media (max-width: 991px) {
    .hidden-small {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-large {
        display: none !important
    }
}

.center-vertical > [class*=" col-"], .center-vertical > [class^=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.category-color-b {
    background-color: #DDAD46
}

.category-color-c {
    background-color: #5B86E1
}

.btn-color-b1 {
    background-color: #e3bd69
}

.btn-color-b1.active {
    background-color: #D7A028
}

.btn-color-b2 {
    background-color: #799CE6
}

.btn-color-b2.active {
    background-color: #4676DD
}

.btn-color-b3 {
    background-color: #3392c2
}

.btn-color-b3.active {
    background-color: #3ba9e0
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-a1 {
        background-image: url(/home/images/small/bg_flower.jpg)
    }
}

@media (min-width: 992px) {
    .no-left-padding {
        padding-left: 0
    }

    .img-bg-a1 {
        background-image: url(/home/images/large/bg_flower.jpg)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-b11 {
        background-image: url(/home/images/small/bg_flower.jpg)
    }
}

@media (min-width: 992px) {
    .img-bg-b11 {
        background-image: url(/home/images/large/bg_flower.jpg)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-b12 {
        background-image: url(/home/images/small/bg_flower.jpg)
    }
}

@media (min-width: 992px) {
    .img-bg-b12 {
        background-image: url(/home/images/large/bg_flower.jpg)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-b13 {
        background-image: url(/home/images/small/bg_flower.jpg)
    }
}

@media (min-width: 992px) {
    .img-bg-b13 {
        background-image: url(/home/images/large/bg_flower.jpg)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-b21 {
        background-image: url(/home/images/small/bg_star.jpg)
    }
}

@media (min-width: 992px) {
    .img-bg-b21 {
        background-image: url(/home/images/large/bg_star.jpg)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-b22 {
        background-image: url(/home/images/small/bg_star.jpg)
    }
}

@media (min-width: 992px) {
    .img-bg-b22 {
        background-image: url(/home/images/large/bg_star.jpg)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-bg-b23 {
        background-image: url(/home/images/small/bg_star.jpg)
    }
}

@media (min-width: 992px) {
    .img-bg-b23 {
        background-image: url(/home/images/large/bg_star.jpg)
    }
}

@media (max-width: 991px) {
    .col-xs-12 {
        padding: 0
    }

    .first-screen {
        background-image: url(/home/images/small/bg_main.jpg)
    }
}

@media (min-width: 992px) {
    .first-screen {
        background-image: url(/home/images/large/bg_main.jpg)
    }
}

.first-screen {
    height: 100vh;
    width: 100%;
    min-height: 800px;
    padding-top: 65px
}

@media (max-width: 991px) {
    .first-screen {
        height: 510px;
        min-height: inherit
    }
}

.first-screen .first-screen-content {
    height: 100%
}

.first-screen .first-screen-headline {
    width: 450px
}

.first-screen .first-screen-title {
    font-size: 30px;
    padding-bottom: 14px;
    margin-top: -20px
}

@media (max-width: 991px) {
    .first-screen .first-screen-headline {
        text-align: center;
        width: auto;
        padding-top: 58px
    }

    .first-screen .first-screen-title {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: -8px
    }
}

.first-screen .first-screen-text {
    font-size: 24px;
    padding-top: 38px;
    padding-bottom: 38px
}

@media (max-width: 991px) {
    .first-screen .first-screen-text {
        font-size: 18px;
        line-height: 1.3;
        padding: 22px 50px 31px
    }
}

.first-screen .universal-app-section {
    margin-bottom: 48px
}

@media (max-width: 767px) {
    .first-screen .first-screen-text {
        padding-bottom: 26px;
        padding-left: 20px;
        padding-right: 20px
    }

    .first-screen .universal-app-section {
        margin-bottom: 32px
    }
}

.first-screen .universal-app-section .universal-app-section-text {
    display: inline-block;
    width: 165px;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 28px
}

@media (max-width: 991px) {
    .first-screen .universal-app-section .universal-app-section-text {
        width: 140px;
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .first-screen .universal-app-section .universal-app-section-text {
        width: auto;
        text-align: center;
        margin-left: 0;
        margin-top: 14px
    }
}

.first-screen .universal-app-section .universal-app-icons {
    width: 142px;
    height: auto
}

@media (max-width: 767px) {
    .first-screen .universal-app-section .universal-app-icons {
        width: 120px
    }
}

.first-screen .embed-responsive-portrait {
    width: 360px;
    height: 640px;
    margin: 0 0 0 auto
}

@media (min-width: 992px) and (max-width: 1024px) {
    .first-screen .embed-responsive-portrait {
        width: 300px;
        height: 533px
    }
}

.first-screen .logotype-big {
    width: auto;
    height: auto;
    font-size: 35px;
}

@media (max-width: 991px) {
    .first-screen .logotype-big {
        padding-top: 2px;
        width: auto;
        font-size: 30px;
    }
}

.first-screen .app-store-badge {
    width: 244px;
    height: 72px;
}

@media (max-width: 991px) {
    .first-screen .app-store-badge {
        width: 196px;
        height: 58px
    }
}

.content-separator {
    height: 80px;
    line-height: 80px;
    width: 100%;
    background-color: #202023
}

.content-separator .content-separator-text {
    font-size: 26px
}

@media (max-width: 991px) {
    .content-separator {
        height: 45px;
        line-height: 45px
    }

    .content-separator .content-separator-text {
        font-size: 17px
    }
}

.panel-qrstudio {
    margin-bottom: 0
}

.panel-qrstudio .panel {
    background-color: transparent;
    margin-top: 0 !important
}

.panel-qrstudio .panel-heading {
    height: 133px
}

.panel-qrstudio .panel-heading-title {
    font-size: 44px;
    margin-top: 14px;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .panel-qrstudio .panel-heading {
        height: 80px
    }

    .panel-qrstudio .panel-heading-title {
        font-size: 24px;
        margin-top: 5px;
        line-height: normal
    }
}

.panel-qrstudio .panel-heading-subtitle {
    font-size: 26px
}

@media (max-width: 767px) {
    .panel-qrstudio .carousel {
        background-color: #2e2e33;
        background-repeat: repeat no-repeat;
        background-position: bottom;
        background-size: auto
    }
}

@media (max-width: 991px) {
    .panel-qrstudio .panel-heading-subtitle {
        margin-top: -4px;
        font-size: 17px
    }

    .panel-qrstudio .carousel .item {
        min-height: 647px;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -moz-transition: -moz-transform .5s ease-in-out;
        transition: transform .5s ease-in-out
    }
}

.panel-qrstudio .carousel .item img {
    margin-top: 170px;
    margin-bottom: 170px;
    height: 680px
}

@media (max-width: 1199px) {
    .panel-qrstudio .carousel .item img {
        height: 560px
    }
}

@media (max-width: 991px) {
    .panel-qrstudio .carousel .item img {
        height: 447px;
        margin-top: 16px;
        margin-bottom: 60px
    }
}

@media (min-device-height: 668px) and (max-device-height: 736px) {
    .panel-qrstudio .carousel .item {
        min-height: 647px
    }

    .panel-qrstudio .carousel .item img {
        height: 447px
    }
}

@media (min-device-height: 569px) and (max-device-height: 667px) {
    .panel-qrstudio .carousel .item {
        min-height: 580px
    }

    .panel-qrstudio .carousel .item img {
        height: 380px
    }
}

@media (min-device-height: 481px) and (max-device-height: 568px) {
    .panel-qrstudio .carousel .item {
        min-height: 509px
    }

    .panel-qrstudio .carousel .item img {
        height: 290px
    }
}

@media (max-device-height: 480px) {
    .panel-qrstudio .carousel .item {
        min-height: 459px
    }

    .panel-qrstudio .carousel .item img {
        height: 240px
    }
}

.panel-qrstudio .img-carousel-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.panel-qrstudio .feature-icon-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.1
}

.panel-qrstudio .feature-title {
    font-size: 32px;
    padding-top: 360px
}

@media (max-width: 991px) {
    .panel-qrstudio .feature-title {
        font-size: 25px;
        padding-top: 32px;
        text-align: center
    }
}

.panel-qrstudio .feature-text {
    font-size: 20px;
    width: 450px
}

@media (max-width: 991px) {
    .panel-qrstudio .feature-text {
        margin: auto;
        font-size: 16px;
        text-align: center;
        line-height: 1.2
    }
}

@media (max-width: 599px) {
    .panel-qrstudio .feature-text {
        width: auto
    }
}

.panel-qrstudio .carousel-overlay {
    position: absolute;
    z-index: 12
}

.panel-qrstudio .carousel-overlay .btn-group {
    padding-top: 240px
}

.panel-qrstudio .carousel-btn-bar {
    width: 85px;
    height: 85px;
    margin-right: 4px;
    border: 0;
    padding: 0
}

.panel-qrstudio .carousel-btn-bar > img {
    width: 50px;
    height: 50px;
    margin-top: 5px
}

@media (min-width: 992px) {
    .panel-qrstudio .img-responsive {
        max-height: 80vh
    }

    .panel-qrstudio .carousel-fade-large .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }

    .panel-qrstudio .carousel-fade-large .active {
        opacity: 1
    }

    .panel-qrstudio .carousel-fade-large .active.left, .panel-qrstudio .carousel-fade-large .active.right {
        left: 0;
        opacity: 0;
        z-index: 1
    }

    .panel-qrstudio .carousel-fade-large .next.left, .panel-qrstudio .carousel-fade-large .prev.right {
        opacity: 1
    }
}

.panel-qrstudio .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin: 1px 6px !important;
    background-color: rgba(255, 255, 255, .5);
    border: 0;
    border-radius: 3.5px !important
}

.panel-qrstudio .carousel-indicators li.active {
    width: 7px;
    height: 7px;
    background-color: #fff
}

.form-qrstudio a {
    color: #e3bd69
}

.form-qrstudio a:hover {
    color: #c29024
}

.form-qrstudio input, .form-qrstudio textarea {
    font-family: "Calibri W01 Bold_904607", sans-serif;
    color: #9898a5
}

.form-qrstudio form [class*=" col-"], .form-qrstudio form [class^=col-] {
    padding: 0 5px
}

.form-qrstudio .form-group {
    margin-bottom: 10px
}

.form-qrstudio .form-control {
    border: 0
}

.form-qrstudio .form-title {
    font-size: 30px;
    padding-top: 120px;
    padding-bottom: 70px
}

@media (max-width: 991px) {
    .form-qrstudio .form-title {
        font-size: 17px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.form-qrstudio input {
    height: 60px;
    font-size: 24px
}

@media (max-width: 991px) {
    .form-qrstudio input {
        height: 30px;
        font-size: 12px
    }
}

.form-qrstudio textarea {
    height: 420px;
    font-size: 24px
}

@media (max-width: 991px) {
    .form-qrstudio textarea {
        height: 210px;
        font-size: 12px
    }
}

.form-qrstudio .btn {
    width: 160px;
    height: 60px;
    top: -40px;
    font-size: 24px;
    position: relative;
    background-color: #a3acb7
}

.form-qrstudio .btn:focus, .form-qrstudio .btn:hover {
    color: #fff
}

.form-qrstudio .btn:active {
    background-color: #e3bd69
}

.form-qrstudio .btn.active {
    background-color: #e3bd69 !important;
    color: #fff !important
}

.form-qrstudio .btn.disabled, .form-qrstudio .btn[disabled] {
    background-color: #808089;
    color: #bcbcbc;
    opacity: 1
}

.navbar-qrstudio, .sidebar {
    background-color: #202023
}

@media (max-width: 991px) {
    .form-qrstudio .btn {
        width: 80px;
        height: 30px;
        top: -24px;
        font-size: 12px
    }
}

.form-qrstudio .form-control-feedback {
    display: none;
    width: 26px;
    height: 26px;
    top: 17px;
    margin-right: 17px
}

@media (max-width: 991px) {
    .form-qrstudio .form-control-feedback {
        width: 13px;
        height: 13px;
        top: 8.5px;
        margin-right: 8.5px
    }
}

.form-qrstudio .has-error .form-control-feedback {
    display: block
}

.footer-qrstudio {
    color: #9898a5;
    padding: 20px 0
}

.footer-qrstudio .glyphicon-triangle-top {
    top: 2px;
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3)
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width: 767px) {
    .container-fluid > .navbar-header {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-brand {
    float: left;
    padding: 15px;
    height: 50px;
    box-sizing: border-box
}

.navbar-header {
    float: left
}

.navbar-right {
    float: right;
    margin-right: -10px;
    line-height: 20px;
    height: 65px
}

iframe[name=google_conversion_frame] {
    display: none !important
}

.navbar-right a {
    display: inline-block;
    vertical-align: middle
}

.navbar-link {
    display: inline-block;
    font-family: 'Calibri W01 Light Italic', sans-serif;
    font-style: normal;
    color: #aeacb7;
    font-size: 25px;
    margin-right: 30px;
    margin-top: -4px
}

.navbar-link:hover {
    color: #e3bd69
}

.navbar-qrstudio {
    min-height: 65px;
    margin: 0;
    border: 0
}

.navbar-logo {
    width: 35px;
    height: auto;
    margin-top: -2px;
    margin-left: 11px
}

.sidebar-menu-btn {
    padding-right: 30px;
    z-index: 30000;
    color: #9696a2;
    height: 100%
}

.menu-icon {
    background-image: url(/home/images/menu_icon.png);
    background-size: 80px 80px;
    background-position: left top;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin-top: 12px
}

.toggled .menu-icon {
    background-position: left bottom
}

.no-touch .menu-icon:hover {
    background-position: right top
}

.no-touch .toggled .menu-icon:hover {
    background-position: right bottom
}

.sidebar {
    right: 260px;
    margin-right: -260px;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    overflow-y: visible;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out
}

.sidebar.toggled {
    width: 260px
}

.sidebar ::selection {
    color: #aeacb7;
    background-color: rgba(6, 98, 214, .99)
}

.sidebar ::-moz-selection {
    color: #aeacb7;
    background-color: rgba(6, 98, 214, .99)
}

.sidebar-nav {
    width: 260px;
    position: absolute;
    top: 0;
    padding: 100px 0;
    margin: 0;
    list-style: none;
    height: 100%
}

.menu-item, .sidebar-link-main, .sidebar-link-secondary {
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px
}

.sidebar-wrapper-qrstudio {
    padding-right: 0
}

.sidebar-wrapper-qrstudio.toggled {
    padding-right: 260px
}

.sidebar-nav li {
    text-indent: 20px
}

.sidebar-nav li a {
    color: #aeacb7
}

.sidebar-nav li a:hover {
    color: #fff
}

.sidebar-hr {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 30px;
    height: 1px
}

.menu-item, .sidebar-link-main {
    font-family: 'Calibri W01 Bold_904607', sans-serif;
    font-size: 19px;
    text-transform: uppercase
}

.sidebar-link-secondary {
    font-family: 'Calibri W01 Light Italic', sans-serif;
    font-style: normal;
    font-size: 21px
}

@media (max-width: 991px) {
    .navbar-qrstudio {
        min-height: 50px;
        margin: 0
    }

    .navbar-link {
        margin-right: 6px;
        margin-left: 12px;
        font-size: 22px
    }

    .navbar-logo {
        width: 32px;
        margin-left: 0;
        margin-top: 0
    }

    .menu-icon {
        background-size: 70px 70px;
        background-position: left top;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        margin-top: 15px
    }

    .sidebar-menu-btn {
        padding: 0 12px
    }

    .sidebar {
        right: 210px;
        margin-right: -210px
    }

    .sidebar.toggled {
        width: 210px
    }

    .sidebar-nav {
        width: 210px;
        padding: 70px 0
    }

    .sidebar-wrapper-qrstudio.toggled {
        padding-right: 210px
    }

    .sidebar-nav li {
        text-indent: 20px
    }

    .sidebar-hr {
        margin-top: 1px;
        margin-bottom: 17px;
        margin-left: 20px;
        width: 30px;
        height: 1px
    }

    .sidebar-link-main {
        font-size: 15px;
        padding-bottom: 17px
    }

    .sidebar-link-secondary {
        font-size: 16px;
        padding-bottom: 17px
    }
}

@media (max-device-height: 568px) and (min-device-height: 481px) {
    .sidebar-hr {
        margin-bottom: 12px
    }

    .sidebar-link-main {
        padding-bottom: 14px
    }

    .sidebar-link-secondary {
        padding-bottom: 12px
    }
}

@media (max-device-height: 480px) {
    .sidebar-hr {
        margin-bottom: 8px
    }

    .sidebar-link-main {
        padding-bottom: 10px
    }

    .sidebar-link-secondary {
        padding-bottom: 8px
    }
}