/* #651b3f */
@font-face {
    font-family: 'GE Flow';
    src: url('../fonts/ge_flow_regular.eot?v=4.1.0');
    src: url('../fonts/ge_flow_regular.eot?#iefix&v=1.100') format('embedded-opentype'), url('../fonts/ge_flow_regular.woff?v=1.100') format('woff'), url('../fonts/ge_flow_regular.ttf?v=1.100') format('truetype'), url('../fonts/ge_flow_regular.svg?v=1.100#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Yokawerad';
    src: url('../fonts/Yokawerad.otf');
    
}

@font-face {
    font-family: 'GemunuLibre';
    src: url('../fonts/GemunuLibre-Bold.otf');
}



img{
    max-width: 100%;
}

a,a:hover{
    text-decoration: none;
    color: currentColor;
}
body {
    /* background-color:#e9e8e9 !important; */
    font-family: 'GemunuLibre';
    /* font-size: 1.3rem; */
    font-size: 1rem;
    
}
button,.btn,.btn-link {
    border-radius: .25rem;
    color: currentColor;
}
button:hover,.btn:hover,.btn-link:hover {
    color: currentColor; 
}

/*
***Start Header
*/
.bg-header{
    background-image: url("../images/bgup.png");
    background-size: cover;
}
.searchbox input{
    border:none;
    background:transparent;
    border-radius: 3px;
    }

.searchbut{
    border: none;
    background:transparent;
    color: #bfbfbf;
    font-size: 1.8em;
}
header #moomenu::before ,#sidebar #moomenu::before ,footer #moomenu::before {
    content:'';
    position:absolute;
    display:block;
    /*top: 50%;*/
    height:1px;
    width: 101%;
    background:#fff;
    left: 49.5%;
    z-index:1;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}
header #moomenu::after,#sidebar #moomenu::after,footer #moomenu::after {
    content:'';
    position:absolute;
    display:block;
    bottom: 5%;
    height:1px;
    width: 110%;
    background:#fff;
    left:45%;
    z-index:1;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}


.fa-facebook-square {
    color:#3b5998;
}
.fa-twitter {
    color:#55acee;
}
.fa-youtube {
    color:#e52d27;
}
.fa-instagram {
    cursor: pointer;
    background: radial-gradient(circle at 33% 100%, #fed373  4%, #f15245  30%, #d92e7f  62%, #9b36b7  85%, #515ecf );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.fa-rss {
    color:#ff9900;
}
.socialIcon{
    cursor: pointer;
    filter: grayscale(1);
    font-size: 1.8em;
}
.socialIcon:hover{
    filter: grayscale(0);
}

/*
***End Header
*/
/*
*** Start mobil header
*/

/*sidebar*/
#sidebar {
    left: -75%;
    z-index: 999;
    background:#e9e8e9;
    color:#fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3pxrgba(0, 0, 0, 0.2);
}
.overlay {
    display: none;
    position: fixed;
    top:0;
    width: 100vw;
    height: 100vh;
    background:rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#sidebar.active {
    left: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #767677;
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    
    color: #651b3f;
}
/*
***End mobil header
*/
/*
***Start  Footer
*/

footer .flogoimage{
    border-right: 4px solid #651b3f;
}
footer #moomenu::before,footer #moomenu::after {
display:none;
}

/*
***End  Footer
*/
.navbar .navbar-inner {
    padding: 0;
    font: Arial;
}
/* .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;*/
.dropdown-toggle::after {
    display: none;
}
.navbar-light .navbar-nav .dropdown-toggle {
    padding: .5rem ;
    display: block;
}
.navbar .nav li {
    display: table-cell;
    width: 1%;/*        float: none;*/
}
.navbar .nav li a {
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.75);
    border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}
.item-page .item-image img{
    display: none;
}
.items-row .row .image-col{
position: relative;
padding-left: 1rem !important;
}
.items-row .row  .boxhover{
    background: transparent;
    border-radius: 1rem 1rem  0px 0px;
    box-shadow:none !important;
    margin-inline-start: 1rem;
    width: 47.5%;
}
.items-row:hover .row  .boxhover{
    background: currentColor;
}
.items-row .row:hover{
    box-shadow:0px 0px 10px currentColor;
}
.items-row  .row{
    border-radius: 1rem 0px 1rem 0px;
    background: white;
}

.pagination {

width:100%;
}
.pagination ul{
    display: inline-flex;
}


li{list-style: none;}
.createdby span{color:currentColor;}

#social{
    text-align: right;
}
.pagination .counter{
    display: none;
} 
.fa-play{
    cursor: pointer;
}

.contact-form input{
    width: 50%;
    margin-bottom: 1rem;
}
.contact-address i{
    width: 2rem;
    height: 2rem;
}

.box-footer{
    background:currentColor;
    height: 1.5rem;
    border-radius: 1rem 1rem 0px 0px;
}
