
/*
@font-face {
    font-family: "MyriadProRegular";
    src: url("/advanced/frontend/web/fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("/advanced/frontend/web/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("/advanced/frontend/web/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("/advanced/frontend/web/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}*/
@font-face {
    font-family: "Myriad Pro Light";
    src: url("/advanced/frontend/web/fonts/MyriadPro/MyriadPro-Light.eot");
    src: url("/advanced/frontend/web/fonts/MyriadPro/MyriadPro-Light.eot?#iefix")format("embedded-opentype"),
    url("/advanced/frontend/web/fonts/MyriadPro/MyriadPro-Light.woff") format("woff"),
    url("/advanced/frontend/web/fonts/MyriadPro/MyriadPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}




html,
body {




font-family: "Myriad Pro Light";
 /*  background: url(/advanced/frontend/web/images/bgrnd_main.jpg) no-repeat center center fixed;*/
  /*  background: url(/advanced/frontend/web/images/b1.jpg) no-repeat center center fixed;*/

   /* background-size: cover;*/
    height: 100%;
   /* font-style: normal;
    font-weight: normal;*/

   /* font-size: 1.17em;*/
    font-size: 1.14em;
color: white;
    line-height: 1.25;
}

body.index-custom-background {

    background: url(/advanced/frontend/web/images/bgrnd_00.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    font-style: normal;
    font-weight: normal;


}
body.all-custom-background {

    background: url(/advanced/frontend/web/images/bgrnd_main.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    font-style: normal;
    font-weight: normal;
}

/* font-family: "MyriadProRegular"; */

.test-1, .test-2{

    display: block;
    position: relative;
}
.test-1:after{
    content: "";
    background: url(/advanced/frontend/web/images/b2.jpg) no-repeat center center fixed;

    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   /* position: absolute;*/
    position: fixed;
    z-index: -1;
}
.test-2:after{
    content: "";
    background: url(/advanced/frontend/web/images/b2.jpg) no-repeat center center fixed;

    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* position: absolute;*/
    position: fixed;
    z-index: -2;
}


.mapblock{

    height: 200px;
    content: "";
    background-size: cover;
    float: left;
    width: 25%;

}

.mapblock-1{
    height: 200px;
    content: "";
    background: url(/advanced/frontend/web/images/bgrnd_01.jpg) no-repeat center center fixed;
    background-size: cover;
    float: left;
    width: 25%;

}
.mapblock-2{
    height: 200px;
    content: "";
    background: url(/advanced/frontend/web/images/bgrnd_02_new.jpg) no-repeat center center fixed;
    background-size: cover;
    float: left;
    width: 25%;

}
.mapblock-3{
    height: 200px;
    content: "";
    background: url(/advanced/frontend/web/images/bgrnd_03.jpg) no-repeat center center fixed;
    background-size: cover;
    float: left;
    width: 25%;

}
.mapblock-4{
    height: 200px;
    content: "";
    background: url(/advanced/frontend/web/images/bgrnd_04.jpg) no-repeat center center fixed;
    background-size: cover;
    float: left;
    width: 25%;

}

.margin-top-15{
    margin-top: 20px;
}

.margin-bottom-15{
    margin-bottom: 100px;
}




.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.sidebar-parent {
    position: fixed;
    width: 15%;
    margin-top: 40px;
}

.sidebar-buttons .btn {
    display: block;
    margin-bottom: 10px;
    white-space: normal;
}


.sidebar-buttons-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
}

.sidebar-buttons-horizontal .btn {
    flex: 1 1 auto;
    white-space: nowrap;
    min-width: 100px;
}





@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/**********************************************/

.display-none{
    display: none;
}
.display-none-hard{
    display: none !important;
}

.navbar-custom{
    background-color: rgba(34,34,34,0.7);
    /*opacity: 0.7;*/
}
.navbar-custom a.navbar-brand {
    height: 80px;
}
.navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > ul > li > a, .footer-custom a, .navbar-custom .navbar-nav > li > form > button {
    color: white;
    font-size: 1.13em;
    text-decoration: none;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > ul > li > a:hover,
.simple-link > a:hover , .footer-custom a:hover,
.navbar-custom .navbar-nav > li > form > button:hover,
.full-screen > a:hover, .downloads-style p:hover,
.downloads-style a:hover, .table-custom-5 > tbody > tr > td.link-white > p a:hover,
.category-row >.category-arrow > p >.glyphicon:hover, .category-arrow-bottom > button >.glyphicon:hover  {
    color: #caf7ca;/*#d5efd5;*/
    text-decoration: none;

}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus,         .navbar-custom .navbar-nav > li > ul > .active > a, .navbar-custom .navbar-nav > li > ul > .active > a:hover, .navbar-custom .navbar-nav > li > ul > .active > a:focus{
    color: #6edb6f;
    background-color: transparent;
    text-decoration: none;
}
.navbar-custom .navbar-nav > li > form > button > span{
    color: #6edb6f;
    font-size: 0.7em;
}
.navbar-custom .navbar-nav > li > form > button {
    padding: 8px;
}


.navbar-custom .navbar-nav{
    padding-top: 15px;
    margin-right: 0px;
}

.navbar > .container .navbar-brand {
    margin-left: -35px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 345px;
}



.navbar-nav > li > a {
    padding-left: 10px;   /* было 15px */
    padding-right: 10px;  /* было 15px */
}
.navbar-custom .navbar-nav > li.map-editor-nav > a {
    color: #8dd9f7;
}
.navbar-custom .navbar-nav > li.map-editor-nav > a:hover,
.navbar-custom .navbar-nav > li.map-editor-nav > a:focus {
    color: #c7efff;
}
.navbar-custom .navbar-nav > li.map-editor-nav.active > a,
.navbar-custom .navbar-nav > li.map-editor-nav.active > a:hover,
.navbar-custom .navbar-nav > li.map-editor-nav.active > a:focus {
    color: #6edb6f;
}
.navbar-brand {
    padding-right: 0px;  /* было 15px */
    padding-left: 15px;   /* опционально, если нужно */
}



.item-lang ul{
    list-style: none;
    padding-left: 2px;
}

.item-lang ul li{
    font-size: 0.9em;
}
.item-lang ul li:first-child{
    margin-bottom: 10px;
}

.item-lang{
    margin-right: 15px;
}
.user-area{
    border: 2px solid white;
    border-radius: 20px;
}

.footer-custom, .text-block{
   /* background-color: #222;
    opacity: 0.7;*/
    border-color: #080808;
    background-color: rgba(34,34,34,0.8);
}
.footer-link{
    margin-left: 25px;

}
.text-block{
    padding: 10px;
    color: white;
}
.site-index{
    margin-top: 40px;
}

.btn-custom{
    color: white;
    font-size: 1.03em;
    text-decoration: none;

    background-color: #005826;
    border-color: #034c21;
}

.btn-custom-2{
    color: white;
    font-size: 1.03em;
    text-decoration: none;

    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-custom-2:hover{
    background-color: #005826;
    border-color: #034c21;
}
.margin-top{
    margin-top: 20px;
}

.logo-size{
    height: 100%;
}

.img-style-2{
    width: 100%;
}

.baton-fixed{
    position: fixed;
    width: 20%;
}


/************************User area*********************************/

body div.site-my-data{
    font-size: 0.86em;
}
.downloads-style p, .downloads-style a{
    color: #58f4f3;
    text-decoration: none;
}
.green-text{
    color: #6edb6f;
}

p.downloads-style {
    box-shadow: 0 0 9px #6edb6f;
    border-radius: 2px;
}
.table-custom-5 > tbody > tr > td.link-white > p a{
    color: white;
    text-decoration: none;
}

.table-custom-5 > tbody > tr > td > p.downloads-style{
    padding: 5px;
}

.full-screen > a , .simple-link > a{
    color: #6edb6f;
    text-decoration: none;
}

table > tbody > tr > td > p.active-download{
    color: #caf7ca;
}


.user-info, .table-custom-5 >tbody > tr > td{
    background-color: #222;
    opacity: 0.9;
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
}
.opacity2{
    opacity: 0.9;
}

.user-info >p {
    display: inline-block;
}
.user-info :first-child {
      text-align: left;
    padding-right: 7px;

  }
 .user-info :last-child {
    text-align: right;
     padding-left: 7px;
  }
.table-custom-5 > tbody > tr > td.user-info-2{
     background-color: #222;
     border-color: #080808;
    opacity: 1;
     padding: unset !important;
 }
td.user-info-2{
    text-align: center;
}

 .user-area-titles{
     color: black;
     font-weight: bold;
 }
 .text-white-black{
     color: #a0a0a0;
 }
 .btn-custom-3{
background-color: #b7b7b7;
 }
 .margin-bottom-2{
     margin-bottom: 10px;
 }

.table-custom-5 > tbody > tr > td > p , .table-custom-5 > tbody > tr > td > p > a{
    padding: unset;
    margin: unset;
    line-height: 1.1;
}

/***********************Project*******************************/

.project-view{
    margin-top: 80px;

}
#iframe_project{
    border: 3px solid black;
}
.padding-unset{
    padding: unset;
}
.margin-unset{
    margin-right: unset;
    margin-left: unset;
}
.table-custom-6{
    margin-top: 10px;
    font-size: 0.86em;
}

.font-size2{
    font-size: 0.95em;
}
table.table-custom-6 > tbody >tr > td{
    line-height: 0.82;
}
table.table-custom-6 > tbody >tr > td.text-description-custom-2{
    line-height: 1.2;
}
.table-custom-5 > tbody > tr > td.text-description-custom-2 > p {
    line-height: 1.2;
    margin-bottom: 7px;
}

.interval2{
    width: 10px;
    display: inline-block;
}
.full-screen2 > a{
    font-weight: bold;

}
.full-screen2{
    display: inline-block;
}
.arrow-color{
    color: #005826;
}
.btn-custom-4{
    background-color: #005826;
    border-color: #034c21;
    font-size: 0.75em;
    padding: 3px 7px;
}

.margin-top-3 {
    margin-top:15px;
}

.margin-top-5{
    margin-top: 0;
}

.collapse_btn, .expand_btn, .d23_expand, .d23_collapse{
    display: block;
}
.expand_btn img, .d23_expand img {
    margin-top: -3.5em;
    position: absolute;
    margin-left: 93.4%;
    width: 6.4%;
}



.collapse_btn img, .d23_collapse img {
    margin-top: -3.5em;
    position: absolute;
    margin-left: 96.6%;
    width: 3.2%;
}
.expand_btn_23d img {
    margin-top: -6.7em;

}
 .collapse_btn_23d img{

 }

 .inactive_dark_32d{
     color: #a0a0a0 !important;
 }

 .test-opacity{
     opacity: 0.3;
 }

/*******************services*****************************/

.title-style-2{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}


/********************file-input*************************/

.file_upload{
    display: block;
    /*  position: relative;
      overflow: hidden;
      font-size: 1em;
      height: 2em;
      line-height: 2em       */
}
.file_upload .button, .file_upload > mark{
    display: block;
    cursor: pointer              /* example */
}
.file_upload .button{
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 8em;                  /* example */
    height: 100%;
    text-align: center           /* example */
}
.file_upload > mark{
    background: transparent;     /* example */
    padding-left: 1em            /* example */
}
/*
.files-upload-admin  input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0
}
*/

input[type=file]{
    opacity: 0;
    height: 50px;
    border: solid;
    margin-top: -55px;
    width: 100%;
}

.text-small-custom{
    font-size: 0.8em;
}
/*********************Category************************************/

.table > tbody > tr.category-row > td{
 vertical-align: middle;
}

.category-row >.category-title > p {
    font-size: 1.3em;
    font-weight: bold;

}
.category-row >.category-arrow > p >.glyphicon , .category-arrow-bottom > button >.glyphicon{
    font-size: 1.7em;
}
.category-row >.category-arrow , .category-arrow-bottom{
    text-align: right;
}
.category-row >.category-title{
    width: 20%;
}
.category-row >.category-description{
    width: 60%;
    text-align: center;
}
.category-row >.category-count{
    width: 15%;
}
.category-arrow-bottom{
    margin-bottom: 20px;
}
.category-arrow-bottom > button{
    background-color: #222;
    opacity: 0.9;
    border: none;
}
/*******************Articles*********************************/
.title-style-3{
    font-weight: bold;
    margin-bottom: 20px;
}
.img-style-3{
    padding-right: 20px;
    padding-bottom: 20px;
    width: 50%;
}
.content-article {
    text-align: justify;
    padding: 30px;
}
.content-article-index {
    text-align: justify;
    padding: 10px;
}

/**************************Preloader*******************************/
.fixed-overlay {
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
  /*  height: 50%;*/
    background-color: rgba(0,0,0,0.7);
    z-index: 3000;
}

.modal-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -100px;
}


.custom-preload{
    display: none;
}
.custom-preload_wait{
    display: block;
}

#floatingBarsG{
    position:relative;
    width:93px;
    height:116px;
    margin:auto;
}

.blockG{
    position:absolute;
    background-color:#6edb6f;
    width:15px;
    height:36px;
    border-radius:12px 12px 0 0;
    -o-border-radius:12px 12px 0 0;
    -ms-border-radius:12px 12px 0 0;
    -webkit-border-radius:12px 12px 0 0;
    -moz-border-radius:12px 12px 0 0;
    transform:scale(0.4);
    -o-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    animation-name:fadeG;
    -o-animation-name:fadeG;
    -ms-animation-name:fadeG;
    -webkit-animation-name:fadeG;
    -moz-animation-name:fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:42px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
    transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:12px;
    top:15px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:39px;
    top:5px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:12px;
    top:15px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
    transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:42px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:12px;
    bottom:11px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:39px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:12px;
    bottom:11px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
    0%{
        background-color:#6edb6f;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes fadeG{
    0%{
        background-color:#6edb6f;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:#6edb6f;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:#6edb6f;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:#6edb6f;
    }

    100%{
        background-color:rgb(255,255,255);
    }
}





/***********************Media***************************/
/*
@media (min-width: 767px ) {
    .logo-size{
        height: 75%;
    }
    .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > ul > li > a, .footer-custom a {
        font-size: 0.9em;

    }

}*/
@media (max-width: 1200px ) {
    body {
        font-size: 1.05em;
    }
    h3{
        font-size: 21px;
    }
    .logo-size{
        height: 85%;
    }
    .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > ul > li > a, .footer-custom a, .navbar-custom .navbar-nav > li > form > button {
        font-size: 1em;

    }
    .btn-custom{
        font-size: 0.95em;
    }
    .user-area{
        border: 2px solid white;
        border-radius: 17px;
    }
    .navbar-custom .navbar-nav > li > form > button {
        padding: 7px;
    }
    .nav > li > a {
        padding: 10px 10px;
    }
    .navbar-nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
    .project-view{
        margin-top: 80px;

    }
    .expand_btn img, .d23_expand img {
        margin-top: -4em;
        position: absolute;
        margin-left: 90.4%;
        width: 9%;
    }
    .collapse_btn img , .d23_collapse img {
        margin-top: -4em;
        position: absolute;
        margin-left: 95.3%;
        width: 4.5%;
    }
    .expand_btn_23d img {
        margin-top: -7em;

    }
    .title-style-3{
        font-size: 34px;
    }


}
@media (max-width: 992px ) {
    body {
        font-size: 0.9em;
    }
    h3{
        font-size: 18px;
    }
    .logo-size{
        height: 60%;
    }
    .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > ul > li > a, .footer-custom a, .navbar-custom .navbar-nav > li > form > button {
        font-size: 0.9em;

    }
    .btn-custom{
        font-size: 0.9em;
    }
    .footer-custom{
       padding-top: 30px;
    }
    .user-area{
        border: 2px solid white;
        border-radius: 14px;
    }
    .navbar-custom .navbar-nav > li > form > button {
        padding: 6px;
    }
    .nav > li > a {
        padding: 10px 8px;
    }
    .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar > .container .navbar-brand {
        padding-bottom: 5px;
        height: 70px;
    }
    .project-view{
        margin-top: 70px;
    }
    .title-style-3{
        font-size: 32px;
    }


}


@media (max-width: 767px ) {
    body {
        font-size: 0.9em;
    }
    h3{
        font-size: 17px;
    }


    .logo-size{
        height: 70%;
    }
    .navbar-custom .navbar-nav > li > a, .navbar-custom .navbar-nav > li > ul > li > a, .footer-custom a, .navbar-custom .navbar-nav > li > form > button {
        font-size: 1em;

    }

    .navbar-custom{

        background-color: rgba(34,34,34,0.9);
    }
    .btn-custom{
        font-size: 0.9em;
    }

    .user-area{
        border: 2px solid white;
        border-radius: 10px;

    }
    .container .navbar-nav .user-area{
        display: inline-block;
        margin-left: 10px;
    }


    .navbar-custom .navbar-nav > li > form > button {
        padding: 5px;
    }

    .navbar > .container .navbar-brand {
        margin-left: auto;

    }
    .project-view{
        margin-top: 70px;
    }
    .title-style-2{
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .title-style-3{
        font-weight: bold;
    }
    .img-style-2{
        padding-left: 20%;
        padding-right: 20%;
    }

    .margin-top-5{
        margin-top: 15px;
    }

    .baton-fixed{
        position: relative;
        width: auto;
    }

    #w0-collapse{
        background-color: rgba(34,34,34,1);
    }

    .margin-top-15{
        margin-top: 150px;
    }

    .margin-bottom-15{
        margin-bottom: 20px;
    }


    .expand_btn img, .d23_expand img{
        margin-top: -3.7em;
        position: absolute;
        margin-left: 94.6%;
        width: 5%;
    }

    .collapse_btn img, .d23_collapse img {
        margin-top: -3.7em;
        position: absolute;
        margin-left: 94.6%;
        width: 5%;
    }

    .expand_btn_23d img {
        margin-top: -6em;

    }
    .title-style-3{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .img-style-3{
        padding: 10px;
        width: 100%;
        padding-right: 15%;
        padding-left: 15%;
    }
    .content-article, .content-article-index {
        padding: 15px;
    }
    .img-style-4 {
        display: none;
    }


}

@media (min-width: 1200px) and (max-width: 1350px) {
    .navbar-custom .navbar-nav > li > a {
        font-size: 1.04em;
    }
}
@media (min-width: 993px) and (max-width: 1070px) {
    .navbar-custom .navbar-nav > li > a {
        font-size: 0.88em;
    }
}
@media (min-width: 767px) and (max-width: 805px) {
    .navbar-custom .navbar-nav > li > a {
        font-size: 0.81em;
    }
}










