﻿@import url('/t_web/css/master/google-font-open_sans-oswald.css');

body {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform: uppercase;
}

a {
    cursor: pointer;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

button {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 4px 16px;
    cursor: pointer;
    transition: all .3s;
}

button:focus {
    box-shadow: none !important;
    outline: none !important;
}

input {
    padding: 4px 8px;
    border: 1px solid #afafaf !important;
    border-radius: 4px;
    color: #646464 !important;
    transition: all .3s;
}

input:focus {
    color: #191919 !important;
}

/* LOADING */
#freezescreen {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .8);
}

#freezescreen .logo {
    height: 100px;
}

#freezescreen .indicator {
    height: 100px;
}
/* LOADING */

/*for replace h1 - h6 tag*/
.spanh1 {
    font-size: 2.5rem;
}
.spanh2 {
    font-size: 2rem;
}
.spanh3 {
    font-size: 1.75rem;
}
.spanh4 {
    font-size: 1.5rem;
}
.spanh5 {
    font-size: 1.25rem;
}
.spanh6 {
    font-size: 1rem;
}
.spanh1, .spanh2, .spanh3, .spanh4, .spanh5, .spanh6 {
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
    /*for replace h1 - h6 tag*/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}