﻿@charset "utf-8";
body {
	padding-top:50px;
}

.main{
	width:1170px;
}
@media (max-width:1169px) {

    .main {
    width:100%;
    }
}
@media (max-width:979px) {

 body {
	padding-top:0px;
}

}
footer { 
    text-align:center;
}
.navbar-inner {
  background-color: #4e98cc;
  background-image: -moz-linear-gradient(top, #4e98cc, #4e98cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e98cc), to(#4e98cc));
  background-image: -webkit-linear-gradient(top, #4e98cc, #4e98cc);
  background-image: -o-linear-gradient(top, #4e98cc, #4e98cc);
  background-image: linear-gradient(to bottom, #4e98cc, #4e98cc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54827c', endColorstr='#ff54827c', GradientType=0);
}

.navbar .brand {
  float: left;
  display: block;
  padding: 0px;
  /*margin-left: -20px;*/
  font-size: 20px;
  font-weight: 200;
  color:#000000;
  text-shadow: 0 1px 0 #54827c;
}

.navbar .brand img { 
        margin-top:7px;
        height:26px;
    }

.navbar .divider-vertical {
  border-left: 1px solid #4e98cc;
  border-right: 1px solid #4e98cc;
}


.thumbnail img{margin-left:auto;margin-right:auto;}

#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	background: url("../img/top.png") no-repeat;
}