@charset "utf-8";
/* CSS Document */

body
{
background:#000000 url(../images/background.jpg);
background-repeat:no-repeat;
background-position: center center fixed;			
background-size:cover;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner-hd
{
font-size:25px;
font-weight:bold;
line-height:25px;
}

.main
{
background-color:#fff;
margin-bottom:15px;
margin-top:15px;
padding-top:15px;
padding-bottom:15px;
}

.logo
{
float:left;
margin: 20px 0 20px 0;
}

.right-side
{
float:right;
text-align:right;
}

.service img
{
width:100%;
}

.portfolio-left
{
margin-bottom:20px;
}

.portfolio-right img
{
width:100%;
}

.portfolio-right
{
margin-bottom:20px;
}

.portfolio-left img
{
width:100%;
}

.google-adds
{
margin:0px;
}

@media (min-width: 320px) and (max-width: 768px) {
.google-adds
{
display:none;
}
p
{
text-align:justify;
}

.carousel-caption
{
display:none !important;
}

}