a:link, a:visited {
  color: #E0ED5F; }

.bisoft-link a{
        color: white;
}

a:hover, a:active {
  color: #ffff00; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, fbig, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table {
  border-collapse: collapse; }

a img {
  border: none; }

a {
  outline: none; }

textarea {
  -webkit-resize: none;
  -moz-resize: none;
  resize: none; }

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table; }

.clearfloat:after {
  clear: both; }

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1; }

.margin-right {
  margin-right: 0 !important; }

.remove {
  border-bottom: 0 !important;
  background-image: none !important; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

img {
    display: inline-block;
    vertical-align: middle;
    /*height: 20px;
    margin-right: 5px;*/
}
textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.float-l, .logo, .sidebar {
  float: left; }

.float-r, .top-navigation, .banner-inner h1 {
  float: right; }

.last {
  margin-right: 0 !important; }

.list {
  margin: 0px;
  padding: 0px;
  list-style: none; }

p, ul, ol, section, article, div {
  font-size: 16px; }

/* 13/ 16 */
p {
  line-height: 1.5em; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

/*
################################################
#                                              #
#   author:  Mihail Prohorov                   #
#   url:  http://mmdevdesign.eu                #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/
body {
  background: #1e1916;
  font-family: "PT Serif", Arial, serif;
  font-size: 100%;
  overflow-x: hidden;
  color: #fff; }

.lang, .top-navigation ul, .pagination, .gallery, .footer-nav, .social {
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/*layout-------------------------------------------------------------------*/
#wrapper {
  max-width: 1060px;
  margin: auto; }

.header-wrap {
  position: relative; 
}


.lang {
    z-index: 1;
  /* Fallback for sad browsers */
  background-color: #f9c600;
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(#FDDC00, #f9c600);
  /* Opera */
  background-image: -o-linear-gradient(#FDDC00, #f9c600);
  /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDDC00), color-stop(1, #f9c600));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-linear-gradient(#FDDC00, #f9c600);
  /* IE10 */
  background-image: -ms-linear-gradient(#FDDC00, #f9c600);
  /* W3C */
  background-image: linear-gradient(#FDDC00, #f9c600);
  width: 68px;
  height:38px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-right:50px;
}
  .lang li {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px; }
    .lang li:last-child {
      margin-right: 0; }

/*top-navigation--------------------------------*/
.top-navigation {
  margin-top: 10px; 
  margin-bottom: 10px; 
}

.top-navigation ul li {
display: inline-block;
margin-right: 10px; 
}

.top-navigation ul li:last-child {
    margin-right: 0; 
}

.top-navigation ul a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.top-navigation ul a:hover {
    color: #FCD700; 
}

.mobile-nav {
  background: #FCD700;
  border: none;
  padding: 15px 0;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "PT Serif", Arial, serif;
  display: inline-block;                         /*??*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px; 
}

.sidebar-nav {
  color: #FCD700;
  background: transparent;
  border: none;
  margin-bottom: 20px;
  font-size: 16px; 
}

.sidebar-nav span {
display: inline-block;
margin-right: 5px;
font-size: 16px; 
}

.nav-collapse li:last-child {
  margin-left: 50px;
  position: absolute;
  left: 100%;
  top: 50%;
}
.nav-collapse li:last-child .language {
  width: 100px;
  height: 50px;
}


.sidebar-nav, .mobile-nav {
    display: none; 
}
@media screen and (min-width: 960px) {
    .navbar-footeren {
        width: 100%;
        text-align: justify;
    }

        .navbar-footeren li {
            margin-right: 22px !important;
        }
}
/*banner-------------------------------------------------------------------*/
.banner-inner {
  background: url(../images/banner.png) no-repeat;
  height: 396px;
  padding: 0 20px; }
  .banner-inner h1 {
    margin-top: 120px;
    width: 60%;
    font-size: 30px;
    text-shadow: 1px 0 2px #6b5b02; }

.banner-2, .banner-inner {
  margin-bottom: 30px; }

/*sidebar----------------------------------------------------------------*/
.sidebar {
  width: 220px; }
  .sidebar h2 {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: -11px; }
    .sidebar h2 span {
      border-bottom: 1px solid #fdda00;
      display: inline-block;
      position: relative;
      top: 11px;
      padding-bottom: 10px; }

.sidebar-info {
  margin-bottom: 20px; }
  .sidebar-info span {
    display: block; }

/*content-wrap------------------------------------------------------------*/
.content-wrap {
  margin-left: 260px;
  padding: 0 20px; }
  .content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
    margin-bottom: 0px; }
  .content-wrap p {
    margin-bottom: 25px; }


/*news-------------------------------------------------------------------*/
.news {
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 10px;
  overflow: hidden; }
  .news h3 {
    font-size: 16px;
    margin-bottom: 10px; }

.news-content figcaption {
  margin-left: 240px; }

.news-img {
  float: left;
  width: 30%;
    border: 2px solid black;
}

.date {
  display: block;
  margin: 5px 0;
  font-size: 12px; }
  .date i {
    margin-right: 5px; }

/*pagination-------------------------------------------------------------*/
.pagination li {
  display: inline-block;
  margin-right: 5px; }
.pagination a {
  background: #666;
  border-radius: 4px;
  padding: 3px 5px;
  color: #00ff00;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
.pagination a:hover {
    background: #00ff00;
  }
.pagination .active a {
  background: #00bfff; 
}

/*contacts---------------------------------------------------------------*/
.input-bg, .textarea-bg {
  border: none;
  background-color: #FFFFFF;
  color: black;
  width: 70.5%;
  padding: 8px 5px;
  box-sizing: border-box;
  border-radius: 4px; }

.button-bg {
  padding: 8px 20px;
  border-radius: 4px;
  background: #00bfff;
  border: none;
  color: #fff; }

/*gallery----------------------------------------------------------------*/
.gallery {
  /*margin: 20px 0;*/ }
  .gallery li {
    display: inline-block;
    margin-right: 2.04082%;
    margin-bottom: 20px; }
    .galleryImages>li {
        margin-right: 14%;
        
    }
.galleryImages>li>h2 {
   text-shadow: 0 0 5px blue;
   font-family: Rockwell;
}
    .navbar-nav > li {
        display: inline-block !important;
      
        /*float: none;*/
        margin-right: 7px;
    }
    .navbar-collapses > ul {
        width: 100%;
        text-align: center;
    }
.galery-buttons>img {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
    background: rgb(234,185,45); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -moz-box-shadow: inset 0 0 5px yellow, 0 0 2px black;
    -webkit-box-shadow: inset 0 0 5px yellow, 0 0 2px black;
    box-shadow: inset 0 0 5px yellow, 0 0 2px black;
        border-radius: 85px;
    opacity: 0.8;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
.galery-buttons img:hover {
    border-radius: 55px;
    opacity:1;
}
.gallery-inner-sv img{
    border: 2px solid grey;
    box-shadow: 0 0 5px white;
    height: auto;
    margin-top: 15px;
    width: 200px;
    border-radius: 5px;
       -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    
}
    .gallery-inner-sv img:hover {
    
    box-shadow: 0 0 15px white;
    }
.btn-gallery {
        margin-top: 8px;
    width: 16%;
    height: 50px;
    margin-bottom: 22px;
    background: transparent;
    color: white;
      -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    }
    .btn-gallery span {
        margin-top: 5%;
    font-size: 1.5em;
    
}
    
    
/*footer-wrap-------------------------------------------------------------*/
#footer-wrap {
  clear: both;
  margin-top: 30px;
  margin-bottom: 140px; }

.footer-nav {
  margin-bottom: 60px; }
  .footer-nav li {
    display: inline-block;
    margin-right: 10px; }
    .footer-nav li:last-child {
      margin-right: 0; }
  .footer-nav a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .footer-nav a:hover {
      color: #fdda00; }

.year {
  display: inline-block;
  margin-right: 10px; }

.sidebar .close {
  display: none; }
.opalqnka {
    width: 130px;
    height: 100px;
    display: inline-block;
    margin-bottom: 30px;
}

.carousel-control{
    margin: 30px;

}
.news-content img  {
 width: 100%;
 
}


@media screen and (max-width: 1160px) {

    .galleryImages > li {
     
        width: 100px;
    }
    /*.gallery-inner-sv img{
     width: 90% !important;
    height: 150px !important;
    }*/
  .banner-inner {
    margin-bottom: 10px; }

  .banner-inner h1 {
    float: none;
    width: 100%; }
    .navbar-inverse {
    background: none;
    border: none;
    }
  .sidebar {
    /*position: fixed;*/
    overflow: auto;
    left: 0;
    top: 0;
    /*height: 100%;*/
    width: 100%;
    background: #41370E;
    padding: 0 20px;  
    text-align:center;
   /* -webkit-transform: translate(-280px);
    -moz-transform: translate(-280px);
    transform: translate(-280px); */}

  .content-wrap {
    margin-left: 0; }

  .top-navigation {
    float: none;
    position: relative;
    margin-top: 60px; }

  .sidebar-nav, .mobile-nav {
    display: block;
    text-transform: uppercase;
    cursor: pointer; }
    .sidebar-nav:focus, .sidebar-nav:active, .mobile-nav:focus, .mobile-nav:active {
      outline: none; }

  .header-wrap {
    padding: 0 20px; }

    .mobile-nav {
        background: rgba( 255, 255, 0, 0.2);
        -moz-box-shadow: inset 0 0 5px yellow, 0 0 2px white;
        -webkit-box-shadow: inset 0 0 5px yellow, 0 0 2px white;
        box-shadow: inset 0 0 5px yellow, 0 0 2px white;
        /*margin-top: -20%;*/
        width: 50px;
        margin-left: 84%;
       
    }

  .open-sidebar .sidebar {
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    transform: translate(-260px);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .open-sidebar #wrapper {
    -webkit-transform: translate(261px);
    -moz-transform: translate(261px);
    transform: translate(261px);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  
  .top-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 90%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,c79810+100;Yellow+3D+%232 */
background: rgb(234,185,45); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -moz-box-shadow: inset 0 0 5px yellow, 0 0 2px black;
        -webkit-box-shadow: inset 0 0 5px yellow, 0 0 2px black;
        box-shadow: inset 0 0 5px yellow, 0 0 2px black;
    width: 100%;
    border-radius: 5px;

     }

  .top-menu li:first-child{
      margin-top: 15px;
  }
  .top-navigation ul a:hover {
    color: #fff; }

  .top-navigation ul li {
    display: block;
    border-bottom:#D9A91F 1px solid;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center; }

 

  .nav-active {
    display: block; }

  .sidebar .close {
    width: 40%;
    float: right; 
    display: block;
    cursor: pointer;
    margin: 10px 0; } 

}


@media screen and (max-width: 600px) {
  .logo {
    float: none;
    display: block;
  }

  .top-navigation {
    float: none;
    width: 100%;
    margin-top: 0; }

  .banner-inner h1 {
    font-size: 25px; } }
@media screen and (max-width: 500px) {
  .lang {
    position: relative;
    margin: auto;
    display: table;
    width: auto;
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 4px; }
    .lang li {
        width: 30px;
        height: 30px;
    } 
    .lang li a img{
        width: 100%;
    }
  .news-content figcaption {
    margin-left: 0; }

  .news-img {
    float: none;
    margin-bottom: 10px;
    display: block; } }
/*animation---------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*/*media queries----------------------------------------------------------*/

/*# sourceMappingsiteUrl=default.css.map */

@media screen and (min-width: 1160px){
    .top-navigation{
        width: 1160px;
    }

    #header{
        width:1130px !important;
    }
}

.row {
    margin-right: -15px !important;
    margin-left: -45px !important;
}
/*.navbar-nav {
    text-align: center !important;
}*/

.footerCopyright {
    display: block;
}
.top-menu {
    width:1160px;
    z-index: 1 !important;
}

/*ANIMATIONS---------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 12px rgba(226, 226, 226, 0.5);
  }

  50% {
    -webkit-box-shadow: 0 0 12px #e2e2e2;
  }

  100% {
    -webkit-box-shadow: 0 0 12px rgba(226, 226, 226, 0.5);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 12px rgba(226, 226, 226, 0.5);
  }

  50% {
    box-shadow: 0 0 12px #e2e2e2;
  }

  100% {
    box-shadow: 0 0 12px rgba(226, 226, 226, 0.5);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 12px rgba(226, 226, 226, 0.5);
  }

  50% {
    -webkit-box-shadow: 0 0 12px #e2e2e2;
  }

  100% {
    -webkit-box-shadow: 0 0 12px rgba(226, 226, 226, 0.5);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}



 .footerCopyright{
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.copyright, .social li{
    float: left;
}
.social {
    float: right;
}
.social > li {
    margin-right: 10px;
}

 .nakazatelno, .nasledstveno, .veshtno, .obligacionno, .obezpecheniq,
    .trydovo, .turgovsko {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .description {
        font-size: 18px;
    }

    .vidove_pravo {
        display: flex;
    }

    .vidove {
        width: 40%;
    }
    .panel-title {
        color: #FFFF07;
    }

    /*Facebook sidebar--------------------------------------------------------*/
.facebook-wraper {
    position: fixed;
    z-index: 10000;
    left: -185px;
    top: 30%;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    vertical-align: top;
    opacity: 0;
}
    .facebook-wraper:hover {
    left: 0;
    }
#fb-div {
  
    box-shadow:  0 0 5px orange;
}
.facebook-img{
    display:inline-block;
    vertical-align: top;
   

}
.facebook-img img{
    width: 50px;
    height: 100px;
    margin-left: -4px;
    margin-top: -1px;
    border-radius: 0 20% 20% 0;

}
@media screen and (max-width: 800px) {
    .facebook-wraper {
    top: 10px;
    }
}

.fancyFonts {
        font-family: 'Andika', sans-serif;
    }




    .thumbnail {
        margin-bottom: 6px;
    }

    .carousel-control {
        padding-top: 10%;
        width: 5%;
    }

    .yoyo {
        float: right;
        margin-bottom: 10px;
        text-align: right;
    }

    .yoyo > span > a {
        text-decoration: none;
        color: white;
    }

    .yoyo > span > a:hover {
        text-decoration: none;
        color:#e0e057;
    }

    .engibengi {
        cursor: pointer;
        width: 101px;
        height: 19px;
    }

     .engibengiEn {
        cursor: pointer;
        width: 101px;
        height: 19px;
    }

     /*.collapse{
         margin-left: 80px !important;
     }*/
/***********PDF Files******************/
.custpdfImg {
    width: 37%;
}
.custpdfImg1 {
    width: 37%;
}

.custpdfImg4 {
    width: 21%;
}
.custpdfImg2 {
    width: 37%;
}
.custpdfImg3 {
    width: 37%;
}
.fint {
    display: inline-block;
    width: 50%;
}
.custModalContent {
    background-color: white !important;
    width: 850px !important;
}

.modal-header {
    color: #1e1916 !important;
    border:none;
}
.modal-body {
    padding: 30px !important;
    height: 650px !important;
}


.custModalImg {
    width: 60%;
    margin: 0 auto;
}


.custpdfImgz {
    width: 33%;
}





/***Media queries for mobile****/
@media (max-width: 360px) {
  .modal {
    position: fixed !important;
    top: 2%;
  }
  .modal-body {
    height: 300px !important;  /*This should be less than the min-height in the media query. */
      overflow-y: scroll;
  }
    .custModalContent {
        width: 320px !important;
        height: auto;
    }
   .mobster {
       height: 50px;
   }
   .jojo {
       float: none;
       width: 100% !important;
   }
  .col-xs-12{
     margin-bottom: 10px;
      /*border: 2px solid black;*/
   }
}


 