﻿@media (min-width: 768px) {
    .col-sm-cs-1 {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-sm-cs-1 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-cs-1 {
        width: 20%;
    }
}

.bx1 {
    background-color: #5DADE2;
    padding: 0px !important;
}

.bx2 {
    background-color: #EC7063;
    padding: 0px !important;
}

.bx3 {
    background-color: #48C9B0;
    padding: 0px !important;
}

.bx4 {
    background-color: #a36fa5;
    padding: 0px !important;
}

.bx5 {
    background-color: #e08181bd;
    padding: 0px !important;
}

.bx6 {
    background-color: #8BC34A;
    padding: 0px !important;
}

.bx7 {
    background-color: #ffcc80c7;
    padding: 0px !important;
}

.bx8 {
    background-color: #80CBC4;
    padding: 0px !important;
}

.bx9 {
    background-color: #C5E1A5;
    padding: 0px !important;
}

.bx10 {
    background-color: #FFCCBC;
    padding: 0px !important;
}

#div_noticebar, .contentbar a {
    font-family: 'Oswald' !important;
}

.contentbar a {
    letter-spacing: 1px;
    font-size: medium;
}

#div_noticebar .titlebar {
    /*padding-top: 4px;
        padding-left: 0px;
    padding-right: 0px;*/
    /*font-size: large;*/
    padding: 10px;
    padding-top: 10px;
    margin-left: 0px;
    font-weight: bold;
    float: left;
    width: 10% !important;
    font-size: 21px;
    letter-spacing: 1px;
    /*border: 1px solid black;*/
}

#div_noticebar .contentbar {
    width: 90%;
    float: right;
    vertical-align: middle !Important;
}

    #div_noticebar .contentbar a {
        font-weight: bold;
    }

        #div_noticebar .contentbar a img {
            margin-top: 4px !important;
        }

    #div_noticebar .contentbar small {
        font-size: small;
        font-weight: bold;
        color: red;
        letter-spacing: 2px;
    }

    #div_noticebar .contentbar a + a ::after {
        content: " | ";
    }


.news_bg-box {
    /*height: 289px !important;*/
}


/*---- update main page -------------*/
.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
}

.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    webkit-filter: blur(1px); /* Chrome, Safari, Opera */
    filter: blur(1px);
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(219,127,8, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    height: 100%;
    width: 100%;
}


.view-first a.info {
    -webkit-transform: translateX();
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main {
    width: 100%;
    position: relative;
}

.view {
    width: 100%;
    height: 350px;
    margin: 0px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}


#divGal .col-sm-cs-1 {
    padding: 0px;
}


.view-first .txt_title {
    position: absolute;
    top: 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    /*border-top: 1px solid;
    border-left: 1px solid;*/
    padding: 10px;
    background-color: rgb(255, 0, 0, 0.65);
    z-index: 1;
    transition: top .3s ease;
    letter-spacing: 1.5px;
    font-family: 'Oswald';
}

.view-first:hover .txt_title {
    /*display: none;*/
}

.view-first:hover .mask {
    top: 20px;
    border: 5px solid inset black;
}

.view a.info {
    display: inline-block;
    position: absolute;
    text-decoration: none;
    padding: 7px 10px;
    background: #000;
    color: white;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    bottom: 20px;
    font-family: 'Oswald';
}

    .view a.info:hover {
        background-color: rgba(0, 0, 0, 0.69) !important;
    }

.view img {
    display: block;
    position: relative;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
