﻿body {
}

.color-white {
    color: white;
}

.color-gray {
    color: #626262;
}

.color-black {
    color: black;
}

.color-lightgray {
    color: lightgray;
}



.link-white a, .link-white a:visited, .link-white a:link {
    color: white;
    text-decoration: none;
}

    .link-white a:hover {
        color: lightgrey;
    }

.link-black a, .link-black a:visited, .link-black a:link {
    color: black;
    text-decoration: none;
}

    .link-black a:hover {
        color: gray;
    }

.link-gray a, .link-gray a:visited, .link-gray a:link {
    color: gray;
    text-decoration: none;
}

    .link-gray a:hover {
        color: black;
    }


.bg-white {
    background-color: white;
}

.overflowhidden {
    overflow: hidden;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.text-lighter {
    font-weight: 300;
}

.text-gray-shadow {
    text-shadow: 2px 2px #696969;
}

.text-strikethrough {
    text-decoration: line-through;
}

.middle-line {
    display: inline-block;
    position: relative;
    top: -6px;
}


.text-space1px {
    letter-spacing: 1px;
}

.imgw100 {
    width: 100%;
    object-fit: cover;
}

.imgcontain {
    object-fit: contain !important;
}

.img-vh30 {
    height: 30vh;
}

.img-vh40 {
    height: 40vh;
}

.img-vh50 {
    height: 50vh;
}

.img-vh70 {
    height: 70vh;
}

.imgpositiontop {
    object-position: top;
}

.overflowscroll {
    overflow: scroll;
}

.zoomeffect:hover {
    transition: all 1.5s ease;
    transform: scale(1.2);
}

.notextdecoration {
    text-decoration: none !important;
}

.text-light-paragraph p {
    font-weight: lighter;
}

.sup {
    position: relative;
    bottom: 1ex;
    font-size: 80%;
}

.space-no-wrap {
    white-space: nowrap;
}

.filtergray {
    filter: grayscale(100);
}

.cpointer {
    cursor: pointer;
}


.trans-effect {
    transition: all 0.4s ease;
}


/*Custom ScrollBar*/
#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

#style-p::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-p::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

/*text between line*/

.text-between-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .text-between-line span {
        background: #fff;
        padding: 0 10px;
    }

/*Responsive video*/

.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
