
body {
    padding-top: 70px; 
	background:url(../images/pattern.png);
}
section .container, footer .container {background:#fff;}

iframe{border:1px solid #483429;}

.moduletable h3{border-bottom: 1px solid #483429; margin: 20px 0; padding-bottom: 10px;}

.nav{height:55px;}
.navbar{background:#483429; border-top:10px solid #95a842;}
.navbar-nav > li > a {color:#fff; font-size:16px; padding-bottom:5px; }
/*.navbar-nav > li > a{line-height: 66px;}*/

.nav > li > a:focus, .nav > li > a:hover{border-bottom:2px solid #95a842; background:none; color:#95a842;}

.nav > li > a::after {
    background: rgba(0, 0, 0, 0) url("../images/menu_separator.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: 17px;
    width: 16px;
}
.nav > li >:last-child a::after {
    display: none;
}
.nav{margin-top:0px;}
.phone{font-size:20px; color:#fff; text-align:center; padding:10px;}
.adress{font-size:13px; color:#fff; text-align:right; padding:10px;}
.adress span{margin-right:80px;}
.time{font-size:16px; color:#fff; text-align:center; padding:10px;}


footer {
    padding: 0px 0;
}

.line{
    border-bottom: 1px solid #483429;
    margin: 20px 0 20px;
    padding-bottom: 9px;
}
.page-header {
    border-bottom: 1px solid #483429;
    margin: 20px 0;
    padding-bottom: 0px;
}
.page-header h2{font-size:24px;}
.about h2{font-size:24px;}
legend{font-size:16px;}
/*------ contact ------ */
.contact-form {
  margin-top: 40px;
}
#jform_contact_email_copy{width:0;}
.contact-form input, .contact-form textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #483429;
  padding: 12px;
  color: #999999;
  margin-bottom: 30px;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: 0;
}
.contact-form .button {
  width: auto;
  background: #483429;
  color: white;
  text-transform: uppercase;
  border: 0;
  padding:10px 38px;
}

/*------ projects ------ */
.projects-holder {
  margin-right: 0;
  margin-left: 0;
  margin-top: 40px;
}
.projects-holder .col-md-4,
.projects-holder .col-md-4 {
  padding-right: 1px;
  padding-left: 1px;
}

.project-item {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}
.project-item img {
  width: 100%;
  display: block;
}
.project-item:hover .project-hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.project-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  left: 0;
  background: rgba(72, 52, 41, 0.9);
  opacity: 0;
  visibility: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.project-hover .inside {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.project-hover h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: white;
}
/*.project-hover h5 a {
  color: white;
}*/
.project-hover p {
  color: white;
  font-size: 13px;
  line-height: 20px;
}

.logo-small{display:none !important;}


ul.sigFreeClassic li.sigFreeThumb {
    background: #fff none repeat scroll 0 0 !important;
    float: left;
    list-style: outside none none !important;
    /*margin: 0 10px 10px 0;*/
    padding: 17px;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
	border-color:#fff;
}

.videos{width:550px; height:309px;}
@media(min-width:768px) {
    body {
        padding-top: 100px; 
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
@media(max-width:768px) {
	/*.navbar-brand > img {
    padding: 0px;
    width: 200px;}
	.navbar-nav {
    float: left;}
	.navbar-nav {
    margin: 7.5px 0px;}*/
	
	.adress{display:none;}
	.navbar-toggle{color:#fff;}
	/*.navbar{min-height:105px;}*/
	.nav{height:280px;}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height:290px;}
	.logo-small{display:block !important;}
	.logo{display:none !important;}
	
}

@media(max-width:320px) {
	.videos{width:100%; height:100%;}
}