body{
	/*background: url('../img/background.png') top left repeat; */
	padding-top: 60px;
}


/* ------------------------ Text / Position style --------------- */

.justify{
	text-align: justify;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.carousel{
}

.invalid_email{
	display: none;
}

.content{
	display: none;
}

h2{
	padding-bottom: 15px;
}

.box_shadow{
	-webkit-box-shadow: 0px 0px 6px 1px #D1D1D1;
	box-shadow: 0px 0px 6px 1px #D1D1D1;
	padding: 10px 10px 3px 10px;
}

.no_margin_left{
	margin-left: 0px !important;
}

/* ------------------------ Welcome message ------------------------ */

.welcome-message{
	font-family: 'Kotta One', serif;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}


/* ------------------------ Work ------------------------ */

.latest_work{
	float: right;
}

.our_work .span4{
	width: 292px;
}

.our_team h5{
	margin-bottom: 0px;
}

.our_team small{
	font-style: italic;
}

.our_team p{
	margin-top: 5px;
}

.big_thumbnail .hover {
    display: none;
    position: absolute;
    margin-top: 77px;
    margin-left: 90px;
    z-index: 2;
}


.small_thumbnail .hover {
    display: none;
    position: absolute;
    margin-top: 57px;
    margin-left: 50px;
    z-index: 2;
}


/* ---------------------- Contact ------------------------- */

.contact_info{
	margin-top: 20px;
	min-height: 280px;
}

.google_maps{
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 1px #D1D1D1;
	box-shadow: 0px 0px 6px 1px #D1D1D1;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: none;
	margin: 0px;
	border: none;
	width: 97%;
}



/* ---------------------- Case ------------------------- */




/* ------------------------ Footer area ------------------------ */
#footer {
	background: #F1F1F1;
    color: #17405E;
    border-top: 1px solid #DBDBDB;
    padding: 0px 15px 15px 15px;
}
#footer h3  {
    color: #172845;
    font-size: 18px;
    margin-bottom: 5px;
	text-transform: uppercase;
}
#footer ul {
    list-style: none outside none;
    margin: 0;
}
#footer li {
    padding: 0 0 5px;
}
#footer a {
    color: #17405E;
}
#footer a:hover {
    color: #103F61;
	text-decoration: none;	
}

#footer .span3{
	width: 203px;
}

/* ------------------------ Bottom Footer ------------------------ */
#bottom_footer {
	background: #172845;
    color: #fff;
}
#bottom_footer p {
    padding: 20px 0;
	font-weight: normal;
	margin: 0;
}
#gototop {
    cursor: pointer;
}


/* ------------------------- Sidebar ----------------------------- */


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 0px 0 30px 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  /* background-image: url(../img/glyphicons-halflings-white.png); */
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

