body
{
  font-family: Arial,Verdana,sans-serif;
  
}
.border
{
  border: 3px solid #D3D3D3;
  background-color:#fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(255,255,255,0.75);
  -moz-box-shadow: 0px 3px 6px 0px rgba(255,255,255,0.75);
  box-shadow: 0px 3px 6px 0px rgba(255,255,255,0.75);
}
.logo
{
  text-align:center;
  padding:20px;
  
}
.content_bg
{
  background-color: #2F338C;
  border-top:3px solid #D3D3D3;
  border-bottom:3px solid #D3D3D3;
  margin-top:-40px;
  
}
.content
{
  color:#fff;
  line-height: 1.5em;
  margin-top:80px;
  margin-bottom:20px;
}
.content p
{
  margin: 0 0 31px;
}
.pagetitle
{
  margin-bottom:1em;  
}
.header
{
  position:relative;
  bottom:-25px;
}
.navi
{
  margin-top:0.625em;

}
.navbar-default
{
  color:#fff;
  background-color:transparent;
  padding:1.429em;
  
}
.navgly
{
  margin-right:20px;
}
.navbar-default li a
{
  color:#fff;  
}

h3
{
  margin:5px;
}
.nopadding
{
  padding:0 !important;
}
.logo h4
{
  margin-top:10px;
  font-size:1em;
}
.logo p
{
  margin-top:26px;
  margin-bottom:0;
  font-size:1.429em;
  color:#2F338C;
}
.logo img
{
  height: auto;
  max-width: 100%;
}

.nav > li > a
{
  transition: all 200ms ease-in 1ms; /* explorer 10 */
  -webkit-transition: all 200ms ease-in 1ms; /* chrome & safari */
  -moz-transition: all 200ms ease-in 1ms; /* firefox */
  -o-transition: all 200ms ease-in 1ms; /* opera */
  outline: 0;
}
.nav > li > a:active
{
  background-color:transparent;
  color: #D3D3D3;
  text-decoration:none;
}
.nav > li > a:visited
{
  background-color:transparent;
  color: #fff;
  text-decoration:none;
}
.nav > li > a:hover
{
  background-color:transparent;
  color: #D3D3D3;
  margin-left:3%;
}
.pic
{
  z-index:1; 
}
#pagetitle
{
 margin-top:-46px;
 max-width:150px;
 background-color:#fff;
 z-index:10;
 position:relative;
 padding:13px;  
}
#pagetitle h4
{
  margin:0;
}

/*index*/
.footer_1
{
  background-image:url("../img/footer2.jpg");
  background-position: center top;
  background-repeat: no-repeat;*/
  margin-top: 0;

}
/**/
.footer_2
{
  background-image:url("../img/footer2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 0;
  width: 100%;
}
/**/
.footer_3
{
  background-image:url("../img/footer1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 0;
  width: 100%;
}
.footer
{
  margin-top:20px;
  color:#fff;
}
.footer a
{
  text-decoration:none;
  color:#2F338C;
}
.footer a:hover
{
  color:#D3D3D3;
}
#car
{
  margin-top:-10%;
}
.textlist
{
  margin-bottom:15px;
}
.textlistdiv
{
  padding: 0 !important;
}

.toggle-trigger
{
  text-decoration: none;
  padding: 10px 10px 10px 25px;
  cursor: pointer;
  background: url("../img/toggle.png") no-repeat scroll 5px 10px transparent;
  transition: all 0.3s ease-in-out 0s;
  max-width:160px;
}
.toggle-trigger:hover
{
  color: #D3D3D3;
  margin-left:3%;
}
.toggle-trigger.active
{
  background: url("../img/toggle.png") no-repeat scroll 5px -72px transparent;
}
.small
{
  font-size:82%;
}
.contact-block
{  
  padding:15px;
  font-size:18px;
  text-align:center; 
}

/* media queries */


@media (max-width: 768px)
{
  .imagepic
  {
    margin-top:5%;
  }

}