@charset "UTF-8";



@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #fff;
  min-height: 1000px;
  font: normal 100%;
}


/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

#meniu
{
 margin-top:40px;
 margin-bottom:20px;
}


.nav-collapse,
.nav-collapse * {

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 16.66%;
    *width: 16.5%; /* IE7 Hack */
    _width: 16%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #000;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  padding: 0.7em 1em;
  float: left;
}

.nav-collapse a:hover {
    color: #9b1f23;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;

  }
}

.nav-collapse ul ul a {

  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */



.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #9b1f23; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}



@media screen and (max-width: 40em) {

#footer .third-part {
width:97%;
min-height:70px;}


#logo {display:block;width:360px;height:85px;background:url("/img/logo2.png") no-repeat;background-size: 360px 85px;margin-top:47px; margin-left:auto; margin-right:auto;}

.slideshow.s1 {background:url("/img/s1-small.jpg") no-repeat center top;}
.slideshow.s2 {background:url("/img/s2-small.jpg") no-repeat center;}
.slideshow.s3 {background:url("/img/s3-small.jpg") no-repeat center;}
.slideshow.s4 {background:url("/img/s4-small.jpg") no-repeat center;}
.slideshow.s5 {background:url("/img/s5-small.jpg") no-repeat center top;}
.slideshow {height:200px;}
.slideshow h1 { top: 95px; }
.slideshow h2 { top: 115px; }
.domeniu {
    padding: 0 0 0 0;
    width: 100%;
}
.img_domeniu {
 width: 100%;
 }
 #txtCaptcha
 {
 width:60%;
 }

.avocat{width:100%; float:left; padding:0px 0px 0px 0px; }
}

