/* --- style basic typography -- */

* {
    outline:none;
}

*:focus {
    outline:0;
}

* > iframe{
    max-width: 100% !important;
}

html {
    font-size: 15px;
}

body{
    background: #ffffff;
    color: #000000;
    font-family: 'TradeGothicLT', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

img {
    max-width: 100%;
}

a {
    color: #000000;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a:hover{
    text-decoration: none;
    text-decoration-color: #000000;
    color: #000000;
}

a:focus, .btn:focus{
    outline: none;
    border-width: 0;
}

a:focus{
    background-color: transparent;
    text-decoration: none;
    color: #000000;
}

a > span {
    position: relative;
}

a div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1,
.h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    font-family: 'BlenderPro Bold', 'sans-serif';
    line-height: 58px;
    color: #000000;
}

h2,
.h2 {
    margin-top: 0;
    line-height: 30px;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}

h3,
.h3 {
    font-size: 24px;
}

h4, .h4{
    margin-top: 5px;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder{
    color: #ffffff;
}

input[data-validation-id] {
    position:relative;
}

label {
    font-weight: 400;
}
.video-popup-slider .fancybox-container{
    position: absolute;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
}
.video-popup-slider .fancybox-slide--video > .fancybox-content {
    width: 100% !important;
    height: 100% !important;
}
