/* COLOUR REFERENCE

Red: #c00; rgba(204, 0, 0, 1);
Grey: #333; rgba(51,51,51,1);


*/

/* === GENERAL === */
html {
    scroll-behavior: smooth;
}
body {
    margin-top: 0px;
    height: 100%;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 18px;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* === GLOBAL === */
h1, h2, h3, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}

h1 {
    font-size: 3em;
    line-height: 1em;
    text-transform: uppercase;
}
h1.main {
    text-align: center;
    color: #c00;
}

h2 {
    font-size: 2.7em;
}
h2.main {
    text-align: center;
}
h2.section-title {
    padding-bottom: 40px;
}
h2 span {
    color: #c00;
}

h3 {
    font-size: 1.5em;
    line-height: 1.1em;
}
h3.main {
    margin-bottom: 60px;  
}
h3 span {
    color: #c00;
}
span.main-menu {
    margin: 0 10px;
    color: #333;
    /* Animation */
    transition: color 0.3s ease-out; /* W3C */
    -webkit-transition: color 0.3s ease-out; /* Safari & Chrome */
    -moz-transition: color 0.3s ease-out; /* Firefox */
    -ms-transition: color 0.3s ease-out; /* Internet Explorer */
    -o-transition: color 0.3s ease-out;  /* Opera */ 
}
.navbar-toggler h3 {
    /* Animation */
    transition: color 0.3s ease-out; /* W3C */
    -webkit-transition: color 0.3s ease-out; /* Safari & Chrome */
    -moz-transition: color 0.3s ease-out; /* Firefox */
    -ms-transition: color 0.3s ease-out; /* Internet Explorer */
    -o-transition: color 0.3s ease-out;  /* Opera */ 
}
.navbar-toggler:hover h3 {
    color: #c00;
}
.navbar-toggler:hover span.main-menu {
    color: #c00;
}
h3.dist-country {
    margin-bottom: 20px;  
}
h3.simfeat {
    color: white;
    text-align: right;
}

h4 {
    font-weight: 300;
    font-style: italic;
    font-size: 1.3em;
    line-height: 1em;
    text-transform: uppercase;
}
h4.main {
    margin: 40px 0 40px 0;
    text-align: right;
}

p {
    line-height: 30px;
}
p.h1-sub {
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    font-style: italic;
}
p.h3-sub {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

img {
    object-fit: cover;
}

a {
    text-decoration: none;
    color: #900;
}

a:hover {
    text-decoration: none;
    color: #c00;
}
.btn-danger {
    background-color: #dd5638;
    border-collapse: #d95131;
}

.margin-top-40 {
    margin-top:  40px;
}
.padding-tb-40 {
    padding: 40px 0;
}

.padding-l0r10 {
    padding-left: 0;
    padding-right: 10px;
}
.padding-l10r0 {
    padding-left: 10px;
    padding-right: 0;
}
.padding-l10r10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr-15 {
    padding: 0 15px;
}

.align-rc {
    float: right;
}
.align-lc {
    float: left;
}
.align-c {
    margin: 0 auto;
}

/***************/
/* BUTTON MAIN */
/***************/
button {
    border: none;
    background-color: rgba(0,0,0,0);
}
.btn-custom-01 {
    position: relative;
    display: inline-block;
    margin: 10px 10px;
    box-sizing: border-box;  /* W3C */
    -webkit-box-sizing:border-box; /* Safari & Chrome */
    -moz-box-sizing:border-box; /* Firefox */
    -ms-box-sizing:border-box; /* Internet Explorer */
    -o-box-sizing:border-box; /* Opera */
    height: 50px;  
}

.btn-custom-01 span.btn-cust-title,
.btn-custom-01 span.btn-cust-icon {
    position:relative;
    display:inline-block;
    padding:0;
    line-height:10px
}

.btn-custom-01:hover .btn-cust-title {  
    background-color: rgba(204,0,0,1);
}

.btn-custom-01:hover .btn-cust-text {  
    color: white;
}

.btn-custom-01:hover .btn-cust-icon {
    font-size: 34px;
    line-height: 34px;
    color: #c00;
    background-color: white;
    border: 2px solid #c00;
    animation-play-state:running;
}

.btn-cust-title {  
    height: 100%;
    background-color: rgba(255,255,255,1);
    border: 2px solid #c00;
    border-right: 0;
/* Animation */
    transition: background-color 0.5s ease-out; /* W3C */
    -webkit-transition: background-color 0.5s ease-out; /* Safari & Chrome */
    -moz-transition: background-color 0.5s ease-out; /* Firefox */
    -ms-transition: background-color 0.5s ease-out; /* Internet Explorer */
    -o-transition: background-color 0.5s ease-out;  /* Opera */ 
/* skew */
    transform: skewX(-15deg); /* W3C */
    -webkit-transform: skewX(-15deg); /* Safari & Chrome */
    -moz-transform: skewX(-15deg); /* Firefox */
    -ms-transform: skewX(-15deg); /* Internet Explorer */
    -o-transform: skewX(-15deg); /* Opera */ 
}

.btn-cust-text {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #333;
    font-size: 22px;
    line-height: 50px;
    font-weight: 700; 
    text-transform: uppercase;
/* skew */
    transform: skewX(15deg); /* W3C */
    -webkit-transform: skewX(15deg); /* Safari & Chrome */
    -moz-transform: skewX(15deg); /* Firefox */
    -ms-transform: skewX(15deg); /* Internet Explorer */
    -o-transform: skewX(15deg); /* Opera */  
}

.btn-cust-icon {
    width: 64px;
    color: white;
    background-color:#c00;
    border: 2px solid #c00;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
/* Animation */
    transition: all 0.5s ease-out; /* W3C */
    -webkit-transition: all 0.5s ease-out; /* Safari & Chrome */
    -moz-transition: all 0.5s ease-out; /* Firefox */
    -ms-transition: all 0.5s ease-out; /* Internet Explorer */
    -o-transition: all 0.5s ease-out;  /* Opera */ 
/* skew */
    transform: skewX(-15deg); /* W3C */
    -webkit-transform: skewX(-15deg); /* Safari & Chrome */
    -moz-transform: skewX(-15deg); /* Firefox */
    -ms-transform: skewX(-15deg); /* Internet Explorer */
    -o-transform: skewX(-15deg); /* Opera */ 
}

/***************/
/* BUTTON FLOATING */
/***************/
.btn-floating-01 {
    position: fixed;
    bottom: 0;
    left: 42%;
    width: 16%;
    box-sizing: border-box;  /* W3C */
    -webkit-box-sizing:border-box; /* Safari & Chrome */
    -moz-box-sizing:border-box; /* Firefox */
    -ms-box-sizing:border-box; /* Internet Explorer */
    -o-box-sizing:border-box; /* Opera */
    height: 50px;
    z-index: 950;
}

.btn-floating-01 span.btn-float-title,
.btn-floating-01 span.btn-float-icon {
    position:relative;
    display:inline-block;
    padding:0;
    line-height:10px
}

.btn-float-title {  
    height: 100%;
    background-color: rgba(204,0,0,1);
    border: 2px solid #c00;
    border-right: 0;
/* Animation */
    transition: background-color 0.5s ease-out; /* W3C */
    -webkit-transition: background-color 0.5s ease-out; /* Safari & Chrome */
    -moz-transition: background-color 0.5s ease-out; /* Firefox */
    -ms-transition: background-color 0.5s ease-out; /* Internet Explorer */
    -o-transition: background-color 0.5s ease-out;  /* Opera */ 
}

.btn-float-text {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: white;
    font-size: 22px;
    line-height: 50px;
    font-weight: 700; 
    text-transform: uppercase;  
}

.btn-float-icon {
    width: 64px;
    color: #c00;
    background-color: white;
    border: 2px solid #c00;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
/* Animation */
    transition: all 0.5s ease-out; /* W3C */
    -webkit-transition: all 0.5s ease-out; /* Safari & Chrome */
    -moz-transition: all 0.5s ease-out; /* Firefox */
    -ms-transition: all 0.5s ease-out; /* Internet Explorer */
    -o-transition: all 0.5s ease-out;  /* Opera */ 
}


.btn-floating-01:hover .btn-float-title {  
    background-color: rgba(255,255,255,1);
}

.btn-floating-01:hover .btn-float-text {  
    color: #c00;
}

.btn-floating-01:hover .btn-float-icon {
    font-size: 34px;
    line-height: 34px;
    color: white;
    background-color:#c00;
    border: 2px solid #c00;
    animation-play-state:running;
}

/****** BUTTON END ******/



.img-responsive {
    max-width: 100vw;
    max-height: 80vh;
    height: auto;
}


/* MAIN MENU */
/*************/
.navbar-toggler {
    position: relative;
    margin: 0;
}


.m-red-bg-l {
    position: relative;
    width: 200px;
    padding: 15px 0;
    background-color: rgba(204, 0, 0, 1);
    text-align: right;
    z-index: 1;
}

.m-red-bg-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    line-height: 50px;
    padding: 23px 0;
    background-color: rgba(204, 0, 0, 1);
    text-align: right;
    z-index: 1;
}

.m-red-bg-l::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    display: block;
    width: 40px;
    height: 100%;
    background-color: rgba(204, 0, 0, 1);
    /* skew */
    transform: skewX(-15deg); /* W3C */
    -webkit-transform: skewX(-15deg); /* Safari & Chrome */
    -moz-transform: skewX(-15deg); /* Firefox */
    -ms-transform: skewX(-15deg); /* Internet Explorer */
    -o-transform: skewX(-15deg); /* Opera */
    z-index: -10;
}

.m-red-bg-r::before {
    content: "";
    position: absolute;
    display: block;
    left: -20px;
    bottom: 0;
    width: 40px;
    height: 100%;
    background-color: rgba(204, 0, 0, 1);
    /* skew */
    transform: skewX(-15deg);  /* W3C */
    -webkit-transform: skewX(-15deg); /* Safari & Chrome */
    -moz-transform: skewX(-15deg); /* Firefox */
    -ms-transform: skewX(-15deg); /* Internet Explorer */
    -o-transform: skewX(-15deg); /* Opera */
    z-index: -10;
}

.navbar {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
}

.navbar-nav {
    height: 80px;
    padding: 0 40px;
}

.main-nav-bg {  
    height: 100%;
    font-size: 16px;
    line-height: 62px;
    font-weight: 600;
}

/* Navbar Text Styles */
.nav-link {
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-nav .nav-item {
    background-color: rgba(255,255,255,0);
    /* Animation */
    transition: background-color 1s ease-out; /* W3C */
    -webkit-transition: background-color 1s ease-out; /* Safari & Chrome */
    -moz-transition: background-color 1s ease-out; /* Firefox */
    -ms-transition: background-color 1s ease-out; /* Internet Explorer */
    -o-transition: background-color 1s ease-out;  /* Opera */
    /* skew */
    transform: skew(-15deg,0); /* W3C */
    -webkit-transform: skew(-15deg,0); /* Safari & Chrome */
    -moz-transform: skew(-15deg,0); /* Firefox */
    -ms-transform: skew(-15deg,0); /* Internet Explorer */
    -o-transform: skew(-15deg,0); /* Opera */
}
.navbar-nav .nav-link {
    color: rgba(51,51,51,1);
    /* skew */
    transform: skew(15deg,0); /* W3C */
    -webkit-transform: skew(15deg,0); /* Safari & Chrome */
    -moz-transform: skew(15deg,0); /* Firefox */
    -ms-transform: skew(15deg,0); /* Internet Explorer */
    -o-transform: skew(15deg,0); /* Opera */
}

.navbar-nav .nav-item:focus,.navbar-nav .nav-item:hover {
    color: white;
    background-color: rgba(204,0,0,1);    
}

.navbar-nav .nav-link:focus,.navbar-nav .nav-link:hover {
    color: white;   
}

.navbar-nav .active>.nav-link,.navbar-nav .nav-link.active,.navbar-nav .nav-link.show,.navbar-nav .show>.nav-link {
    color:white;
    background-color: rgba(204,0,0,1);
    transform:skewX(-1deg);
    
}

.navbar-nav .active>.nav-link:hover,.navbar-nav .nav-link.active:hover,.navbar-nav .nav-link.show:hover,.navbar-nav .show>.nav-link:hover {
    color:rgba(255,255,255,1);
}

.nav-item {
    position: relative;
    vertical-align: middle;
}


/* GENERAL SECTION SETTINGS */
/****************************/
.features-img {
    position: relative;
    overflow: hidden;
    z-index: 10;
    transform: skewX(-15deg);
}
.features-txt {
    position: relative;
    display: block;
    background-color: white;
    height: 100%;
    transform: skewX(-15deg);
    z-index: 11;
    
}
section {
    width: 100%;
    height: 100vh;
    position: relative;
    /*display: table;*/
    margin: 0;
    max-width: none;
    
    /* skew */
    transform: skewY(-2.5deg); /* W3C */
    -webkit-transform: skewY(-2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(-2.5deg); /* Firefox */
    -ms-transform: skewY(-2.5deg); /* Internet Explorer */
    -o-transform: skewY(-2.5deg); /* Opera */
}

section::after {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 11;
    opacity: 70%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}    

.section-content {
    position: relative;
    /*display: table-cell;*/
    vertical-align: middle;
    z-index: 9;
    /* skew */
    transform: skewY(2.5deg); /* W3C */
    -webkit-transform: skewY(2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(2.5deg); /* Firefox */
    -ms-transform: skewY(2.5deg); /* Internet Explorer */
    -o-transform: skewY(2.5deg); /* Opera */
}

/* SKEWS */    
    
.skewx15 {
    /* skew */
    transform: skewX(15deg); /* W3C */
    -webkit-transform: skewX(15deg); /* Safari & Chrome */
    -moz-transform: skewX(15deg); /* Firefox */
    -ms-transform: skewX(15deg); /* Internet Explorer */
    -o-transform: skewX(15deg); /* Opera */   
}
    
.skewx-15 {
    /* skew */
    transform: skewX(-15deg); /* W3C */
    -webkit-transform: skewX(-15deg); /* Safari & Chrome */
    -moz-transform: skewX(-15deg); /* Firefox */
    -ms-transform: skewX(-15deg); /* Internet Explorer */
    -o-transform: skewX(-15deg); /* Opera */   
}
    
.skewy2_5-res {
    /* skew */
    transform: skewY(2.5deg); /* W3C */
    -webkit-transform: skewY(2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(2.5deg); /* Firefox */
    -ms-transform: skewY(2.5deg); /* Internet Explorer */
    -o-transform: skewY(2.5deg); /* Opera */   
}

.skewy-2_5-res {
    /* skew */
    transform: skewY(-2.5deg); /* W3C */
    -webkit-transform: skewY(-2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(-2.5deg); /* Firefox */
    -ms-transform: skewY(-2.5deg); /* Internet Explorer */
    -o-transform: skewY(-2.5deg); /* Opera */   
}


/******************/
/**              **/
/** MAIN CONTENT **/
/**              **/
/******************/

/* === HERO === */
#hero {
    position: relative;
    height: 100vh;
    width: 100%;    
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
    z-index: 4;
}

.hero-title {
    position: relative;
}

.main-img {
    margin: 0;
}

/* === ABOUT US === */
#aboutus {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;

    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
    z-index: 4;
}

.cont-aboutus {
    position: relative;
    padding-top: 100px;
}

.aboutus-img {
    padding: 60px 0;
}

/* === SIM FEATURES === */
#sim_features {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 100px 0;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
    z-index: 4;
}

.sim-feat-row {
    overflow: hidden;
}

.sim-img-fluid {
    width: 100%;
    height: 400px;
}
.sim-cont-wrap {
    padding: 80px 0;
}

/* === SIMULATORS === */
#simulators {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 120px 0;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}
.carousel-item-content {
    margin: 0 auto;
}
.carousel-control-next, .carousel-control-prev {
    color: #c00;
}
.carousel-control-next {
    right: -50px;
}
.carousel-control-prev {
    left: -50px;
}

.sim-next, .sim-prev {
    position: absolute;
    bottom: 50%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    text-align: center;
    opacity: .95;
}

.sim-next h4, .sim-prev h4 {
    color: white;
    /* Animation */
    transition: color .8s ease-in-out; /* W3C */
    -webkit-transition: color .8s ease-in-out; /* Safari & Chrome */
    -moz-transition: color .8s ease-in-out; /* Firefox */
    -ms-transition: color .8s ease-in-out; /* Internet Explorer */
    -o-transition: color .8s ease-in-out;  /* Opera */
}
.sim-next {
    right: -40px;
}

.sim-prev {
    left: -40px;
}

.sim-prev-title, .sim-next-title {
    width: 100%;
}
.sim-prev-title h4, .sim-next-title h4 {
    font-weight: 700;
}

.sim-prev-bg, .sim-next-bg {
    padding: 20px 40px;
    background-color: #333;
    border-right: 4px solid #c00;
    border-left: 4px solid #c00;
    /* Animation */
    transition: background-color .4s ease-in-out; /* W3C */
    -webkit-transition: background-color .4s ease-in-out; /* Safari & Chrome */
    -moz-transition: background-color .4s ease-in-out; /* Firefox */
    -ms-transition: background-color .4s ease-in-out; /* Internet Explorer */
    -o-transition: background-color .4s ease-in-out;  /* Opera */
}

.sim-prev:hover .sim-prev-bg, .sim-next:hover .sim-next-bg {
    background-color: white;
}

.sim-prev:hover h4, .sim-next:hover h4 {
    color: #c00;
}

.sim-carousel-title {
    text-align: center;
}

/* === TESTED === */
#tested {
    position: relative;
    overflow: hidden;
    height: 80vh;
    width: 100%;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}

.inner-p-60 {
    padding: 60px;
}

#tested p,
#tested h3 {
    color: white;
}

.dark-background {
    background-color: rgba(0,0,0,0.90);
    padding: 100px 40px;
    border-top: 4px solid #c00;
    border-bottom: 4px solid #c00;
/* skew */
    transform: skewY(-2.5deg); /* W3C */
    -webkit-transform: skewY(-2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(-2.5deg); /* Firefox */
    -ms-transform: skewY(-2.5deg); /* Internet Explorer */
    -o-transform: skewY(-2.5deg); /* Opera */
}


/* === CUSTOM SIMULATOR === */
#sim_custom {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 120px 0;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}


/* === REFERENCES === */
#references {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 120px 0;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}
#references h3.main {
    text-align: center;
    margin-bottom: 0px;  
}

#references p {
    
}

.ref-item {
    background-color: #333;
    margin: 10px;
    padding: 0px;
}

.ref_photo {
    
}

.ref_name {
    font-size: 1.4em;
    padding: 40px 0px;
    background-color: #c00;
}
.ref_name_thin {
    color: white;
    font-weight: 300;
}
.ref_desc {
    color: white;
    font-size: 16px;
    padding: 50px;
    background-color: #333;
}

.ref-title-group {
    margin: 0 auto;
    padding: 20px 40px;
}

/* === NEWS === */
#news {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 120px 0;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}


/* === DISTRIBUTION === */
#distribution {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 120px 0;
    color: white;
    background-color: #333;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}
.distributor {
    padding: 20px 40px;    
}

.distributor::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30vh;
    height: 2px;
    background-color: #c00;
    
}

/* === PARTNERS === */
#partners {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 15% 0;
    color: white;
    border-bottom: 4px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
}
.partner {
    padding: 20px 40px;
}

#partners img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

#partners img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

p.company-title {
    font-weight: 700;
    margin-bottom: 0px;
}


/* === CONTACT === */
#contact {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 15% 0;
    background-color: white;

    border-bottom: 0px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
    /* skew */
    transform: skewY(-2.5deg); /* W3C */
    -webkit-transform: skewY(-2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(-2.5deg); /* Firefox */
    -ms-transform: skewY(-2.5deg); /* Internet Explorer */
    -o-transform: skewY(-2.5deg); /* Opera */
}
.contact-add {
    text-align: right;
}

.contact-mail {
    margin-top: 1rem;
}
.social-icons {
    display: inline-block;
}

/* Icons */

.social-icons a {
  color:#fff;
  background: #333;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:40px;
  height:40px;
  padding-top:7px;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.social-icons a:hover {
  color: white;
  background: #c00;
}

/* pop-up text */

.social-icons a span {
  display: none;
}

/* font awesome icons */

.social-icons a:nth-of-type(1):before {
content:'\f09a';
}
.social-icons a:nth-of-type(2):before {
content:'\f167';
}
.social-icons a:nth-of-type(3):before {
content:'\f099';
}
.social-icons a:nth-of-type(4):before {
content:'\f16d';
}


/* SIMULATOR PAGE */
/******************/
#hero-sim {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
}

.simulator-title {
    position: relative;
}

#simulator-features {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    background-color: white;
    color: white;
    border-bottom: 0px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
    /* skew */
    transform: skewY(-2.5deg); /* W3C */
    -webkit-transform: skewY(-2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(-2.5deg); /* Firefox */
    -ms-transform: skewY(-2.5deg); /* Internet Explorer */
    -o-transform: skewY(-2.5deg); /* Opera */
}

.sim-features-item {
    background-color: #333;
    margin: 10px;
    transition: all 0.4s ease-in; /* W3C */
    -webkit-transition: all 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: all 0.4s ease-in; /* Firefox */
    -ms-transition: all 0.4s ease-in; /* Internet Explorer */
    -o-transition: all 0.4s ease-in; /* Opera */
}

.sim-features-item:hover {
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sim-features-item:hover h3.simfeat {
    color: #c00;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}


#sim_specs {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    background-color: white;
    border-bottom: 0px solid #c00;
}
.sim-desc-item p {
    margin-bottom: 0;
}

.sim-desc-item h3 {
    line-height: 0.5em;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}

.sim-spec-list {
    height: 100%;
}

.sim-specs-items {
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sim-specs-items:hover .sim-desc-item h3 {
    color: #c00;
}

.sim-icon-item {
    display: block;
}

.sim-desc-item {
    display: block;
}

.sim-icon-item img {
    padding: 0 20px;
    color: #c00;
}

.sim-specs-items:hover .icon-chassis {
    background: url(../img/icons_svg/chassis-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-steering {
    background: url(../img/icons_svg/steering-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-pedals {
    background: url(../img/icons_svg/pedals-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-shifter {
    background: url(../img/icons_svg/shifter-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-handbrake {
    background: url(../img/icons_svg/handbrake-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-seat {
    background: url(../img/icons_svg/seat-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-3dof {
    background: url(../img/icons_svg/3DOF-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-screens {
    background: url(../img/icons_svg/screens-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-screens4x {
    background: url(../img/icons_svg/screens4x-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-computer {
    background: url(../img/icons_svg/pc-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-fan {
    background: url(../img/icons_svg/fan-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.sim-specs-items:hover .icon-audio {
    background: url(../img/icons_svg/audio-clr.svg) no-repeat;
    background-size: contain;
    background-position: center;
}


h2.simft-title {
    text-align: center;
    padding-bottom: 40px;
    background: rgb(153,0,0);
    background: -webkit-linear-gradient(bottom left, rgba(153,0,0,1) 0%, rgba(204,0,0,1) 100%);
    background: -o-linear-gradient(bottom left, rgba(153,0,0,1) 0%, rgba(204,0,0,1) 100%);
    background: linear-gradient(to top right, rgba(153,0,0,1) 0%, rgba(204,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sim_gallery {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 80px 0;
    background-color: #333;
    border-bottom: 0px solid #c00;
}
.sim-gal-thmb {
    overflow: hidden;
}
.thmb-overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 94%;
    height: 100%;
    background-color: rgba(51,51,51,0);
    transition: all .3s ease-in; /* W3C */
    -webkit-transition: all .3s ease-in; /* Safari & Chrome */
    -moz-transition: all .3s ease-in; /* Firefox */
    -ms-transition: all .3s ease-in; /* Internet Explorer */
    -o-transition: all .3s ease-in; /* Opera */
}

.sim-gal-thmb:hover .thmb-overlay {
    background-color: rgba(51,51,51,0.5);
}

.thmb-icon {
    color: white;
    opacity: 0%;
    transition: all .3s ease-in; /* W3C */
    -webkit-transition: all .3s ease-in; /* Safari & Chrome */
    -moz-transition: all .3s ease-in; /* Firefox */
    -ms-transition: all .3s ease-in; /* Internet Explorer */
    -o-transition: all .3s ease-in; /* Opera */
}

.sim-gal-thmb:hover .thmb-icon {
    opacity: 100%;
}

#select {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 80px 0;
    background-color: #333;
    border-bottom: 0px solid #c00;
}

#select p,
#select h3 {
    color: white;
}

#choose-other {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 120px 0;
}

#choose-other a {
    color: #333;
    text-decoration: none;
}

.choose-row {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;   
}

.sim-item {
    transition: color .3s ease-in; /* W3C */
    -webkit-transition: color .3s ease-in; /* Safari & Chrome */
    -moz-transition: color .3s ease-in; /* Firefox */
    -ms-transition: color .3s ease-in; /* Internet Explorer */
    -o-transition: color .3s ease-in; /* Opera */
}
.sim-item h3 {
    text-align: center;
}
.sim-item:hover h3 {
    color: #c00;
}

.sim-item-link-r {
    align-items: center!important;
}
.sim-item-link-l {
    align-items: center!important;
}

.sim-divider {
    content: "";
    display: block;
    width: 4px;
    height: 200px;
    margin: 0 auto;
    background-color: rgba(204, 0, 0, 1);
}

/* ICONS */
/*********/
.cust-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 20px;
}

.icon-chassis {
    background: url(../img/icons_svg/chassis.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-steering {
    background: url(../img/icons_svg/steering.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-pedals {
    background: url(../img/icons_svg/pedals.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-shifter {
    background: url(../img/icons_svg/shifter.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-handbrake {
    background: url(../img/icons_svg/handbrake.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-seat {
    background: url(../img/icons_svg/seat.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-3dof {
    background: url(../img/icons_svg/3DOF.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-screens {
    background: url(../img/icons_svg/screens.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-screens4x {
    background: url(../img/icons_svg/screens4x.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-computer {
    background: url(../img/icons_svg/pc.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-fan {
    background: url(../img/icons_svg/fan.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}
.icon-audio {
    background: url(../img/icons_svg/audio.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transition: background 0.4s ease-in; /* W3C */
    -webkit-transition: background 0.4s ease-in; /* Safari & Chrome */
    -moz-transition: background 0.4s ease-in; /* Firefox */
    -ms-transition: background 0.4s ease-in; /* Internet Explorer */
    -o-transition: background 0.4s ease-in; /* Opera */
}

/* BACKGROUNDS */
/***************/

/* MAIN 01 BG */
.ms-bg-01-clr {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0px;
    background: url('../img/backgrounds/01_pattern-color.svg') no-repeat center center;
    background-size: cover;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 2;
}
.ms-bg-01-bw {
    position: absolute;
    display: block;
    width: 100%;
    height: 80vh;
    bottom: 0px;
    left: 0px;
    background: url('../img/backgrounds/01_pattern_bw.svg') no-repeat center center;
    background-size: cover;
    opacity: 30%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 3;
}

/* MAIN 02 BG */
.ms-bg-02-bw {
    position: absolute;
    display: block;
    width: 100%;
    height: 80vh;
    top: 0px;
    left: 0px;
    background: url('../img/backgrounds/02_pattern-bw.svg') no-repeat center center;
    background-size: cover;
    opacity: 30%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 3;
}
/* MAIN 03 BG */
.ms-bg-03-clr {
    position: absolute;
    display: block;
    width: 100%;
    height: 80vh;
    bottom: -40px;
    left: 0px;
    background: url('../img/backgrounds/03_pattern_color.svg') no-repeat center center;
    background-size: cover;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 3;
}
.ms-bg-03-bw {
    position: absolute;
    display: block;
    width: 100%;
    height: 90vh;
    top: 0px;
    left: 0px;
    background: url('../img/backgrounds/03_pattern_bw.svg') no-repeat center center;
    background-size: cover;
    opacity: 30%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 2;
}

/* MAIN 04 BG */
.ms-bg-04-clr {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    bottom: -40px;
    left: 0px;
    opacity: 90%;
    background: url('../img/backgrounds/04_pattern_color.svg') no-repeat center center;
    background-size: cover;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 3;
}
.ms-bg-04-bw {
    position: absolute;
    display: block;
    width: 100%;
    height: 90vh;
    top: 0px;
    left: 0px;
    background: url('../img/backgrounds/04_pattern_bw.svg') no-repeat center center;
    background-size: cover;
    opacity: 10%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 2;
}

/* MAIN 05 BG */
.ms-bg-05 {
    position: absolute;
    display: block;
    width: 100%;
    height: 120%;
    top: -60px;
    left: 0px;
    background: url('../img/backgrounds/petr_grid.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 3;
}

/* MAIN 06 BG */
.ms-bg-06-bw {
    position: absolute;
    display: block;
    width: 100%;
    height: 90vh;
    bottom: 0px;
    left: 0px;
    background: url('../img/backgrounds/06_pattern_bw.svg') no-repeat center center;
    background-size: cover;
    opacity: 10%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 2;
}

/* MAIN 07 BG */
.ms-bg-07-clr {
    position: absolute;
    display: block;
    width: 100%;
    height: 80vh;
    bottom: -40px;
    left: 0px;
    background: url('../img/backgrounds/07_pattern_color.svg') no-repeat center center;
    background-size: cover;
    opacity: 10%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 3;
}
.ms-bg-07-bw {
    position: absolute;
    display: block;
    width: 100%;
    height: 90vh;
    top: 0px;
    left: 0px;
    background: url('../img/backgrounds/07_pattern_bw.svg') no-repeat center center;
    background-size: cover;
    opacity: 10%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 2;
}

/* MAIN DSITRIBUTION BG */
.ms-bg-distribution {
    position: absolute;
    display: block;
    width: 100%;
    height: 120%;
    bottom: -100px;
    left: 0px;
    background: url('../img/Map/map.svg') no-repeat center center;
    background-size: cover;
    opacity: 100%;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 2;
}

/* FOOTER*/
footer {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding: 28px 20px;
    height: 100px;
    background-color: rgba(51,51,51,1);
    z-index: 900;
}

footer p {
    text-align: right;
}

/* MODAL */
.modal {
    top: 0;
    left: 0;
    padding-right: 0px !important;
}

.modal-full {
    min-width: 100vw;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
    border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
    z-index: 40;
}

.modal-header {
    border-bottom: 0;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: 0 auto;
}

.modal-footer {
    border-top: 0;
    padding: 10px 0 40px;
}

.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    visibility: visible;
}

.height-350 {
    overflow: hidden;
    height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.height-500 {
    overflow: hidden;
    height: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.height-820 {
    overflow: hidden;
    height: 800px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.no-padding {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.margin-center {
    margin: 0 auto !important;
}


.modal-content {
    width: 100%;
    overflow: hidden;
}
.modal-body {
    padding: 0;
}
.carousel-inner {
    width: 100%;
    height: 100%;
}

.margin-tb-10 {
    margin: 10px 0;
}

/* 404 */
#error-page {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding: 10% 0;
    background-color: white;
    color: #333;
    border-bottom: 0px solid #c00;
    box-shadow: inset 0px 0px 0px 0px #c00;
    box-sizing: border-box; /* Include padding and border in element's width and height */
    /* skew */
    transform: skewY(-2.5deg); /* W3C */
    -webkit-transform: skewY(-2.5deg); /* Safari & Chrome */
    -moz-transform: skewY(-2.5deg); /* Firefox */
    -ms-transform: skewY(-2.5deg); /* Internet Explorer */
    -o-transform: skewY(-2.5deg); /* Opera */
}

/*******************/
/**               **/
/** MEDIA QUERIES **/
/**               **/
/*******************/
@media only screen and (max-width: 575px) and (min-width: 150px) {
    body {
        font-size: 14px;
    }
    
    h2.section-title {
        text-align: center;
    }
    
    h3.simfeat {
        padding: 20px 0;
        text-align: center;
    }
    
    h4.main {
        text-align: center;
    }
    .img-thumbnail {
        padding: .25rem;
        background-color: rgba(0,0,0,0);
        border-radius: .25rem;
        width: 100%;
        height: 150px;
    }
    .padding-l0r10 {
        padding-right: 0px;
    }
    .align-rc {
        float: none;
        margin: 0 auto;
    }
    .align-lc {
        float: none;
        margin: 0 auto;
    }
    .align-c {
        margin: 0 auto;
    }
    .main-nav-bg {
        height: 100vh;
        font-size: 24px;
        line-height: 48px;
        font-weight: 600;
    }
    .navbar-nav {
        padding: 0;
    }
    .navbar-nav .nav-item {
        background-color: rgba(255,255,255,1);
        /* Animation */
        transition: background-color 1s ease-out; /* W3C */
        -webkit-transition: background-color 1s ease-out; /* Safari & Chrome */
        -moz-transition: background-color 1s ease-out; /* Firefox */
        -ms-transition: background-color 1s ease-out; /* Internet Explorer */
        -o-transition: background-color 1s ease-out;  /* Opera */
        /* skew */
        transform: skew(0deg,0); /* W3C */
        -webkit-transform: skew(0deg,0); /* Safari & Chrome */
        -moz-transform: skew(0deg,0); /* Firefox */
        -ms-transform: skew(0deg,0); /* Internet Explorer */
        -o-transform: skew(0deg,0); /* Opera */
    }
    .navbar-nav .nav-link {
        padding: 10px 40px;
        transform: skew(0deg,0);
        -webkit-transform: skew(0deg,0);
        -moz-transform: skew(0deg,0);
        -ms-transform: skew(0deg,0);
        -o-transform: skew(0deg,0);
    }
    
    .btn-custom-01 {
        margin: 0 auto;
    }  
    
    .btn-floating-01 {
        left: 10%;
        width: 80%;
        height: 40px;
    }
    
    .btn-float-text {
        padding: 0 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .btn-float-icon {
        width: 40px;
        font-size: 20px;
        line-height: 38px;
    }
    /* === HERO === */
    #hero {
        position: relative;
        height: 100%;
        width: 100%;
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    .main-img {
        margin: 40px 0;
    }
    .simulator-title {
        text-align: center;
    }
    .sim-features-item {
        margin: 10px 0;
    }
    .sim-img-fluid {
        height: 200px;
    }
    .sim-cont-wrap {
        padding: 40px 0;
    }
    .sim-item-link-r {
        justify-content: center!important;
    }
    .sim-item-link-l {
        justify-content: center!important;
    }
    .sim-divider {
        width: 200px;
        height: 4px;
        margin: 30px auto;
    }

    /* === TESTED === */
    #tested {
        height: 100%;
    }
    .inner-p-60 {
        padding: 60px 0;
    }
    
    /* === NEWS === */
    #news {
        height: 100%;
        padding: 60px 0;
    }
    
    /* === CONTACT === */
    .contact-add {
        text-align: center;
    }
    .contact-mail {
        text-align: center;
    }
    
    #hero-sim {
        height: 100%;
    }
    
    .sim-spec-list {
        border-left: 0;
        text-align: center;
    }
    
    .sim-specs-items {
        justify-content: center !important;
    }
    
    .sim-icon-item {
        padding-bottom: 20px;
    }
    
    .sim-item {
        justify-content: center!important;
    }
    
    .sim-next, .sim-prev {
        bottom: -30px;
        width: 40%;
    }
    .choose-row {
        padding: 40px 0;
    }
    footer {
        text-align: center;
        height: 150px;
    }
    footer p {
        text-align: center;
    }
}
    
    /* BACKGROUNDS */
    /***************/

    /* MAIN 01 BG */
    .ms-bg-01-clr {
        display: none;
    }
    /* MAIN 03 BG */
    .ms-bg-03-clr {
        display: block;
    }
    /* MAIN 04 BG */
    .ms-bg-04-clr {
        display: block;
    }
    /* MAIN 07 BG */
    .ms-bg-07-clr {
        display: block;
    }
    
    .hidden-xs {
        display: none;
    }
}


@media only screen and (max-width: 767px) and (min-width: 576px) {  
    /* === GLOBAL === */
    h1.main {
        text-align: center;
    }
    
    h4.main {
        text-align: center;
    }
    .align-rc {
        float: none;
        margin: 0 auto;
    }
    .align-lc {
        float: none;
        margin: 0 auto;
    }
    .align-c {
        margin: 0 auto;
    }
    /* MENU */
    .navbar-nav {
        text-align: center;
        height: 100%;
    }
    
    .main-nav-bg {
        height: 100vh;
        font-size: 24px;
        line-height: 48px;
        font-weight: 600;
    }
    .navbar-nav {
        padding: 0;
    }
    .navbar-nav .nav-item {
        background-color: rgba(255,255,255,1);
        /* Animation */
        transition: background-color 1s ease-out; /* W3C */
        -webkit-transition: background-color 1s ease-out; /* Safari & Chrome */
        -moz-transition: background-color 1s ease-out; /* Firefox */
        -ms-transition: background-color 1s ease-out; /* Internet Explorer */
        -o-transition: background-color 1s ease-out;  /* Opera */
        /* skew */
        transform: skew(0deg,0); /* W3C */
        -webkit-transform: skew(0deg,0); /* Safari & Chrome */
        -moz-transform: skew(0deg,0); /* Firefox */
        -ms-transform: skew(0deg,0); /* Internet Explorer */
        -o-transform: skew(0deg,0); /* Opera */
    }
    .navbar-nav .nav-link {
        padding: 10px 40px;
        transform: skew(0deg,0);
        -webkit-transform: skew(0deg,0);
        -moz-transform: skew(0deg,0);
        -ms-transform: skew(0deg,0);
        -o-transform: skew(0deg,0);
    }
    .menu-divider {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        margin: 0 auto;
        background-color: rgba(204, 0, 0, 1);
    }
    
    .btn-custom-01 {
        margin: 0 auto;
    }    
    
    .btn-floating-01 {
        left: 10%;
        width: 80%;
        height: 40px;
    }
    
    .btn-float-text {
        padding: 0 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .btn-float-icon {
        width: 40px;
        font-size: 20px;
        line-height: 38px;
    }
    
    /* === HERO === */
    #hero {
        padding-top: 100px;
        height: 100vh;
        width: auto;    
    }
    .hero-title {
        position: relative;
        text-align: center;
    }
    
    /* === ABOUT US === */
    .cont-aboutus {
        position: relative;
        padding-top: 100px;
    }
    
    .modal-dialog {
        max-width: none;
    }
    
    .sim-spec-list {
        border-left: 0;
    }

}

@media (min-width: 768px){
    .btn-floating-01 {
        left: 30%;
        width: 40%;
        height: 50px;
    }
    
    .btn-float-text {
        padding: 0 30px;
        font-size: 22px;
        line-height: 50px;
    }

    .btn-float-icon {
        width: 64px;
        font-size: 30px;
        line-height: 30px;
    }
    
    /* === GLOBAL === */
    h1.main {
        text-align: center;
    }
    h2.section-title {
        text-align: center;
    }
    h4.main {
        text-align: center;
    }
    .main-img {
        margin: 40px 0;
    }
    .align-rc {
        float: none;
        margin: 0 auto;
    }
    .align-lc {
        float: none;
        margin: 0 auto;
    }
    .align-c {
        margin: 0 auto;
    }
    /* MENU */    
    .navbar-nav {
        text-align: center;
        height: 100%;
    }
    /* === HERO === */
    
    .hero-title {
        text-align: center;
    }
    .cont-aboutus {
        padding-top: 100px;
    }    
    p.h1-sub {
        text-align: center;
    }
    
    .sim-img-fluid {
        background-position: center;
        width: 100%;
        height: 200px;
    }
    #hero-sim {
        height: 100%;
    }
    #simulator-features {
        height: 100vh;
    }
    .simulator-title {
        text-align: center;
    }
    .sim-specs-items {
        justify-content: center !important;
    }
    .sim-spec-list {
        border-left: 0;
        text-align: center;
    }
    .sim-icon-item {
        padding-bottom: 20px;
    }
    .sim-next, .sim-prev {
        bottom: 20px;
        width: 40%;
    }
    .choose-row {
        padding: 0;
    }
    footer {
        text-align: center;
        height: 120px;
    }
    .footer-logo {
        float: left;
    }
}

@media (min-width: 992px) {
    .btn-custom-01 {
        margin: 0 auto;
    }
    /* === ABOUT US === */
    #aboutus {
        height: 100vh;
    }
    
    .aboutus-img {
        padding: 40px 0;
    }    
    /* MENU */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .menu-divider {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        margin: 0 auto;
        background-color: rgba(204, 0, 0, 1);
    }
    .simulator-title {
        position: relative;
    }
    
}

@media (min-width: 1200px) {
    /* === GLOBAL === */
    h1.main {
        text-align: right;
    }
    h2.section-title {
        text-align: left;
    }
    h4.main {
        text-align: right;
    }
    p.h1-sub {
    text-align: right;
    }
    
    .align-rc {
        float: right;
        margin: 0;
    }
    .align-lc {
        float: left;
        margin: 0;
    }
    /* SIMULATORS */
    #simulators {
        padding: 40px 0;
    }
    .carousel-inner {
        height: 100vh;
    }
    /* HERO */
    .hero-title {
        position: absolute;
        top: 25%;
        right: 0;
    }
    /* ABOUT US */
    .cont-aboutus {
        position: absolute;
        top: 14%;
        left: 0;
        padding-top: 0px;
    }
    
    #simulator-features {
        height: 100%;
    }
    
    .sim-img-fluid {
        height: 400px;
    }
    
    /* MENU */
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .menu-divider {
        content: "";
        display: block;
        width: 2px;
        height: 50px;
        margin: 15px 5px;
        background-color: rgba(204, 0, 0, 1);
        /* skew */
        transform: skewX(-15deg); /* W3C */
        -webkit-transform: skewX(-15deg); /* Safari & Chrome */
        -moz-transform: skewX(-15deg); /* Firefox */
        -ms-transform: skewX(-15deg); /* Internet Explorer */
        -o-transform: skewX(-15deg); /* Opera */
    }
    
    #hero-sim {
        height: 100vh;
    }
    .sim-spec-list {
        text-align: left;
        border-left: 4px solid #c00;
    }
    
    .sim-specs-items {
        padding: 10px 0;
        justify-content: start !important;
    }

    .simulator-title {
        position: relative;
        text-align: right;
    }
    .sim-item-link-r {
        justify-content: flex-end!important;
    }
    .sim-item-link-l {
        justify-content: flex-start!important;
    }
    
    .sim-next, .sim-prev {
        bottom: 50%;
        width: 10vw;
    }
    footer {
        text-align: center;
        height: 100px;
    }
}

@media (min-width: 2000px) {
    .carousel-inner {
        height: 100vh;
    }
    
    #simulator-features {
        padding: 14% 0;
    }
    .simulator-title {
        position: absolute;
        top: 20%;
        right: 0;
    }
    .sim-img-fluid {
        height: 500px;
    }
    .sim-specs-items {
        padding: 10px 0;
    }
    
}