/**
 * Responsive utilities
 */

@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .nofloat-xs {
        float: none !important;
    }
    .nomarginleft-xs {
        margin-left: 0 !important;
    }
}
@media (max-width: 550px) {
    .nofloat-xxs {
        float: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/**
 * Nav
 */


.nav2 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-family: Scada, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nav2 > li {
    position: relative;
    display: block;
    background: none;
    margin: 0;
    padding: 0;
}
.nav2 > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
    color: #fff;
    font-size: 18px;
}
.nav2 > li > a:hover,
.nav2 > li > a:focus {
    text-decoration: none;
    background: rgba(28, 100, 164, 0.93);
}
.nav2 .open > a,
.nav2 .open > a:hover,
.nav2 .open > a:focus {
    background: rgba(28, 100, 164, 0.93);
}
.nav2 .nav2-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav2 > li > a > img {
    max-width: none;
}
.nav2-stacked > li {
    float: none;
}
.nav2-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav2-justified {
    width: 100%;
}
.nav2-justified > li {
    float: none;
}
.nav2-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav2-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav2-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav2-justified > li > a {
        margin-bottom: 0;
    }
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
/*.container2 > .navbar-header,
.container2-fluid > .navbar-header,
.container2 > .navbar-collapse,
.container2-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}*/
@media (min-width: 768px) {
    .container2 > .navbar-header,
    .container2-fluid > .navbar-header,
    .container2 > .navbar-collapse,
    .container2-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container2 .navbar-brand,
    .navbar > .container2-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.navbar-toggle:hover {
    background-color: rgba(28, 100, 164, 0.93);
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #28a8ed;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 15px 7px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.dropdown {
    position: relative;
}
.nav2 .dropdown-toggle:focus {
    outline: 0;
}
.nav2 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #7ab9f1;
    background:rgba(28, 100, 164, 0.93);
    box-shadow:0 0 10px rgba(18, 76, 124, 0.5);
    -moz-box-shadow:0 0 10px rgba(18, 76, 124, 0.5);
    -webkit-box-shadow:0 0 10px rgba(18, 76, 124, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
}
.nav2 .dropdown-menu > li {
    background: none;
    margin: 0;
    padding: 0;
}
.nav2 .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.nav2 .dropdown-menu > li > a:hover,
.nav2 .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background: #004986;
}
.nav2 .dropdown-menu > .active > a,
.nav2 .dropdown-menu > .active > a:hover,
.nav2 .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background: #004986;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}






.container2:before,
.container2:after,
.container2-fluid:before,
.container2-fluid:after,
.row:before,
.row:after,
.nav2:before,
.nav2:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.container2:after,
.container2-fluid:after,
.row:after,
.nav2:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

/**
 * Misc
 */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 650px;
        margin: 30px auto;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


@media (max-width: 460px) {
    .path {
        display: none;
    }
    .main-title {
        min-height: 10px;
    }

    .form-horizontal .control-group {
        margin-bottom: 10px;
    }
    .form-horizontal .control-label {
        float: none;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }
    .form-horizontal .form-actions {
        padding-left: 0;
    }
    .webinar-summary,
    .webinar-timer-cell {
        width: auto;
    }
    .modal-dialog {
        width: auto !important;
        margin-top: 20px;
    }
}





.menu-hold2 * {
    box-sizing: border-box;
}

.menu-hold2 {
    background: #2891d6;
}

@media (max-width: 1000px) {
    .wrapper {
        min-width: 0;
    }
    .container {
        width: auto;
    }

    /**
     * General
     */
    * {
        zoom: normal !important;
    }
    .aside,
    .aside-bg,
    .content-sep,
    .content-bg,
    .search,
    .menu-contact {
        display: none;
    }
    .mainContent {
        width: auto;
        float: none;
    }
    .mainContent,
    .footer {
        padding: 0 10px;
    }
    .menu-hold {
        display: none;
    }
    .header .glass {
        left: 0;
        right: 0;
    }

    .btn {
        height: auto;
        font-size: 1.1em;
    }

    .title4 .btn {
        font-size: 14px;
        padding: 3px 10px;
    }

    /**
     * Home page
     */
    .main-slider,
    .main-webinars {
        margin: 0 auto;
        padding: 0;
        float: none;
    }
    .main-webinars {
        padding: 0 10px;
        width: auto;
    }
    .index-blocks .side-l,
    .index-blocks .side-r {
        float: none;
        padding: 0 10px;
        width: auto;
        position: relative;
    }
    .index-blocks .side-r {
        margin-top: 20px;
    }
    .slider {
        padding: 0;
    }
    .slider .hold {
        height: auto;
    }
    .slider section {
        position: static;
        width: 100%;
    }
    .slider article {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        margin: 0 0 1% 0;
        padding-bottom: 1%;
        float: none;
    }
    .index-blocks {
        margin: 0;
        left: 0;
    }
    .index-blocks .bg {
        padding: 32px 0;
    }
    .index-block1 {
        background: none;
    }
    .index-block1 .bg {
        height: auto;
    }
    .slider article header {
        height: auto !important;
        min-height: inherit !important;
        font-size: 1.1em;
        line-height: 1.4;
    }
    .index-blocks .title2,
    .index-blocks .title2 span {
        font-size: 1.387em;
        line-height: 1;
        margin: 0 .32em .3em 0;
        float: none;
    }
    .title2 .btn {
        height: auto;
        float: none;
    }
    .btn-wrapper {
        position: absolute;
        top: -2px;
        right: 0;
    }
    .main-sep {
        margin: 0;
        left: 0;
        position: static;
    }

    /**
     * Other
     */
    .webinars .top,
    .webinars .bottom {
        background: none;
    }
}

@media (min-width: 1001px) {
    .menu-hold2 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header .container {
        height: 55px;
        padding-top: 8px;
    }
    .logo {
        margin-right: 2rem;
    }
    .logo img {
        width: 100px !important;
        height: auto !important;
    }
    .slogan img {
        width: 150px !important;
        height: auto !important;
    }

    .content-hold td,
    .modal-body td {
        float: left;
    }
    .modal-body td {
        width: inherit !important;
        border: none !important;
        padding-left: 0 !important;
    }
    .table td {
        float: none;
    }

    .content-hold img {
        max-width: 100% !important;
        height: auto !important;
    }

    .test-info .r {
        float: none;
        width: auto;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .variants2_hint {
        display: none;
    }
    .values {
        width: 100%;
        max-width: 430px;
    }
    .variants2 td {
        border-bottom: 1px solid #ccc;
    }


    .webinars .top {
        padding: 70px 10px 12px 75px;
    }
    .webinars .type {
        top: 6px;
    }
    .webinars .price {
        top: 5px;
    }

    .book .text {
        width: auto;
        min-height: 0;
        margin-bottom: 20px;
    }

    .buy-free .blue-bg .image {
        display: none;
    }
    .buy-free .blue-bg {
        margin: -28px 0 0 -8px;
        top: 12px;
        left: 7px;
        padding: 5px 0 5px 14px;
    }
    .buy-free .price {
        margin-top: 8px !important;
        margin-left: 9px;
    }
    .buy-free .nofloat {
        margin-top: 40px;
    }
    .buy-free .links li {
        width: 80px;
        height: 40px;
        margin: 0;
    }
    .buy-block .nofloat {
        overflow: visible;
    }
    .buy-block .half {
        width: auto;
    }
    .read {
        padding: 105px 20px 17px 20px;
    }
    .read h4 {
        position: absolute;
        top: 25px;
        width: 50%;
    }
    .read .bg {
        top: 15px;
        right: 15px;
    }

    .english-version {
        display: none;
    }

    .nav section {
        border-left: none;
    }

    .nav section:first-child {
        border-right: none;
    }

    .nav .next {
        float: right;
    }

    .input-xlarge {
        width: 99%;
    }

    .table th {
        background: #f2eee3;
        border-right: 1px solid #d2cdc0;
    }
    .table th:last-child {
        border-right: none;
    }

    .user-books-list img {
        max-width: none !important;
    }
    .private-testing section {
        float: none;
        border-left: none;
        margin: 20px 0 0 0;
        top: 0;
        padding: 0;
    }
    .private-testing .w1,
    .private-testing .w2,
    .private-testing .w3 {
        width: 90%;
    }
    .private-testing section:first-child {
        margin: 0;
    }
    .main-title .tabs {
        height: auto;
        margin-bottom: 5px;
    }
    .main-title .tabs .active, .main-title .tabs .active span {
        height: 39px;
    }
    .tabs li:first-child {
        margin-left: 4px;
    }
    .tabs li {
        margin-bottom: 5px;
        border-bottom: 1px solid #d5d5d5;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        overflow: hidden;
    }
    .user-block2 .btn {
        font-size: 12px;
    }
    .user-block2 section {
        margin: 0 15px 0 0;
        padding-left: 0;
        padding-right: 12px;
        background-position: top right;
    }
    .user-block2 section:first-child {
        background: url(../i/vline-green.png) repeat-y top right;
    }
    .user-block2 section.last {
        background: none;
    }

    .nav-pills {
        margin-bottom: 10px;
    }
    .nav-pills li {
        margin-bottom: 20px;
    }

    .account-edit .l,
    .account-edit .r,
    .account-edit .half {
        width: auto;
        float: none;
    }
    .account-edit .half:first-child {
        margin-bottom: 15px;
    }
    .account-edit .r {
        margin-top: 25px;
    }

    .test-info2 {
        padding-right: 20px;
    }
    .test-info2 .form-hold,
    .test-info2 .form-info {
        margin-left: -20px;
        margin-right: -20px;
        left: 0;
    }
    .test-info2 .form-hold {
        background-image: -ms-linear-gradient(top, #4EB1DE 0%, #1572BB 100%);
        background-image: -moz-linear-gradient(top, #4EB1DE 0%, #1572BB 100%);
        background-image: -o-linear-gradient(top, #4EB1DE 0%, #1572BB 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4EB1DE), color-stop(100, #1572BB));
        background-image: -webkit-linear-gradient(top, #4EB1DE 0%, #1572BB 100%);
        background-image: linear-gradient(to bottom, #4EB1DE 0%, #1572BB 100%);
        height: auto;
        padding-top: 15px;
    }
    .test-info2 .form-hold .info {
        margin-bottom: 10px;
    }
    .test-info2 .form-hold .label {
        position: static;
    }
    .test-info2 .form-hold .fl {
        margin-bottom: 5px;
    }
    .test-info2 .form-hold .btn {
        margin-top: 5px;
    }
    .test-info2 .form-hold .check input {
        left: 3px;
    }

    .test-results {
        padding-top: 0;
    }

    .test-results > .btn:first-child {
        margin-bottom: 20px;
    }

    .test-results .user-info .btn {
        float: left;
    }

    .test-results ul .text {
        width: 205px;
    }

    .test-results ul .line {
        width: 225px;
    }

    .test-results ul .pos1 {
        left: 228px;
    }

    .test-results ul .values {
        margin: 0;
        background: none;
    }

    .test-results ul .values .place1 {
        left: 0;
    }

    .test-results ul .values .place2 {
        left: 227px;
    }

    .cookies-disclaimer .container {
        padding: 0 .4em;
    }

    .radio input[type="radio"], .checkbox input[type="checkbox"] {
        margin-left: 0;
    }

    .halves .half {
        float: none;
        width: 100%;
    }

    .media-hold {
        width: 100%;
    }

    .media-hold img {
        max-width: 100%;
    }

    .about {
        width: 100%;
    }

    .index-blocks .btn-wrapper {
        padding-right: 10px;
    }

    .index-blocks .bg {
        padding-bottom: 0;
    }

    .modal .prev,
    .modal .next {
        top:100px;
    }

    .media-hold .img-info {
        left: 5px;
    }
    .media-hold .count {
        right: 5px;
    }

    .vector-tabs {
        margin: 0;
        left: 0;
        padding: 7px 0 5px 0;
    }

    .vector-tabs a {
        background-position: 0 0 !important;
        height: 65px !important;
        margin: 0 !important;
        top: 0 !important;
    }
}

@media (max-width: 1024px) {
    .cookies-disclaimer .container {
        padding: 0 .9em;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 340px) {
    .index-block2 .side-r .title2 {
        padding-bottom: 30px;
    }

    .index-block2 .side-r .btn-wrapper {
        top: 30px;
    }
}

/* Vectors test answer value number hint */
.vanr {
    display: none;
}

@media (max-width: 530px) {
    .values .vdkn {
        visibility: hidden;
    }

    .values .vanr {
        display: inline;
    }
}

