﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&display=swap');
@import url('css/style.css');
@import url('lib/social/social.css');

@font-face {
    font-family: SVN_BerkshireSwash;
    src: url(../fonts/SVN-BerkshireSwash.ttf);
}
body{
     background:url(/images/bg_menu_mobile.png) repeat;
}
.bg_main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

#nav_top {
    height: 46px;
    background: url(img/righttop.png) repeat-x;
    position: fixed;
    width: 100%;
    z-index: 10;
    padding-top:15px;
    
}

ul.top-lang {
    text-align: right;
    margin-top: 3px;
    padding-right: 3px;
}

    ul.top-lang li {
        list-style: none;
        float: left;
        display: inline;
        padding: 0px;
        width: 20px;
        height: 20px;
    }

a.gflag {
    float: left;
    vertical-align: middle;
    font-size: 16px;
    padding: 0px 0 !important;
    background-repeat: no-repeat;
    background-image: url('img/img-lang.png');
    margin-top: 4px;
}

    a.gflag img {
        border: 0;
        opacity: 0;
    }

    a.gflag:hover {
        background-image: url('img/img-lang.png');
    }

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}
/****** HOME *********/
#home_mobile {
    display: none;
}

#box_out_3d {
    margin: 120px auto;
    width: 650px;
    height: 400px;
}

#home_mobile .box_item_mobile {
    position: relative;
    
    height: 200px;
    background: url(images/bgleft.png) repeat;
    border-radius: 3px;
    margin-bottom:10px;
}

    #home_mobile .box_item_mobile .item_des {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* for IE 9 */
        -webkit-transform: translate(-50%, -50%); /* for Safari */
        padding-top: 20px;
    }

        #home_mobile .box_item_mobile .item_des .icon {
            height: 80px;
            width: auto;
        }

        #home_mobile .box_item_mobile .item_des h2.title {
            color: #dd4c0c;
        }

        #home_mobile .box_item_mobile .item_des p {
            color: #d9d4d4;
        }
/****** MENU SIDEBAR *********/
.menubar2{float:left;padding:0px;}
.menu-trigger{
   position: absolute;
   -webkit-appearance: none;
   border: 0;
   outline: 0;
   background: transparent;
   top: 3px;
   padding: 0 5px;
   color: #e1e1e1;
   cursor: pointer;
   

}
.menu-trigger:hover{
  opacity: 0.8;
-webkit-opacity: 0.8;
}


.menu-trigger.left{
   left: 10px;

}

.menu-trigger.right{
   right: 10px;
}
#menu-left{
    position:fixed;
    top:0px;
    left:0px;
    width:320px;
    background:url(../../images/bgleft.png) repeat;
    z-index:999;
   
}

.my_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #4b4b4b;
	border-radius: 10px;
}

.my_scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.my_scroll::-webkit-scrollbar-thumb
{
	background-color: rgba(40, 40, 40, 0.75);
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}
.menu-body{
    
}
.menu-body .menu-head{
   width:100%;
   padding-top:60px;
}
.menu-head .btn-close{cursor:pointer;}
.menu-head .btn-close i{font-size:30px; letter-spacing:0.8px;}
.menu-head .menu_logo{height:auto; max-width:100%;margin:3px auto;}
.menu-container{padding-bottom:40px;}
.menu-container, .menu-container a{color: rgba(243, 243, 243, 0.8); font-family: 'Roboto', sans-serif;font-size:14px;}
ul.menu-items li{list-style:none;}
.menu-container .dropdown-heading, .menu-container .menu-items li a{
   text-decoration: none;
   padding: 10px;
   display: block;
   color: #D9AC4D;
   border-bottom: 1px dotted rgba(255, 255, 255, 0.050);
   margin: 0;
   cursor: pointer;
   user-select: none;
  -webkit-user-select: none;
}
/* Icon Style */
.menu-items li i{
   font-size: 14px;
   margin-right: 10px;
 }
.dropdown-heading{
  -webkit-tap-highlight-color: transparent;
}
	
.dropdown-heading:hover,
.menu-items li a:hover{
   background: rgba(225, 86, 6, 0.78);
}
/* Dropdowns */
.has-sub ul{
   list-style: none;
   overflow: hidden;
   display: none;
   background: rgba(74, 74, 74, 0.41);
    transition: 0.960s;
 -webkit-transition: 0.960s;
 -moz-transition: 0.960s;
}

.has-sub.open ul{
    display:block;
     transition: 0.960s;
 -webkit-transition: 0.960s;
 -moz-transition: 0.960s;
}

.has-sub ul li a{

   display: block;

   padding: 12px 33px;

   border-bottom: 0;

   font-size: 13px;
   color: #e1e1e1;
   transition: .1s;
   -webkit-transition: .1s;
   border-bottom: 1px dotted rgba(0, 0, 0, .4);
}

.has-sub ul li a:hover{
   background: rgba(74, 74, 74, 0.8);
   transition: .1s;
 -webkit-transition: .1s;
}

.has-sub a.dropdown-heading:after{
   content: "";
    margin:0 0.5em;
    float:right;
    display:inline-block;
    border: 7px solid transparent;
    border-top:8px solid #e1e1e1;
    border-bottom:0 none;
      transition: 0.360s;
 -webkit-transition: 0.360s;
 -moz-transition: 0.360s;
}
.has-sub.open a.dropdown-heading:after{
   content: "";
    margin:0 0.5em;
    float:right;
    display:inline-block;
    border: 7px solid transparent;
    border-top:8px solid #e1e1e1;
    border-bottom:0 none;
    transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
-moz-transform: rotateZ(180deg);
   transition: 0.360s;
 -webkit-transition: 0.360s;
 -moz-transition: 0.360s;
}
/****** MAIN CONTENT *********/
#main_content{
    margin-left:320px;
}
.main_content_in{
     background:url(images/bg_menu_mobile.png) repeat;
     padding:60px 10px 40px 10px;
     color:#fff;
     height:100%;
}
.main_content_in h1, .main_content_in h2, .main_content_in h3, .main_content_in h4, .main_content_in h3, .main_content_in a, .main_content_in p{
     color:rgba(243, 243, 243, 0.8);
}
/****** NEWS *********/
.news-item{width:100%;padding:10px;}
.news-item .item-thumb-img{width:100%; height:200px;overflow:hidden;}
.col3 .item-thumb-img{width:100%; height:200px;overflow:hidden;}
.col4 .item-thumb-img{width:100%; height:160px;overflow:hidden;}
.news-item .item-thumb-img img{min-width:100%; height:100%;}
.news-item h3{
    color: rgba(243, 243, 243, 0.8);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 22px; /* fallback */
    height: 44px;
    text-transform:none;
}
.news-item p{
    color: rgba(243, 243, 243, 0.8);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 18px; /* fallback */
    height: 54px;
    text-transform:none;
}
.box_title{width:100%; padding:5px 10px 10px 10px;border-bottom:1px dotted rgba(255, 255, 255, 0.050)}
.box_title h3{color:#e1e1e1}
.title_news{text-transform:none;}
.description_p{color: rgba(243, 243, 243, 0.8);text-align:justify;font-weight:bold;}
.single-details{text-align:justify;overflow:hidden;}
.single-details img, iframe, video{max-width:100% !important; height:auto !important;}
/****** FOOTER *********/
.footer_fix {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: url(images/bgleft.png) repeat;
    z-index: 2;
}

    .footer_fix p {
        padding:5px;
        color: #b2b2b2;
    }
@media only screen and (max-width : 768px) {
    .menu-body .menu-head{padding:10px;}
    #menu-left.show{display:block !important;position:fixed; top:40px; left:0px; width:100%;z-index:9999;
                    background:url(images/bg_menu_mobile.png) repeat;
    }
    #main_content{
    margin-left:0px;
}
}