@charset "utf-8";
@font-face {
    font-family: 'misprojectregular';
    src: url('../fonts/misproject-webfont.eot');
    src: url('../fonts/misproject-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/misproject-webfont.woff2') format('woff2'),
         url('../fonts/misproject-webfont.woff') format('woff'),
         url('../fonts/misproject-webfont.ttf') format('truetype'),
         url('../fonts/misproject-webfont.svg#misprojectregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background-image: url(../images/mochaGrunge.png);
	background-repeat: repeat;
}
.white_wall{
	background-image:url(../images/content_top.png), url(../images/brickwall.png)  ;
	background-repeat: no-repeat, repeat;
	background-position:top,center;
	max-width:950px;	
	padding-top:40px;
	margin-top:-30px;
	z-index:9;
	position:relative;
	
}
.padding_zero {
	padding-left:0px;
	padding-right:0px;	
}

.navbar-default {
	background-color: rgba(255,255,255,0);
	border-color: gba(255,255,255,0);
}
.text_quote {
	padding-top: 50px;
	color:white;
}
.sirina{
	max-width:950px;
	z-index: 10;
	position:relative;
}
.footer_bg{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;	
	color:white;
	padding-top:100px;
	margin-top:-50px;
	position:relative;
	padding-bottom:30px;
}
.footer_sirina {
	max-width:950px;
		
}
.main_text {
	color:#156ba7;	
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
}
h1 {
	font-family: 'misprojectregular';
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding:40px;
	text-align:center;	
	color: #fff;
}	
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 10px;
  border-bottom: 1px solid #156BA7;
  top: 0;
  width: 400px;
}
.fancy span:before {
  right: 100%;
  margin-right: 35px;
}
.fancy span:after {
  left: 100%;
  margin-left: 35px;
}