/*
Theme Name: Rockwell Theme
Theme URL: https://rockwell.imakervr.com
Description: Rockwell Theme
Author: Anastasiia Sierykh
Author URL: 
Template: oblique
Version: 1.0.0
Text Domain: rockwell
*/

@font-face {
    font-family: 'Barlow Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Regular'), url('fonts/Barlow-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Barlow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Bold'), url('fonts/Barlow-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Regular'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium Italic'), url('fonts/AvenirNextLTPro-MediumIt.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next LT Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Medium'), url('fonts/AvenirNextLTPro-Medium.woff') format('woff');
}

body {
    font-family: 'Avenir Next LT Pro Regular' !important;
    cursor: url('assets/img/cursor.png'), auto;
    font-size: 1vw;
    background-color: #DCDADC;
}


/*PRELOAD*/

#preload {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    overflow: hidden;
    opacity: 1;
}

#preload>div {
    position: absolute;
    left: -50%;
    background-color: #353a41;
    width: 200%;
    height: 50%;
}

#preload>div.upper,
#preload>div.lower {
    -webkit-transition: all 1400ms cubic-bezier(0.200, 0.985, 0.640, 0.940);
    -moz-transition: all 1400ms cubic-bezier(0.200, 0.985, 0.640, 0.940);
    -o-transition: all 1400ms cubic-bezier(0.200, 0.985, 0.640, 0.940);
    transition: all 1400ms cubic-bezier(0.200, 0.985, 0.640, 0.940);
}

#preload>div.upper {
    top: 0;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

#preload>div.lower {
    bottom: 0;
    /*background-image: url(../WD_IMAGES/GLOBAL/supported-browser.png);*/
    background-position: center 95%;
    background-repeat: no-repeat;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 1;
}

#preload>div.upper.on {
    top: -95%;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

#preload>div.lower.on {
    bottom: -95%;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

#preload>.stroke {
    width: 0%;
    height: 1px;
    background-color: #DCDADC;
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
    z-index: 10;
    margin: auto;
    opacity: 0.2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 400ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

#preload>.stroke.on {
    width: 15%;
}

#preload>.stroke.on2 {
    width: 100%;
}

#preload>.stroke.on3 {
    opacity: 0;
}

#preload>img {
    width: 250px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

#preload>img.on {
    opacity: 0.9;
}

#preload>.countdown {
    font-family: 'Barlow Regular';
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #DCDADC;
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0%;
    opacity: 0;
    -webkit-transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1200ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

#preload>.countdown.on {
    top: 62%;
    opacity: 0.85;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Avenir Next LT Pro Regular'!important;
}

*:focus {
    outline: none;
}

/*.m-display {*/
/*    display: none;*/
/*}*/

.slicknav_menu a {
    outline: none !important;
    font-family: 'Avenir Next LT Pro Bold'!important;
}

.sidebar-toggle {
    display: none;
    right: 75px;
    left: auto;
}

div.bar {
    width: 45px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    margin: 6px 0;
}

.sidebar-toggled div.bar {
    background-color: #0e4556;
}

.sidebar-toggled {
    right: 280px;
    left: auto;
}
.sidebar-nav {
    margin-top: 60px;
}

.slicknav_nav li {
    padding: 10px;
    padding-left: 0;
    border-color: #fff;
}



.slicknav_nav li:hover a,
.slicknav_nav li.current-menu-item a {
    font-weight: bold;
    color: #0e4556;
}

.fa-times:before {
    color: #0e4556;
}

.widget-area {
    left:auto;
    right: -260px;
    width: 260px;
}

.widget-area-visible {
    right: 0;
    left: auto;
}
.sidebar-toggle {
    top: 30px;
}

.admin-bar .sidebar-toggle {
    top: 62px;
}

.video, .video-trans {
    position: fixed;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-img {
    background: url("assets/img/mineral-flags.png") no-repeat center center ;
    background-size: cover;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
}

.bg-img img{
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page-compressors .video-img{
    background-image: url("assets/img/compressors-flags.png");
}

#page-conveyor .video-img{
    background-image: url("assets/img/conveyor-flags.png");
}

#page-stacker .video-img{
    background-image: url("assets/img/stacker-flags.png");
}

#page-ios .video-img{
    background-image: url("assets/img/ios-flags.png");
}

#page-msr .video-img{
    background-image: url("assets/img/msr-flags.png");
}

.top-bar {
    width:100%;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left:0;
    text-align: left;
    height: 90px;
    padding: 0;
}
.top-bar-logo {
    background: #dddddd url('assets/img/bg-menu.png') repeat-x center center;
    height: 90px;
    padding: 30px 0 10px 20px;
    text-align: center;
}

.top-bar-menu {
    height: 90px;
    background: #dddddd url('assets/img/bg-menu.png') repeat-x center center;
}

.main-navigation {
    width: 100%;
    display: inline-block;
}
ul#primary-menu {
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#primary-menu, ul#primary-menu li {
    padding: 0;
    margin: 0;
}

.main-navigation li {
    width: 19%;
    height: 90px;
    margin-top: 2px !important;

}

.main-navigation li a {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding: 0 20px 0 20px;
    border-left: 1px solid #bababa;
    font-family: 'Barlow Bold'!important;
    font-size: 0.7vw;
    color: #5e5e5e;
}

.main-navigation li a:hover, .main-navigation li.is-hover a {
    background: #c61b3d url('assets/img/bg-menu-hover.png') repeat-x center center!important;
    color: #ffffff;
}

.main-navigation li.current-menu-item a {
    background: url('assets/img/bg-menu-active.png') repeat-x center top;
}

.main-navigation li:last-child a {
    border-right: 1px solid #bababa;
}


.top-bar-tail {
    background: transparent url('assets/img/bg-menu-r.png') no-repeat right center;
    height: 90px;
}

.hotspot {
    display: inline-block;
    position: absolute;
    width: 61px;
    height: 55px;
    cursor: pointer;
}

.hotspot a.icon {
    background: transparent url('assets/img/btn-plus.png') no-repeat 0 0;
    display: inline-block;
    width: 61px;
    height: 55px;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.hotspot a.icon:hover, .hotspot.is-hover a.icon {
    background: transparent url('assets/img/btn-plus.png') no-repeat -62px 0;
    width: 61px;
    height: 55px;
}



/*popover*/
.popover, .hotspot-popover {
    border-radius: 0!important;
    min-width:450px;
    font-family: 'Avenir Next LT Pro Bold';
}

.hotspot-popover {
    background-color: #ffffff;
    display: none;
    position: absolute;
    top:20px;
    z-index: 1000;
    cursor: pointer;
}



.hotspot-popover.is-disabled {
    display: none;
}

.hotspot-popover.right {
    left:25px;
    -webkit-transform-origin: 90% bottom;
    transform-origin: 90% bottom;
}

.hotspot-popover.left {
    right:25px;
    -webkit-transform-origin: 10% bottom;
    transform-origin: 10% bottom;
}

.hotspot-popover.bottom.left {
    right: 30px;
    bottom: 30px !important;
    top: auto;
}

.hotspot-popover.bottom {
    right:25px;
    -webkit-transform-origin: 10% bottom;
    transform-origin: 10% bottom;
}

.popover.top>.arrow, .popover.bottom>.arrow,
.popover.left>.arrow, .popover.right>.arrow {
    display: none;
}

.popover-content {
    padding: 4px!important;
}

.popover-content h3 {
    margin:0;
    padding:3px;
    float: left;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Bold'!important;
    font-size: 1vw;
    line-height: 1vw;
    color: #c61b3d;
}

.popover-content a {
    margin:0;
    padding-top: 5px;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Bold';
    font-size:0.7vw;
    line-height: 0.7vw;
    color: #c61b3d;
}

.popover-content a:hover {
    color: #c61b3d;
}


.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-content {
    border-radius: 1rem;
    font-family: 'Barlow Regular';
}

.modal-content strong {
    font-family: 'Barlow Bold';
}

.modal-header, .modal-footer {
    border-bottom: none;
    border-top: none;
}

.modal-body {
    font-size: 1vw;
}


.modal-header h3 {
    font-size: 1.1vw;
    color: #fff;
}

.btn-back {
    background: transparent url('assets/img/i-back.png') no-repeat 20px center;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 170px;
    z-index: 2000;
}

.btn-home {
    background: transparent url('assets/img/i-home.png') no-repeat 20px center;
    padding: 10px 20px;
    position: absolute;
    left: -5px;
    top: 110px;
    z-index: 2000;
}

.btn-back span, .btn-home span  {
    display: inline-block;
    visibility: hidden;
    padding-left: 45px;
    min-height: 17px;
    font-family: 'Avenir Next LT Pro Bold';
    color: #fff;
}
.btn-back:hover, .btn-home:hover {
    background-color: #ce1c3f;
    border-radius: 0 10px 10px 0;
    color: #fff;
}

.btn-back:hover span, .btn-home:hover span {
    visibility: visible;
}

.main-modal .modal-content {
    background: rgba(78,38,103,1);
    background: -moz-linear-gradient(114deg, rgba(78,38,103,.9) 0%, rgba(205,22,63,0.9) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(78,38,103,.9)), color-stop(100%, rgba(205,22,63,0.9)));
    background: -webkit-linear-gradient(114deg, rgba(78,38,103,.9) 0%,  rgba(205,22,63,0.9) 100%);
    background: -o-linear-gradient(114deg, rgba(78,38,103,.9) 0%, rgba(205,22,63,0.9) 100%);
    background: -ms-linear-gradient(114deg, rgba(78,38,103,.9) 0%,  rgba(205,22,63,0.9) 100%);
    background: linear-gradient(114deg, rgba(78,38,103,.9) 0%, rgba(205,22,63,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e2667', endColorstr='#cd163f', GradientType=1 );
    padding: 10px 30px;
    color:#fff;
}

.main-modal .btn {
    text-transform: uppercase;
    background-color: #d5516f;
background-image: linear-gradient(to top, #b6324f 0%, #d14d6a 51%, #da5573 100%);
    margin: 25px 0 0 20px;
    border-color: #ac89c1;
    font-family: 'Barlow Bold';
    float: right;
    font-size: 1vw;
}

.main-modal .btn:hover { opacity: .7; }

  .modal-bottom-right {
        left: auto;
        top: auto;
        bottom: 100px;
        right:20px;
        height: auto;
    }

.helper-modal {
    width: 30%;
}

.helper-modal .modal-body
{
    padding: 1.5rem 1rem;
}

.helper-modal .modal-content {
    background: rgba(1,80,125,.9);
    background: -moz-linear-gradient(122deg, rgba(1,80,125,.9) 0%, rgba(40,105,123,0.9) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(1,80,125,.9)), color-stop(100%, rgba(40,105,123,0.9)));
    background: -webkit-linear-gradient(122deg, rgba(1,80,125,.9) 0%,  rgba(40,105,123,0.9) 100%);
    background: -o-linear-gradient(122deg, rgba(1,80,125,.9) 0%, rgba(40,105,123,0.9) 100%);
    background: -ms-linear-gradient(122deg, rgba(1,80,125,.9) 0%, rgba(40,105,123,0.9) 100%);
    background: linear-gradient(122deg, rgba(1,80,125,.9) 0%,  rgba(40,105,123,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01507d', endColorstr='#28697b', GradientType=1 );
    padding: 0 20px 0;
    color:#fff;
}

.helper-modal .btn {
    text-transform: uppercase;
    background-color: #d5516f;
    background-image: linear-gradient(to top, #476972 0%, #81a2ab 51%, #88a9b3 100%);
    border-color: #2a5562;
    font-family: 'Barlow Bold';
    margin-top: 10px;
    float: right;
    font-size: 1vw;
}


.carousel {
    position: fixed;
    width:100%;
    height: 100vh;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1!important;
    top: 50%;
    bottom: 50%;
}

.carousel-control-prev-icon {
    background-image: url("assets/img/c-arrow-prev.png") !important;
    background-size: auto!important;

}

.carousel-control-next-icon {
    background-image: url("assets/img/c-arrow-next.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto!important;

}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(255,255,255,0.8) !important;
    border: 1px solid rgba(255,255,255,0.8) !important;
    width: 80px!important;
    height: 80px!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 45px!important;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover {
    background-color: rgba(255,255,255,1) !important;
    border: 1px solid rgba(255,255,255,1) !important;
    width: 85px!important;
    height: 85px!important;
    border-radius: 45px!important;
}

.carousel .slide-video {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.carousel .presentation {
    width:70%;
    height:auto;
    /*background-color:rgba(255,255,255,0.9);*/
    position:absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.carousel .presentation {
    background-color: rgba(255, 255, 255, 1);
}

    
    /*!* CSS specific to iOS devices *!*/
    /*.carousel-item {*/
    /*    -webkit-transform: translateZ(0);*/
    /*    -moz-transform: translateZ(0);*/
    /*}*/


.presentation h4 {
    background-color: #c41b3c;
    padding:15px 40px;
    margin: 0;
    font-family: 'Avenir Next LT Pro Bold'!important;
    font-size: .8vw;
    color: #fff;
}

.presentation .presentation-content {
    padding: 25px 20px 25px 40px;
    padding-bottom: 25px;
    font-size: 0.8vw;
    font-family: 'Avenir Next LT Pro Regular'!important;
    color: #000;
}
.presentation img {
    padding:20px;
}

.presentation .btn {
    background-color: #0d4677;
    background-image: linear-gradient(to top, #0d4677 0%, #1664a7 51%, #1e7fd2 100%);
    text-transform: uppercase;

    padding: 20px 40px 20px;
    margin: auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7vw;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    /* padding: 5px; */
    width: 60px;
    height: 60px;
    background-color: #707070;
    background-size: 100% 100%;
    border: 15px solid #707070;
    border-radius: 30px;
}

.carousel-indicators {
    bottom:130px;
}

.carousel-indicators li {
    width: 40px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #707070;
}

.carousel-inner {
    height: inherit;
}
.carousel-item {
    height: inherit;
    background-color: #fff;

}

.cheader {
    height: 80px;
    top: 0;
    width: 60%;
    position: absolute;
    left: 0;
    font-family: 'Avenir Next LT Pro Medium' !important;
    z-index: 1000;
}

.cheader .cheader-title {
    background: #3b3b43 url('assets/img/bg-cheader.png') repeat-x bottom;
    width: 50%;
    height: 77px;

    display: inline-block;
    text-align: right;
    color: #fff;
    padding: 15px 25px 15px 15px;
    font-size: 2.5rem;
    line-height: 6rem;
}

.cheader .cheader-title-tail {
    background: url(assets/img/bg-cheader-right.png) no-repeat left bottom;
    display: inline-block;
    width: 39px;
    height: 77px;
    content: '';
    vertical-align: top;
    margin-right: 20px;
}

.cheader .cheader-btn {
    position: absolute;
    display: inline-block;
    bottom: 3px;
}

.cheader-btn .btn {
    background-image: linear-gradient(#247dd1, #194573);
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 15px 15px 20px;
    border-radius: 7px;
    font-family: 'Avenir Next LT Pro Bold' !important;
}

.cheader-btn button .i-open {
    top: 3px;
    position: relative;
    width: 17px;
    background: transparent url('assets/img/i-open.png') no-repeat center center;
    display: inline-block;
    line-height: 1;
    height: 20px;
    z-index: 100000;
    margin-right: 5px;
}

.home-menu:first-child {
    margin-top: 60px;
}
.home-menu figure.wp-block-image {
    position:relative;
    margin-bottom: 0;
}

.home-menu figure.wp-block-image:hover {
    opacity: 0.9;
}

.home-menu figure.wp-block-image img {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 263px;
}

.home-menu .wp-block-image figcaption {
    position:absolute;
    font-size: 20px;
    left: 0;
    right: 0;
    bottom: -5px;
    color: #fff;
    font-weight: bold;
}
.site-header, .site-content {
    margin-bottom: 0;
}

.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-login {
    align-items: center;
    justify-content: center;
    display: flex;
    height: inherit;
}

.inner-container-login {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 0;
}

.login-col-right,
.login-col-left {
    height:460px;
    text-align: center;

}

.login-col-left {
    background: url('assets/img/bg-l-login.jpg') no-repeat;
    background-size: cover;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    text-align: center;
    color: #fff;
}

.login-col-left img {
    display: block;
    margin-bottom: 15px;
}

.login-col-left a, .login-col-left a:hover {
    color: #fff;
}

.login-col-left a:hover {
    text-decoration: underline;
}

.login-col-right {
    padding:5%;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    color: #1d1d1d;
}
.login-col-right h2 {
    font-weight: 600;
    color: #ae1b28;
}
.login-col-right form {
    text-align: left;
}
.login-col-right input[type="text"],
.login-col-right input[type="password"]{
    border: 1px solid #b3d0ea;
    border-radius: 10px;
    padding:5px;
    text-align: center;
}

.login-submit input[type="submit"] {
    width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ae1b28 0%, #bf382d 51%, #d05232 100%);
    font-size: inherit;
}

.login-submit input[type="submit"]:hover {
    opacity: .7;
}

.login-col-right p {
    margin-bottom: 20px;
}

.login-col-right .info {
    text-align: center;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.site-footer {
    text-align: center;
}

.site-footer .container {
    margin: 0 auto;
}

.site-footer  .site-info {
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
}

.wp-block-cover.wp-block-cover-top {
    height: 100vh;
    min-height: 600px;
}

.wp-block-cover-login {
    background: url('assets/img/bg-login.jpg') no-repeat;
    background-size: cover;
    padding:0;
}


/*mouse click effect*/
/*div.clickEffect{*/
/*    background: url('assets/img/cursor-active.png') no-repeat center center;*/
/*    position:fixed;*/
/*    box-sizing:border-box;*/
/*    border-style:solid;*/
/*    border-color:#fff;*/
/*    border-radius:50%;*/
/*    border-width: 0;*/
/*    animation:clickEffect 0.4s ease-out;*/
/*    z-index:9998899;*/
/*}*/
/*@keyframes clickEffect{*/
/*    0%{*/
/*        opacity:1;*/
/*        width:1.5em; height:1.5em;*/
/*        margin:-0.25em;*/
/*        !*border-width:0.5rem;*!*/
/*    }*/
/*    100%{*/
/*        opacity:1;*/
/*        width:6em; height:6em;*/
/*        margin:-3em;*/
/*        !*border-width:0.5rem;*!*/
/*    }*/
/*}*/
div.clickEffect{
    position:fixed;
    box-sizing:border-box;
    border-style:solid;
    border-color:#fff;
    border-radius:50%;
    border-width: 0;
    animation:clickEffect 0.4s ease-out;
    z-index:9998899;
}
@keyframes clickEffect{
    0%{
        opacity:1;
        width:1.5em; height:1.5em;
        margin:-0.25em;
        border-width:0.5rem;
    }
    100%{
        opacity:1;
        width:6em; height:6em;
        margin:-3em;
        border-width:0.5rem;
    }
}

.hotspot1 {
    left: 65%; top: 28%;
}

.hotspot2 {
    left: 69%; top: 50%;
}

.hotspot3 {
    left: 54%; top: 62%;
}

.hotspot4 {
    left: 14%; top: 15%;
}

.hotspot5 {
    left: 8%; top: 62%;
}

.hotspot6 {
    left: 90%; top: 42%;
}

#responsive-menu-container #responsive-menu-title {
    background: #f5f5f5 url('assets/img/bg-menu.png') repeat-x center top;
    padding: 25px 5% 5px;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-weight: bold;
}

button#responsive-menu-button {
    display: none!important;
}

.mview {
    display: none;
}

@media screen and  (max-width: 1024px) {
    .popover, .hotspot-popover {
        min-width: 220px!important;
    }

    .modal-header h3 {
        font-size: 2.2vw;
    }

    .presentation h4, .presentation .presentation-content {
        font-size: 1.4vw;
    }

    .presentation .btn {
        font-size: 1.4vw;
    }

    .modal-body, .main-modal .btn, .helper-modal .btn {
        font-size: 1.8vw;
    }

    .main-navigation li a {
        font-size: 1.2vw;
    }

    .cheader {
        height: 50px;
    }

    .cheader .cheader-title {
        height: 50px;
        font-size: 1rem;
        line-height: 3rem;
    }


    .cheader .cheader-title-tail {
        height: 50px;
    }

    .cheader-btn .btn {
        font-size: 1.2rem;
        padding: 2px 5px 5px 10px;
        line-height: 2rem;
    }

}

@media only screen and (max-width: 812px) {
    /*.m-hidden {*/
    /*    display: none;*/
    /*}*/

    /*.m-display {*/
    /*    display: block;*/
    /*}*/

    .helper-modal {
        width: 40%;
    }

    .carousel .presentation {
        top: 40%;
        max-height: 50%;
        overflow: auto;
        height: 50%;
    }

    carousel-indicators {
        top:80%;
    }

    .presentation .btn {
        position:static;
        display:block;
        transform: none;
    }

    .presentation .presentation-content {
        padding-bottom: 10px;
    }

    button#responsive-menu-button {
        display: none;
    }

    button#responsive-menu-button.loaded {
        display: inline-block!important;
        transition: transform 0.5s, background-color 0.5s;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .modal-bottom-right {
        bottom: 0;
    }

    ul, ol {
        margin-left: -20px;
    }

    .popover, .hotspot-popover {
        min-width: auto!important;
    }

    .hotspot-popover img {
        display: inline-block;
        width: 150px;
        height: auto;
    }

    .hotspot-popover h3 {
        display: inline-block;
    }

    .hotspot-popover a {
        display: none;
    }

    .btn-back {
        top: 100px !important;
    }
    .btn-home {
        top: 60px !important;
    }

}

@media only screen
and (device-height: 812px)
and (-webkit-device-pixel-ratio: 3) {
    /*.m-hidden {*/
    /*    display: none;*/
    /*}*/

    /*.m-display {*/
    /*    display: block;*/
    /*}*/
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .helper-modal {
        width: 50%;
    }

    .cheader-title, .cheader-title-tail {
        display:none !important;
    }

    .carousel .cheader .cheader-btn {
        left: 10px;
        top: 25px;
    }

    .cheader-btn .btn {
        padding: 5px 5px 5px 10px;
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .hotspot1 {
        left: 65%; top: 28%;
    }

    .hotspot2 {
        left: 69%; top: 50%;
    }

    .hotspot3 {
        left: 54%; top: 62%;
    }

    .hotspot4 {
        left: 14%; top: 15%;
    }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

    /*body {*/
    /*    font-size: 16pt;*/
    /*}*/

    .video-img {
        background-size: cover;
    }

    .hotspot1 {
        left: 65%; top: 28%;
    }

    .hotspot2 {
        left: 69%; top: 50%;
    }

    .hotspot3 {
        left: 54%; top: 62%;
    }

    .hotspot4 {
        left: 14%; top: 15%;
    }

}

@media only screen
and (min-width : 1920px) {

    .main-modal .modal-dialog {
        max-width: 1000px !important;
    }

    .popover-content h3 {
        font-size: .7vw;
    }

    .popover-content a {
        font-size: .5vw;
    }
}

@media only screen
and (max-width : 1366px) {
    .cheader .cheader-title {
        width:80%;
    }
}

@media (min-width: 992px) {
    .no-float {
        height: 100%;
        display: table-cell;
        float: none;
        vertical-align: top;
    }
}


/* iPads (landscape) ----------- */
@media only screen
and (max-width : 767px)
and (orientation : landscape) {
    #preload>.countdown {
        top: 70%;
    }

    #preload>.countdown.on {
        top: 72%;
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* STYLES GO HERE */
}

@media (min-width: 1024px) and (max-width: 1919px) {
    .main-modal .modal-dialog {
        max-width: 800px !important;
    }
}

@media (min-width: 576px) {
    /*.main-modal .modal-dialog*/
    /* {*/
    /*    max-width: 800px !important;*/
    /*}*/

    .helper-modal .modal-dialog {
        max-width: 100% !important;
    }
}


@media (min-width: 1200px) {

}

@media (min-width: 768px) {
    .col-md-2 {
        max-width: 30%!important;
    }
}

@media (max-width: 768px) {
    /*#primary-menu {*/
    /*    display: none!important;*/
    /*}*/

    .sidebar-toggle:not(.sidebar-toggled) div.bar {
        background-color: #40aaca;
    }

    .login-col-left {
        border-radius: 10px 10px 0 0;
    }

    .login-col-right {
        border-radius: 0 0 10px 10px;
    }

    footer .site-info-right, footer .site-info {
        text-align: center!important;
    }

}
@media only screen and (max-width: 460px) {
    /*#primary-menu {*/
    /*    display: none!important;*/
    /*}*/

    .sidebar-toggle {
        display: none;

    }

    .top-bar-logo {

        text-align: left;
    }

    .sidebar-nav {
        margin-top: 10px;
    }

    .login-col-right {
        border-radius: 10px;
    }

}